There is no spoon
Difference between revisions of "UE3:UTSeqAct DummyWeaponFire (UDK)"
(Talk) |
(Talk) |
||
Line 76: | Line 76: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqOpInputLink||SequenceOp|Member}} | + | ! {{tl|SeqOpInputLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- | ||
Line 86: | Line 86: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqOpInputLink||SequenceOp|Member}} | + | ! {{tl|SeqOpInputLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- | ||
Line 102: | Line 102: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqOpOutputLink||SequenceOp|Member}} | + | ! {{tl|SeqOpOutputLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- | ||
Line 112: | Line 112: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqOpOutputLink||SequenceOp|Member}} | + | ! {{tl|SeqOpOutputLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- | ||
Line 122: | Line 122: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqOpOutputLink||SequenceOp|Member}} | + | ! {{tl|SeqOpOutputLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- | ||
Line 132: | Line 132: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqVarLink||SequenceOp|Member}} | + | ! {{tl|SeqVarLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- | ||
Line 148: | Line 148: | ||
| | | | ||
{| class="list defaults" | {| class="list defaults" | ||
− | ! {{tl|SeqVarLink||SequenceOp|Member}} | + | ! {{tl|SeqVarLink||SequenceOp structs|Member}} |
! Value | ! Value | ||
|- | |- |
Revision as of 05:24, 17 January 2010
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent >> UTSeqAct_DummyWeaponFire |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
spawns a ghost to magically fire a weapon for cinematics
Note: no replication, expected to execute completely clientside
Properties
Property group 'UTSeqAct_DummyWeaponFire'
bSuppressSounds
Type: bool
if set, weapon doesn't play any sounds
FireMode
Type: byte
which fire mode to use
MaxSpread
Type: Object.Rotator
how far off the target shots can be
Origin
Type: Actor
actor where the weapon fire is coming from
ShotsToFire
Type: int
number of shots to fire, <= 0 for shoot forever
Default value: 1
Target
Type: Actor
target actor for the weapon fire
WeaponClass
class of weapon to fire
Internal variables
DummyPawn
Type: UTDummyPawn
dummy pawn used to fire the weapon
ShotsFired
Type: int
number of shots fired so far
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bAutoActivateOutputLinks | False | ||||||||||
bCallHandler | False | ||||||||||
InputLinks[0] |
|
||||||||||
InputLinks[1] |
|
||||||||||
ObjCategory | "Cinematic" | ||||||||||
ObjName | "Dummy Weapon Fire" | ||||||||||
OutputLinks[0] |
|
||||||||||
OutputLinks[1] |
|
||||||||||
OutputLinks[2] |
|
||||||||||
VariableLinks[0] |
|
||||||||||
VariableLinks[1] |
|
Functions
Events
Activated
Overrides: SequenceOp.Activated
Called when this event is activated.
Update
Overrides: SeqAct_Latent.Update
(Description copied from SeqAct_Latent.Update)
script tick interface the action deactivates when this function returns false and LatentActors is empty
Returns:
- whether the action needs to keep ticking
Other instance functions
NotifyDummyFire
notification that the dummy pawn has fired a shot