GetAllLuaScripts
7/14/25Less than 1 minute
Collider.GetAllLuaScripts()
Returns an array of all Lua scripts that attached to the game object.
Returns:
| type | Description |
|---|---|
| LuaBehaviour[] | Array of all Lua scripts that attached to the game object. |
Usage
---@type Collider
local collider;
local val0 = collider.GetAllLuaScripts()
