📄️ DamageableComponent
DamageableComponent is a component which defines properties, events, and functions for objects which take damage. You can only apply this API to both a player and a non-player character (NPC). To convert an object to an NPC, attach a Character or Monster component to it. DamageableComponent can only function when the Damageable module (https://developer.yahaha.com/manual/yahaha-studio-manual/scripting/module/module-reference/Damageable/) is added to the same object.
📄️ YaBackpackComponent
YaBackpackComponent manages the backpack and items to be put in or moved out of the backpack.
📄️ YaBackpackConfigComponent
YaBackpackConfigComponentmanages backpack-related configuration.
📄️ YaForcerComponent
YaForcerComponent controls the force acted on the player and its effect. YaForcerComponent can only function when the Forcer module (https://developer.yahaha.com/manual/yahaha-studio-manual/scripting/module/module-reference/Forcer/) is added to the same object.
📄️ YaGameConfigComponent
YaGameConfigComponentmanages game configuration.
📄️ YaGame
YaGame controls the players of a game.
📄️ YaMovableComponent
YaMovableComponent manages an entity's Transform, including rotation, position, and scale, etc.
📄️ YaMoverComponent
YaMoverComponent determines whether an object moves and the way it moves. YaMoverComponent can only function when the Mover module (https://developer.yahaha.com/manual/yahaha-studio-manual/scripting/module/module-reference/Mover/) is added to the same object.
📄️ YaPendulumComponent
YaPendulumComponent controls the circular motion of an object. YaPendulumComponent can only function when the Pendulum module (https://developer.yahaha.com/manual/yahaha-studio-manual/scripting/module/module-reference/Pendulum/) is added to the same object.
📄️ YaPlayerComponent
YaPlayerComponent manages player-related information.
📄️ YaScene
YaScene manages how to spawn and destroy an entity in the scene.
📄️ YaSpeakerComponent
The YaSpeakerComponent allows creators to make non-player characters (NPCs) speakable so that players can talk to NPCs using the preset dialogues. Dialogues are displayed when the NPC is interacted with players. You can only apply this API to a speaker. A speaker is a non-player character (NPC) with a Dialogue component.
📄️ YaSpinnerComponent
YaSpinnerComponent determines whether an object spin and the way it spins. YaSpinnerComponent can only function when the Spinner module (https://developer.yahaha.com/manual/yahaha-studio-manual/scripting/module/module-reference/Spinner/) is added to the same object.
📄️ YaTraceMoverComponent
YaTraceMoverComponent determines how an entity traces a target entity. YaTraceMoverComponent can only function when the Trace Mover module (https://developer.yahaha.com/manual/yahaha-studio-manual/scripting/module/module-reference/TraceMover/) is added to the same object.
📄️ YaVfxComponent
YaVfxComponent manages the play, replay, stop, and pause of visual effects.