Api session event editor weather: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: api/session/event/editorweather/ | |||
[[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]] | | Appended to existing [[Weather]] numeric [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor weather duplicate| | | [[Api session event editor weather duplicate|duplicate]] | ||
| | | Duplicate the specified [[Weather]]s as independent copies. | ||
|- | |- | ||
|[[Api session event editor weather remove| | | [[Api session event editor weather remove|remove]] | ||
|Remove the specified [[Weather]]. | | Remove the specified [[Weather]]s. | ||
|- | |- | ||
|[[Api session event editor weather remove attribute| | | [[Api session event editor weather remove attribute|remove_attribute]] | ||
|Remove | | Remove specified [[Attribute]]s from the specified [[Weather]], including default [[Attribute]]s. | ||
|- | |- | ||
|[[Api session event editor weather set attribute| | | [[Api session event editor weather set attribute|set_attribute]] | ||
|Set [[Weather]] | | Set [[Weather]] numeric [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor weather set attributes| | | [[Api session event editor weather set attributes|set_attributes]] | ||
|Set multiple [[Weather]] | | Set multiple [[Weather]] numeric [[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 the specified [[Weather]]. | ||
|- | |- | ||
|[[Api session event editor weather set duration| | | [[Api session event editor weather set duration|set_duration]] | ||
|Set | | Set the duration of the specified [[Weather]]'s visualization. | ||
|- | |- | ||
|[[Api session event editor weather set effect| | | [[Api session event editor weather set effect|set_effect]] | ||
|Set | | Set the type of the specified [[Weather]]. | ||
|- | |- | ||
|[[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 | | Set the [[Trigger]] [[Time]] for the specified [[Weather]]'s visualization. | ||
|} | |} | ||
{{article end|seealso=*[[Api | {{article end|seealso=*[[Api Session Endpoints]] | ||
*[[Api session items weathers]] | *[[Api session items weathers]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 10:00, 13 July 2026
API Endpoint: api/session/event/editorweather/
API endpoints for Weather editing.
| Name | Description |
|---|---|
| add | Add a new Weather of a specified type. |
| append_attribute | Appended to existing Weather numeric Attribute value |
| duplicate | Duplicate the specified Weathers as independent copies. |
| remove | Remove the specified Weathers. |
| remove_attribute | Remove specified Attributes from the specified Weather, including default Attributes. |
| set_attribute | Set Weather numeric Attribute value |
| set_attributes | Set multiple Weather numeric 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 the specified Weather. |
| set_duration | Set the duration of the specified Weather's visualization. |
| set_effect | Set the type of the specified Weather. |
| set_flood_overlay | Set a specific visualization Overlay for a specified Weather. |
| set_trigger_sec | Set the Trigger Time for the specified Weather's visualization. |