TaskInvokerFollowPointRoute Method

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.TaskInvoker.FollowPointRoute(Rage.Vector3[],System.Single)"]

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

public Task FollowPointRoute(
	Vector3[] points,
	float speed
)

Parameters

points
Type: RageVector3

[Missing <param name="points"/> documentation for "M:Rage.TaskInvoker.FollowPointRoute(Rage.Vector3[],System.Single)"]

speed
Type: SystemSingle

[Missing <param name="speed"/> documentation for "M:Rage.TaskInvoker.FollowPointRoute(Rage.Vector3[],System.Single)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Rage.TaskInvoker.FollowPointRoute(Rage.Vector3[],System.Single)"]

See Also

Reference