Click or drag to resize

GameLiftManagerGameControllerSetObjectClaim Method

Finds and claims a specified object and updates everybody's permission for that object. 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 SetObjectClaim(
	DataReceivedEventArgs _packet
)

Parameters

_packet
Type: DataReceivedEventArgs
The packet containing the id of the object to claim
See Also