mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
675 B
675 B
Home > bitburner > Corporation > bribe
Corporation.bribe() method
Bribe a faction
Signature:
bribe(factionName: string, amountCash: number, amountShares: number): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| factionName | string | Faction name |
| amountCash | number | Amount of money to bribe |
| amountShares | number | Amount of shares to bribe |
Returns:
boolean
True if successful, false if not