Delegate ITextureSubstitutionProvider.TextureDataInterceptorDelegate
Delegate describing a function that may be used to intercept and replace texture data. The path assigned may point to another texture inside the game's dats, or a .tex file or image on the disk.
Assembly: Dalamud.dll
View Source
Declaration
public delegate void ITextureSubstitutionProvider.TextureDataInterceptorDelegate(string path, ref string? replacementPath)