C# Class GarrysModLuaShared.luaL_Buffer

Afficher le fichier Open project: OmegaExtern/gmod-csharp-binary-module Class Usage Examples

Méthodes publiques

Свойство Type Description
luaState LuaState
lvl int
p int

Property Details

luaState public_oe property

public LuaState luaState
Résultat LuaState

lvl public_oe property

Number of strings in the stack (level)
public int lvl
Résultat int

p public_oe property

Current position in buffer
public int p
Résultat int