/
Research object
Other great resources: Official JS API docs, Scripting Forum
Research object
Oct 07, 2012
Describes various attributes related to a specific researchable technology.
Properties
| Property | Type | Description | Game Version |
|---|---|---|---|
| power | Number | The number of power points required to start the research. | 3.1 |
| points | Number | The number of research points required to complete the research once it's started. | 3.1 |
| started | Boolean | Whether this research has been started by you or one of your allies:
| 3.1 |
| done | Boolean | Has this technology been fully researched yet?
| 3.1 |
| name | String | The name of the technology.
| 3.1 |
| type | Constant | RESEARCH_DATA | 3.1 Beta 11 |
Availability
Available since:
- Warzone 3.1 early alphas
- The .type property was added in Warzone 3.1 Beta 11
Where to get them?
The following functions return research objects:
- enumResearch() – lists immediately available researchable technologies
- findResearch() – lists technologies required to reach a specific goal
- getResearch() - get details about a specific technology
The following event includes a research object:
See also
You might also like:
- pursueResearch() – tell a research lab to research towards a set of goals
- Research & Technology – other API features relating to research and technology
, multiple selections available,