MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / gExport

Function gExport

physx/samples/samplehelloworld/SampleHelloWorld.cpp:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static void gExport(Console* console, const char* text, void* userData)
98{
99 if(!text)
100 {
101 console->out("Usage: export <filename>");
102 return;
103 }
104}
105
106static void gImport(Console* console, const char* text, void* userData)
107{

Callers

nothing calls this directly

Calls 1

outMethod · 0.80

Tested by

no test coverage detected