Radius Quake2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "==ACS function== void Radius_Quake2 (int tid, int intensity, int duration, int damrad, int tremrad, str sound) Produces earthquake on tagged things. Unlike the linedef specia...")
 
(No difference)

Latest revision as of 05:24, 22 June 2019

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]