This commit is contained in:
2024-09-29 16:52:10 +08:00
parent b2133d8463
commit 16be225768
19 changed files with 1860 additions and 180 deletions

View File

@@ -114,7 +114,10 @@ class NativePointer {
function read(type) {
local Buf = Sq_Point2Blob(this.C_Object, 4);
local Buf = Sq_Point2Blob(L_sq_P2I(this.C_Object), 4);
foreach(value in Buf) {
print(value);
}
return Buf.readn(type);
}