path_duplicate(ind)

From ENIGMA
Jump to navigation Jump to search

Description

Duplicates the given path and returns the index of the copy.

Parameters

Parameter Data Type Description
ind unsigned index of the path

Return Values

integer: Returns the index of the duplicate path.

Example Call

// demonstrates duplicating a path
duppath = path_duplicate(mypath);