I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:ScoreboardInfoManager (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ESBType (U2))
| Object >> DebugInfoManager >> ScoreboardInfoManager |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
ScoreboardInfoManager.uc $Author: Mfox $ $Date: 10/04/02 3:24p $ $Revision: 16 $
[edit] Constants
[edit] NameFieldLen
Value: 20
[edit] HealthFieldLen
Value: 4
[edit] PowerSuitFieldLen
Value: 7
[edit] WeaponFieldLen
Value: 2
[edit] EnemyFieldLen
Value: 20
[edit] StateFieldLen
Value: 24
[edit] MetaStateFieldLen
Value: 4
[edit] OrdersFieldLen
Value: 10
[edit] OrdersObjectFieldLen
Value: 20
[edit] GoalFieldLen
Value: 20
[edit] MaxCountedPawns
Value: 32
number of PCs/NPCs which will be processed (for sorting by score, priority etc.)
[edit] MaxDisplayedPawns
Value: 32
number of PCs/NPCs which will be displayed (rest fall off the bottom of the list)
[edit] Properties
[edit] PRIArray
Type: PlayerReplicationInfo
Array size: MaxCountedPawns
[edit] SBType
Type: ESBType
[edit] StaticHeaderStr
Type: string
[edit] Default values
| Property | Value |
|---|---|
| MaxEnabled | 2 |
| YOffset | -20 |
[edit] Enums
[edit] ESBType
- SB_None
- SB_Client
- SB_ServerMP
- SB_ServerSP
[edit] Instance functions
[edit] AppendHeader
function AppendHeader (coerce string Str)
[edit] Cleanup
function Cleanup ()
Overrides: DebugInfoManager.Cleanup
[edit] SetClientInfoStrings
function SetClientInfoStrings ()
[edit] SetEnabled
function SetEnabled (byte bVal)
Overrides: DebugInfoManager.SetEnabled
[edit] SetInfoStrings
function SetInfoStrings ()
Overrides: DebugInfoManager.SetInfoStrings
[edit] SetPawnInfo
[edit] SetServerInfoStringsMP
function SetServerInfoStringsMP ()
[edit] SetServerInfoStringsSP
function SetServerInfoStringsSP ()
[edit] SetStaticHeaderStr
function SetStaticHeaderStr ()
[edit] TeamGame
function bool TeamGame ()
[edit] UpdatePRIArrayTimer
function UpdatePRIArrayTimer ()
