override bool OnDoubleClick(Widget w, int x, int y, int button)
void MapHandler(Widget w)
override bool OnKeyDown(Widget w, int x, int y, int key)
proto void Print(void var)
Prints content of variable to console/log.
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
static proto int RandomInt(int min, int max)
Returns a random int number between and min [inclusive] and max [exclusive].