Category: Objects
/ Status
Since engine version: 1.0 OC
GetDefBottom
Description
Determines the lower limit of an object. This corresponds to the bottom vertex on objects that have vertices and y position + DefCore OffsetY + DefCore Height for objects without vertices.
Syntax
int GetDefBottom();
Example
Contents()->Exit(0, GetDefBottom()-GetY());
Exits the first contained object to the container's bottom center.
See also: GetY