Click or drag to resize

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

Field Value

Type: Action
See Also