Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Warzone2100/warzone2100
/ getNumDroids
Function
getNumDroids
src/loop.cpp:893–896 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
}
892
893
UDWORD getNumDroids(UDWORD player)
894
{
895
return numDroids[player];
896
}
897
898
UDWORD getNumTransporterDroids(UDWORD player)
899
{
Callers
8
genCurrentFrame
Method · 0.85
IsPlayerDroidLimitReached
Function · 0.85
sendGiftDroids
Function · 0.85
newPlayerStatsRow
Method · 0.85
giftSingleDroid
Function · 0.85
countDroid
Method · 0.85
donateObject
Method · 0.85
updatePlayersWidgets
Method · 0.85
Calls
no outgoing calls
Tested by
1
newPlayerStatsRow
Method · 0.68