ManiaScript Trackmania 2020  30/10/2024
CMapEditorPlugin Class Reference

API for the plugins of the map editor. More...

#include <2024_10_30.h>

Inheritance diagram for CMapEditorPlugin:
CManiaApp CNod CMapType CSmMapType

Public Types

enum  CardinalDirections { North, East, South, West }
 
enum  CardinalDirections8 {
  North, East, South, West,
  NorthEast, SouthEast, SouthWest, NorthWest
}
 
enum  RelativeDirections {
  Forward, RightForward, Right, RightBackward,
  Backward, LeftBackward, Left, LeftForward
}
 
enum  PlaceMode {
  Unknown, Terraform, Block, Macroblock,
  Skin, CopyPaste, Test, Plugin,
  CustomSelection, OffZone, BlockProperty, Path,
  GhostBlock, Item, Light, FreeBlock,
  FreeMacroblock
}
 
enum  EditMode {
  Unknown, Place, FreeLook, Erase,
  Pick, SelectionAdd, SelectionRemove
}
 
enum  ShadowsQuality {
  NotComputed, VeryFast, Fast, Default,
  High, Ultra
}
 
enum  ValidationStatus { NotValidable, Validable, Validated }
 
enum  MapElemColor {
  Default, White, Green, Blue,
  Red, Black
}
 
enum  PhaseOffset {
  None, One8th, Two8th, Three8th,
  Four8th, Five8th, Six8th, Seven8th
}
 
enum  MapElemLightmapQuality {
  Normal, High, VeryHigh, Highest,
  Low, VeryLow, Lowest
}
 
enum  MapElemColorPalette {
  Classic, Stunt, Red, Orange,
  Yellow, Lime, Green, Cyan,
  Blue, Purple, Pink, White,
  Black
}
 
- Public Types inherited from CManiaApp
enum  ELinkType { ExternalBrowser, ManialinkBrowser }
 

Public Member Functions

Void HideOtherPlugins ()
 
Void ShowOtherPlugins ()
 
Void ComputeShadows ()
 
Void ComputeShadows (CMapEditorPlugin::ShadowsQuality ShadowsQuality)
 
Void DisplayDefaultSetObjectivesDialog ()
 
Boolean Undo ()
 
Boolean Redo ()
 
Void Help ()
 
Void Validate ()
 
Void AutoSave ()
 
Void Quit ()
 
Void QuickQuit ()
 
Void QuitAndSetResult (Text Type, Array< Text > Data)
 
Void QuickQuitAndSetResult (Text Type, Array< Text > Data)
 
Void TestMapFromStart ()
 
Void TestMapFromCoord (Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Void TestMapFromMacroblockInstance (CMacroblockInstance MbInstance)
 
Void TestMapWithMode (Text RulesModeName)
 
Void TestMapWithMode (Text RulesModeName, Text SettingsXml)
 
Void TestMapWithMode_SplitScreen (Text RulesModeName)
 
Void TestMapWithMode_SplitScreen (Text RulesModeName, Integer ScreenCount)
 
Void TestMapWithMode_SplitScreen (Text RulesModeName, Integer ScreenCount, Integer FakeCount, Text SettingsXml)
 
Void SaveMap (Text FileName)
 
Void SaveMapGamepadEditor (Text FileName)
 
Void SaveMap (Text FileName, Text Path)
 
Void SetNextMapElemColorPalette ()
 
CMapEditorPlugin::MapElemColor GetMapElemColor (CBlock Block)
 
CMapEditorPlugin::MapElemColor GetMapElemColor (CItemAnchor AnchoredObject)
 
CMapEditorPlugin::MapElemColor GetMapElemColor (CAnchorData Anchor)
 
Void SetMapElemColor (CBlock Block, CMapEditorPlugin::MapElemColor Color)
 
Void SetMapElemColor (CItemAnchor AnchoredObject, CMapEditorPlugin::MapElemColor Color)
 
Void SetMapElemColor (CAnchorData Anchor, CMapEditorPlugin::MapElemColor Color)
 
Text GetColorPaletteName (CMapEditorPlugin::MapElemColorPalette EColorPalette)
 
Vec3 GetColorPaletteCurrentColor (CMapEditorPlugin::MapElemColorPalette EColorPalette, CMapEditorPlugin::MapElemColor EColor)
 
Vec3 GetColorPaletteColorblindColor (CMapEditorPlugin::MapElemColorPalette EColorPalette, CMapEditorPlugin::MapElemColor EColor)
 
Vec3 GetColorPaletteNotColorblindColor (CMapEditorPlugin::MapElemColorPalette EColorPalette, CMapEditorPlugin::MapElemColor EColor)
 
Boolean GetRaceCamera (Vec3 Position, Real Yaw, Real Pitch, Real Roll, Real FovY)
 
Void RemoveAllBlocks ()
 
Void RemoveAllTerrain ()
 
Void RemoveAllOffZone ()
 
Void RemoveAllObjects ()
 
Void RemoveAll ()
 
Void RemoveAllBlocksAndTerrain ()
 
Void ShowCustomSelection ()
 
Void HideCustomSelection ()
 
Void CopyPaste_Copy ()
 
Void CopyPaste_Cut ()
 
Void CopyPaste_Remove ()
 
Void CopyPaste_SelectAll ()
 
Void CopyPaste_ResetSelection ()
 
Void OpenToolsMenu ()
 
Void EditMediatrackIngame ()
 
Void PreloadAllBlocks ()
 
Void PreloadAllItems ()
 
Boolean CanPlaceBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir, Boolean OnGround, Integer VariantIndex)
 
Boolean PlaceBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean CanPlaceGhostBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean PlaceGhostBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean CanPlaceBlock_NoDestruction (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir, Boolean OnGround, Integer VariantIndex)
 
Boolean PlaceBlock_NoDestruction (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean CanPlaceRoadBlocks (CBlockModel BlockModel, Int3 StartCoord, Int3 EndCoord)
 
Boolean PlaceRoadBlocks (CBlockModel BlockModel, Int3 StartCoord, Int3 EndCoord)
 
Boolean CanPlaceTerrainBlocks (CBlockModel BlockModel, Int3 StartCoord, Int3 EndCoord)
 
Boolean PlaceTerrainBlocks (CBlockModel BlockModel, Int3 StartCoord, Int3 EndCoord)
 
Boolean PlaceTerrainBlocks_NoDestruction (CBlockModel BlockModel, Int3 StartCoord, Int3 EndCoord)
 
Boolean CanPlaceMacroblock (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean PlaceMacroblock (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean PlaceMacroblock_AirMode (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean CanPlaceMacroblock_NoDestruction (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean PlaceMacroblock_NoDestruction (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean CanPlaceMacroblock_NoTerrain (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean PlaceMacroblock_NoTerrain (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean RemoveMacroblock (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean RemoveMacroblock_NoTerrain (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
CBlock GetBlock (Int3 Coord)
 
CBlock GetBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
CBlock GetGhostBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean IsBlockModelSkinnable (CBlockModel BlockModel)
 
Integer GetNbBlockModelSkins (CBlockModel BlockModel)
 
Text GetBlockModelSkin (CBlockModel BlockModel, Integer SkinIndex)
 
Boolean IsItemModelSkinnable (CGameItemModel ItemModel)
 
Integer GetNbItemModelSkins (CGameItemModel ItemModel)
 
Text GetItemModelSkin (CGameItemModel ItemModel, Integer SkinIndex)
 
Text GetSkinDisplayName (Text SkinFileName)
 
Text GetBlockSkinBg (CBlock Block)
 
Text GetBlockSkinFg (CBlock Block)
 
Void SetBlockSkin (CBlock Block, Text SkinFileName)
 
Void SetBlockSkins (CBlock Block, Text BgSkinFileName, Text FgSkinFileName)
 
Text GetItemSkinBg (CItemAnchor AnchoredObject)
 
Text GetItemSkinFg (CItemAnchor AnchoredObject)
 
Void SetItemSkin (CItemAnchor AnchoredObject, Text SkinFileName)
 
Void SetItemSkins (CItemAnchor AnchoredObject, Text BgSkinFileName, Text FgSkinFileName)
 
Boolean IsSkinForeground (CBlockModel BlockModel, Text SkinFileName)
 
Boolean IsSkinForeground (CGameItemModel ItemModel, Text SkinFileName)
 
Boolean IsMacroblockModelSkinnable (CMacroblockModel BlockModel)
 
Boolean SetMacroblockSkin (CMacroblockInstance Macroblock, Text SkinFileName)
 
Boolean OpenBlockSkinDialog (CBlock Block)
 
Boolean RemoveBlock (Int3 Coord)
 
Boolean RemoveBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean RemoveGhostBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean RemoveTerrainBlocks (Int3 StartCoord, Int3 EndCoord)
 
Integer GetBlockGroundHeight (CBlockModel BlockModel, Integer CoordX, Integer CoordZ, CMapEditorPlugin::CardinalDirections Dir)
 
Integer GetGroundHeight (Integer CoordX, Integer CoordZ)
 
Int3 GetMouseCoordOnGround ()
 
Int3 GetMouseCoordAtHeight (Integer CoordY)
 
CBlock GetStartLineBlock ()
 
Boolean RemoveItem (CAnchorData Item)
 
Void CopyPaste_AddOrSubSelection (Int3 StartCoord, Int3 EndCoord)
 
Boolean CopyPaste_Symmetrize ()
 
Integer CopyPaste_GetSelectedCoordsCount ()
 
Void SaveMacroblock (CMacroblockModel MacroblockModel)
 
Boolean CopyPaste_ApplyColorToSelection (CMapEditorPlugin::MapElemColor Color)
 
Boolean CopyPaste_IncreaseSelectionPhaseOffset (CMapEditorPlugin::PhaseOffset Offset)
 
Boolean CopyPaste_DecreaseSelectionPhaseOffset (CMapEditorPlugin::PhaseOffset Offset)
 
Boolean CopyPaste_SetSelectionPhaseOffset (CMapEditorPlugin::PhaseOffset Offset)
 
Boolean CopyPaste_ApplyLightmapQualityToSelection (CMapEditorPlugin::MapElemLightmapQuality LightmapQuality)
 
Void CopyPaste_GetLightmapQualityInSelection ()
 
CMacroblockModel GetMacroblockModelFromFilePath (Text MacroblockModelFilePath)
 
CBlockModel GetTerrainBlockModelFromName (Text TerrainBlockModelName)
 
CBlockModel GetBlockModelFromName (Text BlockModelName)
 
CBlockClipList CreateFrameClipList ()
 
CBlockClipList CreateFixedClipList ()
 
Void UnvalidateMetadata ()
 
Void UnvalidateGameplayInfo ()
 
Void UnvalidatePlayfield ()
 
Boolean RemoveMacroblock_NoTerrain_NoUnvalidate (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Boolean PlaceMacroblock_NoTerrain_NoUnvalidate (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir)
 
Void ResetAutoRepeat ()
 
Void ComputeItemsForMacroblockInstance (CMacroblockInstance MacroBlockInstance)
 
Void GetConnectResults (CBlock ExistingBlock, CBlockModel NewBlock)
 
Void GetConnectResults (CBlock ExistingBlock, CMacroblockModel NewBlock)
 
Void GetConnectResults (CMacroblockInstance ExistingBlock, CBlockModel NewBlock)
 
Void GetConnectResults (CMacroblockInstance ExistingBlock, CMacroblockModel NewBlock)
 
Integer GetStartBlockCount (Boolean IncludeMultilaps)
 
Integer GetFinishBlockCount (Boolean IncludeMultilaps)
 
Integer GetMultilapBlockCount ()
 
Integer GetCheckpointBlockCount ()
 
Integer GetItemsCountResult ()
 
CMacroblockInstance CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir, CMapEditorPlugin::MapElemColor Color, Boolean ForceMacroblockColor)
 
CMacroblockInstance CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir, CMapEditorPlugin::MapElemColor Color, Boolean ForceMacroblockColor, Integer UserData)
 
CMacroblockInstance CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir, CBlockClipList DefaultClipList, CMapEditorPlugin::MapElemColor Color, Boolean ForceMacroblockColor)
 
CMacroblockInstance CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir, CBlockClipList DefaultClipList, CMapEditorPlugin::MapElemColor Color, Boolean ForceMacroblockColor, Integer UserData)
 
CMacroblockInstance GetMacroblockInstanceFromOrder (Integer Order)
 
CMacroblockInstance GetMacroblockInstanceFromUnitCoord (Int3 Coord)
 
CMacroblockInstance GetLatestMacroblockInstance ()
 
CMacroblockInstance GetLatestMacroblockInstance (Integer Offset)
 
CMacroblockInstance GetMacroblockInstanceConnectedToClip (CBlockClip Clip)
 
Boolean RemoveMacroblockInstance (CMacroblockInstance MacroblockInstance)
 
Boolean RemoveMacroblockInstanceFromOrder (Integer Order)
 
Boolean RemoveMacroblockInstanceFromUnitCoord (Integer Order)
 
Boolean RemoveMacroblockInstancesByUserData (Integer UserData)
 
Void ResetAllMacroblockInstances ()
 
Integer GetMaxOrder ()
 
Boolean SetMapType (Text MapType)
 
Text GetMapType ()
 
Void SetMapStyle (Text MapStyle)
 
Text GetMapStyle ()
 
Text GetAvailableMapName ()
 
Boolean IsMapFileNameAvailable (Text MapName)
 
Vec3 GetVec3FromCoord (Int3 Coord)
 
Boolean DoesAnchorHaveSpawn (CAnchorData Anchor)
 
- Public Member Functions inherited from CManiaApp
CUILayer UILayerCreate ()
 
Void UILayerDestroy (CUILayer Layer)
 
Void UILayerDestroyAll ()
 
Void LayerCustomEvent (CUILayer Layer, Text Type, Array< Text > Data)
 
Void OpenLink (Text Url, CManiaApp::ELinkType LinkType)
 
Boolean OpenFileInExplorer (Text FileName)
 
Void Dialog_Message (Text Message)
 
Text Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly)
 
Ident TTS_Context_Enter (Integer Level)
 
Ident TTS_Context_Leave (Ident ContextId)
 
Void TTS_Context_Change (Ident ContextId, CMlControl Control)
 
Void TTS_Context_Change (Ident ContextId, Text Text, Boolean Translate)
 
Void TTS_Context_Read (Integer Level)
 
Void TTS_Context_Read (Ident ContextId)
 
Text FilterProfanities (Text TextToFilter)
 

Public Attributes

Array< CMapEditorPluginEvent *const > PendingEvents
 
CMap *const Map
 
Text const MapName
 
Text const MapFileName
 
Boolean const IsEditorReadyForRequest
 
Boolean const BackToMainMenuRequested
 
Boolean HoldLoadingScreen
 
CMapEditorPlugin::ShadowsQuality const CurrentShadowsQuality
 
Boolean const IsUltraShadowsQualityAvailable
 
Boolean EnableMapTypeStartTest
 
CMapEditorPlugin::PlaceMode PlaceMode
 
CMapEditorPlugin::EditMode EditMode
 
CMapEditorPlugin::MapElemColor NextMapElemColor
 
CMapEditorPlugin::MapElemColorPalette MapElemColorPalette
 
Boolean const IsColorBlindModeActive
 
Array< CMapEditorPlugin::MapElemColorPaletteMapElemColorPalettes
 
Boolean ForceMacroblockColor
 
CMapEditorPlugin::PhaseOffset NextItemPhaseOffset
 
CMapEditorPlugin::PhaseOffset NextMbAdditionalPhaseOffset
 
CMapEditorPlugin::MapElemLightmapQuality NextMapElemLightmapQuality
 
Boolean ForceMacroblockLightmapQuality
 
Boolean UndergroundMode
 
Boolean BlockStockMode
 
CMapEditorInventory *const Inventory
 
Boolean HideInventory
 
Real CameraVAngle
 
Real CameraHAngle
 
Real CameraToTargetDistance
 
Vec3 CameraTargetPosition
 
Vec3 const CameraPosition
 
Real ThumbnailCameraVAngle
 
Real ThumbnailCameraHAngle
 
Real ThumbnailCameraRoll
 
Real ThumbnailCameraFovY
 
Vec3 ThumbnailCameraPosition
 
Boolean EnableAirMapping
 
Boolean EnableMixMapping
 
Array< CMapEditorPlugin::MapElemLightmapQualityCopyPaste_GetLightmapQualityInSelection_Results
 
Array< CItemAnchor *const > MacroblockInstanceItemsResults
 
Array< TextGetItemsCountRequest
 
CMapEditorCamera *const Camera
 
CMapEditorCursor *const Cursor
 
Array< CItemAnchor *const > Items
 
Array< TextMediatrackIngameClips
 
Integer MediatrackIngameEditedClipIndex
 
Array< CBlock *const > Blocks
 
Array< CBlockModel *const > BlockModels
 
Array< CBlockModel *const > TerrainBlockModels
 
Array< CMacroblockModel *const > MacroblockModels
 
Array< CBlock *const > ClassicBlocks
 
Array< CBlock *const > TerrainBlocks
 
Array< CBlock *const > GhostBlocks
 
Array< CBlockClipList *const > FixedClipLists
 
Array< CBlockClipList *const > FrameClipLists
 
Array< CBlockClipList *const > MacroblockInstanceClipLists
 
Array< CMacroblockInstance *const > MacroblockInstances
 
Array< CMapEditorConnectResults *const > ConnectResults
 
Array< CAnchorData *const > AnchorData
 
Array< Int3CustomSelectionCoords
 
Vec3 CustomSelectionRGB
 
Boolean EnableEditorInputsCustomProcessing
 
Boolean EnableCursorShowingWhenInterfaceIsFocused
 
Boolean HideEditorInterface
 
Boolean HideBlockHelpers
 
Boolean ShowPlacementGrid
 
Boolean const IsTesting
 
Boolean const IsValidating
 
Boolean const EditorInputIsDown_Menu
 
Boolean const EditorInputIsDown_SwitchToRace
 
Boolean const EditorInputIsDown_Undo
 
Boolean const EditorInputIsDown_Redo
 
Boolean const EditorInputIsDown_CursorTiltLeft
 
Boolean const EditorInputIsDown_CursorTiltRight
 
Boolean const EditorInputIsDown_CursorUp
 
Boolean const EditorInputIsDown_CursorRight
 
Boolean const EditorInputIsDown_CursorDown
 
Boolean const EditorInputIsDown_CursorLeft
 
Boolean const EditorInputIsDown_CursorRaise
 
Boolean const EditorInputIsDown_CursorLower
 
Boolean const EditorInputIsDown_CursorTurn
 
Boolean const EditorInputIsDown_CursorPick
 
Boolean const EditorInputIsDown_CursorPlace
 
Boolean const EditorInputIsDown_CursorDelete
 
Boolean const EditorInputIsDown_CameraUp
 
Boolean const EditorInputIsDown_CameraRight
 
Boolean const EditorInputIsDown_CameraDown
 
Boolean const EditorInputIsDown_CameraLeft
 
Boolean const EditorInputIsDown_CameraZoomNext
 
Boolean const EditorInputIsDown_Camera0
 
Boolean const EditorInputIsDown_Camera1
 
Boolean const EditorInputIsDown_Camera3
 
Boolean const EditorInputIsDown_Camera7
 
Boolean const EditorInputIsDown_Camera9
 
Boolean const EditorInputIsDown_PivotChange
 
Boolean const EditorInputIsDown_CursorTurnSlightly
 
Boolean const EditorInputIsDown_CursorTurnSlightlyAntiClockwise
 
Boolean const EditorInputIsDown_IconUp
 
Boolean const EditorInputIsDown_IconRight
 
Boolean const EditorInputIsDown_IconDown
 
Boolean const EditorInputIsDown_IconLeft
 
Boolean const EditorInputIsDown_RemoveAll
 
Boolean const EditorInputIsDown_Save
 
Boolean const EditorInputIsDown_SelectAll
 
Boolean const EditorInputIsDown_Copy
 
Boolean const EditorInputIsDown_Cut
 
Boolean const EditorInputIsDown_Paste
 
Real const CollectionSquareSize
 
Real const CollectionSquareHeight
 
Integer const CollectionGroundY
 
CMapEditorPlugin::ValidationStatus const ValidationStatus
 
Real BleacherSpectatorsFillRatio
 
Integer BleacherSpectatorsCount
 
Text ManialinkText
 
CMlPage *const ManialinkPage
 
- Public Attributes inherited from CManiaApp
Text const ManiaAppUrl
 
Text const ManiaAppBaseUrl
 
Integer const Now
 
Boolean const IsVisible
 
Integer LayersDefaultManialinkVersion
 
CUser *const LocalUser
 
CTitle *const LoadedTitle
 
Boolean EnableMenuNavigationInputs
 
Array< CUILayer *const > UILayers
 
CParsingManager *const Xml
 
CHttpManager *const Http
 
CVideoManager *const Video
 
CAudioManager *const Audio
 
CInputManager *const Input
 
CDataFileMgr *const DataFileMgr
 
CScoreMgr *const ScoreMgr
 
CRankingsZoneMgr *const ZoneMgr
 
CTrackingMgr *const TrackingMgr
 
CUserV2Manager *const UserMgr
 
CWSNotificationManager *const WSNotificationMgr
 
CSystemPlatform *const System
 
Boolean TTS_Disabled
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

API for the plugins of the map editor.

Supported declare modes :

  • Local
  • Persistent

Definition at line 5710 of file 2024_10_30.h.

Member Enumeration Documentation

◆ CardinalDirections

Enumerator
North 
East 
South 
West 

Definition at line 5715 of file 2024_10_30.h.

5715  {
5716  North,
5717  East,
5718  South,
5719  West,
5720  };

◆ CardinalDirections8

Enumerator
North 
East 
South 
West 
NorthEast 
SouthEast 
SouthWest 
NorthWest 

Definition at line 5724 of file 2024_10_30.h.

5724  {
5725  North,
5726  East,
5727  South,
5728  West,
5729  NorthEast,
5730  SouthEast,
5731  SouthWest,
5732  NorthWest,
5733  };

◆ EditMode

Enumerator
Unknown 
Place 
FreeLook 
Erase 
Pick 
SelectionAdd 
SelectionRemove 

Definition at line 5772 of file 2024_10_30.h.

5772  {
5773  Unknown,
5774  Place,
5775  FreeLook,
5776  Erase,
5777  Pick,
5778  SelectionAdd,
5780  };

◆ MapElemColor

Enumerator
Default 
White 
Green 
Blue 
Red 
Black 

Definition at line 5803 of file 2024_10_30.h.

5803  {
5804  Default,
5805  White,
5806  Green,
5807  Blue,
5808  Red,
5809  Black,
5810  };

◆ MapElemColorPalette

Enumerator
Classic 
Stunt 
Red 
Orange 
Yellow 
Lime 
Green 
Cyan 
Blue 
Purple 
Pink 
White 
Black 

Definition at line 5839 of file 2024_10_30.h.

5839  {
5840  Classic,
5841  Stunt,
5842  Red,
5843  Orange,
5844  Yellow,
5845  Lime,
5846  Green,
5847  Cyan,
5848  Blue,
5849  Purple,
5850  Pink,
5851  White,
5852  Black,
5853  };

◆ MapElemLightmapQuality

Enumerator
Normal 
High 
VeryHigh 
Highest 
Low 
VeryLow 
Lowest 

Definition at line 5827 of file 2024_10_30.h.

5827  {
5828  Normal,
5829  High,
5830  VeryHigh,
5831  Highest,
5832  Low,
5833  VeryLow,
5834  Lowest,
5835  };

◆ PhaseOffset

Enumerator
None 
One8th 
Two8th 
Three8th 
Four8th 
Five8th 
Six8th 
Seven8th 

Definition at line 5814 of file 2024_10_30.h.

5814  {
5815  None,
5816  One8th,
5817  Two8th,
5818  Three8th,
5819  Four8th,
5820  Five8th,
5821  Six8th,
5822  Seven8th,
5823  };

◆ PlaceMode

Enumerator
Unknown 
Terraform 
Block 
Macroblock 
Skin 
CopyPaste 
Test 
Plugin 
CustomSelection 
OffZone 
BlockProperty 
Path 
GhostBlock 
Item 
Light 
FreeBlock 
FreeMacroblock 

Definition at line 5750 of file 2024_10_30.h.

5750  {
5751  Unknown,
5752  Terraform,
5753  Block,
5754  Macroblock,
5755  Skin,
5756  CopyPaste,
5757  Test,
5758  Plugin,
5760  OffZone,
5761  BlockProperty,
5762  Path,
5763  GhostBlock,
5764  Item,
5765  Light,
5766  FreeBlock,
5768  };

◆ RelativeDirections

Enumerator
Forward 
RightForward 
Right 
RightBackward 
Backward 
LeftBackward 
Left 
LeftForward 

Definition at line 5737 of file 2024_10_30.h.

5737  {
5738  Forward,
5739  RightForward,
5740  Right,
5741  RightBackward,
5742  Backward,
5743  LeftBackward,
5744  Left,
5745  LeftForward,
5746  };

◆ ShadowsQuality

Enumerator
NotComputed 
VeryFast 
Fast 
Default 
High 
Ultra 

Definition at line 5784 of file 2024_10_30.h.

5784  {
5785  NotComputed,
5786  VeryFast,
5787  Fast,
5788  Default,
5789  High,
5790  Ultra,
5791  };

◆ ValidationStatus

Enumerator
NotValidable 
Validable 
Validated 

Definition at line 5795 of file 2024_10_30.h.

5795  {
5796  NotValidable,
5797  Validable,
5798  Validated,
5799  };

Member Function Documentation

◆ AutoSave()

Void CMapEditorPlugin::AutoSave ( )

◆ CanPlaceBlock()

Boolean CMapEditorPlugin::CanPlaceBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir,
Boolean  OnGround,
Integer  VariantIndex 
)

◆ CanPlaceBlock_NoDestruction()

Boolean CMapEditorPlugin::CanPlaceBlock_NoDestruction ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir,
Boolean  OnGround,
Integer  VariantIndex 
)

◆ CanPlaceGhostBlock()

Boolean CMapEditorPlugin::CanPlaceGhostBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ CanPlaceMacroblock()

Boolean CMapEditorPlugin::CanPlaceMacroblock ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ CanPlaceMacroblock_NoDestruction()

Boolean CMapEditorPlugin::CanPlaceMacroblock_NoDestruction ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ CanPlaceMacroblock_NoTerrain()

Boolean CMapEditorPlugin::CanPlaceMacroblock_NoTerrain ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ CanPlaceRoadBlocks()

Boolean CMapEditorPlugin::CanPlaceRoadBlocks ( CBlockModel  BlockModel,
Int3  StartCoord,
Int3  EndCoord 
)

◆ CanPlaceTerrainBlocks()

Boolean CMapEditorPlugin::CanPlaceTerrainBlocks ( CBlockModel  BlockModel,
Int3  StartCoord,
Int3  EndCoord 
)

◆ ComputeItemsForMacroblockInstance()

Void CMapEditorPlugin::ComputeItemsForMacroblockInstance ( CMacroblockInstance  MacroBlockInstance)

◆ ComputeShadows() [1/2]

Void CMapEditorPlugin::ComputeShadows ( )

◆ ComputeShadows() [2/2]

Void CMapEditorPlugin::ComputeShadows ( CMapEditorPlugin::ShadowsQuality  ShadowsQuality)

◆ CopyPaste_AddOrSubSelection()

Void CMapEditorPlugin::CopyPaste_AddOrSubSelection ( Int3  StartCoord,
Int3  EndCoord 
)

◆ CopyPaste_ApplyColorToSelection()

Boolean CMapEditorPlugin::CopyPaste_ApplyColorToSelection ( CMapEditorPlugin::MapElemColor  Color)

◆ CopyPaste_ApplyLightmapQualityToSelection()

Boolean CMapEditorPlugin::CopyPaste_ApplyLightmapQualityToSelection ( CMapEditorPlugin::MapElemLightmapQuality  LightmapQuality)

◆ CopyPaste_Copy()

Void CMapEditorPlugin::CopyPaste_Copy ( )

◆ CopyPaste_Cut()

Void CMapEditorPlugin::CopyPaste_Cut ( )

◆ CopyPaste_DecreaseSelectionPhaseOffset()

Boolean CMapEditorPlugin::CopyPaste_DecreaseSelectionPhaseOffset ( CMapEditorPlugin::PhaseOffset  Offset)

◆ CopyPaste_GetLightmapQualityInSelection()

Void CMapEditorPlugin::CopyPaste_GetLightmapQualityInSelection ( )

◆ CopyPaste_GetSelectedCoordsCount()

Integer CMapEditorPlugin::CopyPaste_GetSelectedCoordsCount ( )

◆ CopyPaste_IncreaseSelectionPhaseOffset()

Boolean CMapEditorPlugin::CopyPaste_IncreaseSelectionPhaseOffset ( CMapEditorPlugin::PhaseOffset  Offset)

◆ CopyPaste_Remove()

Void CMapEditorPlugin::CopyPaste_Remove ( )

◆ CopyPaste_ResetSelection()

Void CMapEditorPlugin::CopyPaste_ResetSelection ( )

◆ CopyPaste_SelectAll()

Void CMapEditorPlugin::CopyPaste_SelectAll ( )

◆ CopyPaste_SetSelectionPhaseOffset()

Boolean CMapEditorPlugin::CopyPaste_SetSelectionPhaseOffset ( CMapEditorPlugin::PhaseOffset  Offset)

◆ CopyPaste_Symmetrize()

Boolean CMapEditorPlugin::CopyPaste_Symmetrize ( )

◆ CreateFixedClipList()

CBlockClipList CMapEditorPlugin::CreateFixedClipList ( )

◆ CreateFrameClipList()

CBlockClipList CMapEditorPlugin::CreateFrameClipList ( )

◆ CreateMacroblockInstance() [1/4]

CMacroblockInstance CMapEditorPlugin::CreateMacroblockInstance ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir,
CBlockClipList  DefaultClipList,
CMapEditorPlugin::MapElemColor  Color,
Boolean  ForceMacroblockColor 
)

◆ CreateMacroblockInstance() [2/4]

CMacroblockInstance CMapEditorPlugin::CreateMacroblockInstance ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir,
CBlockClipList  DefaultClipList,
CMapEditorPlugin::MapElemColor  Color,
Boolean  ForceMacroblockColor,
Integer  UserData 
)

◆ CreateMacroblockInstance() [3/4]

CMacroblockInstance CMapEditorPlugin::CreateMacroblockInstance ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir,
CMapEditorPlugin::MapElemColor  Color,
Boolean  ForceMacroblockColor 
)

◆ CreateMacroblockInstance() [4/4]

CMacroblockInstance CMapEditorPlugin::CreateMacroblockInstance ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir,
CMapEditorPlugin::MapElemColor  Color,
Boolean  ForceMacroblockColor,
Integer  UserData 
)

◆ DisplayDefaultSetObjectivesDialog()

Void CMapEditorPlugin::DisplayDefaultSetObjectivesDialog ( )

◆ DoesAnchorHaveSpawn()

Boolean CMapEditorPlugin::DoesAnchorHaveSpawn ( CAnchorData  Anchor)

◆ EditMediatrackIngame()

Void CMapEditorPlugin::EditMediatrackIngame ( )

◆ GetAvailableMapName()

Text CMapEditorPlugin::GetAvailableMapName ( )

◆ GetBlock() [1/2]

CBlock CMapEditorPlugin::GetBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ GetBlock() [2/2]

CBlock CMapEditorPlugin::GetBlock ( Int3  Coord)

◆ GetBlockGroundHeight()

Integer CMapEditorPlugin::GetBlockGroundHeight ( CBlockModel  BlockModel,
Integer  CoordX,
Integer  CoordZ,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ GetBlockModelFromName()

CBlockModel CMapEditorPlugin::GetBlockModelFromName ( Text  BlockModelName)

◆ GetBlockModelSkin()

Text CMapEditorPlugin::GetBlockModelSkin ( CBlockModel  BlockModel,
Integer  SkinIndex 
)

◆ GetBlockSkinBg()

Text CMapEditorPlugin::GetBlockSkinBg ( CBlock  Block)

◆ GetBlockSkinFg()

Text CMapEditorPlugin::GetBlockSkinFg ( CBlock  Block)

◆ GetCheckpointBlockCount()

Integer CMapEditorPlugin::GetCheckpointBlockCount ( )

◆ GetColorPaletteColorblindColor()

Vec3 CMapEditorPlugin::GetColorPaletteColorblindColor ( CMapEditorPlugin::MapElemColorPalette  EColorPalette,
CMapEditorPlugin::MapElemColor  EColor 
)

◆ GetColorPaletteCurrentColor()

Vec3 CMapEditorPlugin::GetColorPaletteCurrentColor ( CMapEditorPlugin::MapElemColorPalette  EColorPalette,
CMapEditorPlugin::MapElemColor  EColor 
)

◆ GetColorPaletteName()

Text CMapEditorPlugin::GetColorPaletteName ( CMapEditorPlugin::MapElemColorPalette  EColorPalette)

◆ GetColorPaletteNotColorblindColor()

Vec3 CMapEditorPlugin::GetColorPaletteNotColorblindColor ( CMapEditorPlugin::MapElemColorPalette  EColorPalette,
CMapEditorPlugin::MapElemColor  EColor 
)

◆ GetConnectResults() [1/4]

Void CMapEditorPlugin::GetConnectResults ( CBlock  ExistingBlock,
CBlockModel  NewBlock 
)

◆ GetConnectResults() [2/4]

Void CMapEditorPlugin::GetConnectResults ( CBlock  ExistingBlock,
CMacroblockModel  NewBlock 
)

◆ GetConnectResults() [3/4]

Void CMapEditorPlugin::GetConnectResults ( CMacroblockInstance  ExistingBlock,
CBlockModel  NewBlock 
)

◆ GetConnectResults() [4/4]

Void CMapEditorPlugin::GetConnectResults ( CMacroblockInstance  ExistingBlock,
CMacroblockModel  NewBlock 
)

◆ GetFinishBlockCount()

Integer CMapEditorPlugin::GetFinishBlockCount ( Boolean  IncludeMultilaps)

◆ GetGhostBlock()

CBlock CMapEditorPlugin::GetGhostBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ GetGroundHeight()

Integer CMapEditorPlugin::GetGroundHeight ( Integer  CoordX,
Integer  CoordZ 
)

◆ GetItemModelSkin()

Text CMapEditorPlugin::GetItemModelSkin ( CGameItemModel  ItemModel,
Integer  SkinIndex 
)

◆ GetItemsCountResult()

Integer CMapEditorPlugin::GetItemsCountResult ( )

◆ GetItemSkinBg()

Text CMapEditorPlugin::GetItemSkinBg ( CItemAnchor  AnchoredObject)

◆ GetItemSkinFg()

Text CMapEditorPlugin::GetItemSkinFg ( CItemAnchor  AnchoredObject)

◆ GetLatestMacroblockInstance() [1/2]

CMacroblockInstance CMapEditorPlugin::GetLatestMacroblockInstance ( )

◆ GetLatestMacroblockInstance() [2/2]

CMacroblockInstance CMapEditorPlugin::GetLatestMacroblockInstance ( Integer  Offset)

◆ GetMacroblockInstanceConnectedToClip()

CMacroblockInstance CMapEditorPlugin::GetMacroblockInstanceConnectedToClip ( CBlockClip  Clip)

◆ GetMacroblockInstanceFromOrder()

CMacroblockInstance CMapEditorPlugin::GetMacroblockInstanceFromOrder ( Integer  Order)

◆ GetMacroblockInstanceFromUnitCoord()

CMacroblockInstance CMapEditorPlugin::GetMacroblockInstanceFromUnitCoord ( Int3  Coord)

◆ GetMacroblockModelFromFilePath()

CMacroblockModel CMapEditorPlugin::GetMacroblockModelFromFilePath ( Text  MacroblockModelFilePath)

◆ GetMapElemColor() [1/3]

CMapEditorPlugin::MapElemColor CMapEditorPlugin::GetMapElemColor ( CAnchorData  Anchor)

◆ GetMapElemColor() [2/3]

CMapEditorPlugin::MapElemColor CMapEditorPlugin::GetMapElemColor ( CBlock  Block)

◆ GetMapElemColor() [3/3]

CMapEditorPlugin::MapElemColor CMapEditorPlugin::GetMapElemColor ( CItemAnchor  AnchoredObject)

◆ GetMapStyle()

Text CMapEditorPlugin::GetMapStyle ( )

◆ GetMapType()

Text CMapEditorPlugin::GetMapType ( )

◆ GetMaxOrder()

Integer CMapEditorPlugin::GetMaxOrder ( )

◆ GetMouseCoordAtHeight()

Int3 CMapEditorPlugin::GetMouseCoordAtHeight ( Integer  CoordY)

◆ GetMouseCoordOnGround()

Int3 CMapEditorPlugin::GetMouseCoordOnGround ( )

◆ GetMultilapBlockCount()

Integer CMapEditorPlugin::GetMultilapBlockCount ( )

◆ GetNbBlockModelSkins()

Integer CMapEditorPlugin::GetNbBlockModelSkins ( CBlockModel  BlockModel)

◆ GetNbItemModelSkins()

Integer CMapEditorPlugin::GetNbItemModelSkins ( CGameItemModel  ItemModel)

◆ GetRaceCamera()

Boolean CMapEditorPlugin::GetRaceCamera ( Vec3  Position,
Real  Yaw,
Real  Pitch,
Real  Roll,
Real  FovY 
)

◆ GetSkinDisplayName()

Text CMapEditorPlugin::GetSkinDisplayName ( Text  SkinFileName)

◆ GetStartBlockCount()

Integer CMapEditorPlugin::GetStartBlockCount ( Boolean  IncludeMultilaps)

◆ GetStartLineBlock()

CBlock CMapEditorPlugin::GetStartLineBlock ( )

◆ GetTerrainBlockModelFromName()

CBlockModel CMapEditorPlugin::GetTerrainBlockModelFromName ( Text  TerrainBlockModelName)

◆ GetVec3FromCoord()

Vec3 CMapEditorPlugin::GetVec3FromCoord ( Int3  Coord)

◆ Help()

Void CMapEditorPlugin::Help ( )

◆ HideCustomSelection()

Void CMapEditorPlugin::HideCustomSelection ( )

◆ HideOtherPlugins()

Void CMapEditorPlugin::HideOtherPlugins ( )

◆ IsBlockModelSkinnable()

Boolean CMapEditorPlugin::IsBlockModelSkinnable ( CBlockModel  BlockModel)

◆ IsItemModelSkinnable()

Boolean CMapEditorPlugin::IsItemModelSkinnable ( CGameItemModel  ItemModel)

◆ IsMacroblockModelSkinnable()

Boolean CMapEditorPlugin::IsMacroblockModelSkinnable ( CMacroblockModel  BlockModel)

◆ IsMapFileNameAvailable()

Boolean CMapEditorPlugin::IsMapFileNameAvailable ( Text  MapName)

◆ IsSkinForeground() [1/2]

Boolean CMapEditorPlugin::IsSkinForeground ( CBlockModel  BlockModel,
Text  SkinFileName 
)

◆ IsSkinForeground() [2/2]

Boolean CMapEditorPlugin::IsSkinForeground ( CGameItemModel  ItemModel,
Text  SkinFileName 
)

◆ OpenBlockSkinDialog()

Boolean CMapEditorPlugin::OpenBlockSkinDialog ( CBlock  Block)

◆ OpenToolsMenu()

Void CMapEditorPlugin::OpenToolsMenu ( )

◆ PlaceBlock()

Boolean CMapEditorPlugin::PlaceBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceBlock_NoDestruction()

Boolean CMapEditorPlugin::PlaceBlock_NoDestruction ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceGhostBlock()

Boolean CMapEditorPlugin::PlaceGhostBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceMacroblock()

Boolean CMapEditorPlugin::PlaceMacroblock ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceMacroblock_AirMode()

Boolean CMapEditorPlugin::PlaceMacroblock_AirMode ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceMacroblock_NoDestruction()

Boolean CMapEditorPlugin::PlaceMacroblock_NoDestruction ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceMacroblock_NoTerrain()

Boolean CMapEditorPlugin::PlaceMacroblock_NoTerrain ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceMacroblock_NoTerrain_NoUnvalidate()

Boolean CMapEditorPlugin::PlaceMacroblock_NoTerrain_NoUnvalidate ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ PlaceRoadBlocks()

Boolean CMapEditorPlugin::PlaceRoadBlocks ( CBlockModel  BlockModel,
Int3  StartCoord,
Int3  EndCoord 
)

◆ PlaceTerrainBlocks()

Boolean CMapEditorPlugin::PlaceTerrainBlocks ( CBlockModel  BlockModel,
Int3  StartCoord,
Int3  EndCoord 
)

◆ PlaceTerrainBlocks_NoDestruction()

Boolean CMapEditorPlugin::PlaceTerrainBlocks_NoDestruction ( CBlockModel  BlockModel,
Int3  StartCoord,
Int3  EndCoord 
)

◆ PreloadAllBlocks()

Void CMapEditorPlugin::PreloadAllBlocks ( )

◆ PreloadAllItems()

Void CMapEditorPlugin::PreloadAllItems ( )

◆ QuickQuit()

Void CMapEditorPlugin::QuickQuit ( )

◆ QuickQuitAndSetResult()

Void CMapEditorPlugin::QuickQuitAndSetResult ( Text  Type,
Array< Text Data 
)

◆ Quit()

Void CMapEditorPlugin::Quit ( )

◆ QuitAndSetResult()

Void CMapEditorPlugin::QuitAndSetResult ( Text  Type,
Array< Text Data 
)

◆ Redo()

Boolean CMapEditorPlugin::Redo ( )

◆ RemoveAll()

Void CMapEditorPlugin::RemoveAll ( )

◆ RemoveAllBlocks()

Void CMapEditorPlugin::RemoveAllBlocks ( )

◆ RemoveAllBlocksAndTerrain()

Void CMapEditorPlugin::RemoveAllBlocksAndTerrain ( )

◆ RemoveAllObjects()

Void CMapEditorPlugin::RemoveAllObjects ( )

◆ RemoveAllOffZone()

Void CMapEditorPlugin::RemoveAllOffZone ( )

◆ RemoveAllTerrain()

Void CMapEditorPlugin::RemoveAllTerrain ( )

◆ RemoveBlock() [1/2]

Boolean CMapEditorPlugin::RemoveBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ RemoveBlock() [2/2]

Boolean CMapEditorPlugin::RemoveBlock ( Int3  Coord)

◆ RemoveGhostBlock()

Boolean CMapEditorPlugin::RemoveGhostBlock ( CBlockModel  BlockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ RemoveItem()

Boolean CMapEditorPlugin::RemoveItem ( CAnchorData  Item)

◆ RemoveMacroblock()

Boolean CMapEditorPlugin::RemoveMacroblock ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ RemoveMacroblock_NoTerrain()

Boolean CMapEditorPlugin::RemoveMacroblock_NoTerrain ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ RemoveMacroblock_NoTerrain_NoUnvalidate()

Boolean CMapEditorPlugin::RemoveMacroblock_NoTerrain_NoUnvalidate ( CMacroblockModel  MacroblockModel,
Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ RemoveMacroblockInstance()

Boolean CMapEditorPlugin::RemoveMacroblockInstance ( CMacroblockInstance  MacroblockInstance)

◆ RemoveMacroblockInstanceFromOrder()

Boolean CMapEditorPlugin::RemoveMacroblockInstanceFromOrder ( Integer  Order)

◆ RemoveMacroblockInstanceFromUnitCoord()

Boolean CMapEditorPlugin::RemoveMacroblockInstanceFromUnitCoord ( Integer  Order)

◆ RemoveMacroblockInstancesByUserData()

Boolean CMapEditorPlugin::RemoveMacroblockInstancesByUserData ( Integer  UserData)

◆ RemoveTerrainBlocks()

Boolean CMapEditorPlugin::RemoveTerrainBlocks ( Int3  StartCoord,
Int3  EndCoord 
)

◆ ResetAllMacroblockInstances()

Void CMapEditorPlugin::ResetAllMacroblockInstances ( )

◆ ResetAutoRepeat()

Void CMapEditorPlugin::ResetAutoRepeat ( )

◆ SaveMacroblock()

Void CMapEditorPlugin::SaveMacroblock ( CMacroblockModel  MacroblockModel)

◆ SaveMap() [1/2]

Void CMapEditorPlugin::SaveMap ( Text  FileName)

◆ SaveMap() [2/2]

Void CMapEditorPlugin::SaveMap ( Text  FileName,
Text  Path 
)

◆ SaveMapGamepadEditor()

Void CMapEditorPlugin::SaveMapGamepadEditor ( Text  FileName)

◆ SetBlockSkin()

Void CMapEditorPlugin::SetBlockSkin ( CBlock  Block,
Text  SkinFileName 
)

◆ SetBlockSkins()

Void CMapEditorPlugin::SetBlockSkins ( CBlock  Block,
Text  BgSkinFileName,
Text  FgSkinFileName 
)

◆ SetItemSkin()

Void CMapEditorPlugin::SetItemSkin ( CItemAnchor  AnchoredObject,
Text  SkinFileName 
)

◆ SetItemSkins()

Void CMapEditorPlugin::SetItemSkins ( CItemAnchor  AnchoredObject,
Text  BgSkinFileName,
Text  FgSkinFileName 
)

◆ SetMacroblockSkin()

Boolean CMapEditorPlugin::SetMacroblockSkin ( CMacroblockInstance  Macroblock,
Text  SkinFileName 
)

◆ SetMapElemColor() [1/3]

Void CMapEditorPlugin::SetMapElemColor ( CAnchorData  Anchor,
CMapEditorPlugin::MapElemColor  Color 
)

◆ SetMapElemColor() [2/3]

Void CMapEditorPlugin::SetMapElemColor ( CBlock  Block,
CMapEditorPlugin::MapElemColor  Color 
)

◆ SetMapElemColor() [3/3]

Void CMapEditorPlugin::SetMapElemColor ( CItemAnchor  AnchoredObject,
CMapEditorPlugin::MapElemColor  Color 
)

◆ SetMapStyle()

Void CMapEditorPlugin::SetMapStyle ( Text  MapStyle)

◆ SetMapType()

Boolean CMapEditorPlugin::SetMapType ( Text  MapType)

◆ SetNextMapElemColorPalette()

Void CMapEditorPlugin::SetNextMapElemColorPalette ( )

◆ ShowCustomSelection()

Void CMapEditorPlugin::ShowCustomSelection ( )

◆ ShowOtherPlugins()

Void CMapEditorPlugin::ShowOtherPlugins ( )

◆ TestMapFromCoord()

Void CMapEditorPlugin::TestMapFromCoord ( Int3  Coord,
CMapEditorPlugin::CardinalDirections  Dir 
)

◆ TestMapFromMacroblockInstance()

Void CMapEditorPlugin::TestMapFromMacroblockInstance ( CMacroblockInstance  MbInstance)

◆ TestMapFromStart()

Void CMapEditorPlugin::TestMapFromStart ( )

◆ TestMapWithMode() [1/2]

Void CMapEditorPlugin::TestMapWithMode ( Text  RulesModeName)

◆ TestMapWithMode() [2/2]

Void CMapEditorPlugin::TestMapWithMode ( Text  RulesModeName,
Text  SettingsXml 
)

◆ TestMapWithMode_SplitScreen() [1/3]

Void CMapEditorPlugin::TestMapWithMode_SplitScreen ( Text  RulesModeName)

◆ TestMapWithMode_SplitScreen() [2/3]

Void CMapEditorPlugin::TestMapWithMode_SplitScreen ( Text  RulesModeName,
Integer  ScreenCount 
)

◆ TestMapWithMode_SplitScreen() [3/3]

Void CMapEditorPlugin::TestMapWithMode_SplitScreen ( Text  RulesModeName,
Integer  ScreenCount,
Integer  FakeCount,
Text  SettingsXml 
)

◆ Undo()

Boolean CMapEditorPlugin::Undo ( )

◆ UnvalidateGameplayInfo()

Void CMapEditorPlugin::UnvalidateGameplayInfo ( )

◆ UnvalidateMetadata()

Void CMapEditorPlugin::UnvalidateMetadata ( )

◆ UnvalidatePlayfield()

Void CMapEditorPlugin::UnvalidatePlayfield ( )

◆ Validate()

Void CMapEditorPlugin::Validate ( )

Member Data Documentation

◆ AnchorData

Array<CAnchorData* const > CMapEditorPlugin::AnchorData

Definition at line 6725 of file 2024_10_30.h.

◆ BackToMainMenuRequested

Boolean const CMapEditorPlugin::BackToMainMenuRequested

Definition at line 5877 of file 2024_10_30.h.

◆ BleacherSpectatorsCount

Integer CMapEditorPlugin::BleacherSpectatorsCount

Preview the 'RoadsideSpectators' on the bleachers. used if BleacherSpectatorsFillRatio < 0.

Definition at line 6945 of file 2024_10_30.h.

◆ BleacherSpectatorsFillRatio

Real CMapEditorPlugin::BleacherSpectatorsFillRatio

Preview the 'RoadsideSpectators' on the bleachers. if -1, use the BleacherSpectatorsAbsoluteCount instead.

Definition at line 6941 of file 2024_10_30.h.

◆ BlockModels

Array<CBlockModel* const > CMapEditorPlugin::BlockModels

Definition at line 6681 of file 2024_10_30.h.

◆ Blocks

Array<CBlock* const > CMapEditorPlugin::Blocks

Definition at line 6677 of file 2024_10_30.h.

◆ BlockStockMode

Boolean CMapEditorPlugin::BlockStockMode

Definition at line 6089 of file 2024_10_30.h.

◆ Camera

CMapEditorCamera* const CMapEditorPlugin::Camera

Definition at line 6657 of file 2024_10_30.h.

◆ CameraHAngle

Real CMapEditorPlugin::CameraHAngle

Definition at line 6105 of file 2024_10_30.h.

◆ CameraPosition

Vec3 const CMapEditorPlugin::CameraPosition

Definition at line 6117 of file 2024_10_30.h.

◆ CameraTargetPosition

Vec3 CMapEditorPlugin::CameraTargetPosition

Definition at line 6113 of file 2024_10_30.h.

◆ CameraToTargetDistance

Real CMapEditorPlugin::CameraToTargetDistance

Definition at line 6109 of file 2024_10_30.h.

◆ CameraVAngle

Real CMapEditorPlugin::CameraVAngle

Definition at line 6101 of file 2024_10_30.h.

◆ ClassicBlocks

Array<CBlock* const > CMapEditorPlugin::ClassicBlocks

Definition at line 6693 of file 2024_10_30.h.

◆ CollectionGroundY

Integer const CMapEditorPlugin::CollectionGroundY

Definition at line 6933 of file 2024_10_30.h.

◆ CollectionSquareHeight

Real const CMapEditorPlugin::CollectionSquareHeight

Definition at line 6929 of file 2024_10_30.h.

◆ CollectionSquareSize

Real const CMapEditorPlugin::CollectionSquareSize

Definition at line 6925 of file 2024_10_30.h.

◆ ConnectResults

Array<CMapEditorConnectResults* const > CMapEditorPlugin::ConnectResults

Definition at line 6721 of file 2024_10_30.h.

◆ CopyPaste_GetLightmapQualityInSelection_Results

Array<CMapEditorPlugin::MapElemLightmapQuality> CMapEditorPlugin::CopyPaste_GetLightmapQualityInSelection_Results

Definition at line 6473 of file 2024_10_30.h.

◆ CurrentShadowsQuality

CMapEditorPlugin::ShadowsQuality const CMapEditorPlugin::CurrentShadowsQuality

Definition at line 5901 of file 2024_10_30.h.

◆ Cursor

CMapEditorCursor* const CMapEditorPlugin::Cursor

Definition at line 6661 of file 2024_10_30.h.

◆ CustomSelectionCoords

Array<Int3> CMapEditorPlugin::CustomSelectionCoords

Definition at line 6733 of file 2024_10_30.h.

◆ CustomSelectionRGB

Vec3 CMapEditorPlugin::CustomSelectionRGB

Definition at line 6737 of file 2024_10_30.h.

◆ EditMode

◆ EditorInputIsDown_Camera0

Boolean const CMapEditorPlugin::EditorInputIsDown_Camera0

Definition at line 6853 of file 2024_10_30.h.

◆ EditorInputIsDown_Camera1

Boolean const CMapEditorPlugin::EditorInputIsDown_Camera1

Definition at line 6857 of file 2024_10_30.h.

◆ EditorInputIsDown_Camera3

Boolean const CMapEditorPlugin::EditorInputIsDown_Camera3

Definition at line 6861 of file 2024_10_30.h.

◆ EditorInputIsDown_Camera7

Boolean const CMapEditorPlugin::EditorInputIsDown_Camera7

Definition at line 6865 of file 2024_10_30.h.

◆ EditorInputIsDown_Camera9

Boolean const CMapEditorPlugin::EditorInputIsDown_Camera9

Definition at line 6869 of file 2024_10_30.h.

◆ EditorInputIsDown_CameraDown

Boolean const CMapEditorPlugin::EditorInputIsDown_CameraDown

Definition at line 6841 of file 2024_10_30.h.

◆ EditorInputIsDown_CameraLeft

Boolean const CMapEditorPlugin::EditorInputIsDown_CameraLeft

Definition at line 6845 of file 2024_10_30.h.

◆ EditorInputIsDown_CameraRight

Boolean const CMapEditorPlugin::EditorInputIsDown_CameraRight

Definition at line 6837 of file 2024_10_30.h.

◆ EditorInputIsDown_CameraUp

Boolean const CMapEditorPlugin::EditorInputIsDown_CameraUp

Definition at line 6833 of file 2024_10_30.h.

◆ EditorInputIsDown_CameraZoomNext

Boolean const CMapEditorPlugin::EditorInputIsDown_CameraZoomNext

Definition at line 6849 of file 2024_10_30.h.

◆ EditorInputIsDown_Copy

Boolean const CMapEditorPlugin::EditorInputIsDown_Copy

Definition at line 6913 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorDelete

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorDelete

Definition at line 6829 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorDown

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorDown

Definition at line 6801 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorLeft

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorLeft

Definition at line 6805 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorLower

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorLower

Definition at line 6813 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorPick

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorPick

Definition at line 6821 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorPlace

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorPlace

Definition at line 6825 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorRaise

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorRaise

Definition at line 6809 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorRight

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorRight

Definition at line 6797 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorTiltLeft

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorTiltLeft

Definition at line 6785 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorTiltRight

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorTiltRight

Definition at line 6789 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorTurn

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorTurn

Definition at line 6817 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorTurnSlightly

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorTurnSlightly

Definition at line 6877 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorTurnSlightlyAntiClockwise

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorTurnSlightlyAntiClockwise

Definition at line 6881 of file 2024_10_30.h.

◆ EditorInputIsDown_CursorUp

Boolean const CMapEditorPlugin::EditorInputIsDown_CursorUp

Definition at line 6793 of file 2024_10_30.h.

◆ EditorInputIsDown_Cut

Boolean const CMapEditorPlugin::EditorInputIsDown_Cut

Definition at line 6917 of file 2024_10_30.h.

◆ EditorInputIsDown_IconDown

Boolean const CMapEditorPlugin::EditorInputIsDown_IconDown

Definition at line 6893 of file 2024_10_30.h.

◆ EditorInputIsDown_IconLeft

Boolean const CMapEditorPlugin::EditorInputIsDown_IconLeft

Definition at line 6897 of file 2024_10_30.h.

◆ EditorInputIsDown_IconRight

Boolean const CMapEditorPlugin::EditorInputIsDown_IconRight

Definition at line 6889 of file 2024_10_30.h.

◆ EditorInputIsDown_IconUp

Boolean const CMapEditorPlugin::EditorInputIsDown_IconUp

Definition at line 6885 of file 2024_10_30.h.

◆ EditorInputIsDown_Menu

Boolean const CMapEditorPlugin::EditorInputIsDown_Menu

Definition at line 6769 of file 2024_10_30.h.

◆ EditorInputIsDown_Paste

Boolean const CMapEditorPlugin::EditorInputIsDown_Paste

Definition at line 6921 of file 2024_10_30.h.

◆ EditorInputIsDown_PivotChange

Boolean const CMapEditorPlugin::EditorInputIsDown_PivotChange

Definition at line 6873 of file 2024_10_30.h.

◆ EditorInputIsDown_Redo

Boolean const CMapEditorPlugin::EditorInputIsDown_Redo

Definition at line 6781 of file 2024_10_30.h.

◆ EditorInputIsDown_RemoveAll

Boolean const CMapEditorPlugin::EditorInputIsDown_RemoveAll

Definition at line 6901 of file 2024_10_30.h.

◆ EditorInputIsDown_Save

Boolean const CMapEditorPlugin::EditorInputIsDown_Save

Definition at line 6905 of file 2024_10_30.h.

◆ EditorInputIsDown_SelectAll

Boolean const CMapEditorPlugin::EditorInputIsDown_SelectAll

Definition at line 6909 of file 2024_10_30.h.

◆ EditorInputIsDown_SwitchToRace

Boolean const CMapEditorPlugin::EditorInputIsDown_SwitchToRace

Definition at line 6773 of file 2024_10_30.h.

◆ EditorInputIsDown_Undo

Boolean const CMapEditorPlugin::EditorInputIsDown_Undo

Definition at line 6777 of file 2024_10_30.h.

◆ EnableAirMapping

Boolean CMapEditorPlugin::EnableAirMapping

Definition at line 6145 of file 2024_10_30.h.

◆ EnableCursorShowingWhenInterfaceIsFocused

Boolean CMapEditorPlugin::EnableCursorShowingWhenInterfaceIsFocused

Definition at line 6745 of file 2024_10_30.h.

◆ EnableEditorInputsCustomProcessing

Boolean CMapEditorPlugin::EnableEditorInputsCustomProcessing

Definition at line 6741 of file 2024_10_30.h.

◆ EnableMapTypeStartTest

Boolean CMapEditorPlugin::EnableMapTypeStartTest

Definition at line 5981 of file 2024_10_30.h.

◆ EnableMixMapping

Boolean CMapEditorPlugin::EnableMixMapping

Definition at line 6149 of file 2024_10_30.h.

◆ FixedClipLists

Array<CBlockClipList* const > CMapEditorPlugin::FixedClipLists

Definition at line 6705 of file 2024_10_30.h.

◆ ForceMacroblockColor

Boolean CMapEditorPlugin::ForceMacroblockColor

Definition at line 6025 of file 2024_10_30.h.

◆ ForceMacroblockLightmapQuality

Boolean CMapEditorPlugin::ForceMacroblockLightmapQuality

Definition at line 6081 of file 2024_10_30.h.

◆ FrameClipLists

Array<CBlockClipList* const > CMapEditorPlugin::FrameClipLists

Definition at line 6709 of file 2024_10_30.h.

◆ GetItemsCountRequest

Array<Text> CMapEditorPlugin::GetItemsCountRequest

Definition at line 6565 of file 2024_10_30.h.

◆ GhostBlocks

Array<CBlock* const > CMapEditorPlugin::GhostBlocks

Definition at line 6701 of file 2024_10_30.h.

◆ HideBlockHelpers

Boolean CMapEditorPlugin::HideBlockHelpers

Definition at line 6753 of file 2024_10_30.h.

◆ HideEditorInterface

Boolean CMapEditorPlugin::HideEditorInterface

Definition at line 6749 of file 2024_10_30.h.

◆ HideInventory

Boolean CMapEditorPlugin::HideInventory

Definition at line 6097 of file 2024_10_30.h.

◆ HoldLoadingScreen

Boolean CMapEditorPlugin::HoldLoadingScreen

Definition at line 5881 of file 2024_10_30.h.

◆ Inventory

CMapEditorInventory* const CMapEditorPlugin::Inventory

Definition at line 6093 of file 2024_10_30.h.

◆ IsColorBlindModeActive

Boolean const CMapEditorPlugin::IsColorBlindModeActive

Definition at line 6017 of file 2024_10_30.h.

◆ IsEditorReadyForRequest

Boolean const CMapEditorPlugin::IsEditorReadyForRequest

Definition at line 5873 of file 2024_10_30.h.

◆ IsTesting

Boolean const CMapEditorPlugin::IsTesting

Definition at line 6761 of file 2024_10_30.h.

◆ IsUltraShadowsQualityAvailable

Boolean const CMapEditorPlugin::IsUltraShadowsQualityAvailable

Definition at line 5905 of file 2024_10_30.h.

◆ IsValidating

Boolean const CMapEditorPlugin::IsValidating

Definition at line 6765 of file 2024_10_30.h.

◆ Items

Array<CItemAnchor* const > CMapEditorPlugin::Items

Definition at line 6665 of file 2024_10_30.h.

◆ MacroblockInstanceClipLists

Array<CBlockClipList* const > CMapEditorPlugin::MacroblockInstanceClipLists

Definition at line 6713 of file 2024_10_30.h.

◆ MacroblockInstanceItemsResults

Array<CItemAnchor* const > CMapEditorPlugin::MacroblockInstanceItemsResults

Definition at line 6525 of file 2024_10_30.h.

◆ MacroblockInstances

Array<CMacroblockInstance* const > CMapEditorPlugin::MacroblockInstances

Definition at line 6717 of file 2024_10_30.h.

◆ MacroblockModels

Array<CMacroblockModel* const > CMapEditorPlugin::MacroblockModels

Definition at line 6689 of file 2024_10_30.h.

◆ ManialinkPage

CMlPage* const CMapEditorPlugin::ManialinkPage

Definition at line 6953 of file 2024_10_30.h.

◆ ManialinkText

Text CMapEditorPlugin::ManialinkText

Definition at line 6949 of file 2024_10_30.h.

◆ Map

CMap* const CMapEditorPlugin::Map

Definition at line 5861 of file 2024_10_30.h.

◆ MapElemColorPalette

◆ MapElemColorPalettes

Array<CMapEditorPlugin::MapElemColorPalette> CMapEditorPlugin::MapElemColorPalettes

Definition at line 6021 of file 2024_10_30.h.

◆ MapFileName

Text const CMapEditorPlugin::MapFileName

Definition at line 5869 of file 2024_10_30.h.

◆ MapName

Text const CMapEditorPlugin::MapName

Definition at line 5865 of file 2024_10_30.h.

◆ MediatrackIngameClips

Array<Text> CMapEditorPlugin::MediatrackIngameClips

Definition at line 6669 of file 2024_10_30.h.

◆ MediatrackIngameEditedClipIndex

Integer CMapEditorPlugin::MediatrackIngameEditedClipIndex

Definition at line 6673 of file 2024_10_30.h.

◆ NextItemPhaseOffset

CMapEditorPlugin::PhaseOffset CMapEditorPlugin::NextItemPhaseOffset

Definition at line 6069 of file 2024_10_30.h.

◆ NextMapElemColor

CMapEditorPlugin::MapElemColor CMapEditorPlugin::NextMapElemColor

Definition at line 6005 of file 2024_10_30.h.

◆ NextMapElemLightmapQuality

CMapEditorPlugin::MapElemLightmapQuality CMapEditorPlugin::NextMapElemLightmapQuality

Definition at line 6077 of file 2024_10_30.h.

◆ NextMbAdditionalPhaseOffset

CMapEditorPlugin::PhaseOffset CMapEditorPlugin::NextMbAdditionalPhaseOffset

Definition at line 6073 of file 2024_10_30.h.

◆ PendingEvents

Array<CMapEditorPluginEvent* const > CMapEditorPlugin::PendingEvents

Definition at line 5857 of file 2024_10_30.h.

◆ PlaceMode

◆ ShowPlacementGrid

Boolean CMapEditorPlugin::ShowPlacementGrid

Definition at line 6757 of file 2024_10_30.h.

◆ TerrainBlockModels

Array<CBlockModel* const > CMapEditorPlugin::TerrainBlockModels

Definition at line 6685 of file 2024_10_30.h.

◆ TerrainBlocks

Array<CBlock* const > CMapEditorPlugin::TerrainBlocks

Definition at line 6697 of file 2024_10_30.h.

◆ ThumbnailCameraFovY

Real CMapEditorPlugin::ThumbnailCameraFovY

Definition at line 6133 of file 2024_10_30.h.

◆ ThumbnailCameraHAngle

Real CMapEditorPlugin::ThumbnailCameraHAngle

Definition at line 6125 of file 2024_10_30.h.

◆ ThumbnailCameraPosition

Vec3 CMapEditorPlugin::ThumbnailCameraPosition

Definition at line 6137 of file 2024_10_30.h.

◆ ThumbnailCameraRoll

Real CMapEditorPlugin::ThumbnailCameraRoll

Definition at line 6129 of file 2024_10_30.h.

◆ ThumbnailCameraVAngle

Real CMapEditorPlugin::ThumbnailCameraVAngle

Definition at line 6121 of file 2024_10_30.h.

◆ UndergroundMode

Boolean CMapEditorPlugin::UndergroundMode

Definition at line 6085 of file 2024_10_30.h.

◆ ValidationStatus


The documentation for this class was generated from the following file:
CMapEditorPlugin::Cyan
@ Cyan
Definition: 2024_10_30.h:5847
CMapEditorPlugin::Three8th
@ Three8th
Definition: 2024_10_30.h:5818
CMapEditorPlugin::Four8th
@ Four8th
Definition: 2024_10_30.h:5819
CMapEditorPlugin::Red
@ Red
Definition: 2024_10_30.h:5808
CMapEditorPlugin::Plugin
@ Plugin
Definition: 2024_10_30.h:5758
CMapEditorPlugin::Purple
@ Purple
Definition: 2024_10_30.h:5849
CMapEditorPlugin::Yellow
@ Yellow
Definition: 2024_10_30.h:5844
CMapEditorPlugin::Stunt
@ Stunt
Definition: 2024_10_30.h:5841
CMapEditorPlugin::Place
@ Place
Definition: 2024_10_30.h:5774
CMapEditorPlugin::Macroblock
@ Macroblock
Definition: 2024_10_30.h:5754
CMapEditorPlugin::Lowest
@ Lowest
Definition: 2024_10_30.h:5834
CMapEditorPlugin::Blue
@ Blue
Definition: 2024_10_30.h:5807
CMapEditorPlugin::LeftBackward
@ LeftBackward
Definition: 2024_10_30.h:5743
CMapEditorPlugin::FreeBlock
@ FreeBlock
Definition: 2024_10_30.h:5766
CMapEditorPlugin::BlockProperty
@ BlockProperty
Definition: 2024_10_30.h:5761
CMapEditorPlugin::Left
@ Left
Definition: 2024_10_30.h:5744
CMapEditorPlugin::FreeMacroblock
@ FreeMacroblock
Definition: 2024_10_30.h:5767
CMapEditorPlugin::NotComputed
@ NotComputed
Definition: 2024_10_30.h:5785
CMapEditorPlugin::Low
@ Low
Definition: 2024_10_30.h:5832
CMapEditorPlugin::NotValidable
@ NotValidable
Definition: 2024_10_30.h:5796
CMapEditorPlugin::RightBackward
@ RightBackward
Definition: 2024_10_30.h:5741
CMapEditorPlugin::High
@ High
Definition: 2024_10_30.h:5789
CMapEditorPlugin::Erase
@ Erase
Definition: 2024_10_30.h:5776
CMapEditorPlugin::VeryLow
@ VeryLow
Definition: 2024_10_30.h:5833
CMapEditorPlugin::White
@ White
Definition: 2024_10_30.h:5805
CMapEditorPlugin::CustomSelection
@ CustomSelection
Definition: 2024_10_30.h:5759
CMapEditorPlugin::Forward
@ Forward
Definition: 2024_10_30.h:5738
CMapEditorPlugin::Lime
@ Lime
Definition: 2024_10_30.h:5845
CMapEditorPlugin::One8th
@ One8th
Definition: 2024_10_30.h:5816
CMapEditorPlugin::CopyPaste
@ CopyPaste
Definition: 2024_10_30.h:5756
CMapEditorPlugin::Green
@ Green
Definition: 2024_10_30.h:5806
CMapEditorPlugin::West
@ West
Definition: 2024_10_30.h:5719
CMapEditorPlugin::SelectionRemove
@ SelectionRemove
Definition: 2024_10_30.h:5779
CMapEditorPlugin::Default
@ Default
Definition: 2024_10_30.h:5788
CMapEditorPlugin::SouthEast
@ SouthEast
Definition: 2024_10_30.h:5730
CMapEditorPlugin::Ultra
@ Ultra
Definition: 2024_10_30.h:5790
CMapEditorPlugin::South
@ South
Definition: 2024_10_30.h:5718
CMapEditorPlugin::Pink
@ Pink
Definition: 2024_10_30.h:5850
CMapEditorPlugin::North
@ North
Definition: 2024_10_30.h:5716
CMapEditorPlugin::GhostBlock
@ GhostBlock
Definition: 2024_10_30.h:5763
CMapEditorPlugin::Block
@ Block
Definition: 2024_10_30.h:5753
CMapEditorPlugin::Right
@ Right
Definition: 2024_10_30.h:5740
CMapEditorPlugin::SelectionAdd
@ SelectionAdd
Definition: 2024_10_30.h:5778
CMapEditorPlugin::Terraform
@ Terraform
Definition: 2024_10_30.h:5752
CMapEditorPlugin::Backward
@ Backward
Definition: 2024_10_30.h:5742
CMapEditorPlugin::Black
@ Black
Definition: 2024_10_30.h:5809
CMapEditorPlugin::Fast
@ Fast
Definition: 2024_10_30.h:5787
CMapEditorPlugin::Two8th
@ Two8th
Definition: 2024_10_30.h:5817
CMapEditorPlugin::Six8th
@ Six8th
Definition: 2024_10_30.h:5821
CMapEditorPlugin::East
@ East
Definition: 2024_10_30.h:5717
CMapEditorPlugin::Item
@ Item
Definition: 2024_10_30.h:5764
CMapEditorPlugin::None
@ None
Definition: 2024_10_30.h:5815
CMapEditorPlugin::Seven8th
@ Seven8th
Definition: 2024_10_30.h:5822
CMapEditorPlugin::Test
@ Test
Definition: 2024_10_30.h:5757
CMapEditorPlugin::FreeLook
@ FreeLook
Definition: 2024_10_30.h:5775
CMapEditorPlugin::SouthWest
@ SouthWest
Definition: 2024_10_30.h:5731
CMapEditorPlugin::Light
@ Light
Definition: 2024_10_30.h:5765
CMapEditorPlugin::LeftForward
@ LeftForward
Definition: 2024_10_30.h:5745
CMapEditorPlugin::RightForward
@ RightForward
Definition: 2024_10_30.h:5739
CMapEditorPlugin::Path
@ Path
Definition: 2024_10_30.h:5762
CMapEditorPlugin::Highest
@ Highest
Definition: 2024_10_30.h:5831
CMapEditorPlugin::Classic
@ Classic
Definition: 2024_10_30.h:5840
CMapEditorPlugin::NorthEast
@ NorthEast
Definition: 2024_10_30.h:5729
CMapEditorPlugin::OffZone
@ OffZone
Definition: 2024_10_30.h:5760
CMapEditorPlugin::Skin
@ Skin
Definition: 2024_10_30.h:5755
CMapEditorPlugin::Normal
@ Normal
Definition: 2024_10_30.h:5828
CMapEditorPlugin::VeryHigh
@ VeryHigh
Definition: 2024_10_30.h:5830
CMapEditorPlugin::Pick
@ Pick
Definition: 2024_10_30.h:5777
CMapEditorPlugin::Validated
@ Validated
Definition: 2024_10_30.h:5798
CMapEditorPlugin::Unknown
@ Unknown
Definition: 2024_10_30.h:5751
CMapEditorPlugin::Orange
@ Orange
Definition: 2024_10_30.h:5843
CMapEditorPlugin::Five8th
@ Five8th
Definition: 2024_10_30.h:5820
CMapEditorPlugin::Validable
@ Validable
Definition: 2024_10_30.h:5797
CMapEditorPlugin::NorthWest
@ NorthWest
Definition: 2024_10_30.h:5732
CMapEditorPlugin::VeryFast
@ VeryFast
Definition: 2024_10_30.h:5786