コード例 #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)