Menu and Credits
Summary
Triggering menus/contexs
menu:SpawnMenuInstanceEvent("OnOpenPauseMenu")
menu:SpawnMenuInstanceEvent("OnSwitchToCredits")Last updated
This page will list different ways to interact with the Cyberpunk 2077 menus (pause and start screen)
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