path_get_name(ind)

From ENIGMA
Jump to navigation Jump to search

Description

Gets the name of the given path and returns the result.

Parameters

Parameter Data Type Description
ind unsigned index of the path

Return Values

string: Returns the name of the path

Example Call

// demonstrates getting the name of a path
var name;
name = path_get_name(mypath);