[ 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.
| this |
The palette. |
| entry_num |
The entry to get. |
| entry_name |
The name of the entry. |
|
TRUE on success. |