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