refactor: 重命名函数GetSkillAttackType为sq_GetSkillConversionType

函数重命名以保持命名一致性,使用sq_前缀表示Squirrel原生函数
This commit is contained in:
Lenheart 2026-02-24 01:50:54 +08:00
parent 01c9ae6b2f
commit 95baf717b4
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ function sq_setEquipAppendage(obj, ApdListId, Time) {
}
//获取当前角色的普通物理魔法状态
function GetSkillAttackType()
function sq_GetSkillConversionType()
{
return NativePointer(0x1A3BB40).readInt();
}