|
supertux
|
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< Parameter > | parameters |
Public Attributes inherited from ClassMember | |
| Visibility | visibility |
1.8.12