From b6a396b0cdc772cd94aab7482adb138eb53d6ca3 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:59:31 -0500 Subject: [PATCH] Document texture_override_set a little more --- autogen/lua_definitions/manual.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen/lua_definitions/manual.lua b/autogen/lua_definitions/manual.lua index 6594c25a..0b464b2b 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