MobileParty.Army.DisperseArmy not found [1.1.0]

Users who are viewing this thread

Hello, i am moder

MobileParty.Army.DisperseArmy((Army.ArmyDispersionReason)10);

Up until version 1.0.3 this function worked,
but from 1.1.0 Beta it doesn't work.

Can you tell me how to modify the code to use this feature in beta 1.1.0?
 
DisperseArmy functionality has been moved to DisbandArmyAction.Apply methods.
for example:
C#:
DisbandArmyAction.ApplyByUnknownReason(mobileParty.Army);
 
Back
Top Bottom