[This is preliminary documentation and is subject to change.]
Gets a position directly in front of this
Entity.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Vector3 FrontPosition { get; }
Public ReadOnly Property FrontPosition As Vector3
Get
public:
property Vector3 FrontPosition {
Vector3 get ();
}
Property Value
Type:
Vector3A
Vector3 representing the position.
Reference