isaacscript-common 32.1.0 → 32.1.1

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.
@@ -6685,7 +6685,7 @@ export declare function getRoomName(roomGridIndex?: int): string;
6685
6685
  *
6686
6686
  * Room descriptors without any data are assumed to be non-existent and are not included.
6687
6687
  *
6688
- * - If you want just the rooms inside of the grid, use the `getRoomsInGrid` helper function.
6688
+ * - If you want just the rooms inside of the grid, use the `getRoomsInsideGrid` helper function.
6689
6689
  * - If you want just the rooms outside of the grid, use the `getRoomsOutsideGrid` helper function.
6690
6690
  *
6691
6691
  * @param includeExtraDimensionalRooms Optional. On some floors (e.g. Downpour 2, Mines 2),
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 32.1.0
3
+ isaacscript-common 32.1.1
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -65,7 +65,7 @@ export declare function getRoomTypeName(roomType: RoomType): string;
65
65
  *
66
66
  * Room descriptors without any data are assumed to be non-existent and are not included.
67
67
  *
68
- * - If you want just the rooms inside of the grid, use the `getRoomsInGrid` helper function.
68
+ * - If you want just the rooms inside of the grid, use the `getRoomsInsideGrid` helper function.
69
69
  * - If you want just the rooms outside of the grid, use the `getRoomsOutsideGrid` helper function.
70
70
  *
71
71
  * @param includeExtraDimensionalRooms Optional. On some floors (e.g. Downpour 2, Mines 2),
@@ -312,7 +312,7 @@ end
312
312
  --
313
313
  -- Room descriptors without any data are assumed to be non-existent and are not included.
314
314
  --
315
- -- - If you want just the rooms inside of the grid, use the `getRoomsInGrid` helper function.
315
+ -- - If you want just the rooms inside of the grid, use the `getRoomsInsideGrid` helper function.
316
316
  -- - If you want just the rooms outside of the grid, use the `getRoomsOutsideGrid` helper function.
317
317
  --
318
318
  -- @param includeExtraDimensionalRooms Optional. On some floors (e.g. Downpour 2, Mines 2),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "32.1.0",
3
+ "version": "32.1.1",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -189,7 +189,7 @@ export function getRoomTypeName(roomType: RoomType): string {
189
189
  *
190
190
  * Room descriptors without any data are assumed to be non-existent and are not included.
191
191
  *
192
- * - If you want just the rooms inside of the grid, use the `getRoomsInGrid` helper function.
192
+ * - If you want just the rooms inside of the grid, use the `getRoomsInsideGrid` helper function.
193
193
  * - If you want just the rooms outside of the grid, use the `getRoomsOutsideGrid` helper function.
194
194
  *
195
195
  * @param includeExtraDimensionalRooms Optional. On some floors (e.g. Downpour 2, Mines 2),