Open Frouk3 opened 1 year ago
I don't know what you want.
I don't know what you want.
it should hint user when bitwise is detected
---@enum eStpFlags bitwise
eStpFlags = {
0x1 = STP_PHYSICS,
0x2 = STP_OBJECTS,
0x4 = STP_ETCOBJECTS
}
---@type eStpFlags
local g_StpFlags = 0
if g_StpFlags & (--[[hint: eStpFlags.STP_PHYSICS, eStpFlags.STP_OBJECTS, eStpFlags.STP_ETCOBJECTS]]) ...