Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
isboxcollidinggeometryproxyclasses.c
Go to the documentation of this file.
1
3{
13 proto native void SetParams(vector center, vector orientation, vector edgeLength, ObjIntersect primaryType, ObjIntersect secondaryType, bool fullComponentInfo);
14}
15
17class ComponentInfo
18{
24}
25
27class BoxCollidingResult
28{
29 Object obj;
30 Object parent;
31
32 int hierLevel;
33 int geomLevel;
34
35 ref ComponentInfoArray componentInfo;
36 ref ProxyInfoArray proxyInfo;
37}
38
39typedef array<ref ComponentInfo> ComponentInfoArray;
Class that holds parameters to feed into CGame.IsBoxCollidingGeometryProxy.
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
vector componentCenter
Component center in world space.
vector componentMax
Component max in world space.
array< ref BoxCollidingResult > ProxyInfoArray
vector componentMin
Component min in world space.
class BoxCollidingParams component
ComponentInfo for BoxCollidingResult.
float componentRadius
Radius of bounding box.