map-locationMap

Variables

scale (number)

locked (boolean)

tracking_position (boolean)

unlimited_tracking (boolean)

dimension (string)

center_x (number)

center_z (number)

is_exploration_map (boolean)

tracked_decoration_count (number)

banners (list) { id, name, color, x, y, z }

decorations (list) { type, x, y, rot, name }

frame_markers (list) { id, entity_id, x, y, z, rotation }

color_data (list)

Functions

getColor(x, z)

Get color from map.

Returns:

  • (number) Return color.

Example Usage:

updateColor(x, z, color)

Update color in map.

Returns:

  • (number) New color.

Example Usage:

Last updated