MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / isString

Function isString

Source/ThirdParty/OpenFBX/ofbx.cpp:569–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569static bool isString(const Property* prop)
570{
571 if (!prop) return false;
572 return prop->getType() == Property::STRING;
573}
574
575
576static bool isLong(const Property* prop)

Callers 5

ObjectMethod · 0.85
toObjectIDFunction · 0.85
parseConnectionsFunction · 0.85
parseTakesFunction · 0.85
parseObjectsFunction · 0.85

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected