MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getExampleName

Method getExampleName

examples/ExampleBrowser/ExampleEntries.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491const char* ExampleEntriesAll::getExampleName(int index)
492{
493 return m_data->m_allExamples[index].m_name;
494}
495
496const char* ExampleEntriesAll::getExampleDescription(int index)
497{

Callers 4

MyKeyboardCallbackFunction · 0.45
selectDemoFunction · 0.45
saveCurrentSettingsFunction · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected