ShowAllMapMarkers

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

ShowAllMapMarkers turns the map markers on or off. There are optional paramaters for controlling fast travel and affecting map markers flagged as "hidden."

Syntax[edit | edit source]

ShowAllMapMarkers [ishow] [itravel] [ihidden]
TMM

Parameters[edit | edit source]

  • ishow: 1=show, 0=hide
  • itravel: 1=enable travel (default), 0=do not enable travel
  • ihidden: 1=hidden markers are affected (default), 0=hidden markers are not affected
  • itravel and ihidden both default to 1

Notes[edit | edit source]

  • Hiding markers will turn off travel for them regardless of itravel
  • Showing markers with itravel set to 0 will not turn off travel for markers that already have travel enabled

See Also[edit | edit source]

GetMapMarkerVisible

ShowMap