Table of Contents

Enum LuauLibrary

Namespace
LuauInterop.Runtime
Assembly
LuauInterop.dll
[Flags]
public enum LuauLibrary

Fields

All = Base | Coroutine | Table | OS | String | Bit32 | Buffer | Utf8 | Math | Debug | Vector | Integer
Base = 1
Bit32 = 32
Buffer = 64
Coroutine = 2
Debug = 512
Integer = 2048
Math = 256
None = 0
OS = 8
String = 16
Table = 4
Utf8 = 128
Vector = 1024