Свойство | Type | Description | |
---|---|---|---|
LogGC | bool |
Méthode | Description | |
---|---|---|
AddSearchPath ( string path ) : void | ||
Dispose ( ) : void | ||
DoFile ( string fileName ) : object[] | ||
GetFunction ( string funcName ) : |
||
LuaGC ( object o ) : void | ||
LuaGetField ( object index, string str ) : void | ||
LuaSetField ( object o, object o2 ) : void | ||
LuaSetTop ( int top ) : void | ||
OpenLibs ( object o ) : void | ||
Start ( ) : void |
public AddSearchPath ( string path ) : void | ||
path | string | |
Résultat | void |
public DoFile ( string fileName ) : object[] | ||
fileName | string | |
Résultat | object[] |
public GetFunction ( string funcName ) : |
||
funcName | string | |
Résultat |
public LuaGetField ( object index, string str ) : void | ||
index | object | |
str | string | |
Résultat | void |
public LuaSetField ( object o, object o2 ) : void | ||
o | object | |
o2 | object | |
Résultat | void |