SetThreatLevelValue (Harvest)
From OxeyeWiki
(Difference between revisions)
Feone (Talk | contribs)
(Created page with '{{HarvestMethod | setThreatLevelValue(value) | Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game. | {{MethodP...')
Newer edit →
(Created page with '{{HarvestMethod | setThreatLevelValue(value) | Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game. | {{MethodP...')
Newer edit →
Revision as of 18:53, 13 March 2009
setThreatLevelValue(value) | ||
Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game. | ||
Parameter | Expected Type | Description |
amount | An integer | The number to set the threat level to. |
Returns | ||
Returns nothing. |
Example
harvest.setThreatLevelValue(threatLevel)