When using the system scripting interface ("system/scripting") of sirius-web (part of the sirius framework), what method is available to use to get a specific registered Part to use in my script?
How do I get a Part in the sirius-web scripting interface?
61 Views Asked by Yalla T. At
2
One could extend the
DefaultGlobalContextExtender
and place an instance ofInjector
in the context...