111
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user