Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 710 Bytes

bitburner.reputationformulas.repfromdonation.md

File metadata and controls

25 lines (15 loc) · 710 Bytes

Home > bitburner > ReputationFormulas > repFromDonation

ReputationFormulas.repFromDonation() method

Calculate how much rep would be gained.

Signature:

repFromDonation(amount: number, player: Person): number;

Parameters

Parameter Type Description
amount number Amount of money donated
player Person Player info, typically from getPlayer

Returns:

number