GetPolyobjX: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
fixed GetPolyobjY (int po) | fixed GetPolyobjY (int po) | ||
Returns the X (respectively Y) coordinate of polyobject ''po'''s | Returns the X (respectively Y) coordinate of polyobject ''po'''s spawn point, in fixed-point. | ||
If the tagged polyobject doesn't exist, it returns special value 32767.0. | If the tagged polyobject doesn't exist, it returns special value 32767.0. | ||