|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Classes | |
| class | Health |
| class | HealthBig |
| class | HealthMedium |
| class | HealthMega |
| class | HealthSmall |
Functions | |
| void | item_healthbig_init (Pickup this, entity item) |
| void | item_healthmedium_init (Pickup this, entity item) |
| void | item_healthmega_init (Pickup this, entity item) |
| void | item_healthsmall_init (Pickup this, entity item) |
| MODEL (HealthBig_ITEM, Item_Model("g_h50.md3")) | |
| MODEL (HealthMedium_ITEM, Item_Model("g_h25.md3")) | |
| MODEL (HealthMega_ITEM, Item_Model("g_h100.md3")) | |
| MODEL (HealthSmall_ITEM, Item_Model("g_h1.md3")) | |
| REGISTER_ITEM (HealthBig, NEW(HealthBig)) | |
| REGISTER_ITEM (HealthMedium, NEW(HealthMedium)) | |
| REGISTER_ITEM (HealthMega, NEW(HealthMega)) | |
| REGISTER_ITEM (HealthSmall, NEW(HealthSmall)) | |
| SOUND (HealthBig, Item_Sound("mediumhealth")) | |
| SOUND (HealthMedium, Item_Sound("mediumhealth")) | |
| SOUND (HealthMega, Item_Sound("megahealth")) | |
| SOUND (HealthSmall, Item_Sound("minihealth")) | |
Definition at line 131 of file health.qh.
References autocvar_g_pickup_healthbig, autocvar_g_pickup_healthbig_max, entity(), GetResource(), q3compat, and SetResourceExplicit().
Referenced by HealthBig::void().
Definition at line 79 of file health.qh.
References autocvar_g_pickup_healthmedium, autocvar_g_pickup_healthmedium_max, entity(), GetResource(), q3compat, and SetResourceExplicit().
Referenced by HealthMedium::void().
Definition at line 182 of file health.qh.
References autocvar_g_pickup_healthmega, autocvar_g_pickup_healthmega_max, entity(), GetResource(), q3compat, and SetResourceExplicit().
Referenced by HealthMega::void().
Definition at line 27 of file health.qh.
References autocvar_g_pickup_healthsmall, autocvar_g_pickup_healthsmall_max, entity(), GetResource(), q3compat, and SetResourceExplicit().
Referenced by HealthSmall::void().
| MODEL | ( | HealthBig_ITEM | , |
| Item_Model("g_h50.md3") | ) |
| MODEL | ( | HealthMedium_ITEM | , |
| Item_Model("g_h25.md3") | ) |
| MODEL | ( | HealthMega_ITEM | , |
| Item_Model("g_h100.md3") | ) |
| MODEL | ( | HealthSmall_ITEM | , |
| Item_Model("g_h1.md3") | ) |
References NEW, REGISTER_ITEM, and SPAWNFUNC_ITEM.
| REGISTER_ITEM | ( | HealthMedium | , |
| NEW(HealthMedium) | ) |
References NEW, REGISTER_ITEM, and SPAWNFUNC_ITEM.
| REGISTER_ITEM | ( | HealthMega | , |
| NEW(HealthMega) | ) |
References NEW, REGISTER_ITEM, and SPAWNFUNC_ITEM.
| REGISTER_ITEM | ( | HealthSmall | , |
| NEW(HealthSmall) | ) |
References NEW, REGISTER_ITEM, and SPAWNFUNC_ITEM.
| SOUND | ( | HealthBig | , |
| Item_Sound("mediumhealth") | ) |
| SOUND | ( | HealthMedium | , |
| Item_Sound("mediumhealth") | ) |
| SOUND | ( | HealthMega | , |
| Item_Sound("megahealth") | ) |
| SOUND | ( | HealthSmall | , |
| Item_Sound("minihealth") | ) |
| int autocvar_g_pickup_healthbig |
Definition at line 127 of file health.qh.
Referenced by item_healthbig_init().
| int autocvar_g_pickup_healthbig_max |
Definition at line 128 of file health.qh.
Referenced by item_healthbig_init().
| int autocvar_g_pickup_healthmedium |
Definition at line 75 of file health.qh.
Referenced by item_healthmedium_init().
| int autocvar_g_pickup_healthmedium_max |
Definition at line 76 of file health.qh.
Referenced by item_healthmedium_init().
| int autocvar_g_pickup_healthmega |
Definition at line 178 of file health.qh.
Referenced by item_healthmega_init().
| int autocvar_g_pickup_healthmega_max |
Definition at line 179 of file health.qh.
Referenced by item_healthmega_init(), and nade_heal_touch().
| int autocvar_g_pickup_healthsmall |
Definition at line 23 of file health.qh.
Referenced by item_healthsmall_init().
| int autocvar_g_pickup_healthsmall_max |
Definition at line 24 of file health.qh.
Referenced by item_healthsmall_init(), and MUTATOR_HOOKFUNCTION().