Table of Contents

Namespace LuauInterop

Classes

Luau

Represents a Luau instance.

LuauBase

Base class for all Luau objects that hold a reference to the Lua state.

LuauChunk

Represents a compiled Luau chunk, which is a block of bytecode that can be loaded into a Lua State.

LuauException

Represents an exception that occurs during Luau compilation or execution.

Structs

LuauValue

Represents a raw Luau value.

Enums

LuauType

Represents the type of a Lua value.