ruff_hi
Live 4ever! Or die trying
Does anyone know what 'onSelectionGroupPushMission' does in 'CvEventManager.py' or what the missions are?
CvEventManager.py said:def onSelectionGroupPushMission(self, argsList):
'selection group mission'
eOwner = argsList[0]
eMission = argsList[1]
iNumUnits = argsList[2]
listUnitIds = argsList[3]
if (not self.__LOG_PUSH_MISSION):
return
if pHeadUnit:
CvUtil.pyPrint("Selection Group pushed mission %d" %(eMission))