isaac-lua-api-vscode
isaac-lua-api-vscode copied to clipboard
### 1. **Missing Optional Argument Overloads** Some method overloads appear to be missing from the plugin's type definitions, leading to false errors or lack of autocomplete: #### `Entity:AddBurn` ```lua void...
Current function description reads: Level:TryPlaceRoom(roomConfigRoom: RoomConfigRoom, gridIndex: integer, dimension: Dimension, allowMultipleDoors: boolean, allowSpecialNeighbors: boolean, allowNoNeighbors: boolean). There should be a "seed: integer" argument between dimension and allowMultipleDoors.
With nearly every content mod using custom libraries or APIs like [External Item Descriptions](https://steamcommunity.com/sharedfiles/filedetails/?id=836319872), I feel like it's important for modders using this extension to be able to do so...
the default is 500 but this is not enough to load `isaacscript-common`