WeaponSound

From Eternity Wiki
Jump to navigationJump to search

Description

Plays a sound from a weapon frame.

Usage

A_WeaponSound(sound, full_volume)

Parameters

  • sound: sound to play
  • full_volume: if 1, play this sound at full volume across the entire map. If 0 (default), play this sound normally.

Examples

No examples given.

Notes

This is for player weapon frames only. Use PlaySound and related for things.

See also