|
| Void | ClearMapMetadata () |
| |
| Void | RequestEnterPlayground () |
| |
| Void | RequestLeavePlayground () |
| |
| Void | ComputeShadows () |
| |
| Void | ComputeShadows (ShadowsQuality ShadowsQuality) |
| |
| Void | DisplayDefaultSetObjectivesDialog () |
| |
| Boolean | Undo () |
| |
| Boolean | Redo () |
| |
| Void | Help () |
| |
| Void | Validate () |
| |
| Void | AutoSave () |
| |
| Void | Quit () |
| |
| Void | QuickQuit () |
| |
| Void | QuitAndSetResult (Text Type, Text[] Data) |
| |
| Void | QuickQuitAndSetResult (Text Type, Text[] Data) |
| |
| Void | TestMapFromStart () |
| |
| Void | TestMapFromCoord (Int3 Coord, CardinalDirections Dir) |
| |
| Void | TestMapWithMode (Text RulesModeName) |
| |
| Void | TestMapWithMode_SplitScreen (Text RulesModeName) |
| |
| Void | TestMapWithMode_SplitScreen (Text RulesModeName, Integer ScreenCount) |
| |
| Void | TestMapWithMode_SplitScreen (Text RulesModeName, Integer ScreenCount, Integer FakeCount) |
| |
| Void | SaveMap (Text FileName) |
| |
| Void | SaveMap (Text FileName, Text Path) |
| |
| 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, CardinalDirections Dir, Boolean OnGround, Integer VariantIndex) |
| |
| Boolean | PlaceBlock (CBlockModel BlockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | CanPlaceBlock_NoDestruction (CBlockModel BlockModel, Int3 Coord, CardinalDirections Dir, Boolean OnGround, Integer VariantIndex) |
| |
| Boolean | PlaceBlock_NoDestruction (CBlockModel BlockModel, Int3 Coord, 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, CardinalDirections Dir) |
| |
| Boolean | PlaceMacroblock (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | CanPlaceMacroblock_NoDestruction (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | PlaceMacroblock_NoDestruction (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | CanPlaceMacroblock_NoTerrain (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | PlaceMacroblock_NoTerrain (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | RemoveMacroblock (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | RemoveMacroblock_NoTerrain (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| CBlock | GetBlock (Int3 Coord) |
| |
| CBlock | GetBlock (CBlockModel BlockModel, Int3 Coord, CardinalDirections Dir) |
| |
| Boolean | IsBlockModelSkinnable (CBlockModel BlockModel) |
| |
| Integer | GetNbBlockModelSkins (CBlockModel BlockModel) |
| |
| Text | GetBlockModelSkin (CBlockModel BlockModel, Integer SkinIndex) |
| |
| Text | GetSkinDisplayName (Text SkinFileName) |
| |
| Text | GetBlockSkin (CBlock Block) |
| |
| Void | SetBlockSkin (CBlock Block, 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, CardinalDirections Dir) |
| |
| Boolean | RemoveTerrainBlocks (Int3 StartCoord, Int3 EndCoord) |
| |
| Integer | GetBlockGroundHeight (CBlockModel BlockModel, Integer CoordX, Integer CoordZ, 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 () |
| |
| Void | SaveMacroblock (CMacroblockModel MacroblockModel) |
| |
| 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, CardinalDirections Dir) |
| |
| Boolean | PlaceMacroblock_NoTerrain_NoUnvalidate (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| 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 () |
| |
| CMacroblockInstance | CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir) |
| |
| CMacroblockInstance | CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir, Integer UserData) |
| |
| CMacroblockInstance | CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir, CBlockClipList DefaultClipList) |
| |
| CMacroblockInstance | CreateMacroblockInstance (CMacroblockModel MacroblockModel, Int3 Coord, CardinalDirections Dir, CBlockClipList DefaultClipList, 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 () |
| |
| Void | SetMapIsCreatedWithPartyEditor (Boolean IsCreatedWithPartyEditor) |
| |
| Text | GetAvailableMapName () |
| |
| Vec3 | GetVec3FromCoord (Int3 Coord) |
| |
| CUILayer | UILayerCreate () |
| |
| Void | UILayerDestroy (CUILayer Layer) |
| |
| Void | UILayerDestroyAll () |
| |
| Void | LayerCustomEvent (CUILayer Layer, Text Type, Text[] Data) |
| |
| Void | OpenLink (Text Url, ELinkType LinkType) |
| |
| Boolean | OpenFileInExplorer (Text FileName) |
| |
| Void | Dialog_Message (Text Message) |
| |
| Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
| |
Supported declare modes : Local Persistent API for the plugins of the map editor.