GunFlashTo

From Eternity Wiki
Jump to navigationJump to search

Description

Generic weapon muzzle flash.

Usage

A_GunFlashTo(frame, no_actor_flash)

Parameters

  • frame: weapon frame to set the flash weapon sprite to
  • no_actor_splash: if nonzero, it will not change player avatar's frame to its class altattack (which in DOOM shows as the marine firing the weapon)

Examples

No examples given.

Notes

This changes the gunflash weapon sprite, not the main one, making it visible if currently off. This is a more powerful version of GunFlash.

See also