Show / Hide Table of Contents

Enum DataType

Enumeration of possible data types in MoonSharp

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum DataType

Boolean

A Lua boolean

ClrFunction

A callback function

Function

A Lua function

Nil

A nil value, as in Lua

Number

A Lua number

String

A Lua string

Table

A Lua table

TailCallRequest

A request to execute a tail call

Thread

A coroutine handle

Tuple

A set of multiple values

UserData

A userdata reference - that is a wrapped CLR object

Void

A place holder for no value

YieldRequest

A request to coroutine.yield

Back to top Built by Itinero, MIT licensed.