Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ Queue
Method
Queue
MicropolisCore/src/CellEngine/src/cellengine.cpp:218–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
static void Queue(
219
long xx,
220
long yy,
221
long ww,
222
long hh,
223
long ss)
224
{
225
queue.push_back(
226
SoundEvent(
227
xx,
228
yy,
229
ww,
230
hh,
231
ss));
232
}
233
234
static void ClearQueue()
235
{
Callers
nothing calls this directly
Calls
1
SoundEvent
Class · 0.85
Tested by
no test coverage detected