Value::GetMovie

Value::GetMovie
SF_INLINE Movie* GetMovie() const;
Description

GetMovie retrieves the Movie instance that owns this object. This is only valid from Values that contain references to complex types such as Object, Array, DisplayObject, etc. It returns NULL for primitive types, as they do not contain a reference to the ObjectInterface.

Return Value

The Movie instance.