shaygman / mcc_sandbox.Altis

mcc_sandbox.Altis
16 stars 7 forks source link

Renaming GAIA functions #19

Open shaygman opened 10 years ago

shaygman commented 10 years ago

It is recommanded to change GAIA functions name that it would hold GAIA in it so it won't collide with other mods.

Meaning, this "[_group, Position] call fnc_DoMortar" should look like "[_group, Position] call GAIA_fnc_DoMortar".

I would also recommand using the functions library as it preprocess all the functions and they are shown in the library in game. you can read more here: https://community.bistudio.com/wiki/Functions_Library_(Arma_3)

Or look at defines.hpp ir definesMod.hpp from MCC,

FUTUREMCC commented 10 years ago

Yeah i do that when i return, was already on my to do list. Some functions are specific for gaia already but I gues enthousiasm made me forget it. I fix it when i get back.

sargken commented 8 years ago

You can close this issue out its complete. I don't know who did it though.