JumpIfNoAmmo: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(Created page with '{{codepointer|description= Extended version of CheckReload that allows to choose what frame to jump to if there's not enough ammo.|usage= '''JumpIfNoAmmo'''(''statenum'')|par…') |
(No difference)
|
Latest revision as of 16:09, 8 May 2011
Description
Extended version of CheckReload that allows to choose what frame to jump to if there's not enough ammo.
Usage
JumpIfNoAmmo(statenum)
Parameters
- statenum: Frame to jump to if ammo runs out.
Examples
No examples given.
Notes
This codepointer is mainly for porting ZDoom DECORATE state definition. CheckReloadEx provides more flexibility.