Inheritance diagram for OBJ_SHIP_ASTRONAUT:

Private Methods | |
| void | StartAction () |
| BOOL | DoesCommunicate () |
| int | GetOxygenPercent () |
| GALOBJ | Create (int a_raceid, int a_x, int a_y, int a_z, GALOBJ a_env) |
| GALOBJ | Destruct () |
| int | GetClass () |
| int | IsClass (int cl) |
Private Attributes | |
| int | sh_O2Percent |
|
||||||||||||||||||||||||
|
create an astronaut with given parameters
|
|
|
See Functions common in every object.
Reimplemented from OBJ_SHIP. |
|
|
returns TRUE
Reimplemented from OBJ_SHIP. |
|
|
Functions common in every object
Reimplemented from OBJ_SHIP. |
|
|
returns sh_O2Percent
|
|
|
Functions common in every object
Reimplemented from OBJ_SHIP. |
|
|
StartAction defines which command is the default. Here it is COMMAND_NONE.
Reimplemented from OBJ_SHIP. |
|
|
remaining 02 in percent
|
1.2.17