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

Function zEntPickup_SpawnNRewards

src/SB/Game/zEntPickup.cpp:1600–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598}
1599
1600void zEntPickup_SpawnNRewards(U32* pickups, U32 num, xVec3* ppos)
1601{
1602 if (num >= 1)
1603 {
1604 xVec3 pos = *ppos;
1605 spawnNRewards(pickups, num, ppos, pos);
1606 }
1607}
1608
1609void zEntPickup_SpawnNRewards(U32* pickups, U32 num, xVec3 pos)
1610{

Callers 4

GiveRewardMethod · 0.70
zCombo_UpdateFunction · 0.70
ChkCheatDogTrixMethod · 0.70
ChkRewardCheatMethod · 0.70

Calls 1

spawnNRewardsFunction · 0.70

Tested by

no test coverage detected