Table of Contents

Interface IUserDataType

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
public interface IUserDataType
Extension Methods

Methods

Index(Script, DynValue, bool)

DynValue Index(Script script, DynValue index, bool isDirectIndexing)

Parameters

script Script
index DynValue
isDirectIndexing bool

Returns

DynValue

MetaIndex(Script, string)

DynValue MetaIndex(Script script, string metaname)

Parameters

script Script
metaname string

Returns

DynValue

SetIndex(Script, DynValue, DynValue, bool)

bool SetIndex(Script script, DynValue index, DynValue value, bool isDirectIndexing)

Parameters

script Script
index DynValue
value DynValue
isDirectIndexing bool

Returns

bool