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