| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- Gameplay.TribesLocalMessage
|
+-- Gameplay.MPBaseDeviceMessages
| Variables Summary | |
|---|---|
| EffectEvents | |
| name | globalEnemyActiveEffectEvent |
| name | globalEnemyInactiveEffectEvent |
| name | globalEnemyUnderAttackEffectEvent |
| name | globalFriendlyActiveEffectEvent |
| name | globalFriendlyInactiveEffectEvent |
| name | globalFriendlyUnderAttackEffectEvent |
| MPBaseDeviceMessages | |
| string | enemyActive |
| string | enemyInactive |
| string | enemyUnderAttack |
| string | friendlyActive |
| string | friendlyInactive |
| string | friendlyUnderAttack |
| float | timeBetweenOfflineMessages |
| float | timeBetweenOnlineMessages |
| float | timeBetweenUnderAttackMessages |
| Inherited Variables from Gameplay.TribesLocalMessage |
|---|
| announcements |
| Inherited Variables from Engine.LocalMessage |
|---|
| bBeep, bCenter, bComplexString, bFadeMessage, bFromBottom, bIsConsoleMessage, bIsSpecial, bIsUnique, bOffsetYPos, ChildMessage, DrawColor, FontSize, Lifetime, XPos, YPos |
| Structures Summary |
|---|
| Inherited Structures from Gameplay.TribesLocalMessage |
|---|
| announcement |
| Functions Summary |
|---|
| Inherited Functions from Gameplay.TribesLocalMessage |
|---|
| ClientReceive, GetString |
| Inherited Functions from Engine.LocalMessage |
|---|
| AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetOffset, GetRelatedString, GetString, RenderComplexMessage |
| Variables Detail |
|---|
| Defaultproperties |
|---|
defaultproperties
{
timeBetweenUnderAttackMessages = 8
timeBetweenOfflineMessages = 2
timeBetweenOnlineMessages = 2
announcements(0)=(effectEvent=BaseDeviceUnderAttack,speechTag=DYN_QKC_QCALERTS_01,debugString="%1 base device is under attack.")
announcements(1)=(effectEvent=BaseDeviceOffline,speechTag=DYN_QKC_QCAUTO_09,debugString="%1 base device offline.")
announcements(2)=(effectEvent=BaseDeviceOnline,speechTag=DYN_QKC_QCAUTO_03,debugString="%1 base device online.")
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||