It's now possible for the call tip, not only to warn the user if the function is deprecated and since what version, but also to suggest another function to use instead.
I've searched all relevant files inside gzdoom.pk3 to get the list of all the functions that have been deprecated. Then I've searched each function in the wiki to see if there's a suggested replacement function for each one.
There are some for which I have not been able to find a suggested replacement.
If someone with knowledge of zscript can help and tell me which function to recommend (if any) for each function on the following list, it would be much appreciated. <3
I don't know nothing about zscript, but I suspect the ones with an asterisk do not need a replacement.
Code: Select all
// 'base.txt'
DrawHUDTexture
LastIndexOf
// 'actor.txt'
A_FaceConsolePlayer
A_BulletAttack
* A_ChangeFlag
* A_SetUserVar
* A_SetUserArray
* A_SetUserVarFloat
* A_SetUserArrayFloat
// 'actor_checks.txt'
* A_CheckFlag
// 'compatibility.txt'
GameType
C_MidPrint
// 'stateprovider.txt'
A_GunFlash
A_Lower
A_Raise
A_CheckReload