Click or drag to resize

CreateObject_ExampleClaimRecoveryFunction Method

A function that is called when an ASL object's claim is rejected. This function can be set to be called upon object creation.

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void ClaimRecoveryFunction(
	string _id,
	int _cancelledCallbacks
)

Parameters

_id
Type: SystemString
The id of the object who's claim was rejected
_cancelledCallbacks
Type: SystemInt32
The amount of claim callbacks that were cancelled
See Also