WorldIsPathNodeIdValid Method

RAGE Plugin Hook Documentation

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

Determines whether the specified value is a valid path node identifier.

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

public static bool IsPathNodeIdValid(
	uint pathNodeId
)

Parameters

pathNodeId
Type: SystemUInt32
The path node identifier.

Return Value

Type: Boolean
Returns true if the specified value is a valid path node identifier; otherwise, returns false.
Remarks

This is not a simple pathNodeId != 0 check.
See Also

Reference