Enfusion Script API
|
Classes | |
interface | Obsolete |
Marks method as obsolete. More... | |
interface | Restrict |
Limit access to method only to script modules within some access level. More... | |
interface | ScriptModule |
Module containing compiled scripts. 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);.