construct
This function is impure, it might potentially try to access anything in the world.
If you are using it in the context of a script system, it might cause access errors.
> Attempts to construct the given type, given an arbitrary map of values.
Arguments
Name | Type | Documentation |
---|---|---|
registration | ScriptTypeRegistration | ScriptComponentRegistration | ScriptResourceRegistration | The type to construct. |
payload | HashMap<String, ScriptValue> | The values to use to construct the type. |
Returns
Name | Type | Documentation |
---|---|---|
reference | ReflectReference | The constructed type. |