BlzCreateFrameByType

Parameters
typeName string
name string
owner framehandle
inherits string
createContext integer
comment

Create & Define a new (Simple)Frame. Can use a root-(Simple)Frame-BluePrint with inherits, when that is done it needs to be a loaded BluePrint.

patch

1.31.0.11889

Source
common.j (suggest an edit or discuss on Github)
return type
framehandle
Source code
native BlzCreateFrameByType                        takes string typeName, string name, framehandle owner, string inherits, integer createContext returns framehandle