supertux
Public Types | Public Attributes | List of all members
Function Class Reference
Inheritance diagram for Function:
ClassMember

Public Types

enum  FuncType { FUNCTION, CONSTRUCTOR, DESTRUCTOR }
 
- Public Types inherited from ClassMember
enum  Visibility { PUBLIC, PROTECTED, PRIVATE }
 

Public Attributes

FuncType type
 
bool suspend
 function should suspend squirrel VM after execution
 
bool custom
 a custom wrapper (just pass along HSQUIRRELVM)
 
std::string parameter_spec
 
std::string docu_comment
 
std::string name
 
Type return_type
 
std::vector< Parameterparameters
 
- Public Attributes inherited from ClassMember
Visibility visibility
 

The documentation for this class was generated from the following file: