Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.MapInfo | +-- UTGame.UTMapInfo
UTOnslaughtMapInfo
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg |
Inherited Variables from Core.Object |
---|
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Enumerations Summary |
---|
Inherited Enumerations from Core.Object |
---|
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup |
Structures Summary |
---|
Functions Summary | ||
---|---|---|
![]() | AddKeyVehicle (UTVehicle V)) | |
![]() | ChangeMapRotation (Rotator NewMapRotation)) | |
![]() | DrawMap (Canvas Canvas, UTPlayerController PlayerOwner, float XPos, float YPos, float Width, float Height, bool bFullDetail, float AspectRatio)) | |
![]() | DrawMapImage (Canvas Canvas, float X, float Y, float W, float H, float PlayerYaw, float BkgImgScaling)) | |
![]() | DrawRotatedMaterialTile (Canvas Canvas, MaterialInstanceConstant M, vector MapLocation, int InYaw, float XWidth, float YWidth, float XStart, float YStart, float XLength, float YLength)) | |
![]() | DrawRotatedTile (Canvas Canvas, Texture2D T, vector MapLocation, int InYaw, float IconScale, TextureCoordinates TexCoords, LinearColor DrawColor)) | |
![]() | FindObjectives ())) | |
![]() | vector | GetActorHudLocation (Actor CActor)) |
![]() | RenderAdditionalInformation (Canvas Canvas, UTPlayerController PlayerOwner) | |
![]() | RenderLinks (Canvas Canvas, UTPlayerController PlayerOwner) | |
![]() | vector | UpdateHUDLocation (Vector InLocation) |
![]() | UpdateNodes (UTPlayerController PlayerOwner) | |
![]() | VerifyMapExtent ())) |
Variables Detail |
---|
If true, this map and all of the associated data is up to date.
Current map yaw
Holds a reference to the material to use for rendering hud icons
Holds the MIC that will be used to scale/rotate the map Background
Current map coordinate axes
Current map coordinate axes
Holds a list of objectives
Holds the node that is currently being hovered over by the mouse
Holds the Size of the map when designed
Location which is used as center for minimap (onslaught)
Radius of map (how far it extends from center) used by minimap
reference to the texture to use for the HUD map
Allows for additional rotation on the texture to be applied
Default yaw to apply to minimap
range for rotating minimap
whether the path builder should build translocator/lowgrav/jumpboot paths for this level
This is stored in a content package and then pointed to by the map
recommended player count range - for display on the UI and the auto number of bots setting
recommended player count range - for display on the UI and the auto number of bots setting
modifier to visibility/range calculations for AI (0 to 1)
Functions Detail |
---|
Draw a map on a canvas. @Param Canvas The Canvas to draw on @Param PlayerOwner Who is this map being shown to @Param XPos, YPos Where on the Canvas should it be drawn @Param Width,Height How big
Draws the map image for the mini map
Give objectives a chance to add information to minimap
Tell all the nodes to render themselves
Updates the Map Location for a given world location
Update Node positions and sensor array
Map Rendering
Defaultproperties |
---|
defaultproperties { RecommendedPlayersMin=6 RecommendedPlayersMax=10 bBuildTranslocatorPaths=True VisibilityModifier=1.000000 RotatingMiniMapRange=12000.000000 DefaultMapSize=255.000000 MapRotX=(X=1.000000,Y=0.000000,Z=0.000000) MapRotY=(X=0.000000,Y=1.000000,Z=0.000000) MapMaterialReference=Material'UI_HUD.Materials.MapRing_Mat' UseableRadius=0.392100 PlayerIconCoords=(U=657.000000,V=129.000000,UL=68.000000,VL=106.000000) Name="Default__UTMapInfo" ObjectArchetype=MapInfo'Engine.Default__MapInfo' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |