25 #include "../../cl_shared.h"
37 if (
cgi->Cmd_Argc() < 2) {
45 if (aircraft ==
nullptr)
56 {
nullptr,
nullptr,
nullptr}
61 cgi->Cmd_TableAddList(ufoCallbacks);
66 cgi->Cmd_TableRemoveList(ufoCallbacks);
void UFO_InitCallbacks(void)
const cgame_import_t * cgi
Header for Geoscape management.
aircraft_t * UFO_GetByIDX(const int idx)
returns the UFO on the geoscape with a certain index
void UFO_ShutdownCallbacks(void)
Header file for menu related console command callbacks.
#define GEO_IsUFOSelected(ufo)
void GEO_SelectUFO(aircraft_t *ufo)
Select the specified ufo on the geoscape.
Header file for single player campaign control.
An aircraft with all it's data.
static void UFO_GeoSelectUFO_f(void)
Select ufo on Geoscape.
const char *IMPORT * Cmd_Argv(int n)
static const cmdList_t ufoCallbacks[]