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

Function XOrdAppend

src/SB/Core/x/xordarray.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void XOrdAppend(st_XORDEREDARRAY* array, void* elt)
49{
50 if (array->cnt >= array->max)
51 {
52 return;
53 }
54 array->list[array->cnt++] = elt;
55}
56
57void XOrdInsert(st_XORDEREDARRAY* array, void* elt, XOrdCompareCallback compare)
58{

Callers 9

ReFillPendingMethod · 0.85
SpawnBeastieMethod · 0.85
NPCPS_queMessageFunction · 0.85
CreateNPCMethod · 0.85
xSER_init_buffersFunction · 0.85
LOD_r_AHDRFunction · 0.85
LOD_r_LHDRFunction · 0.85
PKR_bld_typecntFunction · 0.85
SubscribeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected