Cogito, ergo sum
UE2:ComboCrate (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
The "Camouflaged" adrenaline combo.
[edit] Properties
[edit] Effect
Type: CrateActor
A reference to the StaticMesh actor attached to the player
[edit] Default values
| Property | Value |
|---|---|
| Duration | 45.0 |
| ExecMessage | "Camouflaged!" |
| keys[0] | 4 |
| keys[1] | 4 |
| keys[2] | 4 |
| keys[3] | 4 |
[edit] Instance functions
[edit] StartEffect
function StartEffect (xPawn P)
Overrides: Combo.StartEffect
Spawns the Effect actor.
[edit] StopEffect
function StopEffect (xPawn P)
Overrides: Combo.StopEffect
Destroys the Effect actor.
