ACE3/addons/trenches/functions
jonpas b31abee4fd Sandbags surfaces update (#4971)
* Use private keyword, move surface blacklist to script_component.hpp

* Check height above terrain

* Add Tanoa surfaces, Check if in water

* Use 'dust' config entry to determine surface, Add common canDig (checks dustyness)

* Re-enable compile cache

* Revert to surface blacklist with dust as fallback

* Move surface blacklist to script_component because SQF validator complains
2017-03-15 10:11:37 -05:00
..
fnc_canContinueDiggingTrench.sqf Add remove trench and continue digging trench actions 2016-03-21 18:25:38 +01:00
fnc_canDigTrench.sqf Sandbags surfaces update (#4971) 2017-03-15 10:11:37 -05:00
fnc_canRemoveTrench.sqf Add remove trench and continue digging trench actions 2016-03-21 18:25:38 +01:00
fnc_continueDiggingTrench.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_handleInteractMenuOpened.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handleKilled.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handlePlayerChanged.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handlePlayerInventoryChanged.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handleScrollWheel.sqf Don't use modifier for rotation where not needed 2016-03-06 16:54:27 +01:00
fnc_handleUnconscious.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_placeCancel.sqf Add sanity checks, fix explosives checks 2016-03-06 12:06:17 +01:00
fnc_placeConfirm.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
fnc_placeTrench.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_removeTrench.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_setTrenchPlacement.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
script_component.hpp Initial code implementation of ace_trenches 2016-01-23 20:45:59 -03:00