GCMod

Exports and Statebags

Public API and statebag behavior for gcm_pausemenu.



Client Exports

At the moment, there are no client exports in gcm_pausemenu. If client exports are added in future updates, they will appear here with signatures and usage examples.

Server Exports

At the moment, there are no server exports in gcm_pausemenu. If server exports are added in future updates, they will appear here with signatures and usage examples.

Statebags

LocalPlayer.state.isLoggedIn (read-only usage)
  • Owner: local player statebag
  • Observed writes: none in this resource
  • Observed reads: used by Custom.IsPlayerLoaded() in QBCore mode to guard menu open.
lua
if not LocalPlayer.state.isLoggedIn then
  return
end
lua
-- no write in gcm_pausemenu