tobit
Definition
-- @/=[C]:-1
function tobit(...)
Callers
@/lua/ge/extensions/editor/materialEditor.lua
local enum_animFlags = {
scroll = tobit(0x00000001), -- 1
rotate = tobit(0x00000002), -- 2
scroll = tobit(0x00000001), -- 1
rotate = tobit(0x00000002), -- 2
wave = tobit(0x00000004), -- 4
rotate = tobit(0x00000002), -- 2
wave = tobit(0x00000004), -- 4
scale = tobit(0x00000008), -- 8
wave = tobit(0x00000004), -- 4
scale = tobit(0x00000008), -- 8
sequence = tobit(0x00000010) -- 16
scale = tobit(0x00000008), -- 8
sequence = tobit(0x00000010) -- 16
}
layer = layer or o.layer[0]
local animFlags = tobit(currentMaterial:getField(property, layer))
im.TextUnformatted(label)