|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | cap(name, colormin, colormax) |
| #define | flag_touch(name, colormin, colormax) |
| #define | pass(name, colormin, colormax) |
Functions | |
| cap (red, "0xFF0000", "0x970000") cap(blue | |
| cap (yellow, "0xFFFF0F", "0xFFFF0F") cap(pink | |
| flag_touch (neutral, "0xFFFFFF", "0xFFFFFF") pass(red | |
| flag_touch (red, "0xFF0000", "0x970000") flag_touch(blue | |
| flag_touch (yellow, "0xFFFF0F", "0xFFFF0F") flag_touch(pink | |
| pass (blue, "0x0000FF", "0x000097") pass(yellow | |
| pass (pink, "0xFFFFFF", "0xFFFFFF") pass(neutral | |
| #define cap | ( | name, | |
| colormin, | |||
| colormax ) |
Definition at line 83 of file effectinfo_ctf.inc.
| #define flag_touch | ( | name, | |
| colormin, | |||
| colormax ) |
Definition at line 2 of file effectinfo_ctf.inc.
Referenced by flag_touch(), flag_touch(), and flag_touch().
| #define pass | ( | name, | |
| colormin, | |||
| colormax ) |
Referenced by _dumptree_close(), _dumptree_open(), _MapInfo_FilterList_cmp(), _MapInfo_FilterList_swap(), _shufflewords_swapfunc(), XonoticServerToSTab::ATTRIB(), depthfirst(), FindConnectedComponent(), forAllDescendants(), heapsort(), LinkDoors_isconnected(), LinkDoors_nextent(), Map_Check(), Map_Check(), MapVote_ranked_cmp(), MapVote_ranked_swap(), MX_JLF_(), MX_Messages_(), MX_Nick(), MX_Nick_(), MX_Say(), MX_Say_(), MX_Sync_(), MX_Typing(), MX_Typing_(), pass(), pass(), PlayerStats_GameReport_Handler(), shuffle(), T_Config_Queue_Compare(), T_Config_Queue_Swap(), url_multi_fopen(), url_multi_fopen(), url_single_fopen(), url_single_fopen(), W_Config_Queue_Compare(), W_Config_Queue_Swap(), W_FixWeaponOrder_BuildImpulseList_cmp(), W_FixWeaponOrder_BuildImpulseList_swap(), weaponorder_cmp(), weaponorder_swap(), and WeaponStats_ready().
| cap | ( | red | , |
| "0xFF0000" | , | ||
| "0x970000" | ) |
References cap.
| cap | ( | yellow | , |
| "0xFFFF0F" | , | ||
| "0xFFFF0F" | ) |
References cap.
| flag_touch | ( | neutral | , |
| "0xFFFFFF" | , | ||
| "0xFFFFFF" | ) |
References flag_touch.
| flag_touch | ( | red | , |
| "0xFF0000" | , | ||
| "0x970000" | ) |
References flag_touch.
| flag_touch | ( | yellow | , |
| "0xFFFF0F" | , | ||
| "0xFFFF0F" | ) |
References flag_touch.
| pass | ( | blue | , |
| "0x0000FF" | , | ||
| "0x000097" | ) |
References pass.
| pass | ( | pink | , |
| "0xFFFFFF" | , | ||
| "0xFFFFFF" | ) |
References pass.