|
ManiaScript
Script language used in ManiaPlanet
|
#include <big.h>
Public Types | |
| enum | ValidationStatus { NotValidable, Validable, Validated } |
Public Types inherited from CPlugin | |
| enum | CardinalDirections { North, East, South, West } |
| enum | PlaceMode { Unknown, Terraform, Block, Macroblock, Skin, CopyPaste, Test, Plugin, CustomSelection, OffZone, BlockProperty } |
| enum | EditMode { Unknown, Place, FreeLook, Erase, Pick, SelectionAdd, SelectionRemove } |
Public Attributes | |
| Boolean | CustomEditAnchorData |
| ValidationStatus | ValidationStatus |
| Text | ValidabilityRequirementsMessage |
| const Boolean | ValidationEndRequested |
| const Boolean | IsSwitchedToPlayground |
Public Attributes inherited from CPlugin | |
| const CMap | Map |
| PlaceMode | PlaceMode |
| EditMode | EditMode |
| Boolean | UndergroundMode |
| Boolean | BlockStockMode |
| const Integer | Now |
| Int3 | CursorCoord |
| CardinalDirections | CursorDir |
| CBlockModel | CursorBlockModel |
| CBlockModel | CursorTerrainBlockModel |
| CMacroblockModel | CursorMacroblockModel |
| Real | CameraVAngle |
| Real | CameraHAngle |
| Real | CameraToTargetDistance |
| Vec3 | TargetedPosition |
| const CBlock[] | Blocks |
| const CBlockModel[] | BlockModels |
| const CBlockModel[] | TerrainBlockModels |
| const CMacroblockModel[] | MacroblockModels |
| const CAnchorData[] | AnchorData |
| const CPluginEvent[] | PendingEvents |
| Int3[] | CustomSelectionCoords |
| Vec3 | CustomSelectionRGB |
| Text | ManialinkText |
| const CMlPage | ManialinkPage |
Public Attributes inherited from CNod | |
| const Ident | Id |
| Void CMapType::ClearMapMetadata | ( | ) |
| Void CMapType::RequestEnterPlayground | ( | ) |
| Void CMapType::RequestLeavePlayground | ( | ) |
| Boolean CMapType::CustomEditAnchorData |
| const Boolean CMapType::IsSwitchedToPlayground |
| Text CMapType::ValidabilityRequirementsMessage |
| const Boolean CMapType::ValidationEndRequested |
1.8.1.2