typed-factorio 0.18.0 → 0.18.1
Sign up to get free protection for your applications and to get access to all the features.
- package/Changelog.md +4 -0
- package/generated/classes.d.ts +2 -1
- package/package.json +1 -1
package/Changelog.md
CHANGED
package/generated/classes.d.ts
CHANGED
@@ -11812,7 +11812,8 @@ interface LuaForce {
|
|
11812
11812
|
*
|
11813
11813
|
* {@link https://lua-api.factorio.com/latest/LuaForce.html#LuaForce.research_queue View documentation}
|
11814
11814
|
*/
|
11815
|
-
research_queue:
|
11815
|
+
get research_queue(): LuaTechnology[] | undefined
|
11816
|
+
set research_queue(value: TechnologyIdentification[] | undefined)
|
11816
11817
|
/**
|
11817
11818
|
* Whether research is enabled for this force, see {@link LuaForce.enable_research LuaForce::enable_research} and
|
11818
11819
|
* {@link LuaForce.disable_research LuaForce::disable_research}
|