Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetY
Category:
Objects / Position
Since engine version:
4.6.5.0 CP
Description
Returns the y position of pObj.
Syntax
int
GetY (
object
pObj);
Parameter
pObj:
[opt] Object of which to get the position. Can be 0 in local calls.
See also:
GetX
,
GetXDir
,
GetYDir
,
SetPosition
,
SetXDir
,
SetYDir
Cucaracha, Mai 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script