We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I know there's player.getID(), but that's only after accessing all players with something like for (const [player, input] of playerInputs.entries()) {
player.getID()
for (const [player, input] of playerInputs.entries()) {
How might I access the ID of my player? player.isLocal seems to sometimes not work depending on who's the host
player.isLocal
The text was updated successfully, but these errors were encountered:
in other words, how do i know whether i'm player 1 or player 2? i'm trying to connect to events of buttons that are outside of the canvas #85
Sorry, something went wrong.
No branches or pull requests
I know there's
player.getID()
, but that's only after accessing all players with something likefor (const [player, input] of playerInputs.entries()) {
How might I access the ID of my player?
player.isLocal
seems to sometimes not work depending on who's the hostThe text was updated successfully, but these errors were encountered: