Difference between revisions of "FunctionInformation class"

From Catglobe Wiki
Jump to: navigation, search
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 10: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.