Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Subcmd Class Reference

#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 }
 

Detailed Description

Definition at line 137 of file vsnet_cmd.h.

Member Enumeration Documentation

Enumerator
TerminateMission 
AcceptMission 

Definition at line 153 of file vsnet_cmd.h.

154  {
156  AcceptMission =2,
157  };
Enumerator
SetValue 
EraseValue 

Definition at line 147 of file vsnet_cmd.h.

148  {
149  SetValue =1<<8,
150  EraseValue=1<<9,
151  };
Enumerator
StringValue 
FloatValue 
Objective 

Definition at line 140 of file vsnet_cmd.h.

141  {
142  StringValue=1<<1,
143  FloatValue =1<<2,
144  Objective =1<<3,
145  };
Enumerator
BuyShip 
SellShip 
SwitchShip 

Definition at line 159 of file vsnet_cmd.h.

160  {
161  BuyShip =1,
162  SellShip =2,
163  SwitchShip=3,
164  };

The documentation for this class was generated from the following file: