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

Function gImport

physx/samples/samplehelloworld/SampleHelloWorld.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static void gImport(Console* console, const char* text, void* userData)
107{
108 if(!text)
109 {
110 console->out("Usage: import <filename>");
111 return;
112 }
113}
114
115void SampleHelloWorld::onInit()
116{

Callers

nothing calls this directly

Calls 1

outMethod · 0.80

Tested by

no test coverage detected