mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 22:38:34 +02:00
BUGFIX: Wrong parameter requirement of ns.bladeburner.setTeamSize (#1673)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -3610,7 +3610,7 @@ export interface Bladeburner {
|
||||
*
|
||||
* @param type - Type of action.
|
||||
* @param name - Name of action. Must be an exact match.
|
||||
* @param size - Number of team members to set. Will be converted using Math.round().
|
||||
* @param size - Number of team members to set. Must be a non-negative integer.
|
||||
* @returns Number of Bladeburner team members you assigned to the specified action.
|
||||
*/
|
||||
setTeamSize(
|
||||
|
||||
Reference in New Issue
Block a user