Trackmania ManiaScript Reference 2024.9.17.1117
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.