GetLumpFullPath
Jump to navigation
Jump to search
native static string GetLumpFullPath(int lump) (New from 4.14.2)
Usage
Returns the full path and name of the lump at the given index. The full name will contain a path to the lump (starting at the archive's root) and the lump's file extension (if any). (Verification needed)
For getting the short name (without path or extension), see GetLumpName.
Return values
- String — the short name of the lump.