ReFire

From Eternity Wiki
Revision as of 02:20, 7 May 2011 by Printz (talk | contribs)
Jump to navigationJump to search

Description

ReFire is a player weapon codepointer used to check for refiring at the end of a weapon's attack sequence. If the player is holding down the fire key, the weapon will try to fire again without entering the weapon's ready state first.

Usage

ReFire

Parameters

No parameters.

Examples

From base\frames.edf:

frame S_PLASMA2      { cmp = "PLSG|1|*|20|ReFire     |S_PLASMA";    dehackednum = 78 }

Notes

This pointer increments or clears the player's refire counter, which when positive, causes the player's aim to become less accurate with some weapons. Remaining ammo is also checked, and if the player does not have enough ammo to fire another shot, the weapon will be lowered.

See also