Blitzbasic mapengine function
map_viewport (x, y, width, height)

Description
Set viewport-area. map_draw() display your map next time in this area. Important for splitscreen.

See other functions: map_mousex() and map_mousey() for splitscreen.

Parameter
x=start range x
y=start range y
width=range width
height=range height

Return value
none