Api session event editor sound: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
API api session event editor sound Events.
API Endpoint: api/session/event/editorsound/


[[Sound]] editing.
API endpoints for [[Sound]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor sound add|ADD]]
| [[Api session event editor sound add|add]]
|Add new [[Sound]]
| Add new [[Sound]]
|-
|-
|[[api session event editor sound remove|REMOVE]]
| [[Api session event editor sound remove|remove]]
|Remove existing [[Sound]]
| Remove existing [[Sound]]
|-
|-
|[[api session event editor sound set name|SET_NAME]]
| [[Api session event editor sound set name|set_name]]
|Set new name of existing [[Sound]]
| Set new name of existing [[Sound]]
|}
|}


Specific Events:
Additional API endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[api session event editor sound set filename|SET_FILENAME]]
| [[Api session event editor sound set filename|set_filename]]
|Set Filename
| Set Filename
|-
|-
|[[api session event editor sound set loop|SET_LOOP]]
| [[Api session event editor sound set loop|set_loop]]
|Set Loop
| Set Loop
|-
|-
|[[api session event editor sound set volume|SET_VOLUME]]
| [[Api session event editor sound set volume|set_volume]]
|Set Volume
| Set Volume
|}
|}
{{article end|seealso=*[[Api Events]]}}
{{article end|seealso=*[[Api Session Endpoints]]
*[[Api session items sounds]]
}}


[[Category:API]]
[[Category:API]]

Latest revision as of 11:42, 8 June 2026

API Endpoint: api/session/event/editorsound/

API endpoints for Sound editing.

Name Description
add Add new Sound
remove Remove existing Sound
set_name Set new name of existing Sound

Additional API endpoints:

Name Description
set_filename Set Filename
set_loop Set Loop
set_volume Set Volume