Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | JsonUndergroundTriggers |
class | JsonUndergroundAreaTriggerData |
class | UndergroundAreaLoader |
Variables | |
ref array< ref JsonUndergroundAreaTriggerData > | Triggers |
ref array< float > | Position |
float | EyeAccommodation |
bool | UseRaycast |
float | Radius |
class JsonUndergroundAreaTriggerData | GetPosition |
float EyeAccommodation |
Definition at line 15 of file undergroundarealoader.c.
class JsonUndergroundTriggers GetPosition |
Definition at line 9 of file undergroundarealoader.c.
Definition at line 14 of file undergroundarealoader.c.
float Radius |
Definition at line 17 of file undergroundarealoader.c.
ref array<ref JsonUndergroundAreaTriggerData> Triggers |
Definition at line 2 of file undergroundarealoader.c.
bool UseRaycast |
Definition at line 16 of file undergroundarealoader.c.