Spearhead 1944 Enhanced Revive (ER)

From Bohemia Interactive Community
Revision as of 11:26, 13 August 2023 by R3vo (talk | contribs) (Created page with "== Mission Parameter Config == 500px|right There are several parameters that can be included into the description.ext to mak...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mission Parameter Config

spe enhanced revivive parameters.jpg

There are several parameters that can be included into the description.ext to make them available as Mission Parameters.

Alternatively, one can also include the following file into the description.ext as follows:

class Params
{
#if __has_include("\WW2\SPE_Missions_p\UtilityFunctions_f\reviveToksa\reviveToksaDefines.hpp")
#include "\WW2\SPE_Missions_p\UtilityFunctions_f\reviveToksa\reviveToksaDefines.hpp"
#endif
};

The __has_include makes sure that one does not run into errors should Spearhead 1944 not be present on the server.