Function
Static Public Summary | ||
public |
isInt(n: *) |
|
public |
isIntersecting(rectOne: *, rectTwo: *) |
|
public |
parse(json: *, options: *): * |
|
public |
requireItems(directory: *): * |
Static Public
public isInt(n: *) source
import {isInt} from 'WTF-Adventure/WTF-Adventure/client/utils/util.js'
Params:
Name | Type | Attribute | Description |
n | * |
public isIntersecting(rectOne: *, rectTwo: *) source
import {isIntersecting} from 'WTF-Adventure/WTF-Adventure/client/utils/util.js'
Params:
Name | Type | Attribute | Description |
rectOne | * | ||
rectTwo | * |
public parse(json: *, options: *): * source
import parse from 'WTF-Adventure/WTF-Adventure/tools/map/processmap.js'
Params:
Name | Type | Attribute | Description |
json | * | ||
options | * |
Return:
* |
public requireItems(directory: *): * source
import requireItems from 'WTF-Adventure/WTF-Adventure/server/js/util/plugins.js'
Params:
Name | Type | Attribute | Description |
directory | * |
Return:
* |