UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cp_uforecovery_callbacks.h File Reference

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)
 

Detailed Description

UFO recovery and storing callback header file.

Definition in file cp_uforecovery_callbacks.h.

Function Documentation

void UR_InitCallbacks ( void  )

Definition at line 357 of file cp_uforecovery_callbacks.cpp.

References cgi.

Referenced by UR_InitStartup().

void UR_ShutdownCallbacks ( void  )

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.

Note
uses stored ufo status and disassembly

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().