Search the Community
Showing results for tags 'set'.
Found 2 results
-
Best array position for another array with variable size?
Leopard20 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello everyone. Let's say I want to place array A inside array B: B = [....A....] The dots mean there may be other variables with fixed memory size after or before A (typically some strings or integers in my code). Array A however, may have a variable size (due to using pushBack/append/deleteAt/set for this array), from 0 all the way up to hundreds of elements. In terms of memory allocation speed, is there any difference where you put A inside B? Also, does reading speed (B select _index) vary according to where A is? (I think it doesn't, but asking to make sure) I'm asking this because arrays B and A (and their contents) are read and sometimes modified per frame. -
set UAV waypoint and set type/behavior/altitude
thetrooper posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Haveing difficulty with this one. Basically what's in the title. Set a waypoint where there's a marker, set the type, in my case it's loiter with range of 500m, behavoir is never fire and altitude 'High Altitude 500m'. Thanks in advance