GCMod

Exports and Statebags

Public API and statebag behavior for gcm_pausemenu.


Exports

This resource does not define public exports(...) in its current implementation.

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