Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vsnet_cmd.h>
Public Types | |
enum | SaveDataTypes { StringValue =1<<1, FloatValue =1<<2, Objective =1<<3 } |
enum | SaveDataActions { SetValue =1<<8, EraseValue =1<<9 } |
enum | MissionActions { TerminateMission =1, AcceptMission =2 } |
enum | ShipActions { BuyShip =1, SellShip =2, SwitchShip =3 } |
Definition at line 137 of file vsnet_cmd.h.
Enumerator | |
---|---|
TerminateMission | |
AcceptMission |
Definition at line 153 of file vsnet_cmd.h.
Enumerator | |
---|---|
SetValue | |
EraseValue |
Definition at line 147 of file vsnet_cmd.h.
Enumerator | |
---|---|
StringValue | |
FloatValue | |
Objective |
Definition at line 140 of file vsnet_cmd.h.
enum Subcmd::ShipActions |
Enumerator | |
---|---|
BuyShip | |
SellShip | |
SwitchShip |
Definition at line 159 of file vsnet_cmd.h.