C# 클래스 GarrysModLuaShared.luaL_Buffer

파일 보기 프로젝트 열기: OmegaExtern/gmod-csharp-binary-module 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
luaState LuaState
lvl int
p int

프로퍼티 상세

luaState 공개적으로 프로퍼티

public LuaState luaState
리턴 LuaState

lvl 공개적으로 프로퍼티

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

p 공개적으로 프로퍼티

Current position in buffer
public int p
리턴 int