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
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ end
--- @param overrideTexInfo TextureInfo
--- @return nil
--- 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)
-- ...
end