![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | EffectArea |
Enumerations | |
| enum | eZoneType { STATIC = 1, DYNAMIC = 2 } |
Variables | |
| enum eZoneType | m_ParamName = "Default setup" |
| string | m_ParamTriggerType = "ContaminatedTrigger" |
| float | m_ParamRadius = 100 |
| float | m_ParamPosHeight = 25 |
| float | m_ParamNegHeight = 10 |
| int | m_ParamInnerRings = 1 |
| int | m_ParamInnerSpace = 35 |
| bool | m_ParamOuterToggle = true |
| int | m_ParamOuterSpace = 20 |
| int | m_ParamOuterOffset = -5 |
| int | m_ParamVertLayers = 0 |
| int | m_ParamVerticalOffset = 10 |
| int | m_ParamPartId = 0 |
| int | m_ParamAroundPartId = 0 |
| int | m_ParamTinyPartId = 0 |
| string | m_ParamPpeRequesterType = "PPERequester_ContaminatedAreaTint" |
| enum eZoneType |
| Enumerator | |
|---|---|
| STATIC | |
| DYNAMIC | |
Definition at line 2 of file effectarea.c.
| int m_ParamAroundPartId = 0 |
Definition at line 29 of file effectarea.c.
| int m_ParamInnerRings = 1 |
Definition at line 16 of file effectarea.c.
| int m_ParamInnerSpace = 35 |
Definition at line 17 of file effectarea.c.
| enum eZoneType m_ParamName = "Default setup" |
| float m_ParamNegHeight = 10 |
Definition at line 15 of file effectarea.c.
| int m_ParamOuterOffset = -5 |
Definition at line 20 of file effectarea.c.
| int m_ParamOuterSpace = 20 |
Definition at line 19 of file effectarea.c.
| bool m_ParamOuterToggle = true |
Definition at line 18 of file effectarea.c.
| int m_ParamPartId = 0 |
Definition at line 28 of file effectarea.c.
| float m_ParamPosHeight = 25 |
Definition at line 14 of file effectarea.c.
| string m_ParamPpeRequesterType = "PPERequester_ContaminatedAreaTint" |
Definition at line 32 of file effectarea.c.
| float m_ParamRadius = 100 |
Definition at line 13 of file effectarea.c.
| int m_ParamTinyPartId = 0 |
Definition at line 30 of file effectarea.c.
| string m_ParamTriggerType = "ContaminatedTrigger" |
Definition at line 12 of file effectarea.c.
| int m_ParamVerticalOffset = 10 |
Definition at line 22 of file effectarea.c.
| int m_ParamVertLayers = 0 |
Definition at line 21 of file effectarea.c.