25 #ifndef AURORA_NWSCRIPT_UTIL_H 26 #define AURORA_NWSCRIPT_UTIL_H 35 class FunctionContext;
56 #endif // AURORA_NWSCRIPT_UTIL_H void formatVariable(Common::UString &str, const Variable &var)
Print a description of this variable into that string.
Common::UString formatTag(const Object *object)
Construct a string with the tag of this object.
A class holding an UTF-8 string.
Common::UString formatType(Type type)
Construct a string describing this variable type.
Common::UString formatReturn(const FunctionContext &ctx)
Construct a string describing the return value of this function.
Common::UString formatParams(const FunctionContext &ctx)
Construct a string describing parameters of this function.