Arma 3
Description.ext shenanigans- Cfg functions etc.
Okay. For a bit of backstory. I'm trying out the NR6 adaptation and continued work of the HETMAN suite. I'll be using Sites and Reinforcements. So- how do i define "class CfgFunctions" for multiple functions. (I'm not too good at explaining what i'm getting at here i know)
< >
Showing 1-3 of 3 comments
That's for one. It does not explain multiple old boy. I did forget to take this down when i did eventually find results.
Description.ext.

class CfgFunctions { #include "functions\cfgfunctions.hpp" };

CfgFunctions.hpp

class KER { tag = "KER"; class functions { file = "functions"; class initAO {}; class enemyCAS {}; class decorStuff{}; class createHQ {}; class RandBunker{}; class ending{}; class garrisonEAST{}; class tower{}; class aoEnemy{}; //class fn_prepareAO{}; }; };

This is what I use and it works a treat. Just use your own tag in the code. Name the function files fn_tower.sqf for example in the functions folder.
Last edited by опытный стрелок; Oct 3, 2018 @ 12:34am
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Sep 23, 2018 @ 1:20am
Posts: 3