UFO: Alien Invasion
|
#include <list.h>
Data Fields | |
void * | data |
linkedList_t * | next |
bool | ptr |
void* linkedList_t::data |
Definition at line 31 of file list.h.
Referenced by AIR_SortByDistance(), B_AddBlockedTile(), B_IsBuildingDestroyable(), B_ParseBaseTemplate(), CL_PopupChangeHomebase_f(), Com_GiveModel(), Com_GiveName(), Com_ParseActorModels(), Com_ParseBodyPart(), Com_ParseEquipment(), Destroy_Breakable(), uiTextListNode::drawText(), uiText2Node::drawText(), uiTextNode::drawText(), FS_GetFileData(), FS_NextFileFromFileList(), FS_NextScriptHeader(), G_MissionIsTouched(), G_MissionReset(), G_MissionTouch(), G_TriggerAddToList(), G_TriggerIsInList(), G_TriggerRemoveFromList(), GAME_ChangeEquip(), GAME_MP_StartServer_f(), GAME_SK_HideDropships(), GAME_SK_HideUFOs(), GAME_UpdateInventory(), teamDef_s::getActorSound(), LIST_Add(), LIST_AllocateEntry(), LIST_ContainsString(), LIST_Delete(), LIST_GetByIdx(), LIST_GetPointer(), LIST_RemoveEntry(), RS_ParseTechnologies(), RS_RequiredLinksAssign(), TEST_F(), testListSorter(), UI_CvarListenerNodeCallback(), UI_ExecuteCallAction(), and UI_GetParam().
linkedList_t* linkedList_t::next |
Definition at line 32 of file list.h.
Referenced by _LIST_Sort(), B_ParseBaseTemplate(), CL_ParseLanguages(), CL_ParseSequence(), CL_PopupChangeHomebase_f(), CL_PrecacheCharacterModels(), Com_GiveModel(), Com_GiveName(), Com_ParseActorModels(), Com_ParseActorNames(), Com_ParseBodyPart(), Com_ParseEquipment(), Com_ParseTeam(), CP_ParseAlienTeam(), Destroy_Breakable(), uiTextListNode::drawText(), uiText2Node::drawText(), uiTextNode::drawText(), FS_GetFileData(), FS_NextFileFromFileList(), FS_NextScriptHeader(), G_MissionIsTouched(), G_MissionReset(), G_MissionTouch(), G_TriggerAddToList(), G_TriggerIsInList(), G_TriggerRemoveFromList(), GAME_ChangeEquip(), teamDef_s::getActorSound(), LIST_AddStringSorted(), LIST_AllocateEntry(), LIST_AppendEntry(), LIST_ContainsString(), LIST_Count(), LIST_Delete(), LIST_GetByIdx(), LIST_GetPointer(), LIST_RemoveEntry(), M_ParseMusic(), MSO_ParseOption(), RS_ParseTechnologies(), RS_RequiredLinksAssign(), TEST_F(), UI_CvarListenerNodeCallback(), UI_ExecuteCallAction(), and UI_GetParam().
bool linkedList_t::ptr |
don't call Mem_Free for data if this is true
Definition at line 33 of file list.h.
Referenced by LIST_AddPointer(), LIST_Delete(), and LIST_RemoveEntry().