Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FormatException ( System e ) : string | ||
GetFunction ( string strFuncName ) : LuaFunction | ||
Initialize ( Action |
||
YwLuaSvr ( ) : System | ||
this ( string strName ) : object |
Method | Description | |
---|---|---|
yw_lua_import_internal ( IntPtr l ) : int |
Method | Description | |
---|---|---|
LuaPersistentFileLoader ( string strFile ) : byte[] | ||
LuaResourceFileLoader ( string strFile ) : byte[] | ||
LuaStreamFileLoader ( string strFile ) : byte[] | ||
OnBindLuaComplete ( ) : void | ||
SetupLuaPackagePath ( ) : void | ||
yw_lua_import ( IntPtr l ) : int |
public static FormatException ( System e ) : string | ||
e | System | |
return | string |
public GetFunction ( string strFuncName ) : LuaFunction | ||
strFuncName | string | |
return | LuaFunction |
public Initialize ( Action |
||
cProgress | Action |
|
cComplete | Action | |
eFlag | LuaSvrFlag | |
return | bool |
protected static yw_lua_import_internal ( IntPtr l ) : int | ||
l | IntPtr | |
return | int |