📄️ useAddAnimations
Adds animations to the engine.
📄️ useAddClothes
Adds clothes to the clothes system.
📄️ useAddSkinMasks
Adds a skin mask to the clothes system.
📄️ useAddSound
Adds a sound to the engine.
📄️ useCommand
Adds a command to the server.
📄️ useControllerProp
Watch for changes to a controller property.
📄️ useCursorLock
Detects if the cursor is locked.
📄️ useEngine
Uses the EngineManager.
📄️ useEvent
Listen to an event.
📄️ useFrame
Calls a function every frame.
📄️ useInterface
Detects if the specified interface is present.
📄️ useInterfaces
Re-render if any interface changed.
📄️ useKey
Listen for a key event.
📄️ useLocalPlayer
Returns the local PlayerManager.
📄️ useLocalPlayerId
Returns the local player's ID.
📄️ useMainToolbarItem
Adds a toolbar item to the main toolbar.
📄️ useMemoryStore
Gets a memory store manager.
📄️ useObject
Uses an object by their ID.
📄️ useOnTicks
u---
📄️ usePersistentStore
Gets a persistent store.
📄️ usePlayer
Uses a player by their ID.
📄️ usePointer
Listen for a key event.
📄️ useStreamedLocalPlayer
Returns the local player streamed in.
📄️ useStreamedObject
Uses a streamed object by their ID.
📄️ useStreamedPlayer
Uses a streamed player by their ID.
📄️ useToolbar
Adds a toolbar to the UI.
📄️ useToolbarItemPress
Listen to the press event of a toolbar item.