Mostly Harmless

Difference between revisions of "UE3:SeqEvent Console (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
m (added descriptions)
 
Line 6: Line 6:
 
| parent4 = Object
 
| parent4 = Object
 
}}
 
}}
{{autogenerated}}
+
Event which is activated when any player uses the console command ''CauseEvent''.
Event which is activated when the user a console command.
+
Originator: the PlayerController for the player that typed the console command
+
Instigator: the pawn of the player that typed the console command.
+
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
+
  
 
==Properties==
 
==Properties==
Line 17: Line 13:
 
'''Type:''' [[name]]
 
'''Type:''' [[name]]
  
Name to match when entered from the console
+
The name that must be added as parameter to the ''CauseEvent'' command to activate this event.
  
 
'''Default value:''' 'Default'
 
'''Default value:''' 'Default'
Line 24: Line 20:
 
'''Type:''' [[string]]
 
'''Type:''' [[string]]
  
Description to display when listing summary of all console events
+
A description to display when listing a summary of all console events.
  
 
'''Default value:''' "No description"
 
'''Default value:''' "No description"

Latest revision as of 10:02, 31 March 2010

UT3 Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_Console
Package: 
Engine
This class in other games:
UDK

Event which is activated when any player uses the console command CauseEvent.

Properties[edit]

Property group 'SeqEvent_Console'[edit]

ConsoleEventName[edit]

Type: name

The name that must be added as parameter to the CauseEvent command to activate this event.

Default value: 'Default'

EventDesc[edit]

Type: string

A description to display when listing a summary of all console events.

Default value: "No description"

Default values[edit]

Property Value
MaxTriggerCount 0
ObjCategory "Misc"
ObjName "Console Event"