|
UFO: Alien Invasion
|
UFO recovery and storing callback header file. More...

Go to the source code of this file.
Functions | |
| void | UR_InitCallbacks (void) |
| const char * | US_StoredUFOStatus (const storedUFO_t *ufo) |
| Returns string representation of the stored UFO's status. | |
| void | UR_ShutdownCallbacks (void) |
UFO recovery and storing callback header file.
Definition in file cp_uforecovery_callbacks.h.
Definition at line 356 of file cp_uforecovery_callbacks.cpp.
References cgi, and ufoRecoveryCallbacks.
Referenced by UR_InitStartup().
Definition at line 361 of file cp_uforecovery_callbacks.cpp.
References cgi, and ufoRecoveryCallbacks.
Referenced by UR_Shutdown().
| const char * US_StoredUFOStatus | ( | const storedUFO_t * | ufo | ) |
Returns string representation of the stored UFO's status.
Definition at line 191 of file cp_uforecovery_callbacks.cpp.
References storedUFO_t::disassembly, storedUFO_t::status, SUFO_RECOVERED, SUFO_STORED, and SUFO_TRANSFERED.
Referenced by INS_FillUFOYardData_f(), and US_SelectStoredUfo_f().