Raise

From Eternity Wiki
Revision as of 02:04, 12 September 2024 by Printz (talk | contribs)
Jump to navigationJump to search

Description

Raise is a player weapon codepointer. This codepointer raises the player's current weapon to its normal position, starting from the bottom of the screen.

Usage

Raise(speed)

Parameters

  • speed: optional parameter to set the speed by which the weapon rises from the bottom. Default value is 6.

Examples

From base\frames.edf:

frame S_CHAINUP     { cmp = "CHGG|*|*|*|Raise      |@this";       dehackednum = 51 }

Notes

This is done whenever the player initially switches to the weapon by entering its raise state.

See also