UFO: Alien Invasion
Loading...
Searching...
No Matches
cp_uforecovery_callbacks.h File Reference

UFO recovery and storing callback header file. More...

This graph shows which files directly or indirectly include this file:

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)

Detailed Description

UFO recovery and storing callback header file.

Definition in file cp_uforecovery_callbacks.h.

Function Documentation

◆ UR_InitCallbacks()

void UR_InitCallbacks ( void )

Definition at line 356 of file cp_uforecovery_callbacks.cpp.

References cgi, and ufoRecoveryCallbacks.

Referenced by UR_InitStartup().

◆ UR_ShutdownCallbacks()

void UR_ShutdownCallbacks ( void )

Definition at line 361 of file cp_uforecovery_callbacks.cpp.

References cgi, and ufoRecoveryCallbacks.

Referenced by UR_Shutdown().

◆ US_StoredUFOStatus()

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_t::disassembly, storedUFO_t::status, SUFO_RECOVERED, SUFO_STORED, and SUFO_TRANSFERED.

Referenced by INS_FillUFOYardData_f(), and US_SelectStoredUfo_f().