jmlane / HeartsAndMinds

Fork of Arma 3 Hearts and Minds scenario—a cooperative Military Simulation mission that aims to recreate a post war environment with insurgency gameplay.
http://vdauphin.github.io/HeartsAndMinds/
2 stars 0 forks source link

Use function library instead of compiling scripts at runtime #4

Open jmlane opened 5 years ago

jmlane commented 5 years ago

There may be some instances where compiling a script at runtime is necessary, however in general most functions should be registered and compiled at mission load.

See https://community.bistudio.com/wiki/Arma_3_Functions_Library#Adding_a_Function.