8 [Attribute(defvalue: "100", uiwidget: UIWidgets.EditBox, desc: "Adjust speed of multiselection expansion. Multiplier of frame timeSlice", params: "1 1000")]
9float m_fMultiselectSpeed;
10
11constfloat MAX_HOLD_TIME = 4; // seconds, after this point circle multi selection no longer expands
12constfloat MULTISEL_INIT_SIZE = 0.25; // multiplier of initial selection texture size -> multiplies screen size, so val 0.2 will result in texture being 1/5th of screens y size
13
14// arrays
15protected ref array<ref CanvasWidgetCommand> m_Commands = new array<ref CanvasWidgetCommand>; // Stores all commands that will be drawn on that canvas