mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
13 lines
576 B
ReStructuredText
13 lines
576 B
ReStructuredText
getActionRepGain() Netscript Function
|
|
=====================================
|
|
|
|
.. js:function:: getActionRepGain(type, name[, level=current level])
|
|
|
|
:param string type: Type of action. See :ref:`bladeburner_action_types`
|
|
:param string name: Name of action. Must be an exact match
|
|
:param number level: Optional action level at which to calculate the gain
|
|
|
|
Returns the average Bladeburner reputation gain for successfully completing
|
|
the specified action. Note that this value is an 'average' and the real
|
|
reputation gain may vary slightly from this value.
|