...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/Color.nim

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

     1#[ MyGame.Example.Color
     2  Automatically generated by the FlatBuffers compiler, do not modify.
     3  Or modify. I'm a message, not a cop.
     4
     5  flatc version: 23.5.26
     6
     7  Declared by  : 
     8  Rooting type : MyGame.Example.Monster ()
     9]#
    10
    11#  Composite components of Monster color.
    12type Color*{.pure.} = enum
    13  Red = 1.uint8,
    14  #  \brief color Green
    15  #  Green is bit_flag with value (1u << 1)
    16  Green = 2.uint8,
    17  #  \brief color Blue (1u << 3)
    18  Blue = 8.uint8,

View as plain text