Click or drag to resize

GameLiftManagerGameControllerSetObjectTag Method

Updates the tag of an ASL Object based upon its ID. Remember that this tag must be defined by all players. This function is triggered by a packet received from the relay server.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetObjectTag(
	DataReceivedEventArgs _packet
)

Parameters

_packet
Type: DataReceivedEventArgs
The packet from the relay server containing the ID of what ASL Object to modified and the object's new tag
See Also