AbsY

Category: Objects / Position
Since engine version: 4.9.1.0 GWE

Description

If called from an object, this function returns the given Y coordinate relative to the object's center. Otherwise, the original coordinate is returned

Syntax

int AbsY (int iY);

Parameter

iY:
Y

Example

CreateObject(WIPF, AbsX(100), AbsY(500), -1);
Creates a wipf at position 100/500, even if called from an object script.
See also: AbsX, CreateObject, GetX, GetY
flgr, Januar 2002