diff --git a/autogen/lua_definitions/manual.lua b/autogen/lua_definitions/manual.lua index 6594c25a3..0b464b2b5 100644 --- a/autogen/lua_definitions/manual.lua +++ b/autogen/lua_definitions/manual.lua @@ -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