object - commandobject - unit


int IsLive()

Scope: public

Parameters
none

Return values
True if object is live, false if it is killed.

Description
If some object is killed and we have stored pointer to this object in member variable we should free this pointer (set to null).

See also
GetHP