| 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
)
Public Shared Sub ClaimRecoveryFunction (
_id As String,
_cancelledCallbacks As Integer
)
public:
static void ClaimRecoveryFunction(
String^ _id,
int _cancelledCallbacks
)
static member ClaimRecoveryFunction :
_id : string *
_cancelledCallbacks : int -> unit
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