path_get_precision(ind)

From ENIGMA
Jump to navigation Jump to search

Description

Gets the precision of the given path used for interpolating the points for a smooth path and returns the result.

Parameters

Parameter Data Type Description
ind unsigned index of the path

Return Values

integer: Returns the precision of the given path.

Example Call

// demonstrates getting the precision of a path
var prec;
prec = path_get_precision(mypath);