File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5109,7 +5109,7 @@ interface Room {
51095109 * - ERR_INVALID_ARGS: The location is incorrect.
51105110 * - ERR_RCL_NOT_ENOUGH: Room Controller Level insufficient.
51115111 */
5112- createConstructionSite ( pos : RoomPosition | _HasRoomPosition , structureType : StructureConstant ) : ScreepsReturnCode ;
5112+ createConstructionSite ( pos : RoomPosition | _HasRoomPosition , structureType : BuildableStructureConstant ) : ScreepsReturnCode ;
51135113 /**
51145114 * Create new {@link ConstructionSite} at the specified location.
51155115 * @param x The X position
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ interface Room {
7878 * - ERR_INVALID_ARGS: The location is incorrect.
7979 * - ERR_RCL_NOT_ENOUGH: Room Controller Level insufficient.
8080 */
81- createConstructionSite ( pos : RoomPosition | _HasRoomPosition , structureType : StructureConstant ) : ScreepsReturnCode ;
81+ createConstructionSite ( pos : RoomPosition | _HasRoomPosition , structureType : BuildableStructureConstant ) : ScreepsReturnCode ;
8282 /**
8383 * Create new {@link ConstructionSite} at the specified location.
8484 * @param x The X position
You can’t perform that action at this time.
0 commit comments