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. More... | |
void | UR_ShutdownCallbacks (void) |
UFO recovery and storing callback header file.
Definition in file cp_uforecovery_callbacks.h.
Definition at line 357 of file cp_uforecovery_callbacks.cpp.
References cgi.
Referenced by UR_InitStartup().
Definition at line 362 of file cp_uforecovery_callbacks.cpp.
References cgi.
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_s::disassembly, storedUFO_s::status, SUFO_RECOVERED, SUFO_STORED, and SUFO_TRANSFERED.
Referenced by INS_FillUFOYardData_f(), and US_SelectStoredUfo_f().