Api session event editor sound: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Api session event editor sound Events.
Api session event editor sound Events.


[[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 Events]]
*[[Api session items sounds]]
}}
}}


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

Revision as of 11:30, 10 April 2026

Api session event editor sound Events.

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

See also