GetPolyobjX

From Eternity Wiki
Revision as of 08:29, 22 June 2019 by Printz (talk | contribs) (→‎ACS functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ACS functions[edit]

fixed GetPolyobjX (int po)

fixed GetPolyobjY (int po)

Returns the X (respectively Y) coordinate of polyobject po's center point, in fixed-point. It does not return the coordinate of the anchor thing.

If the tagged polyobject doesn't exist, it returns special value 32767.0.

See also[edit]