Api session event editor weather: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
|-
|-
|[[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]]s 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]]s.
|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]]
Line 43: Line 43:
|-
|-
|[[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]]
Line 49: Line 49:
|-
|-
|[[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]]s 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 07:56, 31 March 2026

API 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.

See also