Xonotic
menudefs.qh File Reference
+ Include dependency graph for menudefs.qh:

Go to the source code of this file.

Macros

#define buf_create   _buf_create
 
#define chr2str   _chr2str
 
#define false   _false
 
#define FALSE   _FALSE
 
#define localcmd   cmd
 
#define spawn   _spawn
 
#define str2chr   _str2chr
 
#define strcasecmp   _strcasecmp
 
#define strcmp   _strcmp
 
#define strncasecmp   _strncasecmp
 
#define strncmp   _strncmp
 
#define strstrofs   _strstrofs
 
#define true   _true
 
#define TRUE   _TRUE
 

Functions

 bool (entity ent) wasfreed
 
 int (string str, string sub, int startpos) _strstrofs
 
 int (string str, int ofs) _str2chr
 
 int (string s1, string s2) _strcmp
 
 int () _buf_create
 
 string (int c,...) _chr2str
 

Macro Definition Documentation

◆ buf_create

#define buf_create   _buf_create

Definition at line 40 of file menudefs.qh.

◆ chr2str

#define chr2str   _chr2str

Definition at line 28 of file menudefs.qh.

◆ false

#define false   _false

Definition at line 6 of file menudefs.qh.

◆ FALSE

#define FALSE   _FALSE

Definition at line 8 of file menudefs.qh.

◆ localcmd

#define localcmd   cmd

Definition at line 21 of file menudefs.qh.

Referenced by bot_execute_commands_once(), bot_serverframe(), CampaignPostIntermission(), CampaignSetup(), Close_Clicked(), CSQC_Parse_StuffCmd(), CSQC_UpdateView(), Curl_URI_Get_Callback(), CvarList_Value_Change(), Disconnect_Click(), DoNextMapOverride(), DontAccept_Clicked(), execute_next_frame(), firstRun_setLanguage(), Fog_Force(), GameCommand_bot_cmd(), GameCommand_gettaginfo(), Gamemode_Init(), GameTypeVote_Finished(), GenericCommand(), HUD_Configure_Exit_Force(), HUD_Panel_EnableMenu(), HUD_Panel_InputEvent(), HUD_Radar_Mouse(), HUD_Radar_Show_Maximized(), HUD_Vote(), HUDSetup_Start(), InstantAction_LoadMap(), Join_Click(), KeyBinder_Bind_Clear(), KeyBinder_Bind_Reset_All(), language_selector_click(), LocalCommand_handlevote(), LocalCommand_sendcvar(), m_draw(), m_init(), MapInfo_LoadMap(), Maplist_Init(), MapVote_CheckPK3(), MapVote_Init(), MapVote_InputEvent(), MapVote_SendChoice(), MapVote_Think(), minigame_cmd_workaround(), NET_HANDLE(), NextLevel(), QuickMenu_ActionForNumber(), QuickMenu_Open(), ReadyRestart(), ReadyRestart_force(), RedirectionThink(), RegisterCvars_Set(), replace_bind(), SaveHUDSkin_Click(), ServerList_Connect_Click(), Shutdown(), spawnfunc(), STATIC_INIT(), updateCheck(), UpdateConWidthHeight(), View_CheckButtonStatus(), VoteAccept(), VoteCommand_master(), XonoticDemoList_startDemo(), XonoticDemoList_timeDemo(), XonoticHUDSkinList_setHUDSkin(), XonoticKeyBinder_keyGrabbed(), XonoticLanguageList_setLanguage(), XonoticPlayList_pauseSound(), XonoticPlayList_resumeSound(), XonoticPlayList_startSound(), XonoticPlayList_stopSound(), XonoticScreenshotViewerDialog_close(), XonoticScreenshotViewerDialog_loadScreenshot(), XonoticSkinList_setSkin(), and XonoticWeaponarenaCheckBox_saveCvars().

◆ spawn

#define spawn   _spawn

Definition at line 10 of file menudefs.qh.

◆ str2chr

#define str2chr   _str2chr

Definition at line 26 of file menudefs.qh.

◆ strcasecmp

#define strcasecmp   _strcasecmp

Definition at line 35 of file menudefs.qh.

◆ strcmp

#define strcmp   _strcmp

Definition at line 31 of file menudefs.qh.

◆ strncasecmp

#define strncasecmp   _strncasecmp

Definition at line 37 of file menudefs.qh.

◆ strncmp

#define strncmp   _strncmp

Definition at line 33 of file menudefs.qh.

◆ strstrofs

#define strstrofs   _strstrofs

Definition at line 24 of file menudefs.qh.

◆ true

#define true   _true

Definition at line 5 of file menudefs.qh.

◆ TRUE

#define TRUE   _TRUE

Definition at line 7 of file menudefs.qh.

Function Documentation

◆ bool()

bool ( entity  ent)

◆ int() [1/4]

int ( string  str,
string  sub,
int  startpos 
)

◆ int() [2/4]

int ( string  str,
int  ofs 
)

◆ int() [3/4]

int ( string  s1,
string  s2 
)

◆ int() [4/4]

int ( )

◆ string()

string ( int  c,
  ... 
)