![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| override bool | CanBePlaced (Man player, vector position) |
| override bool | CanPutInCargo (EntityAI parent) |
| override bool | CanPutIntoHands (EntityAI parent) |
| override bool | CanRemoveFromCargo (EntityAI parent) |
| override void | EEDelete (EntityAI parent) |
| void | GardenPlot () |
| override int | GetGardenSlotsCount () |
| override bool | IsInventoryVisible () |
| override bool | IsTakeable () |
| override void | OnHologramBeingPlaced (Man player) |
| override void | OnPlacementComplete (Man player, vector position="0 0 0", vector orientation="0 0 0") |
| override void | OnPlacementStarted (Man player) |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| void | RefreshSlots () |
Private Attributes | |
| const int | GARDEN_SLOT_COUNT = 9 |
| Object | m_ClutterCutter |
| const float | PLACEMENT_HEIGHT_LIMIT = 0.3 |
Definition at line 1 of file gardenplot.c.
Definition at line 103 of file gardenplot.c.
References g_Game, and PLACEMENT_HEIGHT_LIMIT.
Definition at line 118 of file gardenplot.c.
Definition at line 129 of file gardenplot.c.
Definition at line 123 of file gardenplot.c.
|
inlineprivate |
Definition at line 26 of file gardenplot.c.
References g_Game, and m_ClutterCutter.
|
inlineprivate |
Definition at line 7 of file gardenplot.c.
|
inlineprivate |
Definition at line 42 of file gardenplot.c.
References GARDEN_SLOT_COUNT.
Referenced by ItemBase::CheckRainTick(), ItemBase::GardenBase(), ItemBase::GetNearestSlotIDByState(), ItemBase::InitializeSlots(), ItemBase::OnStoreLoad(), ItemBase::OnStoreSave(), ItemBase::SyncSlots(), ItemBase::UpdateSlots(), and ItemBase::UpdateTexturesOnAllSlots().
|
inlineprivate |
Definition at line 37 of file gardenplot.c.
|
inlineprivate |
Definition at line 113 of file gardenplot.c.
|
inlineprivate |
Definition at line 78 of file gardenplot.c.
References RefreshSlots().
|
inlineprivate |
Definition at line 83 of file gardenplot.c.
References ECE_PLACE_ON_SURFACE, g_Game, GetPosition(), m_ClutterCutter, and SyncSlots().
|
inlineprivate |
Definition at line 73 of file gardenplot.c.
References RefreshSlots().
|
inlineprivate |
Definition at line 12 of file gardenplot.c.
References ECE_PLACE_ON_SURFACE, g_Game, GetOrientation(), GetPosition(), and m_ClutterCutter.
|
inlineprivate |
Definition at line 47 of file gardenplot.c.
|
private |
Definition at line 4 of file gardenplot.c.
Referenced by GetGardenSlotsCount().
|
private |
Definition at line 3 of file gardenplot.c.
Referenced by EEDelete(), OnPlacementComplete(), and OnStoreLoad().
|
private |
Definition at line 5 of file gardenplot.c.
Referenced by CanBePlaced().