Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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{
31
34
35 ref ComponentInfoArray componentInfo;
37}
38
39typedef array<ref ComponentInfo> ComponentInfoArray;
Class that holds parameters to feed into CGame.IsBoxCollidingGeometryProxy.
proto native void SetParams(vector center, vector orientation, vector edgeLength, ObjIntersect primaryType, ObjIntersect secondaryType, bool fullComponentInfo)
Set the parameters.
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
ref ComponentInfoArray componentInfo
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.