aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut
blob: cdf1c98155b3c3ff2dc1f723e5fc7961311944b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
untyped
globalize_all_functions

void function NorthstarCodeCallback_GenerateUIPresence() {
	UIPresenceStruct uis

	uis.isLoading = uiGlobal.isLoading
	uis.isLobby = IsLobby()
	uis.loadingLevel = uiGlobal.loadingLevel
	uis.loadedLevel = uiGlobal.loadedLevel
	NSPushUIPresence(uis)
}