Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns a string representing a file ID.
filename = C_Texture.GetFilenameFromFileDataID(fileDataID)
Arguments[]
- fileDataID
- number - The file ID to query.
Returns[]
- filename
- string - A string of the form "FileData ID {fileDataID}".
Details[]
- This appears to mirror the return value of TextureBase:GetTextureFilePath.
Patch changes[]
Patch 10.0.0 (2022-10-25): Added.