My program doesn't have bugs. It just develops random features.

Difference between revisions of "Legacy:VacuumZone"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
 
m (+hint to DamageString)
 
Line 2: Line 2:
  
 
A vacuum zone kills any player that enters it.  It's just another messy way to die.  This class behaves in a very similar manner to the [[Legacy:PressureZone|PressureZone]] class, except that it doesn't need to be triggered.
 
A vacuum zone kills any player that enters it.  It's just another messy way to die.  This class behaves in a very similar manner to the [[Legacy:PressureZone|PressureZone]] class, except that it doesn't need to be triggered.
 +
 +
Hint: because the "%k" is missing in its default DamageString <code>%o was depressurized</code>, the death message is not shown. See [[Legacy:Message_Placeholder#ZoneInfo|Message Placeholder]] for details.
  
 
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
 
[[Category:Legacy Class (UT)|{{PAGENAME}}]]

Latest revision as of 17:09, 2 September 2016

UT :: Actor (UT) >> Info (UT) >> ZoneInfo (UT) >> VacuumZone (Package: Botpack)

A vacuum zone kills any player that enters it. It's just another messy way to die. This class behaves in a very similar manner to the PressureZone class, except that it doesn't need to be triggered.

Hint: because the "%k" is missing in its default DamageString %o was depressurized, the death message is not shown. See Message Placeholder for details.