Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 784 Bytes

map-asset.rst

File metadata and controls

26 lines (15 loc) · 784 Bytes

Map Assets

Maps and compasses provide the player with additional UI information for as long as they are in the player's inventory. They can neither be held nor equipped.

This inherits the ItemAsset <doc_item_asset_intro> class.

Item Asset Properties

GUID 32-digit hexadecimal: Refer to GUID <doc_data_guid> documentation.

Type enum (Map, Compass)

ID uint16: Must be a unique identifier.

Map Asset Properties

Enables_Map flag: Provides access to a satellite map display.

Enables_Chart flag: Provides access to a chart map display.

Enables_Compass flag: Provides a compass HUD, and the ability to set visible waypoints on the map display.