[This is preliminary documentation and is subject to change.]
Struct representing the result of a ray trace.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The HitResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Hit |
Gets a value indicating whether the trace hit anything.
| |
HitEntity |
Gets the Entity that was hit.
| |
HitNormal |
Gets the normal of the surface that was hit.
| |
HitPosition |
Gets the position where the trace hit.
|
See Also