Index    Objects hierarchy


object object

object

Description

Base object for all other objects. Contains couple basic functions.
It is special object and has no name so variable of this type can't be declared in script.

Functions

void TraceD(string strText)
void TraceD(int nValue)
int  GetEntranceX(unit uTarget)
int  GetEntranceY(unit uTarget)
int  GetEntranceZ(unit uTarget)
int  GetMaxSideColor()
int  Distance(int nX1, int nY1, int nX2, int nY2)
int  Rand(int nModulo)