Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:LevelInfo internal variables (U2)
Contents
- 1 Internal variables
- 1.1 AffectedTemplates
- 1.2 bAggressiveLOD
- 1.3 bBegunPlay
- 1.4 bCapFramerate
- 1.5 bDropDetail
- 1.6 bHasPathNodes
- 1.7 bLevelChange
- 1.8 bLowSoundDetail
- 1.9 bNeverPrecache
- 1.10 bNextItems
- 1.11 bPathsRebuilt
- 1.12 bPlayersOnly
- 1.13 bStartup
- 1.14 ComputerName
- 1.15 ControllerList
- 1.16 Day
- 1.17 DayOfWeek
- 1.18 DecalStayScale
- 1.19 DefaultGravity
- 1.20 DefaultTexture
- 1.21 DetailMode
- 1.22 EngineVersion
- 1.23 ExternalForces
- 1.24 Game
- 1.25 GRI
- 1.26 Hour
- 1.27 HubStackLevel
- 1.28 LandmarkList
- 1.29 LargeVertex
- 1.30 LevelAction
- 1.31 LocalPlayerController
- 1.32 Millisecond
- 1.33 MinNetVersion
- 1.34 Minute
- 1.35 Month
- 1.36 MoveRepSize
- 1.37 NavigationPointList
- 1.38 NetMode
- 1.39 NextMapName
- 1.40 NextSwitchCountdown
- 1.41 NextURL
- 1.42 ObjectPool
- 1.43 PauseDelay
- 1.44 Pauser
- 1.45 PawnList
- 1.46 PrecacheMaterials
- 1.47 PrecacheStaticMeshes
- 1.48 RadarActorList
- 1.49 ReplicationViewer
- 1.50 ReplicationViewTarget
- 1.51 Second
- 1.52 SelectedGroups
- 1.53 SquibTemplates
- 1.54 Summary
- 1.55 TimeSeconds
- 1.56 VisibleGroups
- 1.57 WhiteSquareTexture
- 1.58 WireframeTexture
- 1.59 Year
- LevelInfo internal variables in other games:
- U2XMP, 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.
bCapFramerate[edit]
Type: bool
Modifiers: globalconfig
frame rate capped in net play if true (else limit number of servermove updates)
Default value: True
bDropDetail[edit]
Type: bool
frame rate is below DesiredFrameRate, so drop high detail actors
bHasPathNodes[edit]
Type: bool
bLevelChange[edit]
Type: bool
bLowSoundDetail[edit]
Type: bool
Modifiers: config
bNeverPrecache[edit]
Type: bool
Modifiers: config
bNextItems[edit]
Type: bool
bPathsRebuilt[edit]
Type: bool
True if path network is valid
bPlayersOnly[edit]
Type: bool
Only update players.
bStartup[edit]
Type: bool
Starting gameplay.
ComputerName[edit]
Type: string
Machine's name according to the OS.
ControllerList[edit]
Type: Controller
Modifiers: const
Day[edit]
Type: int
Modifiers: transient
Day of month.
DayOfWeek[edit]
Type: int
Modifiers: transient
Day of week.
DecalStayScale[edit]
Type: float
Modifiers: config
0 to 2 - affects decal stay time
DefaultGravity[edit]
Type: float
Default value: -1500.0
DefaultTexture[edit]
Type: Texture
Default value: Texture'Engine.DefaultTexture'
DetailMode[edit]
Type: Actor.EDetailMode
Modifiers: const
Client detail mode.
Default value: DM_SuperHigh
EngineVersion[edit]
Type: string
Engine version.
ExternalForces[edit]
list of forces which affect bExternallyAffected ParticleTemplates.
Game[edit]
Type: GameInfo
GRI[edit]
Type: GameReplicationInfo
Modifiers: transient
Hour[edit]
Type: int
Modifiers: transient
Hour.
HubStackLevel[edit]
Type: int
LandmarkList[edit]
Type: Landmark
actor describing regions of the level
LargeVertex[edit]
Type: Texture
Default value: Texture'Engine.LargeVertex'
LevelAction[edit]
Type: ELevelAction
Modifiers: transient
LocalPlayerController[edit]
Type: PlayerController
Modifiers: private
player who is client here
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.
MoveRepSize[edit]
Type: float
Default value: 64.0
[edit]
Type: NavigationPoint
Modifiers: const
NetMode[edit]
Type: ENetMode
NextMapName[edit]
Type: string
NextSwitchCountdown[edit]
Type: float
NextURL[edit]
Type: string
ObjectPool[edit]
Type: ObjectPool
Modifiers: transient
PauseDelay[edit]
Type: float
Pauser[edit]
Type: PlayerReplicationInfo
If paused, name of person pausing the game.
PawnList[edit]
Type: Pawn
Modifiers: const
NEW (mdf)
PrecacheMaterials[edit]
Modifiers: transient
PrecacheStaticMeshes[edit]
Type: array<StaticMesh>
Modifiers: transient
RadarActorList[edit]
Modifiers: const
ReplicationViewer[edit]
Type: PlayerController
Modifiers: const
ReplicationViewTarget[edit]
Type: Actor
Modifiers: const
Second[edit]
Type: int
Modifiers: transient
Second.
SelectedGroups[edit]
Type: string
Modifiers: transient
A list of selected groups in the group browser (only used in editor)
SquibTemplates[edit]
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.