ASUserData

ASUserData
Scaleform::GFx::ASUserData
Declaration
class ASUserData : public RefCountBase<ASUserData, Stat_Default_Mem>;
Description

ASUserData allows developers the ability to store custom data with an ActionScript VM object and be notified when it is destroyed. An instance of this handler can be installed with an AS object via the GFx::Value interface: GFx::Value::SetUserData.

Methods
Method 
Description 
Initializes ASUserData. 
Fills in a GFx::Value for the last object to which this user data was assigned. 
Called when the VM object that has a user data object installed is destroyed by the VM. 
File

GFx_Player.h