Click or drag to resize

ASLObjectSendAndSetClaim Method (ASLObjectClaimCallback)

Claims an object for the user until someone steals it or the passed in claim time is reached. Changing the time you hold onto an object and deciding to reset or not the current amount of time you have held it is generally not recommended, but does have occasional applications

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SendAndSetClaim(
	ASLObjectClaimCallback callback
)

Parameters

callback
Type: ASLASLObjectClaimCallback
The callback to be called when the claim is approved by the server
See Also