|
Galactic Bloodshed
|
Go to the source code of this file.
Functions | |
| void | arm (const command_t &, GameObj &) |
| void | move_popn (const command_t &, GameObj &) |
| void | walk (const command_t &, GameObj &) |
| int | get_move (char, int, int, int *, int *, const Planet &) |
| void | ground_attack (Race *, Race *, int *, int, population_t *, population_t *, unsigned int, unsigned int, double, double, double *, double *, int *, int *, int *) |
Definition at line 39 of file move.cc.
References control(), getplanet(), getsector(), putplanet(), putrace(), and putsector().
| int get_move | ( | char | , |
| int | , | ||
| int | , | ||
| int * | , | ||
| int * | , | ||
| const Planet & | |||
| ) |
Definition at line 624 of file move.cc.
Referenced by moveship_onplanet().
| void ground_attack | ( | Race * | , |
| Race * | , | ||
| int * | , | ||
| int | , | ||
| population_t * | , | ||
| population_t * | , | ||
| unsigned | int, | ||
| unsigned | int, | ||
| double | , | ||
| double | , | ||
| double * | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| int * | |||
| ) |
Definition at line 150 of file move.cc.
References adjacent(), control(), deductAPs(), enufAP(), getplanet(), getsector(), ground_attack(), mech_defend(), putplanet(), putrace(), and putsector().
Definition at line 449 of file move.cc.
References deductAPs(), enufAP(), getplanet(), getsector(), mech_attack_people(), people_attack_mech(), post(), putplanet(), putrace(), putsector(), putship(), retal_strength(), testship(), use_destruct(), and use_fuel().
1.8.13