Torque3D Documentation / _generateds / ConsoleFunctionHeader

ConsoleFunctionHeader

Engine/source/console/console.h

Extended information about a console function.

More...

Public Attributes

const char *

List of arguments taken by the function. Used for documentation.

const char *

List of default argument values. Used for documentation.

bool

Whether this is a static method in a class.

const char *

Return type string.

Public Functions

ConsoleFunctionHeader(const char * returnString, const char * argString, const char * defaultArgString, bool isStatic)

Detailed Description

Extended information about a console function.

Public Attributes

const char * mArgString 

List of arguments taken by the function. Used for documentation.

const char * mDefaultArgString 

List of default argument values. Used for documentation.

bool mIsStatic 

Whether this is a static method in a class.

const char * mReturnString 

Return type string.

Public Functions

ConsoleFunctionHeader(const char * returnString, const char * argString, const char * defaultArgString, bool isStatic)