C# Class KopiLua.Lua.luaL_Reg

Show file Open project: mlnlover11/KopiLua-v5.1.5

Public Properties

Property Type Description
func lua_CFunction
name KopiLua.CharPtr

Public Methods

Method Description
luaL_Reg ( KopiLua.CharPtr name, lua_CFunction func ) : System

Method Details

luaL_Reg() public method

public luaL_Reg ( KopiLua.CharPtr name, lua_CFunction func ) : System
name KopiLua.CharPtr
func lua_CFunction
return System

Property Details

func public property

public lua_CFunction func
return lua_CFunction

name public property

public CharPtr,KopiLua name
return KopiLua.CharPtr