Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

AI::Player::IsNeutralCity Class Reference

List of all members.

Detailed Description

used by the ai player to find all the neutral cities.

Definition at line 77 of file AI.h.

Public Methods

BOOL operator() (City *c) const


Member Function Documentation

BOOL AI::Player::IsNeutralCity::operator() City   c const [inline]
 

Definition at line 80 of file AI.h.

References City::color().

00080 { return (c->color() == Globals::NO_OWNER); }


The documentation for this class was generated from the following file:
Generated on Wed Apr 23 05:52:17 2003 for Modern Warfare by doxygen1.3-rc2