From ec10e2816562873c17f7631bd19c2e4aa931aabf Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 9 Dec 2019 18:02:19 +0100 Subject: Map marker -> (StatusIndictator, Condition)... --- src/shared/struct/map/shr_tile_instance.erl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/shared') diff --git a/src/shared/struct/map/shr_tile_instance.erl b/src/shared/struct/map/shr_tile_instance.erl index 1739207..7f53b5f 100644 --- a/src/shared/struct/map/shr_tile_instance.erl +++ b/src/shared/struct/map/shr_tile_instance.erl @@ -3,14 +3,15 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --type display_data() :: list(binary()). - -opaque type() :: { shr_tile:id(), shr_tile:variant_id(), - display_data(), - ordsets:ordset(shr_map_marker:name()) + orddict:orddict + ( + shr_condition:trigger(), + ordsets:ordset(non_neg_integer()) + ) }. -export_type([type/0]). -- cgit v1.2.3-70-g09d2