DayZ 1.26
DayZ Explorer by KGB
|
Закрытые данные | |
Object | obj |
object,that we collide with (NULL if none), If hierLevel > 0 object is the proxy object | |
Object | parent |
if hierLevel > 0 most parent of the proxy object | |
vector | pos |
position of collision (in world coord) | |
vector | dir |
direction outside (in world coord) or (in case of line-object collision) direction and size of the intersection | |
int | hierLevel |
which hierarchy level is the collision detected at, == 0 = objects in landscape, > 0 = proxy | |
int | component |
index of component in corresponding geometry level | |
SurfaceInfo | surface |
surface material info handle | |
bool | entry |
is false if begining point was TriggerInsider | |
bool | exit |
is false if end point was inside | |
Contains result data of RaycastRVProxy function.
|
private |
index of component in corresponding geometry level
|
private |
direction outside (in world coord) or (in case of line-object collision) direction and size of the intersection
|
private |
is false if begining point was TriggerInsider
|
private |
is false if end point was inside
|
private |
which hierarchy level is the collision detected at, == 0 = objects in landscape, > 0 = proxy
|
private |
object,that we collide with (NULL if none), If hierLevel > 0 object is the proxy object
|
private |
if hierLevel > 0 most parent of the proxy object
|
private |
position of collision (in world coord)
|
private |
surface material info handle