...

Text file src/github.com/google/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.lua

Documentation: github.com/google/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB

     1-- automatically generated by the FlatBuffers compiler, do not modify
     2
     3-- namespace: NamespaceB
     4
     5local UnionInNestedNS = {
     6    NONE = 0,
     7    TableInNestedNS = 1,
     8}
     9
    10return UnionInNestedNS -- return the module

View as plain text