ExAd/docs/HaloParachute/examples.md
Bjanski 588151c401 Added parachuteSafeMode
And some examples and installation instructions.
2016-04-14 18:34:23 +02:00

365 B

#Examples

Below I provide with some examples of how to use HaloParachute

##Chang settings

Customize settings to allow different scenarios.

  • Allow vehicle ejection
	ExAd_ACTION_EJECT_HEIGHT = 0;
  • Enable safeMode - makes the parachute auto pull itself when reaching ExAd_ACTION_PARACHUTE_HEIGHT
	ExAd_HALOPARACHUTE_SAFE_MODE = true;