ConsumeAmmo: Revision history

From Eternity Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 October 2024

  • curprev 14:5814:58, 24 October 2024Printz talk contribs 458 bytes +458 Created page with "{{codepointer|description=Subtract ammo from the currently selected weapon's ammo pool. |usage='''A_ConsumeAmmo'''(''amount'') |parameters= *''amount'': amount of ammo to subtract. If zero, it will default to current weapon's '''ammopershot''' value. |notes=''Amount'' can be negative, in which case it will actually ''add'' ammo. MBF21 introduced this codepointer, and unlike SubtractAmmo, this one lets you specify amount. |seealso= *SubtractAmmo}}"