I'm a doctor, not a mechanic
UE2:DefaultPhysicsVolume (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Brush >> Volume >> PhysicsVolume >> DefaultPhysicsVolume |
Contents |
The default physics volume for areas of the level with not contained in any mapper-placed physics volume. This class should never be spawned or destroyed by UnrealScript code. Exactly one instance of this class is created at level startup to ensure the Actor.PhysicsVolume property always contains a value other than None.
[edit] Default values
| Property | Value |
|---|---|
| bNoDelete | False |
| bStatic | False |
[edit] Events
[edit] Destroyed
event Destroyed ()
Overrides: Actor.Destroyed
Crashes the game on purpose. The DefaultPhysicsVolume must not be destroyed during the game.
