...
1--[[ MyGame.Example.Color
2
3 Automatically generated by the FlatBuffers compiler, do not modify.
4 Or modify. I'm a message, not a cop.
5
6 flatc version: 23.5.26
7
8 Declared by : //monster_test.fbs
9 Rooting type : MyGame.Example.Monster (//monster_test.fbs)
10
11--]]
12
13-- Composite components of Monster color.
14local Color = {
15 Red = 1,
16 -- \brief color Green
17 -- Green is bit_flag with value (1u << 1)
18 Green = 2,
19 -- \brief color Blue (1u << 3)
20 Blue = 8,
21}
22
23return Color
View as plain text