跳到主要内容

precompile 预编译对象数据

precompile

类型: MethodDeclaration

定义位置: data.ts

描述

预编译对象数据

返回值

类型: Promise<void>

源代码

位置: 第 255 行

private async precompile(): Promise<void> {
await (this.attribute as any)
await (this.enumeration as any)
Attribute.initialize()
Enum.initialize()
this.precompileScenes()
this.precompileActors()
this.precompileSkills()
this.precompileTriggers()
this.precompileItems()
this.precompileEquipments()
this.precompileStates()
this.precompileAnimations()
}

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