MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / NFD_PathSet_GetPath

Function NFD_PathSet_GetPath

Engine/lib/nativeFileDialogs/nfd_common.c:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27nfdchar_t *NFD_PathSet_GetPath( const nfdpathset_t *pathset, size_t num )
28{
29 assert(pathset);
30 assert(num < pathset->count);
31
32 return pathset->buf + pathset->indices[num];
33}
34
35void NFD_PathSet_Free( nfdpathset_t *pathset )
36{

Callers 1

ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected