Update some WeaponHolder to WeaponHolderBase

This commit is contained in:
ebaydayz
2016-03-31 11:35:33 -04:00
parent c54a52a103
commit 6de88c7b07
47 changed files with 621 additions and 876 deletions

View File

@@ -1,5 +1,10 @@
#include "Array.hpp"
dz_fn_array_pushBack =
{
Array_PushBack_Fast(_this select 0, _this select 1)
};
//Returns true if the given predicate evaluates to true for any element in the array
dz_fn_array_any =
{