mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
DOC: CORP: typo fixes in hire AdVert functions (#237)
This commit is contained in:
parent
14e50e5533
commit
6034e1c3fa
16
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
16
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -7176,19 +7176,17 @@ export interface OfficeAPI {
|
|||||||
*/
|
*/
|
||||||
getOffice(divisionName: string, cityName: string): Office;
|
getOffice(divisionName: string, cityName: string): Office;
|
||||||
/**
|
/**
|
||||||
* Get data about an employee
|
* Get the cost to hire AdVert.
|
||||||
* @param divisionName - Name of the division
|
* @param divisionName - Name of the division.
|
||||||
* @param cityName - Name of the city
|
* @returns The cost to hire AdVert.
|
||||||
* @param employeeName - Name of the employee
|
|
||||||
* @returns Employee data
|
|
||||||
*/
|
*/
|
||||||
getHireAdVertCost(divisionName: string): number;
|
getHireAdVertCost(divisionName: string): number;
|
||||||
/**
|
/**
|
||||||
* Get the number of times you have Hired AdVert
|
* Get the number of times you have hired AdVert.
|
||||||
* @param divisionName - Name of the division
|
* @param divisionName - Name of the division.
|
||||||
* @returns Number of times you have Hired AdVert
|
* @returns Number of times you have hired AdVert.
|
||||||
*/
|
*/
|
||||||
getHireAdVertCount(adivisionName: string): number;
|
getHireAdVertCount(divisionName: string): number;
|
||||||
/**
|
/**
|
||||||
* Get the cost to unlock research
|
* Get the cost to unlock research
|
||||||
* @param divisionName - Name of the division
|
* @param divisionName - Name of the division
|
||||||
|
Loading…
Reference in New Issue
Block a user