Custom Movement Panel icon Custom Movement Panel Custom Movement Panel maps directional commands to scripts, adjusts per-wheel speed (0-255), and integrates with joysticks for unsupported motors Try it →
 

Fillglobalarray

Utility.fillGlobalArray(globalVariableName, defaultValue)

Parameters

globalVariableName Name of the global array as a string.
defaultValue Value to fill the array with.

Returns

Nothing

Description

Fills the global array with name globalVariableName with the value defaultValue.