Skip to content

Commit de8a0d6

Browse files
committed
Added injectBindings/Module(s)IntoScope, bump 3.1.1b128
1 parent 7f9773c commit de8a0d6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

api/core-engine/globals.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,16 @@ declare type ArmorType = "helmet" | "chestplate" | "leggings" | "boots";
218218
* currently there are only default armor models.
219219
*/
220220
declare type DefaultRenderTemplate = ArmorType;
221+
222+
/**
223+
* @since 3.1.0b126
224+
*/
225+
declare function injectBindingsIntoScope(moduleName: string, obj: object, allowOverrides: boolean): void;
226+
/**
227+
* @since 3.1.0b126
228+
*/
229+
declare function injectModuleIntoScope(moduleName: string, obj: object, allowOverrides: boolean): void;
230+
/**
231+
* @since 3.1.0b126
232+
*/
233+
declare function injectModulesIntoScope(obj: object, allowOverrides: boolean): void;

api/core-engine/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "Core Engine",
3-
"version": "2.4.0b122"
3+
"version": "3.1.1b128"
44
}

0 commit comments

Comments
 (0)