feat: 添加特殊定制和定制插件配置及获取技能攻击类型函数
添加了Project/SpecialCustomization和Project/CustomPlugins的文件夹别名配置 在_ENUM_.nut中添加GetSkillAttackType函数用于获取角色物理魔法状态
This commit is contained in:
@@ -445,3 +445,9 @@ function sq_setEquipAppendage(obj, ApdListId, Time) {
|
||||
local APD = L_Sq_CallFunc(0x9E5130, "int", FFI_MS_CDECL, ["int", "int", "int"], ApdListId, ObjAddress, ObjAddress);
|
||||
L_Sq_CallFunc(0x4041c0, "int", FFI_THISCALL, ["int", "int", "int"], APD + 44, 0, Time);
|
||||
}
|
||||
|
||||
//获取当前角色的普通物理魔法状态
|
||||
function GetSkillAttackType()
|
||||
{
|
||||
return NativePointer(0x1A3BB40).readInt();
|
||||
}
|
||||
Reference in New Issue
Block a user