overloadgen

Undocumented in source.

Members

Classes

CimGuiOverloadPlugin
class CimGuiOverloadPlugin
Undocumented in source.

Functions

exportOverloadgen
Plugin exportOverloadgen()
Undocumented in source. Be warned that the author may not have intended to support it.
generateAliasOverload
string generateAliasOverload()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefinitionsPath
string getDefinitionsPath(string cimguiPath)
Undocumented in source. Be warned that the author may not have intended to support it.
getOverloadsPath
string getOverloadsPath(string cimguiPath)
Undocumented in source. Be warned that the author may not have intended to support it.
hasVarArgs
bool hasVarArgs(string params)
Undocumented in source. Be warned that the author may not have intended to support it.
isOnIgnoreList
bool isOnIgnoreList(string line)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

generateOverloads
string generateOverloads(Function[] funcs)
Undocumented in source. Be warned that the author may not have intended to support it.
getFunctions
Function[] getFunctions(File file)
Undocumented in source. Be warned that the author may not have intended to support it.
getParameters
void getParameters(Function func, OverloadedFunction overload)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

defs
JSONValue defs;
Undocumented in source.

Structs

Function
struct Function
Undocumented in source.
OverloadedFunction
struct OverloadedFunction
Undocumented in source.

Variables

ignoreList
string[] ignoreList;
Undocumented in source.
willDefineOverloadTemplate
bool willDefineOverloadTemplate;
Undocumented in source.

Meta