Changes between Version 1 and Version 2 of Exposed_Network_Functions


Ignore:
Timestamp:
Feb 23, 2008, 9:32:37 PM (16 years ago)
Author:
Jan Wassenberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exposed_Network_Functions

    v1 v2  
    2929 * Assigned to a Session,
    3030 * Assigned to a Local player, or
    31  * <font color=gray>Assigned to an AI player (TBD).</font>
     31 * Assigned to an AI player (TBD).
    3232
    3333Player slot 0 is automatically allocated to the server (MP) or local (SP) player; remaining slots are by default Open.
     
    4343 * '''assignOpen(): Set the slot status to Open (unassigned)
    4444 * '''assignToSession(session): Assign the slot to a connected session
    45  * '''<font color=gray>assignToAI()''': TBD</font>
     45 * '''assignToAI()''': TBD
    4646
    4747Note that the '''assign*''' methods can only be called on the server.