MCPcopy Create free account
hub / github.com/SmingHub/Sming / Vec3TypeTable

Function Vec3TypeTable

Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:751–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751inline const flatbuffers::TypeTable *Vec3TypeTable() {
752 static const flatbuffers::TypeCode type_codes[] = {
753 { flatbuffers::ET_FLOAT, 0, -1 },
754 { flatbuffers::ET_FLOAT, 0, -1 },
755 { flatbuffers::ET_FLOAT, 0, -1 }
756 };
757 static const int64_t values[] = { 0, 4, 8, 12 };
758 static const char * const names[] = {
759 "x",
760 "y",
761 "z"
762 };
763 static const flatbuffers::TypeTable tt = {
764 flatbuffers::ST_STRUCT, 3, type_codes, nullptr, nullptr, values, names
765 };
766 return &tt;
767}
768
769inline const flatbuffers::TypeTable *MonsterTypeTable() {
770 static const flatbuffers::TypeCode type_codes[] = {

Callers 1

monster.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected