Skip to main content

save 保存正在执行的事件状态

save

类型: MethodDeclaration

所属类: EventHandler

定义位置: event.ts

描述

保存正在执行的事件状态

返回值

类型: void

源代码

位置: 第 651 行

private static save(): void {
this.stacks[this.index++] = CurrentEvent
CurrentEvent.commands = CommandList
CurrentEvent.index = CommandIndex
}

文档生成时间:2025/7/7 12:07:06