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

Function chan3Func

arm9/source/console.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 setChanEnabled(1, value);
309}
310void chan3Func(int value) {
311 setChanEnabled(2, value);
312}
313void chan4Func(int value) {
314 setChanEnabled(3, value);
315}

Callers

nothing calls this directly

Calls 1

setChanEnabledFunction · 0.85

Tested by

no test coverage detected