mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Document texture_override_set a little more
This commit is contained in:
parent
015f5920d6
commit
b6a396b0cd
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue