Click or drag to resize

ASLObject_LocallySetClaimCancelledRecoveryCallback Method

This function will only update the local player, not all players. Sets the claim cancelled recovery callback function for this object.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void _LocallySetClaimCancelledRecoveryCallback(
	ASLObjectClaimCancelledRecoveryCallback _rejectedClaimRecoveryFunction
)

Parameters

_rejectedClaimRecoveryFunction
Type: ASLASLObjectClaimCancelledRecoveryCallback
The cancelled claim user provided function
See Also