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

Function AddToCheatPressed

src/SB/Game/zGameExtras.cpp:353–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void AddToCheatPressed(U32 button)
354{
355 for (S32 i = 0; i < 15; i++)
356 {
357 sCheatPressed[i] = sCheatPressed[i + 1];
358 }
359
360 sCheatPressed[15] = button;
361}
362
363void zGameCheats(float dt)
364{

Callers 1

zGameCheatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected