| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.SequenceObject
|
+-- Engine.SequenceOp
|
+-- Engine.SequenceEvent
|
+-- UTGame.UTSeqEvent_TurretSpawn
| Variables Summary | |
|---|---|
| name | TurretGroupName |
| Inherited Variables from Engine.SequenceEvent |
|---|
| ActivationTime, bClientSideOnly, bEnabled, bPlayerOnly, bRegistered, Instigator, MaxTriggerCount, MaxWidth, Originator, Priority, QueuedActivations, ReTriggerDelay, TriggerCount |
| Inherited Variables from Engine.SequenceOp |
|---|
| ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks |
| Structures Summary |
|---|
| Inherited Structures from Engine.SequenceEvent |
|---|
| QueuedActivationInfo |
| Inherited Structures from Engine.SequenceOp |
|---|
| SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink |
| Functions Summary | ||
|---|---|---|
![]() | TurretSpawned ())) | |
| Inherited Functions from Engine.SequenceEvent |
|---|
| CheckActivate, RegisterEvent, Reset, Toggled |
| Inherited Functions from Engine.SequenceOp |
|---|
| Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset |
| Variables Detail |
|---|
| Functions Detail |
|---|
TurretSpawned Source codenotification that the mover has completed all opening actions and is now ready to close
| Defaultproperties |
|---|
defaultproperties
{
TurretGroupName="TurretGroup"
bPlayerOnly=False
OutputLinks(0)=(LinkDesc="Spawned")
ObjName="Turret Spawned"
ObjCategory="Turrets"
Name="Default__UTSeqEvent_TurretSpawn"
ObjectArchetype=SequenceEvent'Engine.Default__SequenceEvent'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||