Spearhead API
- -NOTE: The Spearhead.API space is only released in the Beta branch at the moment.
-Introduction
-- The Spearhead.API space is specifically created to make sure mission makers can interact with the framework. -
-- Simply alter logic, get the current state in Spearhead, and give the whole Mission Editor more control. -
-- For example, late activate the entire framework by calling Spearhead.API.Stages.changeStage(1) later or on demand and setting the starting config stage to -1 in the Spearhead configuration file. -
- -Stages
-- @@API_CODE@@ --