示例#1
0
def quit():
    """ Cleanly quit the simulation
    """

    contr = GameLogic.getCurrentController()
    main_close(contr)
    main_terminate(contr)
示例#2
0
def terminate():
    """ Terminate the simulation (no finalization done!)
    """
    contr = blenderapi.controller()
    main_terminate(contr)
示例#3
0
def quit():
    """ Cleanly quit the simulation
    """
    contr = blenderapi.controller()
    main_close(contr)
    main_terminate(contr)
示例#4
0
def terminate():
    """ Terminate the simulation (no finalization done!)
    """
    contr = bge.logic.getCurrentController()
    main_terminate(contr)
示例#5
0
def terminate():
    """ Terminate the simulation (no finalization done!)
    """
    contr = bge.logic.getCurrentController()
    main_terminate(contr)
示例#6
0
def quit():
    """ Cleanly quit the simulation
    """
    contr = bge.logic.getCurrentController()
    main_close(contr)
    main_terminate(contr)