MCPcopy Create free account
hub / github.com/Stewmath/GameYob / chan2Func

Function chan2Func

arm9/source/console.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 setChanEnabled(0, value);
306}
307void chan2Func(int value) {
308 setChanEnabled(1, value);
309}
310void chan3Func(int value) {
311 setChanEnabled(2, value);
312}

Callers

nothing calls this directly

Calls 1

setChanEnabledFunction · 0.85

Tested by

no test coverage detected