C# Class LuaInterface.LuaTable

Show file Open project: liangxiegame/QFramework Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetLuaFunction ( string funcName ) : LuaFunction
this ( string name ) : object

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetLuaFunction() public method

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

this() public method

public this ( string name ) : object
name string
return object