C# Class LuaInterface.LuaState

Inheritance: IDisposable
ファイルを表示 Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
LogGC bool

Public Methods

Method Description
AddSearchPath ( string path ) : void
Dispose ( ) : void
DoFile ( string fileName ) : object[]
GetFunction ( string funcName ) : LuaFunction
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

Method Details

AddSearchPath() public method

public AddSearchPath ( string path ) : void
path string
return void

Dispose() public method

public Dispose ( ) : void
return void

DoFile() public method

public DoFile ( string fileName ) : object[]
fileName string
return object[]

GetFunction() public method

public GetFunction ( string funcName ) : LuaFunction
funcName string
return LuaFunction

LuaGC() public method

public LuaGC ( object o ) : void
o object
return void

LuaGetField() public method

public LuaGetField ( object index, string str ) : void
index object
str string
return void

LuaSetField() public method

public LuaSetField ( object o, object o2 ) : void
o object
o2 object
return void

LuaSetTop() public method

public LuaSetTop ( int top ) : void
top int
return void

OpenLibs() public method

public OpenLibs ( object o ) : void
o object
return void

Start() public method

public Start ( ) : void
return void

Property Details

LogGC public_oe property

public bool LogGC
return bool