UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cgame_import_s Struct Reference

#include <cgame.h>

Public Member Functions

 void (IMPORT *UI_ExecuteConfunc)(const char *fmt
 
 __attribute__ ((format(__printf__, 1, 2)))
 
 void (IMPORT *UI_PopWindow)(bool all)
 
 void (IMPORT *UI_PushWindow)(const char *name)
 
 void (IMPORT *UI_InitStack)(const char *activeMenu
 
 void (IMPORT *UI_Popup)(const char *title
 
const char uiNode_t *IMPORTUI_AddOption (uiNode_t **tree, const char *name, const char *label, const char *value)
 
 void (IMPORT *UI_RegisterOption)(int dataId
 
 void (IMPORT *UI_RegisterText)(int textId
 
 void (IMPORT *UI_ResetData)(int dataId)
 
 void (IMPORT *UI_RegisterLinkedListText)(int textId
 
struct
uiMessageListNodeMessage_s
*IMPORT
UI_MessageGetStack (void)
 
 void (IMPORT *UI_MessageAddStack)(struct uiMessageListNodeMessage_s *)
 
 void (IMPORT *UI_MessageResetStack)(void)
 
 void (IMPORT *UI_TextScrollEnd)(const char *nodePath)
 
 void (IMPORT *UI_TextNodeSelectLine)(uiNode_t *node
 
uiNode_t *IMPORTUI_PopupList (const char *title, const char *headline, linkedList_t *entries, const char *clickAction)
 
 void (IMPORT *UI_UpdateInvisOptions)(uiNode_t *option
 
 void (IMPORT *HUD_InitUI)(const char *optionWindowName)
 
 void (IMPORT *HUD_DisplayMessage)(const char *text)
 
uiNode_t *IMPORTUI_GetOption (int dataId)
 
 void (IMPORT *UI_SortOptions)(uiNode_t **first)
 
uiNode_t *IMPORTUI_InitOptionIteratorAtIndex (int index, uiNode_t *option, uiOptionIterator_t *iterator)
 
uiNode_t *IMPORTUI_OptionIteratorNextOption (uiOptionIterator_t *iterator)
 
 int (IMPORT *UI_DrawString)(const char *fontID
 
const char *IMPORTUI_GetFontFromNode (const uiNode_t *const node)
 
 void (IMPORT *UI_DrawNormImageByName)(bool flip
 
 void (IMPORT *UI_DrawRect)(int x
 
 void (IMPORT *UI_DrawFill)(int x
 
 int (IMPORT *UI_DrawTooltip)(const char *string
 
 void (IMPORT *UI_GetNodeAbsPos)(const uiNode_t *node
 
 void (IMPORT *UI_PopupButton)(const char *title
 
uiSprite_t *IMPORTUI_GetSpriteByName (const char *name)
 
 void (IMPORT *UI_ContainerNodeUpdateEquipment)(Inventory *inv
 
uiNode_t *IMPORTUI_GetNodeByPath (const char *path)
 
 void (IMPORT *UI_DisplayNotice)(const char *text
 
const char *IMPORTUI_GetActiveWindowName (void)
 
const char *IMPORTCL_Translate (const char *t)
 
 void (IMPORT *LIST_PrependString)(linkedList_t **listDest
 
 void (IMPORT *LIST_AddString)(linkedList_t **list
 
 void (IMPORT *LIST_AddStringSorted)(linkedList_t **listDest
 
 void (IMPORT *LIST_AddPointer)(linkedList_t **listDest
 
linkedList_t *IMPORTLIST_Add (linkedList_t **list, void const *data, size_t length)
 
const linkedList_t *IMPORTLIST_ContainsString (const linkedList_t *list, const char *string)
 
linkedList_t *IMPORTLIST_GetPointer (linkedList_t *list, const void *data)
 
 void (IMPORT *LIST_Delete)(linkedList_t **list)
 
 bool (IMPORT *LIST_RemoveEntry)(linkedList_t **list
 
 bool (IMPORT *LIST_IsEmpty)(const linkedList_t *list)
 
 int (IMPORT *LIST_Count)(const linkedList_t *list)
 
linkedList_t *IMPORTLIST_CopyStructure (linkedList_t *src)
 
void *IMPORTLIST_GetByIdx (linkedList_t *list, int index)
 
 bool (IMPORT *LIST_Remove)(linkedList_t **list
 
 void (IMPORT *LIST_Sort)(linkedList_t **list
 
void *IMPORTLIST_GetRandom (linkedList_t *list)
 
 void (IMPORT *SV_ShutdownWhenEmpty)(void)
 
 void (IMPORT *SV_Shutdown)(const char *final msg
 
 int (IMPORT *CL_GetPlayerNum)(void)
 
const char *IMPORTCL_PlayerGetName (unsigned int player)
 
 int (IMPORT *CL_Milliseconds)(void)
 
 void (IMPORT *CL_Drop)(void)
 
 void (IMPORT *CL_QueryMasterServer)(const char *action
 
 void (IMPORT *CL_SetClientState)(connstate_t state)
 
 int (IMPORT *CL_GetClientState)(void)
 
 void (IMPORT *CL_Disconnect)(void)
 
 void (IMPORT *GAME_SwitchCurrentSelectedMap)(int step)
 
const mapDef_t *IMPORTGAME_GetCurrentSelectedMap (void)
 
 int (IMPORT *GAME_GetCurrentTeam)(void)
 
char *IMPORTGAME_StrDup (const char *string)
 
 void (IMPORT *GAME_AutoTeam)(const char *equipmentDefinitionID
 
const equipDef_t *IMPORTGAME_ChangeEquip (const linkedList_t *equipmentList, changeEquipType_t changeType, const char *equipID)
 
 size_t (IMPORT *GAME_GetCharacterArraySize)(void)
 
 bool (IMPORT *GAME_IsTeamEmpty)(void)
 
 bool (IMPORT *GAME_LoadDefaultTeam)(bool force)
 
 void (IMPORT *GAME_SetServerInfo)(const char *server
 
 void (IMPORT *GAME_AppendTeamMember)(int memberIndex
 
 void (IMPORT *GAME_ReloadMode)(void)
 
 int (IMPORT *GAME_GetChrMaxLoad)(const character_t *chr)
 
 bool (IMPORT *GAME_LoadCharacter)(xmlNode_t *p
 
 bool (IMPORT *GAME_SaveCharacter)(xmlNode_t *p
 
void *IMPORTAlloc (size_t size, bool zeroFill, memPool_t *pool, const int tagNum, const char *fileName, const int fileLine)
 
 void (IMPORT *Free)(void *ptr)
 
memPool_t *IMPORTCreatePool (const char *name)
 
 void (IMPORT *FreePool)(memPool_t *pool)
 
char *IMPORTPoolStrDup (const char *in, memPool_t *pool, const int tagNum)
 
 void (IMPORT *S_StartLocalSample)(const char *s
 
 void (IMPORT *S_SetSampleRepeatRate)(int sampleRepeatRate)
 
 void (IMPORT *R_SoftenTexture)(byte *in
 
 void (IMPORT *R_LoadImage)(const char *name
 
 bool (IMPORT *R_ImageExists)(const char *pname
 
 __attribute__ ((format(__printf__, 1, 2)))
 
 void (IMPORT *R_Color)(const vec4_t rgba)
 
 void (IMPORT *R_DrawLineStrip)(int points
 
 void (IMPORT *R_DrawLine)(int *verts
 
 void (IMPORT *R_DrawRect)(int x
 
 void (IMPORT *R_DrawFill)(int x
 
 void (IMPORT *R_Draw2DMapMarkers)(const vec2_t screenPos
 
 void (IMPORT *R_Draw3DMapMarkers)(const vec2_t nodePos
 
 void (IMPORT *R_DrawBloom)(void)
 
 void (IMPORT *R_UploadAlpha)(const char *name
 
 void (IMPORT *R_DrawImageCentered)(int x
 
dbuffer *IMPORTNET_ReadMsg (struct net_stream *s)
 
 int (IMPORT *NET_ReadByte)(dbuffer *buf)
 
 int (IMPORT *NET_ReadShort)(dbuffer *buf)
 
 int (IMPORT *NET_ReadLong)(dbuffer *buf)
 
 int (IMPORT *NET_ReadStringLine)(dbuffer *buf
 
 int (IMPORT *NET_ReadString)(dbuffer *buf
 
 void (IMPORT *NET_WriteByte)(dbuffer *buf
 
 void (IMPORT *NET_WriteShort)(dbuffer *buf
 
struct net_stream *IMPORTNET_Connect (const char *node, const char *service, stream_onclose_func *onclose)
 
 void (IMPORT *NET_StreamSetCallback)(struct net_stream *s
 
 void (IMPORT *NET_OOB_Printf)(struct net_stream *s
 
const char __attribute__ ((format(__printf__, 2, 3)))
 
 void (IMPORT *NET_OOB_Printf2)(const char *format
 
 __attribute__ ((format(__printf__, 1, 2)))
 
void *IMPORTNET_StreamGetData (struct net_stream *s)
 
 void (IMPORT *NET_StreamSetData)(struct net_stream *s
 
 void (IMPORT *NET_StreamFree)(struct net_stream *s)
 
const char *IMPORTNET_StreamPeerToName (struct net_stream *s, char *dst, int len, bool appendPort)
 
 void (IMPORT *NET_SockaddrToStrings)(struct datagram_socket *s
 
struct datagram_socket *IMPORTNET_DatagramSocketNew (const char *node, const char *service, datagram_callback_func *func)
 
 void (IMPORT *NET_DatagramBroadcast)(struct datagram_socket *s
 
 void (IMPORT *NET_DatagramSocketClose)(struct datagram_socket *s)
 
xmlNode_t *IMPORTXML_AddNode (xmlNode_t *parent, const char *name)
 
 void (IMPORT *XML_AddString)(xmlNode_t *parent
 
 void (IMPORT *XML_AddBool)(xmlNode_t *parent
 
 void (IMPORT *XML_AddFloat)(xmlNode_t *parent
 
 void (IMPORT *XML_AddDouble)(xmlNode_t *parent
 
 void (IMPORT *XML_AddByte)(xmlNode_t *parent
 
 void (IMPORT *XML_AddShort)(xmlNode_t *parent
 
 void (IMPORT *XML_AddInt)(xmlNode_t *parent
 
 void (IMPORT *XML_AddLong)(xmlNode_t *parent
 
 void (IMPORT *XML_AddPos3)(xmlNode_t *parent
 
 void (IMPORT *XML_AddPos2)(xmlNode_t *parent
 
 void (IMPORT *XML_AddDate)(xmlNode_t *parent
 
 void (IMPORT *XML_AddStringValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddBoolValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddFloatValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddDoubleValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddByteValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddShortValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddIntValue)(xmlNode_t *parent
 
 void (IMPORT *XML_AddLongValue)(xmlNode_t *parent
 
 bool (IMPORT *XML_GetBool)(xmlNode_t *parent
 
 int (IMPORT *XML_GetInt)(xmlNode_t *parent
 
 short (IMPORT *XML_GetShort)(xmlNode_t *parent
 
 long (IMPORT *XML_GetLong)(xmlNode_t *parent
 
const char *IMPORTXML_GetString (xmlNode_t *parent, const char *name)
 
 float (IMPORT *XML_GetFloat)(xmlNode_t *parent
 
 double (IMPORT *XML_GetDouble)(xmlNode_t *parent
 
xmlNode_t *IMPORTXML_Parse (const char *buffer)
 
xmlNode_t *IMPORTXML_GetPos2 (xmlNode_t *parent, const char *name, vec2_t pos)
 
xmlNode_t *IMPORTXML_GetNextPos2 (xmlNode_t *actual, xmlNode_t *parent, const char *name, vec2_t pos)
 
xmlNode_t *IMPORTXML_GetPos3 (xmlNode_t *parent, const char *name, vec3_t pos)
 
xmlNode_t *IMPORTXML_GetNextPos3 (xmlNode_t *actual, xmlNode_t *parent, const char *name, vec3_t pos)
 
xmlNode_t *IMPORTXML_GetDate (xmlNode_t *parent, const char *name, int *day, int *sec)
 
xmlNode_t *IMPORTXML_GetNode (xmlNode_t *parent, const char *name)
 
xmlNode_t *IMPORTXML_GetNextNode (xmlNode_t *current, xmlNode_t *parent, const char *name)
 
 int (IMPORT *FS_OpenFile)(const char *filename
 
 int (IMPORT *FS_LoadFile)(const char *path
 
 void (IMPORT *FS_CloseFile)(qFILE *f)
 
 void (IMPORT *FS_FreeFile)(void *buffer)
 
 int (IMPORT *FS_CheckFile)(const char *fmt
 
 __attribute__ ((format(__printf__, 1, 2)))
 
 int (IMPORT *FS_WriteFile)(const void *buffer
 
 void (IMPORT *FS_RemoveFile)(const char *osPath)
 
 int (IMPORT *FS_Read)(void *buffer
 
 int (IMPORT *FS_BuildFileList)(const char *files)
 
const char *IMPORTFS_NextFileFromFileList (const char *files)
 
char *IMPORTFS_NextScriptHeader (const char *files, const char **name, const char **text)
 
cvar_t *IMPORTCvar_Get (const char *varName, const char *value, int flags, const char *desc)
 
cvar_t *IMPORTCvar_Set (const char *varName, const char *value,...) __attribute__((format(__printf__
 
cvar_t *IMPORT void (IMPORT *Cvar_SetValue)(const char *varName
 
const char *IMPORTCvar_GetString (const char *varName)
 
 int (IMPORT *Cvar_GetInteger)(const char *varName)
 
const char *IMPORTCvar_VariableStringOld (const char *varName)
 
 float (IMPORT *Cvar_GetValue)(const char *varName)
 
 bool (IMPORT *Cvar_Delete)(const char *varName)
 
cvar_t *IMPORTCvar_ForceSet (const char *varName, const char *value)
 
 int (IMPORT *Cmd_Argc)(void)
 
const char *IMPORTCmd_Argv (int n)
 
const char *IMPORTCmd_Args (void)
 
 void (IMPORT *Cmd_AddCommand)(const char *cmdName
 
 void (IMPORT *Cmd_RemoveCommand)(const char *cmdName)
 
 void (IMPORT *Cmd_TableAddList)(const cmdList_t *cmdList)
 
 void (IMPORT *Cmd_TableRemoveList)(const cmdList_t *cmdList)
 
 void (IMPORT *Cmd_ExecuteString)(const char *text
 
 __attribute__ ((format(__printf__, 1, 2)))
 
 void (IMPORT *Cmd_AddParamCompleteFunction)(const char *cmd_name
 
 bool (IMPORT *Cmd_GenericCompleteFunction)(char const *candidate
 
mapDef_t *IMPORTCom_GetMapDefinitionByID (const char *mapDefID)
 
 void (IMPORT *Cbuf_AddText)(const char *format
 
 __attribute__ ((format(__printf__, 1, 2)))
 
 void (IMPORT *Cbuf_Execute)(void)
 
 void (IMPORT *Sys_Error)(const char *error
 
 __attribute__ ((noreturn, format(__printf__, 1, 2)))
 
 int (IMPORT *Com_ServerState)(void)
 
 void (IMPORT *Com_SetGameType)(void)
 
 void (IMPORT *Com_Error)(int code
 
const char __attribute__ ((noreturn, format(__printf__, 2, 3)))
 
 void (IMPORT *Com_Printf)(const char *msg
 
 __attribute__ ((format(__printf__, 1, 2)))
 
 void (IMPORT *Com_DPrintf)(int level
 
const char __attribute__ ((format(__printf__, 2, 3)))
 
const char *IMPORTCom_DropShipTypeToShortName (humanAircraftType_t type)
 
const char *IMPORTCom_UFOCrashedTypeToShortName (ufoType_t type)
 
const char *IMPORTCom_UFOTypeToShortName (ufoType_t type)
 
const char *IMPORTCom_GetRandomMapAssemblyNameForCraft (const char *craftID)
 
 void (IMPORT *Com_RegisterConstInt)(const char *name
 
 bool (IMPORT *Com_UnregisterConstVariable)(const char *name)
 
 void (IMPORT *Com_RegisterConstList)(const constListEntry_t const List[])
 
 bool (IMPORT *Com_UnregisterConstList)(const constListEntry_t const List[])
 
const char *IMPORTCom_GetConstVariable (const char *space, int value)
 
 bool (IMPORT *Com_GetConstIntFromNamespace)(const char *space
 
 bool (IMPORT *Com_GetConstInt)(const char *name
 
const char *IMPORTCom_EParse (const char **text, const char *errhead, const char *errinfo)
 
 int (IMPORT *Com_EParseValue)(void *base
 
 bool (IMPORT *Com_ParseBoolean)(const char *token)
 
 bool (IMPORT *Com_ParseList)(const char **text
 
 bool (IMPORT *Com_ParseBlock)(const char *name
 
 bool (IMPORT *Com_ParseBlockToken)(const char *name
 
const char *IMPORTCom_ValueToStr (const void *base, const valueTypes_t type, const int ofs)
 
const teamDef_t *IMPORTCom_GetTeamDefinitionByID (const char *team)
 
 ufoType_t (IMPORT *Com_UFOShortNameToID)(const char *token)
 
 short (IMPORT *Com_GetUFOIdsNum)(void)
 
 short (IMPORT *Com_GetDropShipIdsNum)(void)
 
 short (IMPORT *Com_GetHumanAircraftIdsNum)(void)
 
const char *IMPORTCom_GetRandomMapAssemblyNameForCrashedCraft (const char *craftID)
 
 void (IMPORT *Com_Drop)(void)
 
const ugv_t *IMPORTCom_GetUGVByID (const char *ugvID)
 
const ugv_t *IMPORTCom_GetUGVByIDSilent (const char *ugvID)
 
 humanAircraftType_t (IMPORT *Com_DropShipShortNameToID)(const char *token)
 
 void (IMPORT *CL_GenerateCharacter)(character_t *chr
 
 bool (IMPORT *CL_OnBattlescape)(void)
 
const char *IMPORTCL_ActorGetSkillString (const int skill)
 
 void (IMPORT *CL_UpdateCharacterValues)(const character_t *chr)
 
 void (IMPORT *SetNextUniqueCharacterNumber)(int ucn)
 
 int (IMPORT *GetNextUniqueCharacterNumber)(void)
 
 void (IMPORT *CollectItems)(void *target
 
 void (IMPORT *CollectAliens)(void *data
 
const equipDef_t *IMPORTINV_GetEquipmentDefinitionByID (const char *name)
 
 void (IMPORT *INV_DestroyInventory)(Inventory *const i) __attribute__((nonnull(1)))
 
 void (IMPORT *INV_EquipActor)(character_t *const chr
 
 bool (IMPORT *INV_RemoveFromInventory)(Inventory *const i
 
 void (IMPORT *INV_ItemDescription)(const objDef_t *od)
 
 bool (IMPORT *INV_ItemMatchesFilter)(const objDef_t *obj
 
const char *IMPORTINV_GetFilterType (itemFilterTypes_t id)
 
 itemFilterTypes_t (IMPORT *INV_GetFilterTypeID)(const char *filterTypeID)
 
 void (IMPORT *WEB_Upload)(int category
 
 void (IMPORT *WEB_Delete)(int category
 
 void (IMPORT *WEB_DownloadFromUser)(int category
 
 void (IMPORT *WEB_ListForUser)(int category
 
const char *IMPORTGetRelativeSavePath (char *buf, size_t bufSize)
 
const char *IMPORTGetAbsoluteSavePath (char *buf, size_t bufSize)
 
 bool (IMPORT *BEP_Evaluate)(const char *expr
 

Data Fields

csi_tcsi
 
Inventory ** ui_inventory
 
const cgameType_tcgameType
 
const char * mainMenu
 
const char * format
 
uiNode_toption
 
const char * text
 
linkedList_ttext
 
int num
 
const linkedList_tstringList
 
align_t align
 
align_t int x
 
align_t int int y
 
align_t int int const char * c
 
float x
 
float float y
 
float float float w
 
float float float float h
 
float float float float float sh
 
float float float float float float th
 
float float float float float
float float 
sl
 
float float float float float
float float float 
tl
 
float float float float float
float float float const char * 
name
 
int y
 
int int w
 
int int int h
 
int int int const vec4_t color
 
int int int const vec4_t float lineWidth
 
int int int const vec4_t float int pattern
 
int x
 
int int y
 
int int int maxWidth
 
vec2_t pos
 
const char const char * clickAction1
 
const char const char const char * clickText1
 
const char const char const
char const char * 
tooltip1
 
const char const char const
char const char const char * 
clickAction2
 
const char const char const
char const char const char
const char * 
clickText2
 
const char const char const
char const char const char
const char const char * 
tooltip2
 
const char const char const
char const char const char
const char const char const
char * 
clickAction3
 
const char const char const
char const char const char
const char const char const
char const char * 
clickText3
 
const char const char const
char const char const char
const char const char const
char const char const char * 
tooltip3
 
const equipDef_ted
 
int time
 
int const char * windowName
 
const char * data
 
voiddata
 
linkedList_tentry
 
const voiddata
 
linkedListSort_t sorter
 
linkedListSort_t const voiduserData
 
bool reconnect
 
http_callback_t callback
 
int teamMembers
 
const char * serverport
 
const char * teamDefID
 
const char const equipDef_ted
 
character_tchr
 
const character_tchr
 
float volume
 
int width
 
int int height
 
int int int bpp
 
byte ** pic
 
byte intwidth
 
byte int intheight
 
intverts
 
float thickness
 
float direction
 
float const char * model
 
float const char int skin
 
const vec2_t nodeSize
 
const vec2_t const vec3_t rotate
 
const vec2_t const vec3_t
const vec2_t 
pos
 
const vec2_t const vec3_t
const vec2_t float 
direction
 
const vec2_t const vec3_t
const vec2_t float float 
earthRadius
 
const vec2_t const vec3_t
const vec2_t float float const
char * 
model
 
const vec2_t const vec3_t
const vec2_t float float const
char int 
skin
 
const bytealphaData
 
int const char * name
 
char * string
 
char size_t length
 
byte c
 
int c
 
stream_callback_funcfunc
 
struct sockaddr * addr
 
struct sockaddr char * node
 
struct sockaddr char size_t nodelen
 
struct sockaddr char size_t char * service
 
struct sockaddr char size_t
char size_t 
servicelen
 
const char * buf
 
const char int len
 
const char int int port
 
const char * name
 
const char const char * value
 
const char bool value
 
const char float value
 
const char double value
 
const char byte value
 
const char short value
 
const char int value
 
const char long value
 
const char const vec3_t pos
 
const char const vec2_t pos
 
const char const int day
 
const char const int const int sec
 
const char const bool defaultval
 
const char const int defaultval
 
const char const short defaultval
 
const char const long defaultval
 
const char const float defaultval
 
const char const double defaultval
 
qFILEfile
 
qFILE filemode_t mode
 
byte ** buffer
 
size_t len
 
size_t const char * filename
 
int len
 
int qFILEf
 
cvar_t *IMPORT float value
 
xcommand_t function
 
xcommand_t const char * desc
 
int(* function )(const char *partial, const char **match))
 
char const * partial
 
char const char const ** match
 
const char * fmt
 
const char * msg
 
int value
 
const char * variable
 
const char intvalue
 
intvalue
 
const char * token
 
const char valueTypes_t type
 
const char valueTypes_t int ofs
 
const char valueTypes_t int size_t size
 
linkedList_t ** list
 
const char ** text
 
const char voidbase
 
const char void const value_tvalues
 
const char void const value_t
memPool_t
mempool
 
const char void const value_t
memPool_t const char * 
token
 
const char * teamDefName
 
int won
 
int void(* item )(void *, const objDef_t *, int)
 
int void(*) void(* ammo )(void *, const Item *)
 
int void(*) void(*) void(* ownitems )(const Inventory *))
 
void(* collect )(void *, const teamDef_t *, int, bool))
 
const equipDef_t const objDef_tweapon
 
const equipDef_t const objDef_t int maxWeight
 
const invDef_tcontainer
 
const invDef_t ItemfItem
 
const itemFilterTypes_t filterType
 
const char * filename
 
const char int userId
 
int userId
 
BEPEvaluteCallback_t varFuncParam
 
BEPEvaluteCallback_t const voiduserdata
 
byter_xviAlpha
 
byter_radarPic
 
byter_radarSourcePic
 

Detailed Description

Todo:
define the import interface

Definition at line 99 of file cgame.h.

Member Function Documentation

cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
const char cgame_import_s::__attribute__ ( (format(__printf__, 2, 3))  )
cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
cgame_import_s::__attribute__ ( (noreturn, format(__printf__, 1, 2))  )
const char cgame_import_s::__attribute__ ( (noreturn, format(__printf__, 2, 3))  )
cgame_import_s::__attribute__ ( (format(__printf__, 1, 2))  )
const char cgame_import_s::__attribute__ ( (format(__printf__, 2, 3))  )
void* IMPORT* cgame_import_s::Alloc ( size_t  size,
bool  zeroFill,
memPool_t pool,
const int  tagNum,
const char *  fileName,
const int  fileLine 
)

Referenced by _Mem_Alloc(), and GAME_GetImportData().

cgame_import_s::bool ( IMPORT LIST_RemoveEntry)
cgame_import_s::bool ( IMPORT LIST_IsEmpty) const
cgame_import_s::bool ( IMPORT LIST_Remove)
cgame_import_s::bool ( IMPORT GAME_IsTeamEmpty)
cgame_import_s::bool ( IMPORT GAME_LoadDefaultTeam)
cgame_import_s::bool ( IMPORT GAME_LoadCharacter)
cgame_import_s::bool ( IMPORT GAME_SaveCharacter)
cgame_import_s::bool ( IMPORT R_ImageExists) const
cgame_import_s::bool ( IMPORT XML_GetBool)
cgame_import_s::bool ( IMPORT Cvar_Delete) const
cgame_import_s::bool ( IMPORT Cmd_GenericCompleteFunction) const
cgame_import_s::bool ( IMPORT Com_UnregisterConstVariable) const
cgame_import_s::bool ( IMPORT Com_UnregisterConstList) const
cgame_import_s::bool ( IMPORT Com_GetConstIntFromNamespace) const
cgame_import_s::bool ( IMPORT Com_GetConstInt) const
cgame_import_s::bool ( IMPORT Com_ParseBoolean) const
cgame_import_s::bool ( IMPORT Com_ParseList) const
cgame_import_s::bool ( IMPORT Com_ParseBlock) const
cgame_import_s::bool ( IMPORT Com_ParseBlockToken) const
cgame_import_s::bool ( IMPORT CL_OnBattlescape)
cgame_import_s::bool ( IMPORT INV_RemoveFromInventory) const
cgame_import_s::bool ( IMPORT INV_ItemMatchesFilter) const
cgame_import_s::bool ( IMPORT BEP_Evaluate) const
const char* IMPORT* cgame_import_s::CL_ActorGetSkillString ( const int  skill)

Referenced by GAME_GetImportData().

const char* IMPORT* cgame_import_s::CL_PlayerGetName ( unsigned int  player)
const char* IMPORT* cgame_import_s::CL_Translate ( const char *  t)
const char* IMPORT* cgame_import_s::Cmd_Args ( void  )

concatenation of all argv >= 1

Referenced by GAME_GetImportData(), and GAME_MP_Rcon_f().

const char* IMPORT* cgame_import_s::Cmd_Argv ( int  n)

Referenced by AC_Init_f(), AC_KillAll_f(), AC_KillExceeding_f(), AC_KillOne_f(), AIM_AircraftEquipMenuClick_f(), AIM_AircraftEquipMenuUpdate_f(), AIM_AircraftEquipSlotSelect_f(), AIM_AircraftEquipZoneSelect_f(), AIM_AircraftItemtypeByName_f(), AIM_AircraftReturnToBase_f(), AIM_SelectAircraft_f(), AIR_GeoSelectAircraft_f(), AIR_SendAircraftToMission_f(), AIR_ShowAircraft_f(), AIR_ShowChangeHomebaseAircraft_f(), AIR_StopAircraft_f(), B_AssembleMap_f(), B_BaseInit_f(), B_BuildBuilding_f(), B_BuildingDestroy_f(), B_BuildingOpenAfterClick_f(), B_ChangeBaseName_f(), B_Destroy_AntimaterStorage_f(), B_FillBuildingInfo_f(), B_FillMap_f(), B_ListBuildings_f(), B_SelectBase_f(), BDEF_AddBattery_f(), BDEF_AddItem_f(), BDEF_BaseDefenceMenuUpdate_f(), BDEF_ChangeAutoFire(), BDEF_RemoveBattery_f(), BDEF_RemoveItem_f(), BDEF_SelectItem_f(), BDEF_UpdateActiveBattery_f(), BS_Buy_f(), BS_FillMarket_f(), BS_SetAutosell_f(), BS_ShowInfo_f(), CL_EventAddMail_f(), CL_PopupChangeHomebase_f(), CL_PopupInterceptBaseClick_f(), CL_PopupInterceptGetAircraft(), CP_AddItemAsCollected_f(), CP_AddTechAsResearchable_f(), CP_ChangeNationHappiness_f(), CP_SetGameTime_f(), CP_SpawnUFOCarrier_f(), CP_TEAM_AssignSoldierByUCN_f(), CP_TEAM_ChangeSkin_f(), CP_TEAM_DeEquipActor_f(), CP_TEAM_FillEmployeeList_f(), CP_TEAM_FillEquipSoldierList_f(), CP_TEAM_SelectActorByUCN_f(), E_EmployeeDelete_f(), E_EmployeeHire_f(), E_EmployeeList_f(), E_EmployeeSelect_f(), E_GetCounts_f(), GAME_CP_CampaignDescription_f(), GAME_CP_Results_f(), GAME_CP_Start_f(), GAME_GetImportData(), GAME_MP_BookmarkAdd_f(), GAME_MP_Connect_f(), GAME_MP_PingServers_f(), GAME_MP_Rcon_f(), GAME_MP_ServerInfo_f(), GAME_MP_ServerListClick_f(), GAME_MP_TeamNum_f(), GAME_SK_ChangeEquip_f(), GEO_SelectObject_f(), GEO_SetOverlay_f(), HOS_ImplantDetails_f(), HOS_Init_f(), INS_BuildInstallation_f(), INS_DestroyInstallation_f(), INS_FillUFOYardData_f(), INS_SelectInstallation_f(), INS_SelectType_f(), MIS_GeoSelectMission_f(), MSO_Init_f(), MSO_Scroll_f(), MSO_Set_f(), MSO_SetAll_f(), MSO_Toggle_f(), NAT_DrawCharts_f(), NAT_ListStats_f(), PR_ProductionChange_f(), PR_ProductionDecrease_f(), PR_ProductionIncrease_f(), PR_ProductionListClick_f(), PR_ProductionListRightClick_f(), PR_ProductionType_f(), PR_ShowActiveProduction_f(), RADAR_UpdateBaseRadarCoverage_f(), RS_Change_f(), RS_GetDetails_f(), RS_Max_f(), RS_ShowActiveResearch_f(), RS_Stop_f(), SAV_GameDelete_f(), SAV_GameLoad_f(), SAV_GameSave_f(), SAV_ListSaveGames_f(), STAT_GetExpenses_f(), TR_Add_f(), TR_DestinationCapacityList_f(), TR_Fill_f(), TR_SelectBase_f(), UFO_GeoSelectUFO_f(), UP_Click_f(), UP_FindEntry_f(), UP_MailClientClick_f(), UP_TechTreeClick_f(), UR_DialogInitSell_f(), UR_DialogStartSell_f(), UR_DialogStartStore_f(), US_DestroyStoredUFO_f(), US_FillUFOTransfer_f(), US_FillUFOTransferUFOs_f(), US_SelectStoredUfo_f(), and US_TransferUFO_f().

const char* IMPORT* cgame_import_s::Com_DropShipTypeToShortName ( humanAircraftType_t  type)
const char* IMPORT* cgame_import_s::Com_GetConstVariable ( const char *  space,
int  value 
)
mapDef_t* IMPORT* cgame_import_s::Com_GetMapDefinitionByID ( const char *  mapDefID)
const char* IMPORT* cgame_import_s::Com_GetRandomMapAssemblyNameForCraft ( const char *  craftID)
const char* IMPORT* cgame_import_s::Com_GetRandomMapAssemblyNameForCrashedCraft ( const char *  craftID)
const teamDef_t* IMPORT* cgame_import_s::Com_GetTeamDefinitionByID ( const char *  team)
const ugv_t* IMPORT* cgame_import_s::Com_GetUGVByID ( const char *  ugvID)
const ugv_t* IMPORT* cgame_import_s::Com_GetUGVByIDSilent ( const char *  ugvID)
const char* IMPORT* cgame_import_s::Com_UFOCrashedTypeToShortName ( ufoType_t  type)
const char* IMPORT* cgame_import_s::Com_ValueToStr ( const void base,
const valueTypes_t  type,
const int  ofs 
)
memPool_t* IMPORT* cgame_import_s::CreatePool ( const char *  name)
cvar_t* IMPORT* cgame_import_s::Cvar_ForceSet ( const char *  varName,
const char *  value 
)
cvar_t* IMPORT* cgame_import_s::Cvar_Get ( const char *  varName,
const char *  value,
int  flags,
const char *  desc 
)
cvar_t* IMPORT* cgame_import_s::Cvar_Set ( const char *  varName,
const char *  value,
  ... 
)
const char* IMPORT* cgame_import_s::Cvar_VariableStringOld ( const char *  varName)

Referenced by GAME_GetImportData().

cgame_import_s::double ( IMPORT XML_GetDouble)
cgame_import_s::float ( IMPORT XML_GetFloat)
cgame_import_s::float ( IMPORT Cvar_GetValue) const
const char* IMPORT* cgame_import_s::FS_NextFileFromFileList ( const char *  files)
char* IMPORT* cgame_import_s::FS_NextScriptHeader ( const char *  files,
const char **  name,
const char **  text 
)
const equipDef_t* IMPORT* cgame_import_s::GAME_ChangeEquip ( const linkedList_t equipmentList,
changeEquipType_t  changeType,
const char *  equipID 
)
char* IMPORT* cgame_import_s::GAME_StrDup ( const char *  string)
const char* IMPORT* cgame_import_s::GetAbsoluteSavePath ( char *  buf,
size_t  bufSize 
)
const char* IMPORT* cgame_import_s::GetRelativeSavePath ( char *  buf,
size_t  bufSize 
)
cgame_import_s::humanAircraftType_t ( IMPORT Com_DropShipShortNameToID) const
cgame_import_s::int ( IMPORT UI_DrawString) const
cgame_import_s::int ( IMPORT UI_DrawTooltip) const
cgame_import_s::int ( IMPORT LIST_Count) const
cgame_import_s::int ( IMPORT CL_GetPlayerNum)
cgame_import_s::int ( IMPORT CL_Milliseconds)
cgame_import_s::int ( IMPORT CL_GetClientState)
cgame_import_s::int ( IMPORT GAME_GetCurrentTeam)
cgame_import_s::int ( IMPORT GAME_GetChrMaxLoad) const
cgame_import_s::int ( IMPORT NET_ReadByte)
cgame_import_s::int ( IMPORT NET_ReadShort)
cgame_import_s::int ( IMPORT NET_ReadLong)
cgame_import_s::int ( IMPORT NET_ReadStringLine)
cgame_import_s::int ( IMPORT NET_ReadString)
cgame_import_s::int ( IMPORT XML_GetInt)
cgame_import_s::int ( IMPORT FS_OpenFile) const
cgame_import_s::int ( IMPORT FS_LoadFile) const
cgame_import_s::int ( IMPORT FS_CheckFile) const
cgame_import_s::int ( IMPORT FS_WriteFile) const
cgame_import_s::int ( IMPORT FS_Read)
cgame_import_s::int ( IMPORT FS_BuildFileList) const
cgame_import_s::int ( IMPORT Cvar_GetInteger) const
cgame_import_s::int ( IMPORT Cmd_Argc)
cgame_import_s::int ( IMPORT Com_ServerState)
cgame_import_s::int ( IMPORT Com_EParseValue)
cgame_import_s::int ( IMPORT GetNextUniqueCharacterNumber)
const equipDef_t* IMPORT* cgame_import_s::INV_GetEquipmentDefinitionByID ( const char *  name)
const char* IMPORT* cgame_import_s::INV_GetFilterType ( itemFilterTypes_t  id)
cgame_import_s::itemFilterTypes_t ( IMPORT INV_GetFilterTypeID) const
linkedList_t* IMPORT* cgame_import_s::LIST_CopyStructure ( linkedList_t src)
void* IMPORT* cgame_import_s::LIST_GetRandom ( linkedList_t list)
cgame_import_s::long ( IMPORT XML_GetLong)
struct net_stream* IMPORT* cgame_import_s::NET_Connect ( const char *  node,
const char *  service,
stream_onclose_func onclose 
)
struct datagram_socket* IMPORT* cgame_import_s::NET_DatagramSocketNew ( const char *  node,
const char *  service,
datagram_callback_func func 
)
void* IMPORT* cgame_import_s::NET_StreamGetData ( struct net_stream s)
const char* IMPORT* cgame_import_s::NET_StreamPeerToName ( struct net_stream s,
char *  dst,
int  len,
bool  appendPort 
)
cgame_import_s::short ( IMPORT XML_GetShort)
cgame_import_s::short ( IMPORT Com_GetUFOIdsNum)
cgame_import_s::short ( IMPORT Com_GetDropShipIdsNum)
cgame_import_s::short ( IMPORT Com_GetHumanAircraftIdsNum)
cgame_import_s::size_t ( IMPORT GAME_GetCharacterArraySize)
cgame_import_s::ufoType_t ( IMPORT Com_UFOShortNameToID) const
const char uiNode_t* IMPORT* cgame_import_s::UI_AddOption ( uiNode_t **  tree,
const char *  name,
const char *  label,
const char *  value 
)
const char* IMPORT* cgame_import_s::UI_GetActiveWindowName ( void  )
const char* IMPORT* cgame_import_s::UI_GetFontFromNode ( const uiNode_t *const  node)
uiNode_t* IMPORT* cgame_import_s::UI_GetNodeByPath ( const char *  path)
uiSprite_t* IMPORT* cgame_import_s::UI_GetSpriteByName ( const char *  name)
uiNode_t* IMPORT* cgame_import_s::UI_InitOptionIteratorAtIndex ( int  index,
uiNode_t option,
uiOptionIterator_t iterator 
)
uiNode_t* IMPORT* cgame_import_s::UI_OptionIteratorNextOption ( uiOptionIterator_t iterator)
uiNode_t* IMPORT* cgame_import_s::UI_PopupList ( const char *  title,
const char *  headline,
linkedList_t entries,
const char *  clickAction 
)
cgame_import_s::void ( IMPORT UI_ExecuteConfunc) const
cgame_import_s::void ( IMPORT UI_PopWindow)
cgame_import_s::void ( IMPORT UI_PushWindow) const
cgame_import_s::void ( IMPORT UI_InitStack) const
cgame_import_s::void ( IMPORT UI_Popup) const
cgame_import_s::void ( IMPORT UI_RegisterOption)
cgame_import_s::void ( IMPORT UI_RegisterText)
cgame_import_s::void ( IMPORT UI_ResetData)
cgame_import_s::void ( IMPORT UI_RegisterLinkedListText)
cgame_import_s::void ( IMPORT UI_MessageAddStack)
cgame_import_s::void ( IMPORT UI_MessageResetStack)
cgame_import_s::void ( IMPORT UI_TextScrollEnd) const
cgame_import_s::void ( IMPORT UI_TextNodeSelectLine)
cgame_import_s::void ( IMPORT UI_UpdateInvisOptions)
cgame_import_s::void ( IMPORT HUD_InitUI) const
cgame_import_s::void ( IMPORT HUD_DisplayMessage) const
cgame_import_s::void ( IMPORT UI_SortOptions)
cgame_import_s::void ( IMPORT UI_DrawNormImageByName)
cgame_import_s::void ( IMPORT UI_DrawRect)
cgame_import_s::void ( IMPORT UI_DrawFill)
cgame_import_s::void ( IMPORT UI_GetNodeAbsPos) const
cgame_import_s::void ( IMPORT UI_PopupButton) const
cgame_import_s::void ( IMPORT UI_ContainerNodeUpdateEquipment)
cgame_import_s::void ( IMPORT UI_DisplayNotice) const
cgame_import_s::void ( IMPORT LIST_PrependString)
cgame_import_s::void ( IMPORT LIST_AddString)
cgame_import_s::void ( IMPORT LIST_AddStringSorted)
cgame_import_s::void ( IMPORT LIST_AddPointer)
cgame_import_s::void ( IMPORT LIST_Delete)
cgame_import_s::void ( IMPORT LIST_Sort)
cgame_import_s::void ( IMPORT SV_ShutdownWhenEmpty)
cgame_import_s::void ( IMPORT SV_Shutdown) const
final
cgame_import_s::void ( IMPORT CL_Drop)
cgame_import_s::void ( IMPORT CL_QueryMasterServer) const
cgame_import_s::void ( IMPORT CL_SetClientState)
cgame_import_s::void ( IMPORT CL_Disconnect)
cgame_import_s::void ( IMPORT GAME_SwitchCurrentSelectedMap)
cgame_import_s::void ( IMPORT GAME_AutoTeam) const
cgame_import_s::void ( IMPORT GAME_SetServerInfo) const
cgame_import_s::void ( IMPORT GAME_AppendTeamMember)
cgame_import_s::void ( IMPORT GAME_ReloadMode)
cgame_import_s::void ( IMPORT Free)
cgame_import_s::void ( IMPORT FreePool)
cgame_import_s::void ( IMPORT S_StartLocalSample) const
cgame_import_s::void ( IMPORT S_SetSampleRepeatRate)
cgame_import_s::void ( IMPORT R_SoftenTexture)
cgame_import_s::void ( IMPORT R_LoadImage) const
cgame_import_s::void ( IMPORT R_Color) const
cgame_import_s::void ( IMPORT R_DrawLineStrip)
cgame_import_s::void ( IMPORT R_DrawLine)
cgame_import_s::void ( IMPORT R_DrawRect)
cgame_import_s::void ( IMPORT R_DrawFill)
cgame_import_s::void ( IMPORT R_Draw2DMapMarkers) const
cgame_import_s::void ( IMPORT R_Draw3DMapMarkers) const
cgame_import_s::void ( IMPORT R_DrawBloom)
cgame_import_s::void ( IMPORT R_UploadAlpha) const
cgame_import_s::void ( IMPORT R_DrawImageCentered)
cgame_import_s::void ( IMPORT NET_WriteByte)
cgame_import_s::void ( IMPORT NET_WriteShort)
cgame_import_s::void ( IMPORT NET_StreamSetCallback)
cgame_import_s::void ( IMPORT NET_OOB_Printf)
cgame_import_s::void ( IMPORT NET_OOB_Printf2) const
cgame_import_s::void ( IMPORT NET_StreamSetData)
cgame_import_s::void ( IMPORT NET_StreamFree)
cgame_import_s::void ( IMPORT NET_SockaddrToStrings)
cgame_import_s::void ( IMPORT NET_DatagramBroadcast)
cgame_import_s::void ( IMPORT NET_DatagramSocketClose)
cgame_import_s::void ( IMPORT XML_AddString)
cgame_import_s::void ( IMPORT XML_AddBool)
cgame_import_s::void ( IMPORT XML_AddFloat)
cgame_import_s::void ( IMPORT XML_AddDouble)
cgame_import_s::void ( IMPORT XML_AddByte)
cgame_import_s::void ( IMPORT XML_AddShort)
cgame_import_s::void ( IMPORT XML_AddInt)
cgame_import_s::void ( IMPORT XML_AddLong)
cgame_import_s::void ( IMPORT XML_AddPos3)
cgame_import_s::void ( IMPORT XML_AddPos2)
cgame_import_s::void ( IMPORT XML_AddDate)
cgame_import_s::void ( IMPORT XML_AddStringValue)
cgame_import_s::void ( IMPORT XML_AddBoolValue)
cgame_import_s::void ( IMPORT XML_AddFloatValue)
cgame_import_s::void ( IMPORT XML_AddDoubleValue)
cgame_import_s::void ( IMPORT XML_AddByteValue)
cgame_import_s::void ( IMPORT XML_AddShortValue)
cgame_import_s::void ( IMPORT XML_AddIntValue)
cgame_import_s::void ( IMPORT XML_AddLongValue)
cgame_import_s::void ( IMPORT FS_CloseFile)
cgame_import_s::void ( IMPORT FS_FreeFile)
cgame_import_s::void ( IMPORT FS_RemoveFile) const
cvar_t* IMPORT cgame_import_s::void ( IMPORT Cvar_SetValue) const
cgame_import_s::void ( IMPORT Cmd_AddCommand) const
cgame_import_s::void ( IMPORT Cmd_RemoveCommand) const
cgame_import_s::void ( IMPORT Cmd_TableAddList) const
cgame_import_s::void ( IMPORT Cmd_TableRemoveList) const
cgame_import_s::void ( IMPORT Cmd_ExecuteString) const
cgame_import_s::void ( IMPORT Cmd_AddParamCompleteFunction) const
cgame_import_s::void ( IMPORT Cbuf_AddText) const
cgame_import_s::void ( IMPORT Cbuf_Execute)
cgame_import_s::void ( IMPORT Sys_Error) const
cgame_import_s::void ( IMPORT Com_SetGameType)
cgame_import_s::void ( IMPORT Com_Error)
cgame_import_s::void ( IMPORT Com_Printf) const
cgame_import_s::void ( IMPORT Com_DPrintf)
cgame_import_s::void ( IMPORT Com_RegisterConstInt) const
cgame_import_s::void ( IMPORT Com_RegisterConstList) const
cgame_import_s::void ( IMPORT Com_Drop)
cgame_import_s::void ( IMPORT CL_GenerateCharacter)
cgame_import_s::void ( IMPORT CL_UpdateCharacterValues) const
cgame_import_s::void ( IMPORT SetNextUniqueCharacterNumber)
cgame_import_s::void ( IMPORT CollectItems)
cgame_import_s::void ( IMPORT CollectAliens)
cgame_import_s::void ( IMPORT INV_DestroyInventory) const
cgame_import_s::void ( IMPORT INV_EquipActor) const
cgame_import_s::void ( IMPORT INV_ItemDescription) const
cgame_import_s::void ( IMPORT WEB_Upload)
cgame_import_s::void ( IMPORT WEB_Delete)
cgame_import_s::void ( IMPORT WEB_DownloadFromUser)
cgame_import_s::void ( IMPORT WEB_ListForUser)
xmlNode_t* IMPORT* cgame_import_s::XML_GetDate ( xmlNode_t parent,
const char *  name,
int day,
int sec 
)
xmlNode_t* IMPORT* cgame_import_s::XML_GetNextPos2 ( xmlNode_t actual,
xmlNode_t parent,
const char *  name,
vec2_t  pos 
)
xmlNode_t* IMPORT* cgame_import_s::XML_GetNextPos3 ( xmlNode_t actual,
xmlNode_t parent,
const char *  name,
vec3_t  pos 
)

Referenced by GAME_GetImportData().

xmlNode_t* IMPORT* cgame_import_s::XML_GetPos2 ( xmlNode_t parent,
const char *  name,
vec2_t  pos 
)
xmlNode_t* IMPORT* cgame_import_s::XML_GetPos3 ( xmlNode_t parent,
const char *  name,
vec3_t  pos 
)
xmlNode_t* IMPORT* cgame_import_s::XML_Parse ( const char *  buffer)

Referenced by GAME_GetImportData(), and SAV_GameLoad().

Field Documentation

struct sockaddr* cgame_import_s::addr

Definition at line 232 of file cgame.h.

align_t cgame_import_s::align

Definition at line 128 of file cgame.h.

const byte* cgame_import_s::alphaData

Definition at line 213 of file cgame.h.

int void(*) void(* cgame_import_s::ammo)(void *, const Item *)

Definition at line 359 of file cgame.h.

const char void * cgame_import_s::base

Definition at line 336 of file cgame.h.

int int int cgame_import_s::bpp

Definition at line 202 of file cgame.h.

const char* cgame_import_s::buf

Definition at line 234 of file cgame.h.

byte** cgame_import_s::buffer

Definition at line 277 of file cgame.h.

align_t int int const char* cgame_import_s::c

Definition at line 128 of file cgame.h.

byte cgame_import_s::c

Definition at line 222 of file cgame.h.

int cgame_import_s::c

Definition at line 223 of file cgame.h.

http_callback_t cgame_import_s::callback

Definition at line 169 of file cgame.h.

const cgameType_t* cgame_import_s::cgameType

Definition at line 102 of file cgame.h.

Referenced by GAME_GetImportData(), and GAME_SK_ChangeEquip_f().

character_t* cgame_import_s::chr

Definition at line 187 of file cgame.h.

Referenced by CP_TEAM_ChangeSkin_f().

const character_t* cgame_import_s::chr

Definition at line 188 of file cgame.h.

const char const char* cgame_import_s::clickAction1

Definition at line 135 of file cgame.h.

const char const char const char const char const char* cgame_import_s::clickAction2

Definition at line 135 of file cgame.h.

const char const char const char const char const char const char const char const char* cgame_import_s::clickAction3

Definition at line 135 of file cgame.h.

const char const char const char* cgame_import_s::clickText1

Definition at line 135 of file cgame.h.

const char const char const char const char const char const char* cgame_import_s::clickText2

Definition at line 135 of file cgame.h.

const char const char const char const char const char const char const char const char const char* cgame_import_s::clickText3

Definition at line 135 of file cgame.h.

void(* cgame_import_s::collect)(void *, const teamDef_t *, int, bool))

Definition at line 360 of file cgame.h.

int int int const vec4_t cgame_import_s::color

Definition at line 131 of file cgame.h.

const invDef_t* cgame_import_s::container

Definition at line 365 of file cgame.h.

void * cgame_import_s::data

Definition at line 145 of file cgame.h.

Referenced by MSO_ParseOption().

void* cgame_import_s::data

Definition at line 148 of file cgame.h.

const void* cgame_import_s::data

Definition at line 158 of file cgame.h.

const char const int cgame_import_s::day

Definition at line 249 of file cgame.h.

const char const bool cgame_import_s::defaultval

Definition at line 259 of file cgame.h.

const char const int cgame_import_s::defaultval

Definition at line 260 of file cgame.h.

const char const short cgame_import_s::defaultval

Definition at line 261 of file cgame.h.

const char const long cgame_import_s::defaultval

Definition at line 262 of file cgame.h.

const char const float cgame_import_s::defaultval

Definition at line 264 of file cgame.h.

const char const double cgame_import_s::defaultval

Definition at line 265 of file cgame.h.

xcommand_t const char* cgame_import_s::desc

Definition at line 303 of file cgame.h.

float cgame_import_s::direction

Definition at line 210 of file cgame.h.

const vec2_t const vec3_t const vec2_t float cgame_import_s::direction

Definition at line 211 of file cgame.h.

const vec2_t const vec3_t const vec2_t float float cgame_import_s::earthRadius

Definition at line 211 of file cgame.h.

const equipDef_t * cgame_import_s::ed

Definition at line 138 of file cgame.h.

Referenced by GAME_SK_ChangeEquip_f(), and GAME_SK_Start_f().

const char const equipDef_t* cgame_import_s::ed

Definition at line 184 of file cgame.h.

linkedList_t* cgame_import_s::entry

Definition at line 153 of file cgame.h.

int qFILE* cgame_import_s::f

Definition at line 283 of file cgame.h.

Referenced by MIS_IsSpawnedFromGround().

qFILE* cgame_import_s::file

Definition at line 276 of file cgame.h.

const char * cgame_import_s::filename

Definition at line 281 of file cgame.h.

const char* cgame_import_s::filename

Definition at line 372 of file cgame.h.

const itemFilterTypes_t cgame_import_s::filterType

Definition at line 368 of file cgame.h.

const invDef_t Item* cgame_import_s::fItem

Definition at line 365 of file cgame.h.

const char* cgame_import_s::fmt

Definition at line 318 of file cgame.h.

const char * cgame_import_s::format

Definition at line 109 of file cgame.h.

stream_callback_func* cgame_import_s::func

Definition at line 225 of file cgame.h.

xcommand_t cgame_import_s::function

Definition at line 303 of file cgame.h.

int(* cgame_import_s::function)(const char *partial, const char **match))

Definition at line 308 of file cgame.h.

int int int cgame_import_s::h

Definition at line 130 of file cgame.h.

int int int cgame_import_s::h

Definition at line 131 of file cgame.h.

int int cgame_import_s::height

Definition at line 202 of file cgame.h.

byte int int* cgame_import_s::height

Definition at line 203 of file cgame.h.

int void(* cgame_import_s::item)(void *, const objDef_t *, int)

Definition at line 359 of file cgame.h.

const char int cgame_import_s::len

Definition at line 234 of file cgame.h.

size_t cgame_import_s::len

Definition at line 281 of file cgame.h.

int cgame_import_s::len

Definition at line 283 of file cgame.h.

char size_t cgame_import_s::length

Definition at line 220 of file cgame.h.

int int int const vec4_t float cgame_import_s::lineWidth

Definition at line 131 of file cgame.h.

linkedList_t** cgame_import_s::list

Definition at line 335 of file cgame.h.

const char* cgame_import_s::mainMenu

Definition at line 108 of file cgame.h.

char const char const** cgame_import_s::match

Definition at line 309 of file cgame.h.

const equipDef_t const objDef_t int cgame_import_s::maxWeight

Definition at line 364 of file cgame.h.

int int int cgame_import_s::maxWidth

Definition at line 133 of file cgame.h.

const char void const value_t memPool_t * cgame_import_s::mempool

Definition at line 336 of file cgame.h.

qFILE filemode_t cgame_import_s::mode

Definition at line 276 of file cgame.h.

float const char* cgame_import_s::model

Definition at line 210 of file cgame.h.

const vec2_t const vec3_t const vec2_t float float const char* cgame_import_s::model

Definition at line 211 of file cgame.h.

const char* cgame_import_s::msg

Definition at line 320 of file cgame.h.

const char * cgame_import_s::name

Definition at line 130 of file cgame.h.

int const char* cgame_import_s::name

Definition at line 214 of file cgame.h.

const char* cgame_import_s::name

Definition at line 239 of file cgame.h.

struct sockaddr char* cgame_import_s::node

Definition at line 232 of file cgame.h.

struct sockaddr char size_t cgame_import_s::nodelen

Definition at line 232 of file cgame.h.

const vec2_t cgame_import_s::nodeSize

Definition at line 211 of file cgame.h.

int cgame_import_s::num

Definition at line 119 of file cgame.h.

const char valueTypes_t int cgame_import_s::ofs

Definition at line 333 of file cgame.h.

uiNode_t* cgame_import_s::option

Definition at line 111 of file cgame.h.

int void(*) void(*) void(* cgame_import_s::ownitems)(const Inventory *))

Definition at line 359 of file cgame.h.

char const* cgame_import_s::partial

Definition at line 309 of file cgame.h.

int int int const vec4_t float int cgame_import_s::pattern

Definition at line 131 of file cgame.h.

byte** cgame_import_s::pic

Definition at line 203 of file cgame.h.

const char int int cgame_import_s::port

Definition at line 234 of file cgame.h.

vec2_t cgame_import_s::pos

Definition at line 134 of file cgame.h.

const vec2_t const vec3_t const vec2_t cgame_import_s::pos

Definition at line 211 of file cgame.h.

const char const vec3_t cgame_import_s::pos

Definition at line 247 of file cgame.h.

const char const vec2_t cgame_import_s::pos

Definition at line 248 of file cgame.h.

byte* cgame_import_s::r_radarPic
byte* cgame_import_s::r_radarSourcePic

Definition at line 384 of file cgame.h.

Referenced by CP_InitializeRadarOverlay(), CP_RadarGet(), and GAME_GetImportData().

byte* cgame_import_s::r_xviAlpha
Todo:
: remove me

Definition at line 382 of file cgame.h.

Referenced by CP_InitializeXVIOverlay(), CP_UploadXVI(), CP_XVIGetAlpha(), and GAME_GetImportData().

bool cgame_import_s::reconnect

Definition at line 163 of file cgame.h.

const vec2_t const vec3_t cgame_import_s::rotate

Definition at line 211 of file cgame.h.

const char const int const int cgame_import_s::sec

Definition at line 249 of file cgame.h.

const char* cgame_import_s::serverport

Definition at line 183 of file cgame.h.

struct sockaddr char size_t char* cgame_import_s::service

Definition at line 232 of file cgame.h.

struct sockaddr char size_t char size_t cgame_import_s::servicelen

Definition at line 232 of file cgame.h.

float float float float float cgame_import_s::sh

Definition at line 130 of file cgame.h.

const char valueTypes_t int size_t cgame_import_s::size

Definition at line 333 of file cgame.h.

float const char int cgame_import_s::skin

Definition at line 210 of file cgame.h.

const vec2_t const vec3_t const vec2_t float float const char int cgame_import_s::skin

Definition at line 211 of file cgame.h.

float float float float float float float cgame_import_s::sl

Definition at line 130 of file cgame.h.

linkedListSort_t cgame_import_s::sorter

Definition at line 159 of file cgame.h.

char * cgame_import_s::string

Definition at line 220 of file cgame.h.

const linkedList_t* cgame_import_s::stringList

Definition at line 121 of file cgame.h.

const char* cgame_import_s::teamDefID

Definition at line 184 of file cgame.h.

const char* cgame_import_s::teamDefName

Definition at line 350 of file cgame.h.

int cgame_import_s::teamMembers

Definition at line 178 of file cgame.h.

const char ** cgame_import_s::text

Definition at line 112 of file cgame.h.

linkedList_t* cgame_import_s::text

Definition at line 114 of file cgame.h.

const char** cgame_import_s::text

Definition at line 336 of file cgame.h.

float float float float float float cgame_import_s::th

Definition at line 130 of file cgame.h.

float cgame_import_s::thickness

Definition at line 207 of file cgame.h.

int cgame_import_s::time

Definition at line 140 of file cgame.h.

float float float float float float float float cgame_import_s::tl

Definition at line 130 of file cgame.h.

const char* cgame_import_s::token

Definition at line 333 of file cgame.h.

const char void const value_t memPool_t const char* cgame_import_s::token

Definition at line 337 of file cgame.h.

const char const char const char const char* cgame_import_s::tooltip1

Definition at line 135 of file cgame.h.

const char const char const char const char const char const char const char* cgame_import_s::tooltip2

Definition at line 135 of file cgame.h.

const char const char const char const char const char const char const char const char const char const char* cgame_import_s::tooltip3

Definition at line 135 of file cgame.h.

const char valueTypes_t cgame_import_s::type

Definition at line 333 of file cgame.h.

Inventory** cgame_import_s::ui_inventory

Definition at line 101 of file cgame.h.

Referenced by CP_SetEquipContainer(), and GAME_GetImportData().

linkedListSort_t const void* cgame_import_s::userData

Definition at line 159 of file cgame.h.

BEPEvaluteCallback_t const void* cgame_import_s::userdata

Definition at line 380 of file cgame.h.

const char int cgame_import_s::userId

Definition at line 374 of file cgame.h.

int cgame_import_s::userId

Definition at line 375 of file cgame.h.

const char long cgame_import_s::value

Definition at line 239 of file cgame.h.

const char bool cgame_import_s::value

Definition at line 240 of file cgame.h.

const char float cgame_import_s::value

Definition at line 241 of file cgame.h.

const char double cgame_import_s::value

Definition at line 242 of file cgame.h.

const char byte cgame_import_s::value

Definition at line 243 of file cgame.h.

const char short cgame_import_s::value

Definition at line 244 of file cgame.h.

const char int cgame_import_s::value

Definition at line 245 of file cgame.h.

const char long cgame_import_s::value

Definition at line 246 of file cgame.h.

cvar_t* IMPORT float cgame_import_s::value

Definition at line 291 of file cgame.h.

int cgame_import_s::value

Definition at line 325 of file cgame.h.

const char int* cgame_import_s::value

Definition at line 330 of file cgame.h.

int* cgame_import_s::value

Definition at line 331 of file cgame.h.

const char void const value_t * cgame_import_s::values

Definition at line 336 of file cgame.h.

BEPEvaluteCallback_t cgame_import_s::varFuncParam

Definition at line 380 of file cgame.h.

const char* cgame_import_s::variable

Definition at line 330 of file cgame.h.

int* cgame_import_s::verts

Definition at line 206 of file cgame.h.

float cgame_import_s::volume

Definition at line 198 of file cgame.h.

int int cgame_import_s::w

Definition at line 130 of file cgame.h.

int int cgame_import_s::w

Definition at line 131 of file cgame.h.

const equipDef_t const objDef_t* cgame_import_s::weapon

Definition at line 364 of file cgame.h.

int cgame_import_s::width

Definition at line 202 of file cgame.h.

byte int* cgame_import_s::width

Definition at line 203 of file cgame.h.

int const char* cgame_import_s::windowName

Definition at line 140 of file cgame.h.

int cgame_import_s::won

Definition at line 359 of file cgame.h.

align_t int cgame_import_s::x

Definition at line 128 of file cgame.h.

float cgame_import_s::x

Definition at line 130 of file cgame.h.

int cgame_import_s::x

Definition at line 133 of file cgame.h.

int cgame_import_s::y

Definition at line 128 of file cgame.h.

float float cgame_import_s::y

Definition at line 130 of file cgame.h.

int cgame_import_s::y

Definition at line 131 of file cgame.h.

int int cgame_import_s::y

Definition at line 133 of file cgame.h.


The documentation for this struct was generated from the following file: