-
-
Notifications
You must be signed in to change notification settings - Fork 2
API
This will register a Tag Pack, note that tag packs registered using this method do not persist, if the module that register a Tag Pack like this gets removed or disabled, the Tag Pack will not be loaded.
Hooks.on('oifWeaponMeleePostPrepare', (data) => {})
This hook fires after the data that will be used on the melee animation gets prepared, and before the animation gets played.
Hooks.on('oifWeaponMeleeHitPostAnimation', (data) => {})
This hook fires after the melee hit animation is played, and before the interaction and sound.
Hooks.on('oifWeaponMeleeHitPostInteraction', (data) => {})
This hook fires after the melee hit interaction.
Hooks.on('oifWeaponMeleeHitPostSound', (data) => {})
This hook fires after the melee hit sound.
Hooks.on('oifWeaponMeleeThrowPostAnimation', (data) => {})
This hook fires after the melee throw animation is played, and before the interaction and sound.
Hooks.on('oifWeaponMeleeThrowPostInteraction', (data) => {})
This hook fires after the melee throw interaction.
Hooks.on('oifWeaponMeleeThrowPostSound', (data) => {})
This hook fires after the melee throw sound.
Hooks.on('oifWeaponRangedPostPrepare', (data) => {})
This hook fires after the data that will be used on the ranged animation gets prepared, and before the animation gets played.
Hooks.on('oifWeaponRangedPostAnimation', (data) => {})
This hook fires after the ranged animation is played, and before the interaction and sound.
Hooks.on('oifWeaponRangedPostInteraction', (data) => {})
This hook fires after the ranged interaction.
Hooks.on('oifWeaponRangedPostSound', (data) => {})
This hook fires after the ranged sound.
Hooks.on('oifItemLightingPostPrepare', (data) => {})
This hook fires after the data that will be used on the lighting gets prepared, before it gets applied and before the sound.
Hooks.on('oifItemLightingLightPostApply', (data) => {})
This hooks fires after the lighting light gets applied.
Hooks.on('oifPostItemLightingLightSound', (data) => {})
This hook fires after the lighting light sound.
Hooks.on('oifItemLightingExtinguishPostApply', (data) => {})
This hooks fires after the lighting extinguish gets applied.
Hooks.on('oifPostItemLightingExtinguishSound', (data) => {})
This hook fires after the lighting extinguish sound.