Declaration:
void HStep();
Description
Executes one high-level step. Calling this function makes sense only if a program containing the character information is loaded. If no such program is loaded, then calling HStep will be equivalent to calling the Step function.
Note. The screen is not updated automatically after the HStep call. To organize automatic updates, use the RedrawScreen function at the appropriate moment.
|