Difference between revisions of "CTeam"
From Project X Wiki
(No difference)
|
Latest revision as of 07:35, 14 March 2010
Contains information about team. Has worms as childs.
class CTeam { bool Active; int CurWorm; bool AllowSelectDelay; bool AllowSelectDelayB;
int GetNextWorm(); void SetCurrentWorm(int Index); }
Active - is team active or not. CurWorm - index of worm that moves AllowSelectDelay/AllowSelectDelayB - pass M_SETDELAY messages or not
|