mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
Globalize the PrecacheRes function (#921)
* Let mods access PrecacheRes function to create custom vgui screens
This commit is contained in:
parent
71e40fe4c7
commit
7e18d968b8
2 changed files with 4 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ global function ClientCodeCallback_OnDropShipCinematicEventStateChanged
|
|||
global function ClientCodeCallback_OnDetenteEnded
|
||||
global function PerfInitLabels
|
||||
|
||||
global function PrecacheRes
|
||||
|
||||
global var Hud = null
|
||||
|
||||
global bool TITAN_CORE_ENABLED = true
|
||||
|
|
|
|||
|
|
@ -15,9 +15,10 @@ global function ServerCallback_ClientInitComplete
|
|||
global function ClientCodeCallback_OnDropShipCinematicEventStateChanged
|
||||
global function ClientCodeCallback_OnDetenteEnded
|
||||
global function ClientCodeCallback_OnResolutionChanged
|
||||
|
||||
global function PerfInitLabels
|
||||
|
||||
global function PrecacheRes
|
||||
|
||||
global var Hud = null
|
||||
|
||||
global bool TITAN_CORE_ENABLED = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue