ASUserData::GetLastObjectValue

ASUserData::GetLastObjectValue
bool GetLastObjectValue(Value* value) const;
Description

GetLastObjectValue fills in a GFx::Value for the last object to which this user data was assigned. The method will fail of OnDestroy is called.

Parameters
Parameters 
Description 
Value* value 
The GFx::Value assigned to the VM. 
Return Value