You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also we can mark ---@type defined fields as deprecated, like self.Owner, self.Weapon, ViewData.orthotop, SoundData.pitchstart foo.example = nil ---@deprecated also works LuaLS/lua-language-server#1313 (comment)
but unfortunately, deprecated structure fields on the wiki are warnings or text, not <deprecated>
Changed DEPRECATED tag to Warning since such changes never are going to be removed
it is also possible due to the fact that the entire page may become DEPRECATED (on the left navbar), but this is wrong
I noticed that the field
SWEP.Weapon
was not exported https://wiki.facepunch.com/gmod/Structures/SWEP#WeaponAlso we can mark
---@type
defined fields as deprecated, likeself.Owner
,self.Weapon
,ViewData.orthotop
,SoundData.pitchstart
foo.example = nil ---@deprecated
also worksLuaLS/lua-language-server#1313 (comment)
but unfortunately, deprecated structure fields on the wiki are warnings or text, not
<deprecated>
it is also possible due to the fact that the entire page may become DEPRECATED (on the left navbar), but this is wrong
https://wiki.facepunch.com/gmod/Enums/TEXTUREFLAGS
![Image](https://private-user-images.githubusercontent.com/7351599/409417670-242b3142-963a-4d7a-bfc8-13ceb98f515c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjI0ODcsIm5iZiI6MTczOTIyMjE4NywicGF0aCI6Ii83MzUxNTk5LzQwOTQxNzY3MC0yNDJiMzE0Mi05NjNhLTRkN2EtYmZjOC0xM2NlYjk4ZjUxNWMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjExNjI3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjhmZjYwZDA0NTVkMDdiMmVkZjIyMzY4NjIxNzk1NTI1MTRlMTBjOGZiNzBlNDE2ZTc2YWYwNzcwZTQ5YzBiMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.lsF93bVpXIaz0rL3duknjCGIEp3Gh3KVpBH9O3kFbSk)
Someone probably tried to turn it off
<deprecated notag="1">
, but it doesn't work.The text was updated successfully, but these errors were encountered: