GXEntityHeight - boxgaming/gx GitHub Wiki

Returns the height of the specified entity.

Syntax

height% = GXEntityHeight (entityId%)

Parameters

  • Entity for which the height will be returned is specified by the entityId% parameter. This id is returned by the GXEntityCreate function or can be accessed by its user id by the GX function.

Examples

Example1: Return the height of the entity.

height% = GXEntityHeight(warhog)

See Also

GXEntityCreate GX