This method temporarily hides the item bar.
Parameters
None
Returns
None
Usage
You can use this method when you have created an item bar to be hid.
Examples
1.
//Link code/client/src/game.js
click() {
g.hideItemBar();
}
This method temporarily hides the item bar.
None
None
You can use this method when you have created an item bar to be hid.
//Link code/client/src/game.js
click() {
g.hideItemBar();
}
Proofread your code, check with your team and classmates, and if you’re still stuck!
Join us on Google Meet