<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#ships|Ships]] ===== GetShipNameFromSlot ===== ^Arguments^Result^Notation^ |int| string| [int- string] | === Description === int ARG1: Slot ID. Valid slot IDs are 0 to 23 inclusive. Returns the name of the ship associated with a given build slot. This is the same name that appears on the build button. If the slot with the given ID is empty, an empty string is returned. If the Slot ID is invalid GetShipNameFromSlot returns nothing. === Examples === TODO