Document texture_override_set a little more

This commit is contained in:
Agent X 2024-02-21 14:59:31 -05:00
parent 015f5920d6
commit b6a396b0cd

View file

@ -268,6 +268,8 @@ end
--- @param overrideTexInfo TextureInfo --- @param overrideTexInfo TextureInfo
--- @return nil --- @return nil
--- Overrides a texture with a custom `TextureInfo` --- Overrides a texture with a custom `TextureInfo`
--- * textureName must be the codename of a vanilla texture, you can find these in files such as `texture.inc.c`s
--- * overrideTexInfo can be any TextureInfo
function texture_override_set(textureName, overrideTexInfo) function texture_override_set(textureName, overrideTexInfo)
-- ... -- ...
end end