| GameLiftManagerOpCodeFunctions Field |
Array of OpCode function references executed when a packet is received with the corresponding OpCode.
null entries in the array are OpCodes that currently have no action within this script when received,
but may have other action elsewhere or are automatically sent.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action[] OpCodeFunctions
Public OpCodeFunctions As Action()
public:
array<Action^>^ OpCodeFunctions
val mutable OpCodeFunctions: Action[]
Field Value
Type:
ActionSee Also