Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

FunctionInformation class: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
Line 1: Line 1:
{{CGscriptClass_Template
{{CGscriptClass_Template
|Name=<nowiki>FunctionInformation</nowiki>
|Name=<nowiki>FunctionInformation</nowiki>
|Description=<nowiki>Get information about this method</nowiki>
|Description=<nowiki>Get information about a specific CGScript methods (CGScript functions)</nowiki>
|Constructors=
|Constructors=
{{CGscriptConstructors_Template|Parameters=
{{CGscriptConstructors_Template|Parameters=

Revision as of 08:43, 19 December 2011

FunctionInformation



Get information about a specific CGScript methods (CGScript functions)

Constructors

  • (string functionname "Method to get information on") - Get Information about a specific function

Methods

  • string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • string WikiDocumentation { get; } - Information about this function in wiki format.