Api session event editor weather: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session event editor weather Events. | Api session event editor weather Events. | ||
[[Weather]] editing. | API Endpoints for [[Weather]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor weather add| | |[[Api session event editor weather add|add]] | ||
|Add a new [[Weather]] of a specified type. | |Add a new [[Weather]] of a specified type. | ||
|- | |- | ||
|[[Api session event editor weather append attribute| | |[[Api session event editor weather append attribute|append_attribute]] | ||
|Appended to existing [[Weather]] attribute value | |Appended to existing [[Weather]] attribute value | ||
|- | |- | ||
|[[Api session event editor weather duplicate| | |[[Api session event editor weather duplicate|duplicate]] | ||
|Create a copy of each specified [[Weather]]. The copies will have the same [[Setting]] and attributes, but can be edited independently of the originals. | |Create a copy of each specified [[Weather]]. The copies will have the same [[Setting]] and attributes, but can be edited independently of the originals. | ||
|- | |- | ||
|[[Api session event editor weather remove| | |[[Api session event editor weather remove|remove]] | ||
|Remove the specified [[Weather]]. | |Remove the specified [[Weather]]. | ||
|- | |- | ||
|[[Api session event editor weather remove attribute| | |[[Api session event editor weather remove attribute|remove_attribute]] | ||
|Remove the specified attributes of the specified [[Weather]]. The attributes, including attributes which are added to a [[Weather]] by default, are removed entirely. | |Remove the specified attributes of the specified [[Weather]]. The attributes, including attributes which are added to a [[Weather]] by default, are removed entirely. | ||
|- | |- | ||
|[[Api session event editor weather set attribute| | |[[Api session event editor weather set attribute|set_attribute]] | ||
|Set [[Weather]] attribute value | |Set [[Weather]] attribute value | ||
|- | |- | ||
|[[Api session event editor weather set attributes| | |[[Api session event editor weather set attributes|set_attributes]] | ||
|Set multiple [[Weather]] attribute values | |Set multiple [[Weather]] attribute values | ||
|- | |- | ||
|[[Api session event editor weather set name| | |[[Api session event editor weather set name|set_name]] | ||
|Set the name for a specified [[Weather]]. | |Set the name for a specified [[Weather]]. | ||
|} | |} | ||
Additional API Endpoints: | |||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor weather remove flood overlay| | |[[Api session event editor weather remove flood overlay|remove_flood_overlay]] | ||
|Remove the specified visualization [[Overlay]] from specified [[Weather]]. | |Remove the specified visualization [[Overlay]] from specified [[Weather]]. | ||
|- | |- | ||
|[[Api session event editor weather set duration| | |[[Api session event editor weather set duration|set_duration]] | ||
|Set how long the specified [[Weather]]'s visualization lasts when it is [[Trigger]]ed. | |Set how long the specified [[Weather]]'s visualization lasts when it is [[Trigger]]ed. | ||
|- | |- | ||
|[[Api session event editor weather set effect| | |[[Api session event editor weather set effect|set_effect]] | ||
|Set what kind of [[Weather]] the specified [[Weather]] is. | |Set what kind of [[Weather]] the specified [[Weather]] is. | ||
|- | |- | ||
|[[Api session event editor weather set flood overlay| | |[[Api session event editor weather set flood overlay|set_flood_overlay]] | ||
|Set a specific visualization [[Overlay]] for a specified [[Weather]]. | |Set a specific visualization [[Overlay]] for a specified [[Weather]]. | ||
|- | |- | ||
|[[Api session event editor weather set trigger sec| | |[[Api session event editor weather set trigger sec|set_trigger_sec]] | ||
|Set whether the specified [[Weather]]'s visualization [[Trigger]] automatically. | |Set whether the specified [[Weather]]'s visualization [[Trigger]] automatically. | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]] | {{article end|seealso=*[[Api Events]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 11:32, 10 April 2026
Api session event editor weather Events.
API Endpoints for Weather editing.
| Name | Description |
|---|---|
| add | Add a new Weather of a specified type. |
| append_attribute | Appended to existing Weather attribute value |
| duplicate | Create a copy of each specified Weather. The copies will have the same Setting and attributes, but can be edited independently of the originals. |
| remove | Remove the specified Weather. |
| remove_attribute | Remove the specified attributes of the specified Weather. The attributes, including attributes which are added to a Weather by default, are removed entirely. |
| set_attribute | Set Weather attribute value |
| set_attributes | Set multiple Weather attribute values |
| set_name | Set the name for a specified Weather. |
Additional API Endpoints:
| Name | Description |
|---|---|
| remove_flood_overlay | Remove the specified visualization Overlay from specified Weather. |
| set_duration | Set how long the specified Weather's visualization lasts when it is Triggered. |
| set_effect | Set what kind of Weather the specified Weather is. |
| set_flood_overlay | Set a specific visualization Overlay for a specified Weather. |
| set_trigger_sec | Set whether the specified Weather's visualization Trigger automatically. |