Home
last modified time | relevance | path

Searched defs:sCommandId (Results 1 – 2 of 2) sorted by relevance

/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DAISCommands.cpp28 void freeSUnitCommand(void* sCommandData, int sCommandId) { in freeSUnitCommand()
143 void* mallocSUnitCommand(int unitId, int groupId, const Command* c, int* sCommandId, int maxUnits) { in mallocSUnitCommand()
1215 Command* newCommand(void* sUnitCommandData, int sCommandId, int maxUnits) { in newCommand()
/dports/games/spring/spring_98.0/AI/Wrappers/LegacyCpp/
H A DAIAICallback.cpp1680 int sCommandId; in Internal_GiveOrder() local