Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GarrysModLuaShared
luaL_Reg
C# Class GarrysModLuaShared.luaL_Reg
Exibir arquivo
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