Searched refs:active_dialog_stack (Results 1 – 1 of 1) sorted by relevance
88 active_dialog_stack = [] variable428 if owner == 0 and len(active_dialog_stack) > 0:429 logging.debug("dialog parent: %s", active_dialog_stack[-1])430 owner = studio_dialogs[active_dialog_stack[-1]]438 active_dialog_stack.append(name)440 logging.debug("active dialog list: %s", active_dialog_stack)447 if owner == 0 and len(active_dialog_stack) > 1:448 owner = studio_dialogs[active_dialog_stack[-2]]456 active_dialog_stack.pop()458 logging.debug("active dialog list: %s", active_dialog_stack)[all …]