Merge pull request #2085 from hexnaught/get-player-ramcost-doc-patch

docs(ns.getPlayer): update doc to have ram cost
This commit is contained in:
hydroflame 2021-12-21 10:45:34 -05:00 committed by GitHub
commit ede6be3d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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