IClientACState - DauntlessStudio/Bedrock-Developments GitHub Wiki
- animations
- blend_transition
- blend_via_shortest_path
- on_entry
- on_exit
- particle_effects
- sound_effects
- transitions
- variables
• Optional animations: (string | { [key: string]: string; })[]
ts/app/types/client/animation_controller.ts:24
• Optional blend_transition: number
ts/app/types/client/animation_controller.ts:27
• Optional blend_via_shortest_path: boolean
ts/app/types/client/animation_controller.ts:28
• Optional on_entry: string[]
ts/app/types/client/animation_controller.ts:23
• Optional on_exit: string[]
ts/app/types/client/animation_controller.ts:26
• Optional particle_effects: IClientACParticleEffects[]
ts/app/types/client/animation_controller.ts:29
• Optional sound_effects: IClientACSoundEffects[]
ts/app/types/client/animation_controller.ts:30
• Optional transitions: { [key: string]: string; }[]
ts/app/types/client/animation_controller.ts:25
• Optional variables: Object
▪ [key: string]: IClientACSoundVariable