Source/Player.h
changeset 14 4585c74d809c
parent 13 db7bb080c3d5
     1.1 --- a/Source/Player.h	Tue Jul 08 13:12:01 2008 -0700
     1.2 +++ b/Source/Player.h	Tue Jul 08 20:32:52 2008 -0700
     1.3 @@ -35,6 +35,9 @@
     1.4  @property (readonly, getter=isFriendly) BOOL friendly;      // Is this player the current player or an ally?
     1.5  @property (readonly, getter=isUnfriendly) BOOL unfriendly;  // Is this player an opponent of the current player?
     1.6  @property (readonly) Player *nextPlayer, *previousPlayer;   // The next/previous player in sequence
     1.7 +
     1.8 +/** Copy all of the player's attributes (name, local...) into myself. */
     1.9 +- (void) copyFrom: (Player*)player;
    1.10  @end
    1.11  
    1.12