![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CUIConfigMarker. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CUIConfigMarker.
Definition at line 17151 of file 2024_10_30.h.
Enumerator | |
---|---|
Invalid | |
Position | |
Player | |
Entity | |
Landmark | |
GhostInstance |
Definition at line 17156 of file 2024_10_30.h.
Enumerator | |
---|---|
Never | |
Always | |
WhenInFrustum | |
WhenVisible | |
WhenInMiddleOfScreen |
Definition at line 17175 of file 2024_10_30.h.
Enumerator | |
---|---|
Never | |
Always | |
WhenInFrame |
Definition at line 17167 of file 2024_10_30.h.
Vec3 CUIConfigMarker::Box |
Definition at line 17201 of file 2024_10_30.h.
Vec3 CUIConfigMarker::Color |
Definition at line 17209 of file 2024_10_30.h.
Real CUIConfigMarker::DistMax |
DistMax is not used to fade out the marker when spectating
Definition at line 17225 of file 2024_10_30.h.
Real CUIConfigMarker::DistMin |
Definition at line 17221 of file 2024_10_30.h.
Real CUIConfigMarker::Gauge |
Definition at line 17242 of file 2024_10_30.h.
Boolean CUIConfigMarker::HideOnSelf |
Hide the marker if it is on the current player. Only if Type is EAnchorType::Player .
Definition at line 17238 of file 2024_10_30.h.
CUIConfigMarker::EHudVisibility CUIConfigMarker::HudVisibility |
Definition at line 17233 of file 2024_10_30.h.
Text CUIConfigMarker::Icon |
Definition at line 17205 of file 2024_10_30.h.
Text CUIConfigMarker::ImageUrl |
Definition at line 17213 of file 2024_10_30.h.
Boolean CUIConfigMarker::IsTurning |
Definition at line 17189 of file 2024_10_30.h.
Text CUIConfigMarker::Label |
Definition at line 17197 of file 2024_10_30.h.
Text CUIConfigMarker::ManialinkFrameId |
Definition at line 17217 of file 2024_10_30.h.
CUIConfigMarker::EMiniMapVisibility CUIConfigMarker::MiniMapVisibility |
Definition at line 17229 of file 2024_10_30.h.
Boolean CUIConfigMarker::ShowArmor |
Definition at line 17193 of file 2024_10_30.h.
CUIConfigMarker::EAnchorType const CUIConfigMarker::Type |
Definition at line 17185 of file 2024_10_30.h.