bitburner.go.getcurrentplayer.md

March 27, 2026 ยท View on GitHub

Home > bitburner > Go > getCurrentPlayer

Go.getCurrentPlayer() method

Returns the color of the current player, or 'None' if the game is over.

Signature:

getCurrentPlayer(): "White" | "Black" | "None";

Returns:

"White" | "Black" | "None"

"White" | "Black" | "None"

Remarks

RAM cost: 0 GB

Contents

  1. 1Go.getCurrentPlayer() method
  2. 2Remarks