This commit is contained in:
lenheart
2024-10-05 11:47:12 +08:00
parent 825ab4366c
commit 3e73f1ae54
6 changed files with 395 additions and 46 deletions

View File

@@ -177,6 +177,10 @@ class NativePointer extends Base_C_Object {
return Sq_ReadPoint(this.C_Object);
}
function readBinary(Size) {
return Sq_Point2Blob(this.C_Object, Size);
}
function tostring() {
return this.C_Object.tostring();
}