tool.skill.SkillSound
tool.skill.SkillSound
Inherits from: tool.skill.SkillEvent
Fields
| Name | Type | |
|---|---|---|
sound | hxd.res.Sound | |
path | String | |
fadeIn | F64 | |
fadeOut | F64 | |
pitch | Null | |
volume | F64 | |
spatialized | Bool | |
holdWhileTrigger | Bool | |
loopWhileHeld | Bool | |
holdCond | Fun |
Protos
f@4937setPlayParams(tool.skill.SkillSound, Virtual[x, y], Null, Ref, Ref) → Voidf@4938setLoopParams(tool.skill.SkillSound, Ref, Ref) → Voidf@4939tryTrigger(tool.skill.SkillSound, Null, Null) → Boolf@4940trigger(tool.skill.SkillSound, Null) → Voidf@4941update(tool.skill.SkillSound) → Void
Bindings
- static
f@4942__constructor__(tool.skill.SkillSound, String, tool.skill.Skill, F64, String, Virtual[desc, icon, id], Virtual[x, y]) → Void