get_entry_name


Description:

[ Version ( since = "2.2" ) ]
public bool get_entry_name (int entry_num, out string entry_name)

Gets the name of an entry in the palette.

Gets the name of the entry at the zero-based index into the palette. Returns an error when the index is out of range.

Parameters:

this

The palette.

entry_num

The entry to get.

entry_name

The name of the entry.

Returns:

TRUE on success.