C# Class GarrysModLuaShared.lua_Debug

显示文件 Open project: OmegaExtern/gmod-csharp-binary-module Class Usage Examples

Public Properties

Property Type Description
@event int
currentline int
istailcall char
isvararg char
lastlinedefined int
linedefined int
name string
namewhat string
nparams byte
nups byte
source string
what string

Property Details

@event public_oe property

public int @event
return int

currentline public_oe property

public int currentline
return int

istailcall public_oe property

public char istailcall
return char

isvararg public_oe property

public char isvararg
return char

lastlinedefined public_oe property

public int lastlinedefined
return int

linedefined public_oe property

public int linedefined
return int

name public_oe property

public string name
return string

namewhat public_oe property

public string namewhat
return string

nparams public_oe property

public byte nparams
return byte

nups public_oe property

public byte nups
return byte

source public_oe property

public string source
return string

what public_oe property

public string what
return string