Constants

From Off Grid Wiki
Revision as of 14:53, 19 June 2017 by Harry (talk | contribs) (First pass of constants page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Constants

Enums

AIDistractionType

The type of distraction that can affect NPCs

Usage Description
AIDistractionType.SpottedPlayer The player has been spotted
AIDistractionType.HeardSound A sound has been heard

NetworkType

The type of network, different devices and characters will only connect to certain network types

Usage Description
NetworkType.mobile Mobile network (4G)- This will mainly just contain mobile phone devices
NetworkType.wifi Wifi networks will be the most common, and will contain all sorts of devices
NetworkType.mesh Mesh networks are mainly set up as part of a storyline
NetworkType.nfc

DataPointType

Usage Description
DataPointType.generic
DataPointType.text
DataPointType.SMS
DataPointType.encrypted
DataPointType.audio
DataPointType.video
DataPointType.location
DataPointType.key
DataPointType.UUID