VIDEO.Output

Previous  Next

 

state = VIDEO.Output( nControl AS INTEGER,

                      state    AS INTEGER ) AS INTEGER

 

 

 

 

Turns output on or off.  This can be useful if a large number of video manipulations are being done and you don't want to update the display for each manipulation to avoid flicker or to optimize code.

 

Example:

 

VIDEO.Output( nControl, FALSE )

VIDEO.LoadFile( nControl, "e:\walk8.mqf" )

VIDEO.EnableRightClickMenus( nControl, FALSE )

VIDEO.Output( nControl, TRUE )