Class ModuleRegister
- Namespace
- MoonSharp.Interpreter
- Assembly
- Assembly-CSharp.dll
public static class ModuleRegister
- Inheritance
-
ModuleRegister
- Inherited Members
-
Methods
RegisterConstants(Table)
public static Table RegisterConstants(this Table table)
Parameters
table Table
Returns
- Table
RegisterCoreModules(Table, CoreModules)
public static Table RegisterCoreModules(this Table table, CoreModules modules)
Parameters
table Table
modules CoreModules
Returns
- Table
RegisterModuleType(Table, Type)
public static Table RegisterModuleType(this Table gtable, Type t)
Parameters
gtable Table
t Type
Returns
- Table
RegisterModuleType<T>(Table)
public static Table RegisterModuleType<T>(this Table table)
Parameters
table Table
Returns
- Table
Type Parameters
T