Playable

Playable

STD Library
Componente
Combinar:
entity

Playable Components

Propiedades

Nombre Tipo Descripción Nombre del script
Playing Status Bool Solo lectura Playable
Whether the wave is playing or not
IsPlaying
FLAG Int Solo lectura Playable
Flag bit
Flag
Auto-Play Status Bool Playable
If checked, it will be played automatically upon creation.
IsAutoPlaying

Event

Nombre Descripción
On Start Fired when a playable entity starts playing
On End Triggered when the playable entity finishes playing. This event only takes effect on the client side when the playable entity is a sound effect, special effect, etc.
On Resume Triggered when a playable entity resumes playing
On Pause Triggered when a playable entity is paused
On Each Loop Triggered each time the playable entity loops. This event only takes effect on the client side when the playable entity is a sound effect, special effect, etc.