C# Class GarrysModLuaShared.luaL_Reg

Datei anzeigen Open project: OmegaExtern/gmod-csharp-binary-module Class Usage Examples

Public Properties

Property Type Description
func lua_CFunction
name string

Public Methods

Method Description
luaL_Reg ( )
luaL_Reg ( string name, lua_CFunction func )

Method Details

luaL_Reg() public method

public luaL_Reg ( )

luaL_Reg() public method

public luaL_Reg ( string name, lua_CFunction func )
name string
func lua_CFunction

Property Details

func public_oe property

public lua_CFunction func
return lua_CFunction

name public_oe property

public string name
return string