WorldTraceExtent Method (Vector3, Vector3, Single, TraceFlags, Entity)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[ObsoleteAttribute("Use TraceCapsule instead.", true)]
[HandleProcessCorruptedStateExceptionsAttribute]
public static HitResult TraceExtent(
	Vector3 start,
	Vector3 end,
	float radius,
	TraceFlags flags,
	params Entity[] entitiesToIgnore
)

Parameters

start
Type: RageVector3

[Missing <param name="start"/> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

end
Type: RageVector3

[Missing <param name="end"/> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

radius
Type: SystemSingle

[Missing <param name="radius"/> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

flags
Type: RageTraceFlags

[Missing <param name="flags"/> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

entitiesToIgnore
Type: RageEntity

[Missing <param name="entitiesToIgnore"/> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

Return Value

Type: HitResult

[Missing <returns> documentation for "M:Rage.World.TraceExtent(Rage.Vector3,Rage.Vector3,System.Single,Rage.TraceFlags,Rage.Entity[])"]

See Also

Reference