BlzFrameSetPoint
- Parameters
-
frame framehandle
point framepointtype
relative framehandle
relativePoint framepointtype
x real
y real
- comment
-
Unbinds a point of FrameA and places it relative to a point of FrameB. When FrameB moves FrameA's point will keep this rule and moves with it.
Each point of a frame can be placed to one point. By placing multiple points of one Frame a Size is enforced.
- patch
-
1.31.0.11889
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native BlzFrameSetPoint takes framehandle frame, framepointtype point, framehandle relative, framepointtype relativePoint, real x, real y returns nothing