Loading

Revision differences

Old revision #pkbvssddyNew revision #pcutdxwf1
1/**  1/**  
2* Check whether a Game Script is not running, or if it is running, if it is dead.  2* Check whether a script, be it AI or GS, is dead in this slot.
3* Check whether an AI slot is not started, or if it is started, it is not an AI, or if it is an AI, if it is dead.  3* @note Also returns dead for AI slots which are currently occupied
   4*       by Human Companies or when the AI didn't start.
   5* @note Also returns dead when no GS was set up.
4* @param slot The slot that is checked.  6* @param slot The slot that is checked.  
5* @return true if the slot that is checked is dead.  7* @return true if the slot that is checked is dead.  
6*/  8*/