This website requires JavaScript.
Explore
Help
Sign In
Arma3_Epoch
/
ACE3
Watch
1
Star
0
Fork
0
You've already forked ACE3
mirror of
https://github.com/acemod/ACE3.git
synced
2024-08-30 18:23:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
20cf30a7c6
ACE3
/
addons
/
frag
/
functions
/
fnc_addBlackList.sqf
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reverted the addBlackList function
2015-04-27 12:02:59 +00:00
#include "script_component.hpp"
Cleanup Frag Component (#4581) * Cleanup frag component * Optimize fnc_addTrack * Add additional cleanup * Please work? * Add more cleanup * Fix script errors * Fix/optimize spalling * Add missing changes
2016-10-26 22:16:31 +00:00
Minor optimizations using private, params, and isEqualType (#4323) * Optimizations with private, params, and isEqualType * Fixed tab being used instead of space * Fixed tabs inserted by notepad++ * More usage of new private syntax and params - changed a few checks for an array being empty to `_arr isEqualTo []` rather than `count _arr == 0` - added more uses of `private` on the same line as the variable is declared - added more uses of params to assign variables passed as parameters - removed unnecessary parentheses - removed several unnecessary variable declarations with private array syntax * clean up and formatting
2016-09-04 14:44:22 +00:00
params ["_round"];
Cleanup Frag Component (#4581) * Cleanup frag component * Optimize fnc_addTrack * Add additional cleanup * Please work? * Add more cleanup * Fix script errors * Fix/optimize spalling * Add missing changes
2016-10-26 22:16:31 +00:00
GVAR(blackList) pushBack _round;
Reference in New Issue
Copy Permalink