C# Class GarrysModLuaShared.luaL_Buffer

ファイルを表示 Open project: OmegaExtern/gmod-csharp-binary-module Class Usage Examples

Public Properties

Property Type Description
luaState LuaState
lvl int
p int

Property Details

luaState public_oe property

public LuaState luaState
return LuaState

lvl public_oe property

Number of strings in the stack (level)
public int lvl
return int

p public_oe property

Current position in buffer
public int p
return int