pickRxSpace
Use this method to pick a Rasterex space object. Set up GUI_2DBlockID
with a callback function to get the block ID(s).
Syntax
RxCore.pickRxSpace(selected, multi)
Parameters
selected
: boolean — Set totrue
to enable the method, orfalse
to disable it.multi
: boolean — Set totrue
to allow selection of multiple blocks, orfalse
to allow selection of a single block.
Returns
- NA — This method does not return a value.