![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | UndergroundTriggerCarrier |
| This entity exists both client and server side when it enters into player's bubble and gets instantiated client-side, it will locally spawn UndergroundTrigger, which is the actual trigger. More... | |
Functions | |
| bool | CanAddObjectAsInsider (Object object) |
| override void | EOnInit (IEntity other, int extra) |
| Object | GetTriggerParentObject () |
| void | Init (JsonUndergroundAreaTriggerData data) |
| void | OnEnterClientEvent (TriggerInsider insider) |
| void | OnLeaveClientEvent (TriggerInsider insider) |
| void | SetTriggerParentObject (Object parent) |
| sets parent "virtual" parent object that trigger is registered to, eg. building | |
Definition at line 132 of file undergroundtrigger.c.
Definition at line 143 of file undergroundtrigger.c.
|
protected |
Definition at line 127 of file undergroundtrigger.c.
References m_ParentObject.
|
protected |
Definition at line 90 of file undergroundtrigger.c.
References JsonUndergroundAreaTriggerData::Breadcrumbs, ErrorEx, JsonUndergroundAreaTriggerData::EyeAccommodation, JsonUndergroundAreaTriggerData::GetSize(), JsonUndergroundAreaTriggerData::InterpolationSpeed, m_Accommodation, m_Data, m_InterpolationSpeed, m_Type, and SetExtents().
|
protected |
Definition at line 163 of file undergroundtrigger.c.
References TriggerInsider::GetObject(), and UndergroundHandlerClient().
|
protected |
Definition at line 176 of file undergroundtrigger.c.
References TriggerInsider::GetObject(), and UndergroundHandlerClient().
|
protected |
sets parent "virtual" parent object that trigger is registered to, eg. building
Definition at line 122 of file undergroundtrigger.c.
References m_ParentObject.
| float m_Accommodation |
Definition at line 85 of file undergroundtrigger.c.
Referenced by Init().
| UndergroundTriggerCarrier m_Data |
| float m_InterpolationSpeed |
Definition at line 86 of file undergroundtrigger.c.
Referenced by Init().
|
protected |
Definition at line 88 of file undergroundtrigger.c.
| EUndergroundTriggerType m_Type |
Definition at line 84 of file undergroundtrigger.c.
| UndergroundTriggerCarrier TRANSITIONING |
| UndergroundTriggerCarrier UNDEFINED |