Radius Quake2

From Eternity Wiki
Jump to navigationJump to search

ACS function[edit]

void Radius_Quake2 (int tid, int intensity, int duration, int damrad, int tremrad, str sound)

Produces earthquake on tagged things. Unlike the linedef special Radius_Quake, this also lets you select the sound to play.

Parameters[edit]

  • tid: tag of quake foci.
  • intensity: how strong the quake should be.
  • duration: how long it should take.
  • damrad: damage radius in map units. This is an integer value, not fixed-point.
  • tremrad: tremor radius.
  • sound: sound to play.

See also[edit]