![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CUIConfigMarker. More...
#include <2025_07_14.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.
Definition at line 17179 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Invalid | |
| Position | |
| Player | |
| Entity | |
| Landmark | |
| GhostInstance | |
Definition at line 17184 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Never | |
| Always | |
| WhenInFrustum | |
| WhenVisible | |
| WhenInMiddleOfScreen | |
Definition at line 17203 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Never | |
| Always | |
| WhenInFrame | |
Definition at line 17195 of file 2025_07_14.h.
| Vec3 CUIConfigMarker::Box |
Definition at line 17229 of file 2025_07_14.h.
| Vec3 CUIConfigMarker::Color |
Definition at line 17237 of file 2025_07_14.h.
| Real CUIConfigMarker::DistMax |
DistMax is not used to fade out the marker when spectating
Definition at line 17253 of file 2025_07_14.h.
| Real CUIConfigMarker::DistMin |
Definition at line 17249 of file 2025_07_14.h.
| Real CUIConfigMarker::Gauge |
Definition at line 17270 of file 2025_07_14.h.
| Boolean CUIConfigMarker::HideOnSelf |
Hide the marker if it is on the current player. Only if Type is EAnchorType::Player .
Definition at line 17266 of file 2025_07_14.h.
| CUIConfigMarker::EHudVisibility CUIConfigMarker::HudVisibility |
Definition at line 17261 of file 2025_07_14.h.
| Text CUIConfigMarker::Icon |
Definition at line 17233 of file 2025_07_14.h.
| Text CUIConfigMarker::ImageUrl |
Definition at line 17241 of file 2025_07_14.h.
| Boolean CUIConfigMarker::IsTurning |
Definition at line 17217 of file 2025_07_14.h.
| Text CUIConfigMarker::Label |
Definition at line 17225 of file 2025_07_14.h.
| Text CUIConfigMarker::ManialinkFrameId |
Definition at line 17245 of file 2025_07_14.h.
| CUIConfigMarker::EMiniMapVisibility CUIConfigMarker::MiniMapVisibility |
Definition at line 17257 of file 2025_07_14.h.
| Boolean CUIConfigMarker::ShowArmor |
Definition at line 17221 of file 2025_07_14.h.
| CUIConfigMarker::EAnchorType const CUIConfigMarker::Type |
Definition at line 17213 of file 2025_07_14.h.