Pause
Pause

Pauses the game

bSuccess = myJAM.Pause( Pause_Function )

Return value
TRUE if the game was paused successfully, otherwise FALSE.

Parameters
  • Pause_Function
    A function to be called repeatedly while the game is paused.
Comments

Use this function to making your own pause systems, such as turning the F5 button into a panic button. Remember to set up a Resume() call in the Pause_Function.

See also
JAM:Resume
JAM:SetAutoPause



JAM © 2005 no one in partiular
Project started by David Evans in 2005