naf4ever
Dread Lord
If so please post an example of how its used. Im trying to figure it out but its blowing me away... Here is what i found for its python reference:
BTW, im assuming this is the command to give a unit an action, like telling it to move or fortify, etc...
Im not quite sure what half of those inputs it wants are. An example would help big time. All im trying to do is tell a unit to skip its turn and chill. Thanks. -naf
Code:
VOID pushMission(MissionType eMission, INT iData1, INT iData2, INT iFlags,
BOOL bAppend, BOOL bManual, MissionAIType eMissionAI, CyPlot pMissionAIPlot,
CyUnit pMissionAIUnit)
void (eMission, iData1, iData2, iFlags, bAppend, bManual, eMissionAI,
pMissionAIPlot, pMissionAIUnit)
BTW, im assuming this is the command to give a unit an action, like telling it to move or fortify, etc...
Im not quite sure what half of those inputs it wants are. An example would help big time. All im trying to do is tell a unit to skip its turn and chill. Thanks. -naf