UE1:TimeMessage (UT): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
m added descriptions
 
Line 8: Line 8:
| parent6 = Object
| parent6 = Object
}}
}}
{{autogenerated}}
Warning messages and announcements for remaining game time.
null


==Properties==
==Properties==
Line 19: Line 18:
'''[[Variables#Modifiers|Modifiers]]:''' localized
'''[[Variables#Modifiers|Modifiers]]:''' localized


<!-- enter variable description -->
Remaining time display strings.


'''Default value, index 0:''' "5 minutes left in the game!"
'''Default value, index 0:''' "5 minutes left in the game!"
'''Default value, index 2:''' "3 minutes left in the game!"
'''Default value, index 3:''' "2 minutes left in the game!"
'''Default value, index 4:''' "1 minute left in the game!"
'''Default value, index 5:''' "30 seconds left!"
'''Default value, index 6:''' "10 seconds left!"
'''Default value, index 7:''' "9..."
'''Default value, index 8:''' "8..."
'''Default value, index 9:''' "7..."


'''Default value, index 10:''' "6..."
'''Default value, index 10:''' "6..."
Line 35: Line 50:
'''Default value, index 15:''' "1..."
'''Default value, index 15:''' "1..."


'''Default value, index 16:''' "3 minutes left in the game!"
====TimeSound====
'''Type:''' {{cl|Sound}}


'''Default value, index 17:''' "2 minutes left in the game!"
'''[[Static arrays|Array size]]:''' 16


'''Default value, index 18:''' "1 minute left in the game!"
Remaining time announcement sounds.


'''Default value, index 19:''' "30 seconds left!"
'''Default value, index 0:''' {{cl|Sound}}'Announcer.(All).cd5min'
 
'''Default value, index 20:''' "10 seconds left!"


'''Default value, index 21:''' "9..."
'''Default value, index 2:''' {{cl|Sound}}'Announcer.(All).cd3min'


'''Default value, index 22:''' "8..."
'''Default value, index 4:''' {{cl|Sound}}'Announcer.(All).cd1min'


'''Default value, index 23:''' "7..."
'''Default value, index 6:''' {{cl|Sound}}'Announcer.(All).cd10'
 
====TimeSound====
'''Type:''' {{cl|Sound}}


'''[[Static arrays|Array size]]:''' 16
'''Default value, index 7:''' {{cl|Sound}}'Announcer.(All).cd9'


<!-- enter variable description -->
'''Default value, index 8:''' {{cl|Sound}}'Announcer.(All).cd8'


'''Default value, index 0:''' {{cl|Sound}}'Announcer.(All).cd5min'
'''Default value, index 9:''' {{cl|Sound}}'Announcer.(All).cd7'


'''Default value, index 10:''' {{cl|Sound}}'Announcer.(All).cd6'
'''Default value, index 10:''' {{cl|Sound}}'Announcer.(All).cd6'
Line 71: Line 82:


'''Default value, index 15:''' {{cl|Sound}}'Announcer.(All).cd1'
'''Default value, index 15:''' {{cl|Sound}}'Announcer.(All).cd1'
'''Default value, index 16:''' {{cl|Sound}}'Announcer.(All).cd3min'
'''Default value, index 17:''' {{cl|Sound}}'Announcer.(All).cd1min'
'''Default value, index 18:''' {{cl|Sound}}'Announcer.(All).cd10'
'''Default value, index 19:''' {{cl|Sound}}'Announcer.(All).cd9'
'''Default value, index 20:''' {{cl|Sound}}'Announcer.(All).cd8'
'''Default value, index 21:''' {{cl|Sound}}'Announcer.(All).cd7'


===Default values===
===Default values===
Line 99: Line 98:
'''Overrides:''' {{tl|ClientReceive|LocalMessage}}
'''Overrides:''' {{tl|ClientReceive|LocalMessage}}


<!-- enter function description -->
Plays the {{tl|TimeSound}} element with the same index as the ''Switch''.


====GetString====
====GetString====
Line 106: Line 105:
'''Overrides:''' {{tl|GetString|LocalMessage}}
'''Overrides:''' {{tl|GetString|LocalMessage}}


<!-- enter function description -->
Returns the {{tl|TimeMessage}} entry with the same index as the ''Switch''.

Latest revision as of 07:40, 6 December 2008

UT Object >> Actor >> Info >> LocalMessage >> LocalMessagePlus >> CriticalEventPlus >> TimeMessage
Package:
BotPack

Warning messages and announcements for remaining game time.

Properties

TimeMessage

Type: string

Array size: 16

Modifiers: localized

Remaining time display strings.

Default value, index 0: "5 minutes left in the game!"

Default value, index 2: "3 minutes left in the game!"

Default value, index 3: "2 minutes left in the game!"

Default value, index 4: "1 minute left in the game!"

Default value, index 5: "30 seconds left!"

Default value, index 6: "10 seconds left!"

Default value, index 7: "9..."

Default value, index 8: "8..."

Default value, index 9: "7..."

Default value, index 10: "6..."

Default value, index 11: "5 seconds and counting..."

Default value, index 12: "4..."

Default value, index 13: "3..."

Default value, index 14: "2..."

Default value, index 15: "1..."

TimeSound

Type: Sound

Array size: 16

Remaining time announcement sounds.

Default value, index 0: Sound'Announcer.(All).cd5min'

Default value, index 2: Sound'Announcer.(All).cd3min'

Default value, index 4: Sound'Announcer.(All).cd1min'

Default value, index 6: Sound'Announcer.(All).cd10'

Default value, index 7: Sound'Announcer.(All).cd9'

Default value, index 8: Sound'Announcer.(All).cd8'

Default value, index 9: Sound'Announcer.(All).cd7'

Default value, index 10: Sound'Announcer.(All).cd6'

Default value, index 11: Sound'Announcer.(All).cd5'

Default value, index 12: Sound'Announcer.(All).cd4'

Default value, index 13: Sound'Announcer.(All).cd3'

Default value, index 14: Sound'Announcer.(All).cd2'

Default value, index 15: Sound'Announcer.(All).cd1'

Default values

Property Value
bBeep False

Static functions

ClientReceive

static simulated function ClientReceive (PlayerPawn P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.ClientReceive

Plays the TimeSound element with the same index as the Switch.

GetString

static function string GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.GetString

Returns the TimeMessage entry with the same index as the Switch.