Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

inherits FrameScriptObject

Defined Methods[]

Object:GetDebugName([preferParentKey]) : debugName - Returns the object's debug name.
Object:GetParent() : parent - Returns the parent object.
Object:GetParentKey() : parentKey - Returns the key on the parent that references this object.
Object:SetParentKey(parentKey) - Sets a key on the parent to the child object.

Defined Scripts[]

OnLoad(self) - Invoked when the object is created.
OnUpdate(self, elapsed) - Invoked on every frame.