C# 클래스 GarrysModLuaShared.lua_Debug

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

공개 프로퍼티들

프로퍼티 타입 설명
@event int
currentline int
istailcall char
isvararg char
lastlinedefined int
linedefined int
name string
namewhat string
nparams byte
nups byte
source string
what string

프로퍼티 상세

@event 공개적으로 프로퍼티

public int @event
리턴 int

currentline 공개적으로 프로퍼티

public int currentline
리턴 int

istailcall 공개적으로 프로퍼티

public char istailcall
리턴 char

isvararg 공개적으로 프로퍼티

public char isvararg
리턴 char

lastlinedefined 공개적으로 프로퍼티

public int lastlinedefined
리턴 int

linedefined 공개적으로 프로퍼티

public int linedefined
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

namewhat 공개적으로 프로퍼티

public string namewhat
리턴 string

nparams 공개적으로 프로퍼티

public byte nparams
리턴 byte

nups 공개적으로 프로퍼티

public byte nups
리턴 byte

source 공개적으로 프로퍼티

public string source
리턴 string

what 공개적으로 프로퍼티

public string what
리턴 string