Menu and Credits

Summary

This page will list different ways to interact with the Cyberpunk 2077 menus (pause and start screen)

Triggering menus/contexs

With a reference of gameuiInGameMenuGameController, you can spawn menu instance events to trigger different contexts, e.g.:

menu:SpawnMenuInstanceEvent("OnOpenPauseMenu")
menu:SpawnMenuInstanceEvent("OnSwitchToCredits")

See NativeDB for more detail

Last updated