MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / createInstance

Method createInstance

extlibs/soloud/src/core/soloud_queue.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 QueueInstance * Queue::createInstance()
78 {
79 if (mInstance)
80 {
81 stop();
82 mInstance = 0;
83 }
84 mInstance = new QueueInstance(this);
85 return mInstance;
86 }
87
88 void Queue::findQueueHandle()
89 {

Callers 1

playMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected