Port mobjinfo.string from ring racers.
This allows users to get the mobjtype's name as a string.
print(mobjinfo[MT_THOK].string)
>THOK
String does not come with the MT_
prefix.
Example (Omitted MT_NAMECHECK): mobjinfo_string.lua
Edited by Jisk
This allows users to get the mobjtype's name as a string.
print(mobjinfo[MT_THOK].string)
>THOK
String does not come with the MT_
prefix.
Example (Omitted MT_NAMECHECK): mobjinfo_string.lua