Client exports
The resource provides client exports so other scripts can interact with the pause menu.
IsPauseMenuOpen
booleanExample Usage
if exports['pinkFrog_pauseMenu']:IsPauseMenuOpen() then
print("The pinkFrog pause menu is currently open.")
else
print("The pinkFrog pause menu is currently closed.")
endExample Use Cases
Use Case
Description
Example Integration
Last updated