Table of Contents

Struct fxScriptContext

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[Serializable]
public struct fxScriptContext
Inherited Members

Fields

functionData

public byte* functionData

Field Value

byte*

hasError

public int hasError

Field Value

int

nativeIdentifier

public ulong nativeIdentifier

Field Value

ulong

numArguments

public int numArguments

Field Value

int

numResults

public int numResults

Field Value

int

result

public byte* result

Field Value

byte*