| ASLObject_LocallySetClaim Method |
This function should NOT be called by the user as it will only update the local player, it will not update all players. Claim the object as our own or give up the object.
This function is used when an incoming packet from the relay server needs to update the claim of this objects.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void _LocallySetClaim(
bool _claim
)
Public Sub _LocallySetClaim (
_claim As Boolean
)
public:
void _LocallySetClaim(
bool _claim
)
member _LocallySetClaim :
_claim : bool -> unit
Parameters
- _claim
- Type: SystemBoolean
Based on what was sent, claim this is our own or relinquish it.
See Also