getName
getName / getDisplayName
<feature>:getName()
Ritorna il nome della feature.
Esempio 1. Esempio getName
local top = top_ptop()
local prt = top:new("TG_test")
print("\ngetName = " .. (prt:getName() or "nil"))
prt:erase()
Created with the Personal Edition of HelpNDoc: Maximize Your PDF Protection with These Simple Steps