Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GarrysModLuaShared
luaL_Reg
C# Class GarrysModLuaShared.luaL_Reg
Show file
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 property
public
lua_CFunction
func
return
lua_CFunction
name
public property
public
string
name
return
string