Skip to main content

The "sys_vox_add" Function

Syntax#

sys_vox_add(entity, index, source);
ArgumentTypeDescription
entityintegerThe data structure of the entity to add vox to
indexintegerThe index of the row containing the target entity
sourcesound/arrayThe source sound or array of sounds to add

Description#

Adds a new sound or array of sounds to the specified vox data structure.

As this script is run automatically by vox actions, it is almost never necessary to run sys_vox_add manually.