UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 194 B
import { PERMISSION, PermissionsComponent } from "./PermissionsComponent"; export function HasCustomDisplayList(id) { return !!PermissionsComponent.data[id][PERMISSION.CUSTOM_DISPLAY_LIST]; }