native BlzFrameClick takes framehandle frame returns nothing
native BlzFrameGetName takes framehandle frame returns string
native BlzFrameSetText takes framehandle frame, string text returns nothing
native BlzFrameGetText takes framehandle frame returns string
native BlzFrameAddText takes framehandle frame, string text returns nothing
native BlzFrameSetSize takes framehandle frame, real width, real height returns nothing
native BlzFrameSetFont takes framehandle frame, string fileName, real height, integer flags returns nothing
native BlzFrameSetPoint takes framehandle frame, framepointtype point, framehandle relative, framepointtype relativePoint, real x, real y returns nothing
native BlzFrameSetFocus takes framehandle frame, boolean flag returns nothing
native BlzFrameSetModel takes framehandle frame, string modelFile, integer cameraIndex returns nothing
native BlzFrameSetAlpha takes framehandle frame, integer alpha returns nothing
native BlzFrameGetAlpha takes framehandle frame returns integer
native BlzFrameSetScale takes framehandle frame, real scale returns nothing
native BlzFrameSetValue takes framehandle frame, real value returns nothing
native BlzFrameGetValue takes framehandle frame returns real
native BlzFrameSetLevel takes framehandle frame, integer level returns nothing
native BlzFrameGetWidth takes framehandle frame returns real
native BlzFrameGetChild takes framehandle frame, integer index returns framehandle
native BlzFrameIsVisible takes framehandle frame returns boolean
native BlzFrameSetEnable takes framehandle frame, boolean enabled returns nothing
native BlzFrameGetEnable takes framehandle frame returns boolean
native BlzFrameCageMouse takes framehandle frame, boolean enable returns nothing
native BlzFrameSetParent takes framehandle frame, framehandle parent returns nothing
native BlzFrameGetParent takes framehandle frame returns framehandle
native BlzFrameGetHeight takes framehandle frame returns real
native BlzFrameSetVisible takes framehandle frame, boolean visible returns nothing
native BlzFrameSetTexture takes framehandle frame, string texFile, integer flag, boolean blend returns nothing
native BlzFrameSetTooltip takes framehandle frame, framehandle tooltip returns nothing
native BlzFrameSetAbsPoint takes framehandle frame, framepointtype point, real x, real y returns nothing
native BlzFrameSetStepSize takes framehandle frame, real stepSize returns nothing
native BlzFrameSetAllPoints takes framehandle frame, framehandle relative returns nothing
native BlzFrameSetTextColor takes framehandle frame, integer color returns nothing
native BlzFrameClearAllPoints takes framehandle frame returns nothing
native BlzFrameSetMinMaxValue takes framehandle frame, real minValue, real maxValue returns nothing
native BlzFrameSetVertexColor takes framehandle frame, integer color returns nothing
native BlzFrameSetTextSizeLimit takes framehandle frame, integer size returns nothing
native BlzFrameGetTextSizeLimit takes framehandle frame returns integer
native BlzFrameSetSpriteAnimate takes framehandle frame, integer primaryProp, integer flags returns nothing
native BlzFrameSetTextAlignment takes framehandle frame, textaligntype vert, textaligntype horz returns nothing
native BlzFrameGetChildrenCount takes framehandle frame returns integer
native BlzGetOriginFrame takes originframetype frameType, integer index returns framehandle
native BlzCreateFrame takes string name, framehandle owner, integer priority, integer createContext returns framehandle
native BlzCreateSimpleFrame takes string name, framehandle owner, integer createContext returns framehandle
native BlzDestroyFrame takes framehandle frame returns nothing
native BlzGetTriggerFrame takes nothing returns framehandle
native BlzHideOriginFrames takes boolean enable returns nothing
native BlzGetTriggerFrameText takes nothing returns string
native BlzTriggerRegisterFrameEvent takes trigger whichTrigger, framehandle frame, frameeventtype eventId returns event
native BlzGetTriggerFrameEvent takes nothing returns frameeventtype
native BlzGetTriggerFrameValue takes nothing returns real
native BlzCreateFrameByType takes string typeName, string name, framehandle owner, string inherits, integer createContext returns framehandle
native BlzGetFrameByName takes string name, integer createContext returns framehandle