UI - Popups and Notifications

From Off Grid Wiki
Jump to navigation Jump to search

Overview

A page detailing the different types of Notifications at your disposal, and best practises to ensure they look great in game.

For UI Lua API see: UI_Lua_API

Popup - Progress Bar

UI.ShowPopup(PopupType.progress, header, message, timeout)

Use Case: In the Off Grid main campaign, we use these popups to simulate installations and the transmitting of data.

It's a way we like to enrich the lore and world building.