|
Galactic Bloodshed
|
Go to the source code of this file.
Functions | |
| void | load (const command_t &, GameObj &) |
| void | jettison (const command_t &, GameObj &) |
| void | dump (const command_t &, GameObj &) |
| void | transfer (const command_t &, GameObj &) |
| void | mount (const command_t &, GameObj &) |
| void | use_fuel (Ship *, double) |
| void | use_destruct (Ship *, int) |
| void | use_resource (Ship *, int) |
| void | rcv_fuel (Ship *, double) |
| void | rcv_resource (Ship *, int) |
| void | rcv_destruct (Ship *, int) |
| void | rcv_popn (Ship *, int, double) |
| void | rcv_troops (Ship *, int, double) |
Definition at line 622 of file load.cc.
References deductAPs(), enufAP(), getplanet(), getsdata(), getstar(), putplanet(), and putstar().
Definition at line 470 of file load.cc.
References do_shiplist(), enufAP(), jettison_check(), putship(), use_destruct(), use_fuel(), and use_resource().
Definition at line 37 of file load.cc.
References bufc, bufd, buff, bufm, bufr, do_shiplist(), do_transporter(), enufAP(), getplanet(), getsector(), landed_on(), overloaded(), putplanet(), putsector(), putship(), rcv_fuel(), rcv_resource(), and unload_onto_alien_sector().
Definition at line 806 of file load.cc.
References do_shiplist(), and putship().
| void rcv_destruct | ( | Ship * | , |
| int | |||
| ) |
Definition at line 901 of file load.cc.
Referenced by do_habitat(), do_merchant(), and do_transporter().
| void rcv_fuel | ( | Ship * | , |
| double | |||
| ) |
Definition at line 891 of file load.cc.
Referenced by do_merchant(), do_transporter(), doplanet(), and load().
| void rcv_resource | ( | Ship * | , |
| int | |||
| ) |
Definition at line 896 of file load.cc.
Referenced by do_habitat(), do_merchant(), do_transporter(), and load().
Definition at line 710 of file load.cc.
References deductAPs(), enufAP(), getplanet(), and putplanet().
| void use_destruct | ( | Ship * | , |
| int | |||
| ) |
Definition at line 881 of file load.cc.
Referenced by bombard(), defend(), do_merchant(), do_transporter(), fire(), jettison(), mech_attack_people(), people_attack_mech(), and walk().
| void use_fuel | ( | Ship * | , |
| double | |||
| ) |
Definition at line 876 of file load.cc.
Referenced by bombard(), defend(), do_ap(), do_habitat(), do_merchant(), do_transporter(), do_weapon_plant(), fire(), give_orders(), jettison(), land(), launch(), moveship(), plow(), terraform(), and walk().
| void use_resource | ( | Ship * | , |
| int | |||
| ) |
Definition at line 886 of file load.cc.
Referenced by do_dome(), do_merchant(), do_repair(), do_transporter(), do_weapon_plant(), and jettison().
1.8.13