Gah - a solution with more questions. – EntropicLqd
Difference between revisions of "Legacy:Cannon"
From Unreal Wiki, The Unreal Engine Documentation Site
m |
m (additions taken from code comments) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
==Properties == | ==Properties == | ||
− | ===Cannon Group === | + | === Cannon Group === |
− | ;Health : The amount of damage the cannon can take before being destroyed. | + | ;ActivateSound: The sound the cannon makes when it is activated. |
+ | ;DeactivateDistance: How far away Instigator must be to deactivate Cannon. | ||
+ | ;Drop: How far down to drop spawning of projectile. | ||
+ | ;ExplodeSound: | ||
+ | ;FireSound: | ||
+ | ;Health: The amount of damage the cannon can take before being destroyed. | ||
+ | ;SampleTime: How often we sample Instigator's location. | ||
+ | ;TrackingRate: How fast Cannon tracks Instigator. | ||
==Quirks == | ==Quirks == |
Revision as of 00:39, 24 December 2014
This decoration, when triggered, will point in the direction of the player. Under normal circumstances in Unreal Tournament, the cannon will not shoot no matter how many times you trigger it.
Properties
Cannon Group
- ActivateSound
- The sound the cannon makes when it is activated.
- DeactivateDistance
- How far away Instigator must be to deactivate Cannon.
- Drop
- How far down to drop spawning of projectile.
- ExplodeSound
- FireSound
- Health
- The amount of damage the cannon can take before being destroyed.
- SampleTime
- How often we sample Instigator's location.
- TrackingRate
- How fast Cannon tracks Instigator.
Quirks
If you type in fly after you die in a deathmatch game (needs testing in CTF, Domination and Assault), you can move around as a 'ghost.' By this, I mean the player has reached zero health and has no inventory. A simple way to do this is to type in "suicide" and then type in "fly." While in this 'ghost' state, you can go back to walking or ghost mode. If a cannon has been activated before, it will track and shoot at you in this 'ghost' state. This is the first time I remember getting the cannon to work.
Known Subclasses
- HugeCannon (A cannon with a larger drawscale and more health.)