![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CMapEditorCursor. More...
#include <doc.h>
Public Member Functions | |
| Void | ReleaseLock () |
| Void | MoveToCameraTarget () |
| Void | ResetCustomRGB () |
| Boolean | GetLock () |
| Boolean | CanUse () |
| Boolean | Raise () |
| Boolean | Lower () |
| Void | FollowCameraTarget (Boolean Follow) |
| Void | Rotate (Boolean CWOrCCW) |
| Void | Move (CMapEditorPlugin::CardinalDirections CardinalDir) |
| Void | Move (CMapEditorPlugin::CardinalDirections8 CardinalDir8) |
| Void | Move (CMapEditorPlugin::RelativeDirections RelativeDir) |
| Void | DisableMouseDetection (Boolean Disable) |
| Boolean | CanPlace () |
| Boolean | IsCustomRGBActivated () |
| Boolean | IsCurrentItemAnimated () |
| Boolean | CurrentMacroblockHasAnimatedItem () |
| Boolean | CurrentSelectionHasAnimatedItem () |
| Void | SetCustomRGB (Vec3 Color) |
Public Attributes | |
| Int3 | Coord |
| CMapEditorPlugin::CardinalDirections | Dir |
| CBlockModel * | BlockModel |
| CBlockModel * | TerrainBlockModel |
| CMacroblockModel * | MacroblockModel |
| Real | Brightness |
| Boolean | HideDirectionalArrow |
| Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CMapEditorCursor.
| Boolean CMapEditorCursor::CanPlace | ( | ) |
| Boolean CMapEditorCursor::CanUse | ( | ) |
| Boolean CMapEditorCursor::CurrentMacroblockHasAnimatedItem | ( | ) |
| Boolean CMapEditorCursor::CurrentSelectionHasAnimatedItem | ( | ) |
| Boolean CMapEditorCursor::GetLock | ( | ) |
| Boolean CMapEditorCursor::IsCurrentItemAnimated | ( | ) |
| Boolean CMapEditorCursor::IsCustomRGBActivated | ( | ) |
| Boolean CMapEditorCursor::Lower | ( | ) |
| Void CMapEditorCursor::Move | ( | CMapEditorPlugin::CardinalDirections | CardinalDir | ) |
| Void CMapEditorCursor::Move | ( | CMapEditorPlugin::CardinalDirections8 | CardinalDir8 | ) |
| Void CMapEditorCursor::Move | ( | CMapEditorPlugin::RelativeDirections | RelativeDir | ) |
| Void CMapEditorCursor::MoveToCameraTarget | ( | ) |
| Boolean CMapEditorCursor::Raise | ( | ) |
| Void CMapEditorCursor::ReleaseLock | ( | ) |
| Void CMapEditorCursor::ResetCustomRGB | ( | ) |
| CBlockModel* CMapEditorCursor::BlockModel |
| Real CMapEditorCursor::Brightness |
| Int3 CMapEditorCursor::Coord |
| CMapEditorPlugin::CardinalDirections CMapEditorCursor::Dir |
| Boolean CMapEditorCursor::HideDirectionalArrow |
| CMacroblockModel* CMapEditorCursor::MacroblockModel |
| CBlockModel* CMapEditorCursor::TerrainBlockModel |