The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:LevelInfo internal variables (U2XMP)
Contents
- 1 Internal variables
- 1.1 AffectedTemplates
- 1.2 bAggressiveLOD
- 1.3 bBegunPlay
- 1.4 bDisableAmbientSound
- 1.5 bDropDetail
- 1.6 bHighDetailMode
- 1.7 bNextItems
- 1.8 bPhysicsVolumesInitialized
- 1.9 bPlayersOnly
- 1.10 bPrecacheActors
- 1.11 bStartup
- 1.12 ComputerName
- 1.13 ControllerList
- 1.14 CoverActorList
- 1.15 Day
- 1.16 DayOfWeek
- 1.17 DefaultTexture
- 1.18 Description
- 1.19 EngineVersion
- 1.20 ExternalForces
- 1.21 Game
- 1.22 Hour
- 1.23 HubStackLevel
- 1.24 LargeVertex
- 1.25 LevelAction
- 1.26 LevelObjectiveStatusText
- 1.27 MeshList
- 1.28 Millisecond
- 1.29 MinNetVersion
- 1.30 Minute
- 1.31 Month
- 1.32 NavigationPointList
- 1.33 NetMode
- 1.34 NextSwitchCountdown
- 1.35 NextURL
- 1.36 ObjectPool
- 1.37 PauseDelay
- 1.38 Pauser
- 1.39 PawnList
- 1.40 PlayerControllerList
- 1.41 ReachSpecs
- 1.42 Second
- 1.43 SpecialColliderList
- 1.44 Summary
- 1.45 TimeSeconds
- 1.46 VisibleGroups
- 1.47 WhiteSquareTexture
- 1.48 WireframeTexture
- 1.49 Year
- LevelInfo internal variables in other games:
- U2, UE2Runtime, UT2003, UT2004
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. |
Internal variables[edit]
AffectedTemplates[edit]
bAggressiveLOD[edit]
Type: bool
frame rate is well below DesiredFrameRate, so make LOD more aggressive
bBegunPlay[edit]
Type: bool
Whether gameplay has begun.
bDisableAmbientSound[edit]
Type: bool
bDropDetail[edit]
Type: bool
frame rate is below DesiredFrameRate, so drop high detail actors
bHighDetailMode[edit]
Type: bool
Client high-detail mode.
Default value: True
bNextItems[edit]
Type: bool
bPhysicsVolumesInitialized[edit]
Type: bool
Modifiers: transient, const
bPlayersOnly[edit]
Type: bool
Only update players.
bPrecacheActors[edit]
Type: bool
Modifiers: globalconfig
NEW (mdf)
Default value: True
bStartup[edit]
Type: bool
ComputerName[edit]
Type: string
Machine's name according to the OS.
ControllerList[edit]
Type: Controller
Modifiers: const
CoverActorList[edit]
Modifiers: private
NEW (mdf) cover support
Day[edit]
Type: int
Modifiers: transient
Day of month.
DayOfWeek[edit]
Type: int
Modifiers: transient
Day of week.
DefaultTexture[edit]
Type: Texture
Default value: Texture'Engine.DefaultTexture'
Description[edit]
Type: LevelDesc
NEW: Remove LevelSummary, etc?
EngineVersion[edit]
Type: string
Engine version.
ExternalForces[edit]
list of forces which affect bExternallyAffected ParticleTemplates.
Game[edit]
Type: GameInfo
Hour[edit]
Type: int
Modifiers: transient
Hour.
HubStackLevel[edit]
Type: int
LargeVertex[edit]
Type: Texture
Default value: Texture'Engine.LargeVertex'
LevelAction[edit]
Type: ELevelAction
Modifiers: transient
LevelObjectiveStatusText[edit]
Type: string
Array size: 4
Modifiers: localized
Default value, index 0: "[Disabled]"
Default value, index 1: "[Incomplete]"
Default value, index 2: "[Completed]"
Default value, index 3: "[Failed]"
MeshList[edit]
Modifiers: private
Millisecond[edit]
Type: int
Modifiers: transient
Millisecond.
MinNetVersion[edit]
Type: string
Minute[edit]
Type: int
Modifiers: transient
Minute.
Month[edit]
Type: int
Modifiers: transient
Month.
[edit]
Type: NavigationPoint
Modifiers: const
NetMode[edit]
Type: ENetMode
NextSwitchCountdown[edit]
Type: float
NextURL[edit]
Type: string
ObjectPool[edit]
Type: ObjectPool
PauseDelay[edit]
Type: float
Pauser[edit]
Type: PlayerReplicationInfo
If paused, name of person pausing the game.
PawnList[edit]
Type: Pawn
Modifiers: const
NEW (mdf)
PlayerControllerList[edit]
Type: PlayerController
Modifiers: const
NEW (mdf)
ReachSpecs[edit]
Modifiers: const
NEW (mdf) list of all reachspecs in level
Second[edit]
Type: int
Modifiers: transient
Second.
SpecialColliderList[edit]
Modifiers: private
NEW (mdf) XMP support
Summary[edit]
Type: LevelSummary
TimeSeconds[edit]
Type: float
Time in seconds since level began play.
VisibleGroups[edit]
Type: string
List of the group names which were checked when the level was last saved
Default value: "None"
WhiteSquareTexture[edit]
Type: Texture
Default value: Texture'Engine.WhiteSquareTexture'
WireframeTexture[edit]
Type: Texture
Default value: Texture'Engine.WireframeTexture'
Year[edit]
Type: int
Modifiers: transient
Year.