MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / Clear

Method Clear

src/4JLibraries_Source/NX/Thread/C4JEventImpl.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7void C4JEventImpl::Clear() {
8 nn::os::ClearEvent(&this->m_eventType);
9}
10
11int C4JEventImpl::WaitForSignal(int time) {
12 nn::os::EventType* event = &m_eventType;

Callers 3

nnMainFunction · 0.80
clearMethod · 0.80
customDrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected