| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
WIR_GameHandlerBetrayal Creation date: 2011-07-16 17:32 Last change: $Id$ Copyright © 2011, Wormbo Website: http://www.koehler-homepage.de/Wormbo/ Feel free to reuse this code. Send me a note if you found it helpful or want to report bugs/provide improvements.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- WormbotReporter.WIR_ModHandler
|
+-- WormbotReporter.WIR_GameHandler
|
+-- WormbotHandlerBetrayal.WIR_GameHandler_Betrayal
| Variables Summary |
|---|
| Inherited Variables from WormbotReporter.WIR_ModHandler |
|---|
| bMatchStarted, descModHandler, HandlerGroup, lblModHandler, ModHandler, MyMutator, NextHandler |
| Structures Summary |
|---|
| Inherited Structures from WormbotReporter.WIR_GameHandler |
|---|
| TGameHandler |
| Inherited Structures from WormbotReporter.WIR_ModHandler |
|---|
| TModHandler |
| Functions Summary | ||
|---|---|---|
![]() | AddRow (out array<WIR_Util.TAlignedTable> Table, int row, PlayerReplicationInfo PRI, bool bRightSide)) | |
![]() | ReportScores ())) | |
| Functions Detail |
|---|
AddRow Source codeAdds data in a row on the left or right side of the scoreboard table.
ReportScores Source code| Defaultproperties |
|---|
defaultproperties
{
bReportWeapons = False
StringScoreTemplate = "[score]/[betrayalcount]/[ping]ms"
HandlerGroup = "Wormbot (Betrayal)"
StringTableHeader(0) = "[^U]Name"
StringTableHeader(1) = "Score"
StringTableHeader(2) = "Betrayals"
StringTableHeader(3) = "Eff."
StringTableHeader(4) = "Acc.[^O]"
StringTableHeader(5) = " "
StringTableHeader(6) = "[^U]Name"
StringTableHeader(7) = "Score"
StringTableHeader(8) = "Betrayals"
StringTableHeader(9) = "Eff."
StringTableHeader(10) = "Acc.[^O]"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||