Core EngineFunctionsWRAP_JAVAWRAP_JAVA CallableWRAP_JAVA<T>(name: string): TAllows to create new JS modules imported from Java code and use it in the mod.Type parametersT = anyParametersname: stringname of the module, as registered from Java codeReturns TJS module, implemented in Java code.
Allows to create new JS modules imported from Java code and use it in the mod.