I don't need to test my programs. I have an error-correcting modem.
UE2:SpecialEvent (U2XMP)
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. |
SpecialEvent: Receives trigger messages and does some "special event" some combination of a message, sound playing, damage, and/or death to the instigator if the event of this actor is set, will try to send player on the interpolation path with tag matching this event.
Properties[edit]
Property group 'SpecialEvent'[edit]
bBroadcast[edit]
Type: bool
To broadcast the message to all players.
bKillInstigator[edit]
Type: bool
if true, kill the instigator
bPlayerJumpToInterpolation[edit]
Type: bool
if true, player is teleported to start of interpolation path
Default value: True
bPlayersPlaySoundEffect[edit]
Type: bool
if true, have sound effect played at players' location
bThirdPersonViewTarget[edit]
Type: bool
if true, playercontroller third person views the interpolated actor
bViewTargetInterpolatedActor[edit]
Type: bool
if true, playercontroller viewtargets the interpolated actor
Damage[edit]
Type: int
how much to damage triggering actor
DamageType[edit]
Type: class<DamageType>
InterpolatedActorTag[edit]
Type: name
Message[edit]
Type: string
Modifiers: localized
message to display
Sound[edit]
Type: Sound
if not none, this sound effect will be played
Default values[edit]
Property | Value |
---|---|
Texture | Texture'Legend.S_SpecialEvent' |
Instance functions[edit]
Trigger[edit]
Overrides: Actor.Trigger