Api session event editor weather: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session event editor weather Events. | |||
Weather editing. | [[Weather]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[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|APPEND_ATTRIBUTE]] | ||
|Appended to existing [[Weather]] attribute value | |Appended to existing [[Weather]] attribute value | ||
|- | |- | ||
|[[ | |[[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|REMOVE]] | ||
|Remove the specified [[Weather]]. | |Remove the specified [[Weather]]. | ||
|- | |- | ||
|[[ | |[[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|SET_ATTRIBUTE]] | ||
|Set [[Weather]] attribute value | |Set [[Weather]] attribute value | ||
|- | |- | ||
|[[ | |[[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|SET_NAME]] | ||
|Set the name for a specified [[Weather]]. | |Set the name for a specified [[Weather]]. | ||
|} | |} | ||
| Line 36: | Line 36: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[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|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|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|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|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]] | ||
*[[Api session items weathers]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:15, 1 April 2026
Api session event editor weather Events.
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. |
Specific Events:
| 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. |