forked from tgruetzm/Snacks
-
Notifications
You must be signed in to change notification settings - Fork 14
ISnacksPenalty
Michael Billard edited this page Jun 29, 2019
·
1 revision
Interface for creating and running penalties when a processor resource runs out or has too much aboard the vessel or kerbal.
Indicates whether or not the penalty is enabled.
true if inabled, false if not.
Indicates whether or not the penalty is always applied instead of randomly chosen.
true if the penalty should always be applied, false if not.
Applies the penalty to the affected kerbals
affectedKerbals: An int containing the number of kerbals affected by the penalty.
vessel: The vessel to apply the penalty to.
Removes penalty effects.
vessel: The vessel to remove the penalt effects from.
Handles changes in game settings, if any.