# Set Enforce Fog Of War Of Text Tag

Grammar — Set fog of war enforcement to useFogOfWar for tag|Text Tag
FlagsNative | Action

Enables or disables fog of war enforcement for the specified text tag.

# Arguments

  • int [ preset::TextTag ] — Tag
  • bool — Use Fog Of War

Returns — void

native void TextTagFogofWar(int inTag, bool inFog);

Category: Text Tag / Formatting

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L3431
TextTagFogofWar(TextTagLastCreated(), false)
// L3431
TextTagFogofWar(TextTagLastCreated(), false)