|
Enfusion Script API
|
Classes | |
| interface | Obsolete |
| Marks method as obsolete. More... | |
| interface | Friend |
| Attribute allows other classes to access protected methods. More... | |
| interface | Restrict |
| Limit access to method only to script modules within some access level. More... | |
Enumerations | |
| enum | EAccessLevel { EAccessLevel.ANY = 0 , EAccessLevel.LEVEL_0 , EAccessLevel.LEVEL_1 , EAccessLevel.LEVEL_2 , EAccessLevel.LEVEL_3 , EAccessLevel.LEVEL_4 , EAccessLevel.LEVEL_5 , EAccessLevel.LEVEL_6 } |
Functions | |
| void | PrintString (string s) |
| Helper for printing out string expression. Example: PrintString("Hello " + var);. | |
| enum EAccessLevel |
| void PrintString | ( | string | s | ) |
Helper for printing out string expression. Example: PrintString("Hello " + var);.