• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-- automatically generated by the FlatBuffers compiler, do not modify
2
3-- namespace: Example
4
5-- Composite components of Monster color.
6local Color = {
7    Red = 1,
8    -- \brief color Green
9    -- Green is bit_flag with value (1u << 1)
10    Green = 2,
11    -- \brief color Blue (1u << 3)
12    Blue = 8,
13}
14
15return Color -- return the module