Skip to content

Commit

Permalink
Update scripted gui config with mapmode and trigger for mapicon_targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Aug 13, 2024
1 parent 4ff89e9 commit 3d1c1d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Config/common/scripted_guis.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ scripted_gui = {
## cardinality = 0..1
context_type = enum[context_type]

## cardinality = 0..1
mapmode = <scripted_map_modes>

## cardinality = 0..1
parent_window_token = enum[parent_window_token]

Expand Down Expand Up @@ -350,6 +353,11 @@ scripted_gui = {
target_array = value[array]
## cardinality = 0..1
target_array = variable_field
## cardinality = 0..1
target_trigger = {
## cardinality = ~1..inf
alias_name[trigger] = alias_match_left[trigger]
}
}
## cardinality = 0..inf
### Limits AI to selected scopes. When used multiple times, will use all matching scopes.
Expand Down Expand Up @@ -397,6 +405,11 @@ scripted_gui = {
target_array = value[array]
## cardinality = 0..1
target_array = variable_field
## cardinality = 0..1
target_trigger = {
## cardinality = ~1..inf
alias_name[trigger] = alias_match_left[trigger]
}
}
## cardinality = 0..inf
### Limits AI to selected scopes. When used multiple times, will use all matching scopes.
Expand Down

0 comments on commit 3d1c1d6

Please sign in to comment.