SetPolyobjXY
From Eternity Wiki
Jump to navigationJump to search
Description[edit]
This is an ACS built-in function.
Instantly moves a polyobject to given coordinates.
Usage[edit]
void SetPolyobjXY(int po, fixed x, fixed y)
Parameters[edit]
- po: polyobject to move
- x, y: fixed point coordinates
Return value[edit]
Examples[edit]
No examples given.
Notes[edit]
This function moves the polyobject instantly, teleporting it. The origin of the polyobject is the spawn point.
This function's identification in zspecial.acs is: -303.