![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CUIConfigMarker. More...
#include <doc.h>
Public Types | |
| enum | EAnchorType { Invalid , Position , Player , Entity , Landmark , GhostInstance } |
| enum | EMiniMapVisibility { Never , Always , WhenInFrame } |
| enum | EHudVisibility { Never , Always , WhenInFrustum , WhenVisible , WhenInMiddleOfScreen } |
Public Attributes | |
| CUIConfigMarker::EAnchorType const | Type |
| Boolean | IsTurning |
| Boolean | ShowArmor |
| Text | Label |
| Vec3 | Box |
| Text | Icon |
| Vec3 | Color |
| Text | ImageUrl |
| Text | ManialinkFrameId |
| Real | DistMin |
| Real | DistMax |
| CUIConfigMarker::EMiniMapVisibility | MiniMapVisibility |
| CUIConfigMarker::EHudVisibility | HudVisibility |
| Boolean | HideOnSelf |
| Real | Gauge |
| Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CUIConfigMarker.
| Vec3 CUIConfigMarker::Box |
| Vec3 CUIConfigMarker::Color |
| Real CUIConfigMarker::DistMax |
DistMax is not used to fade out the marker when spectating
| Real CUIConfigMarker::DistMin |
| Real CUIConfigMarker::Gauge |
| Boolean CUIConfigMarker::HideOnSelf |
Hide the marker if it is on the current player. Only if Type is EAnchorType::Player .
| CUIConfigMarker::EHudVisibility CUIConfigMarker::HudVisibility |
| Text CUIConfigMarker::Icon |
| Text CUIConfigMarker::ImageUrl |
| Boolean CUIConfigMarker::IsTurning |
| Text CUIConfigMarker::Label |
| Text CUIConfigMarker::ManialinkFrameId |
| CUIConfigMarker::EMiniMapVisibility CUIConfigMarker::MiniMapVisibility |
| Boolean CUIConfigMarker::ShowArmor |
| CUIConfigMarker::EAnchorType const CUIConfigMarker::Type |