C# Class LuaInterface.LuaTable

Afficher le fichier Open project: liangxiegame/QFramework Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetLuaFunction ( string funcName ) : LuaFunction
this ( string name ) : object

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetLuaFunction() public méthode

public GetLuaFunction ( string funcName ) : LuaFunction
funcName string
Résultat LuaFunction

this() public méthode

public this ( string name ) : object
name string
Résultat object