Table of Contents

Enum LuauType

Namespace
LuauInterop
Assembly
LuauInterop.dll

Represents the type of a Lua value.

public enum LuauType

Fields

Boolean = 1
Buffer = 11
Function = 8
Integer = 4
LightUserData = 2
Nil = 0
Number = 3
String = 6
Table = 7
Thread = 10
UserData = 9
Vector = 5