____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <network.h>
Public Attributes | |
| unsigned | NumberSent: 6 |
| New Number Selected. | |
| unsigned | Add: 1 |
| Adding to Selection. | |
| unsigned | Remove: 1 |
| Removing from Selection. | |
| unsigned char | Type [MaxNetworkCommands] |
| Command. | |
Definition at line 164 of file network.h.
New Number Selected.
Definition at line 165 of file network.h.
Referenced by NetworkProcessSelection(), and NetworkSendSelection().
| unsigned _network_selection_header_::Add |
Adding to Selection.
Definition at line 166 of file network.h.
Referenced by NetworkProcessSelection(), and NetworkSendSelection().
| unsigned _network_selection_header_::Remove |
Removing from Selection.
Definition at line 167 of file network.h.
Referenced by NetworkProcessSelection(), and NetworkSendSelection().
| unsigned char _network_selection_header_::Type[MaxNetworkCommands] |
Command.
Definition at line 168 of file network.h.
Referenced by NetworkProcessSelection(), and NetworkSendSelection().
1.5.6