Cigui Branch - deadelf79/CIGUI GitHub Wiki

Add 'cigui' and one of command (see below) in $do to process. ##Contents:

##Start This command evaluate when call method CIGUI.setup. In this version, do nothing serious.

Example: cigui start

Last return CIGUI started

##Finish Disable process $do in method CIGUI.update. Need call CIGUI.setup to enable again.

Call CantInterpretCommand exception if $do is not empty when CIGUI.update starts.

Example: cigui finish

Last return CIGUI finished

##Flush Dispose all windows and sprites, created by CIGUI

Example: cigui flush

Last return CIGUI cleared