MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / hBuffer_getArrayU8

Function hBuffer_getArrayU8

TheForceEngine/TFE_Editor/history.cpp:544–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 }
543
544 const u8* hBuffer_getArrayU8(s32 count)
545 {
546 const u8* values = (u8*)&s_historyBuffer[s_curBufferAddr];
547 s_curBufferAddr += count;
548 return values;
549 }
550
551 // Add values to the buffer.
552 void hBuffer_addU8(u8 value)

Callers 7

cmd_applySectorSnapshotFunction · 0.85
cmd_applyObjListSnapshotFunction · 0.85
cmd_applySetTexturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected