isaacscript-common 71.0.1 → 71.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.rollup.d.ts
CHANGED
|
@@ -8649,7 +8649,7 @@ export declare function isAllPressurePlatesPushed(): boolean;
|
|
|
8649
8649
|
/**
|
|
8650
8650
|
* Helper function to loop through every room on the floor and see if it has been cleared.
|
|
8651
8651
|
*
|
|
8652
|
-
* This function will only check rooms inside the
|
|
8652
|
+
* This function will only check rooms inside the grid and inside the current dimension.
|
|
8653
8653
|
*
|
|
8654
8654
|
* @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
|
|
8655
8655
|
* the array will be ignored. If not specified, then all rooms will be
|
|
@@ -244,7 +244,7 @@ export declare function is2x1Room(roomData: RoomConfig): boolean;
|
|
|
244
244
|
/**
|
|
245
245
|
* Helper function to loop through every room on the floor and see if it has been cleared.
|
|
246
246
|
*
|
|
247
|
-
* This function will only check rooms inside the
|
|
247
|
+
* This function will only check rooms inside the grid and inside the current dimension.
|
|
248
248
|
*
|
|
249
249
|
* @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
|
|
250
250
|
* the array will be ignored. If not specified, then all rooms will be
|
|
@@ -566,7 +566,7 @@ function ____exports.inStartingRoom(self)
|
|
|
566
566
|
end
|
|
567
567
|
--- Helper function to loop through every room on the floor and see if it has been cleared.
|
|
568
568
|
--
|
|
569
|
-
-- This function will only check rooms inside the
|
|
569
|
+
-- This function will only check rooms inside the grid and inside the current dimension.
|
|
570
570
|
--
|
|
571
571
|
-- @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
|
|
572
572
|
-- the array will be ignored. If not specified, then all rooms will be
|
package/package.json
CHANGED
package/src/functions/rooms.ts
CHANGED
|
@@ -534,7 +534,7 @@ export function is2x1Room(roomData: RoomConfig): boolean {
|
|
|
534
534
|
/**
|
|
535
535
|
* Helper function to loop through every room on the floor and see if it has been cleared.
|
|
536
536
|
*
|
|
537
|
-
* This function will only check rooms inside the
|
|
537
|
+
* This function will only check rooms inside the grid and inside the current dimension.
|
|
538
538
|
*
|
|
539
539
|
* @param onlyCheckRoomTypes Optional. A whitelist of room types. If specified, room types not in
|
|
540
540
|
* the array will be ignored. If not specified, then all rooms will be
|