78 if (aspectRatio != 1 && aspectRatio != 0)
121 symbolComp.
Update(milSymbol);
127 void SetText(
string text,
bool skipProfanityFilter =
false)
129 if (skipProfanityFilter || text.IsEmpty() || !
m_MarkerObject.GetMarkerOwnerID() <= -1)
140 if (!profanityCallback)
160 resultText = text.Get(0);
163 if (!resultText.IsEmpty())
266 if (playerController)
268 bool showIconNametag =
true;
276 settings.Get(
"m_bPlatformIconNametag", showIconNametag);
399 super.HandlerAttached(w);
431 super.HandlerDeattached(w);
ArmaReforgerScripted GetGame()
static ScriptInvokerBase< MapConfigurationInvoker > GetOnMapClose()
Get on map close invoker.
Markers UI map component.
static bool IsOwnedMarker(notnull SCR_MapMarkerBase marker)
Check whether the marker is owned by the local player.
void Update(notnull SCR_MilitarySymbol symbol, SCR_MilitarySymbolConfig config=null)
static int GetLocalPlayerId()
Returns either a valid ID of local player or 0.
Handles filtering profanities in texts.
proto external PlayerController GetPlayerController()