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

Method createInstance

extlibs/soloud/src/core/soloud_bus.cpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 BusInstance * Bus::createInstance()
128 {
129 if (mChannelHandle)
130 {
131 stop();
132 mChannelHandle = 0;
133 mInstance = 0;
134 }
135 mInstance = new BusInstance(this);
136 return mInstance;
137 }
138
139 void Bus::findBusHandle()
140 {

Callers 3

setFilterMethod · 0.45
playMethod · 0.45
setGlobalFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected