Api session event editor weather: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
!Description
!Description
|-
|-
|[[api session event editor weather add|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|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|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|REMOVE]]
|[[Api session event editor weather remove|REMOVE]]
|Remove the specified [[Weather]].
|Remove the specified [[Weather]].
|-
|-
|[[api session event editor weather remove attribute|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|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|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|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]].
|}
|}
Line 36: Line 36:
!Description
!Description
|-
|-
|[[api session event editor weather remove flood overlay|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|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|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|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|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]]
*[[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.