Skip to content

Api > VideoPlayer > GetAllLuaScripts()


VideoPlayer.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 VideoPlayer
local videoplayer;


local val0 = videoplayer.GetAllLuaScripts()