This commit is contained in:
lenheart
2024-10-11 23:56:27 +08:00
parent 91ff5af4f1
commit e82c5ceee3
24 changed files with 2033 additions and 36 deletions

View File

@@ -125,6 +125,11 @@ class Item extends Base_C_Object {
Sq_WriteBlobToAddress(C_Object, Attribute);
}
//检查是否为空
// function IsEmpty() {
// return Sq_CallFunc(S_Ptr("0x811ED66"), "int", ["pointer"], this.C_Object);
// }
//删除道具
function Delete() {
Sq_Inven_RemoveItem(C_Object);