This commit is contained in:
2024-03-18 21:37:40 +08:00
commit c4aef8f3a3
313 changed files with 74071 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
function IRDAICharacter::GetAddress() {
return L_Sq_GetObjectAddress(this);
}
function IRDAICharacter::GetName() {
return L_Sq_GetObjectName(this);
}
function IRDAICharacter::GetLevel() {
return L_Sq_GetObjectLevel(this);
}
// function IRDAICharacter::sq_GetIntData(SkillId,Idx) {
// local ret = L_sq_GetIntData(SkillId,Idx);
// return ret + HookIntData(this,SkillId,Idx);
// }
// function IRDAICharacter::sq_getIntData(SkillId,Idx) {
// local ret = L_sq_GetIntData(SkillId,Idx);
// return ret + HookIntData(this,SkillId,Idx);
// }
// function IRDAICharacter::sq_GetLevelData(SkillId,Idx,SkillLevel) {
// local ret = L_sq_GetLevelData(SkillId,Idx,SkillLevel);
// return ret + HookLevelData(this,SkillId,Idx,SkillLevel);
// }
// function IRDAICharacter::sq_getLevelData(SkillId,Idx,SkillLevel) {
// local ret = L_sq_GetLevelData(SkillId,Idx,SkillLevel);
// return ret + HookLevelData(this,SkillId,Idx,SkillLevel);
// }
function IRDMonster::GetAddress() {
return L_Sq_GetObjectAddress(this);
}
function IRDCollisionObject::GetAddress() {
return L_Sq_GetObjectAddress(this);
}
function IRDItem::GetAddress() {
return L_Sq_GetObjectAddress(this);
}