docs(ns.getPlayer): update doc to have ram cost

Resolves danielyxie/bitburner#2084
This commit is contained in:
Dan
2021-12-21 01:44:32 +00:00
parent 009bae5870
commit 8ccb128e6f

View File

@ -5381,6 +5381,11 @@ export interface NS extends Singularity {
/** /**
* Get information about the player. * Get information about the player.
* @remarks
* RAM cost: 0.5 GB
*
* Returns an object with information on the current player.
*
* @returns Player info * @returns Player info
*/ */
getPlayer(): Player; getPlayer(): Player;