|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | CAMPAIGN_MAX_ENTRIES 64 |
Functions | |
| float | CampaignFile_Load (float offset, float entries) |
| void | CampaignFile_Unload () |
| void | CampaignSetup (int n) |
| #define CAMPAIGN_MAX_ENTRIES 64 |
Definition at line 4 of file campaign_common.qh.
Referenced by CampaignFile_Load(), and XonoticCampaignList_loadCvars().
Referenced by CampaignLevelWarp(), CampaignPreInit(), and XonoticCampaignList_loadCvars().
Here is the caller graph for this function:| void CampaignFile_Unload | ( | ) |
Definition at line 86 of file campaign_file.qc.
References campaign_entries, campaign_fraglimit, campaign_gametype, campaign_longdesc, campaign_mapname, campaign_mutators, campaign_shortdesc, campaign_timelimit, campaign_title, and strfree.
Referenced by CampaignLevelWarp(), CampaignPostIntermission(), CampaignPreInit(), and XonoticCampaignList_loadCvars().
Here is the caller graph for this function:Definition at line 10 of file campaign_setup.qc.
References campaign_mapname, campaign_name, campaign_offset, ftos(), localcmd, and MapInfo_LoadMap().
Referenced by CampaignLevelWarp(), CampaignList_LoadMap(), and CampaignPostIntermission().
Here is the call graph for this function:
Here is the caller graph for this function:| float campaign_bots[CAMPAIGN_MAX_ENTRIES] |
Definition at line 12 of file campaign_common.qh.
Referenced by CampaignFile_Load(), and CampaignPreInit().
| float campaign_botskill[CAMPAIGN_MAX_ENTRIES] |
Definition at line 13 of file campaign_common.qh.
Referenced by CampaignFile_Load(), and CampaignPreInit().
| int campaign_entries |
Definition at line 8 of file campaign_common.qh.
Referenced by CampaignFile_Load(), CampaignFile_Unload(), CampaignLevelWarp(), CampaignPostIntermission(), CampaignPreInit(), CampaignPreIntermission(), rewrapCampaign(), and XonoticCampaignList_loadCvars().
| string campaign_fraglimit[CAMPAIGN_MAX_ENTRIES] |
Definition at line 14 of file campaign_common.qh.
Referenced by CampaignFile_Load(), CampaignFile_Unload(), and CampaignPostInit().
| string campaign_gametype[CAMPAIGN_MAX_ENTRIES] |
Definition at line 10 of file campaign_common.qh.
Referenced by Campaign_Invalid(), CampaignFile_Load(), CampaignFile_Unload(), CampaignPreInit(), and XonoticCampaignList_drawListBoxItem().
| string campaign_longdesc[CAMPAIGN_MAX_ENTRIES] |
Definition at line 18 of file campaign_common.qh.
Referenced by Campaign_GetMessage(), CampaignFile_Load(), CampaignFile_Unload(), and rewrapCampaign().
| string campaign_mapname[CAMPAIGN_MAX_ENTRIES] |
Definition at line 11 of file campaign_common.qh.
Referenced by Campaign_Invalid(), CampaignFile_Load(), CampaignFile_Unload(), CampaignSetup(), and XonoticCampaignList_drawListBoxItem().
| string campaign_mutators[CAMPAIGN_MAX_ENTRIES] |
Definition at line 16 of file campaign_common.qh.
Referenced by CampaignFile_Load(), CampaignFile_Unload(), and CampaignPreInit().
| string campaign_name |
Definition at line 26 of file campaign_common.qh.
Referenced by CampaignFile_Load(), CampaignPostIntermission(), CampaignPreInit(), CampaignPreIntermission(), CampaignSetup(), XonoticCampaignList_campaignGo(), XonoticCampaignList_draw(), and XonoticCampaignList_loadCvars().
| int campaign_offset |
Definition at line 9 of file campaign_common.qh.
Referenced by CampaignFile_Load(), and CampaignSetup().
| string campaign_shortdesc[CAMPAIGN_MAX_ENTRIES] |
Definition at line 17 of file campaign_common.qh.
Referenced by Campaign_GetMessage(), CampaignFile_Load(), CampaignFile_Unload(), and XonoticCampaignList_drawListBoxItem().
| string campaign_timelimit[CAMPAIGN_MAX_ENTRIES] |
Definition at line 15 of file campaign_common.qh.
Referenced by CampaignFile_Load(), CampaignFile_Unload(), and CampaignPostInit().
| string campaign_title |
Definition at line 19 of file campaign_common.qh.
Referenced by CampaignFile_Load(), CampaignFile_Unload(), and XonoticCampaignList_loadCvars().