C# Class GarrysModLuaShared.lua_Debug

Show file 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 property

public int @event
return int

currentline public property

public int currentline
return int

istailcall public property

public char istailcall
return char

isvararg public property

public char isvararg
return char

lastlinedefined public property

public int lastlinedefined
return int

linedefined public property

public int linedefined
return int

name public property

public string name
return string

namewhat public property

public string namewhat
return string

nparams public property

public byte nparams
return byte

nups public property

public byte nups
return byte

source public property

public string source
return string

what public property

public string what
return string