Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Demonstrates how to write a kismet event which should be activated by some input event.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.SequenceEvent | +-- UTGame.SeqEvent_DemoInput
Variables Summary | |
---|---|
SeqEvent_DemoInput | |
bool | bTrapInput |
name | ButtonName |
int | ControllerID |
EInputEvent | InputEvent |
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 | ||
---|---|---|
![]() | bool | CheckInput (PlayerController Player, int CheckControllerID, name CheckButtonName, EInputEvent CheckInputEvent)) |
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 |
---|
whether or not we should eat a matching keypress or let it continue on in the input chain
the name of the button that must be pushed
the ID of the controller that must press the button, or -1 if anybody can do it
the action the user must perform with that button
Functions Detail |
---|
checks if the given input matches what we're looking for, and if so activates
@return true if the input should be discarded now or false if it should be allowed to continue through the input chain
Defaultproperties |
---|
defaultproperties { ControllerId=-1 bTrapInput=True ObjName="Input" ObjCategory="DemoGame" Name="Default__SeqEvent_DemoInput" ObjectArchetype=SequenceEvent'Engine.Default__SequenceEvent' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |