GetPolyobjX: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "==ACS functions== fixed GetPolyobjX (int po) fixed GetPolyobjY (int po) Returns the X (respectively Y) coordinate of polyobject ''po'''s center point. It does not return the...")
(No difference)

Revision as of 08:27, 22 June 2019

ACS functions

fixed GetPolyobjX (int po)

fixed GetPolyobjY (int po)

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

See also