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
Returns
MetaIndex(Script, string)
DynValue MetaIndex(Script script, string metaname)
Parameters
Returns
SetIndex(Script, DynValue, DynValue, bool)
bool SetIndex(Script script, DynValue index, DynValue value, bool isDirectIndexing)