DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | BoxCollidingParams |
Class that holds parameters to feed into CGame.IsBoxCollidingGeometryProxy. More... | |
class | array |
Result for an object found in CGame.IsBoxCollidingGeometryProxy. More... | |
Typedefs | |
typedef array< ref BoxCollidingResult > | ProxyInfoArray |
Variables | |
class BoxCollidingParams | component |
ComponentInfo for BoxCollidingResult. | |
vector | componentMin |
Component min in world space. | |
vector | componentMax |
Component max in world space. | |
vector | componentCenter |
Component center in world space. | |
float | componentRadius |
Radius of bounding box. | |
Definition at line 40 of file IsBoxCollidingGeometryProxyClasses.c.
class BoxCollidingParams component |
ComponentInfo for BoxCollidingResult.
Component index
Referenced by BleedingSourcesManagerBase::AttemptAddBleedingSource(), DayZCreatureAI::EEHitBy(), Entity::EEHitBy(), DayZInfected::EEHitBy(), DayZPlayer::EEHitBy(), InventoryItem::EEHitBy(), BroomBase::EEHitBy(), ManBase::EEHitBy(), EEHitBy(), DayZInfected::EEHitByRemote(), EEHitByRemote(), ManBase::EEHitByRemote(), DayZCreatureAI::FindComponentDirectionOffset(), GetDamageZoneFromComponentName(), PluginBase::GetHitMessage(), TentBase::HandleCamoNetAttachment(), RainProcurementHandler::HandleChangedComponents(), ItemBase::HandleOpeningsPhysics(), ItemBase::HandleOpeningsVisuals(), PluginBase::PlayerHitBy(), BleedingSourcesManagerBase::ProcessHit(), RainProcurementHandler::QueueStart(), and RainProcurementHandler::QueueStop().
vector componentCenter |
Component center in world space.
Definition at line 22 of file IsBoxCollidingGeometryProxyClasses.c.
vector componentMax |
Component max in world space.
Definition at line 21 of file IsBoxCollidingGeometryProxyClasses.c.
vector componentMin |
Component min in world space.
Definition at line 20 of file IsBoxCollidingGeometryProxyClasses.c.
float componentRadius |
Radius of bounding box.
Definition at line 23 of file IsBoxCollidingGeometryProxyClasses.c.