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

Method C_Str

Source/ThirdParty/assimp/types.h:381–383  ·  view source on GitHub ↗

Returns a pointer to the underlying zero-terminated array of characters */

Source from the content-addressed store, hash-verified

379
380 /** Returns a pointer to the underlying zero-terminated array of characters */
381 const char *C_Str() const {
382 return data;
383 }
384
385#endif // !__cplusplus
386

Callers 10

SetMethod · 0.80
HasKeyMethod · 0.80
PutStringMethod · 0.80
ProcessNodesFunction · 0.80
ProcessMeshFunction · 0.80
ImportTextureFunction · 0.80
ImportMaterialTextureFunction · 0.80
ImportMaterialsFunction · 0.80
ImportAnimationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected