WEAPON: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Chibi (talk | contribs)
No edit summary
 
Fox (talk | contribs)
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Displays the player's current weapon number (?)
{{Deprecated}}
 
Returns the value of the currently selected weapon. The value is briefly not set when the player enters the game.
 
define KNEE_WEAPON        0 // Mighty Foot
define PISTOL_WEAPON      1
define SHOTGUN_WEAPON      2
define CHAINGUN_WEAPON    3
define RPG_WEAPON          4
define HANDBOMB_WEAPON    5 // Pipebombs
define SHRINKER_WEAPON    6
define DEVISTATOR_WEAPON  7 // Devastator
define TRIPBOMB_WEAPON    8
define FREEZE_WEAPON      9 // Freezethrower
define HANDREMOTE_WEAPON  10 // Pipebomb Detonator
define GROW_WEAPON        11 // Microwave Expander
 
[[Category:Pre-defined gamevars]]

Latest revision as of 04:09, 29 August 2020

This feature is deprecated.
It's recommend not to use this feature.

Returns the value of the currently selected weapon. The value is briefly not set when the player enters the game.

define KNEE_WEAPON         0 // Mighty Foot
define PISTOL_WEAPON       1
define SHOTGUN_WEAPON      2
define CHAINGUN_WEAPON     3
define RPG_WEAPON          4
define HANDBOMB_WEAPON     5 // Pipebombs
define SHRINKER_WEAPON     6
define DEVISTATOR_WEAPON   7 // Devastator
define TRIPBOMB_WEAPON     8
define FREEZE_WEAPON       9 // Freezethrower
define HANDREMOTE_WEAPON   10 // Pipebomb Detonator
define GROW_WEAPON         11 // Microwave Expander