MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / flush_triggered

Function flush_triggered

src/SB/Game/zTalkBox.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 static void flush_triggered()
125 {
126 while (!shared.triggered.empty())
127 {
128 trigger_pair tp = shared.triggered.front();
129 shared.triggered.pop_front();
130 zEntEvent(tp.origin, tp.origin, tp.event);
131 }
132 }
133
134 static bool read_bool(const substr& s, bool def)
135 {

Callers 2

cb_dispatchFunction · 0.85
update_allMethod · 0.85

Calls 3

pop_frontMethod · 0.80
zEntEventFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected