Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Count | ||
Get | CountX | ||
GetByIndex | CountY | ||
Set | M00 | ||
SetByIndex | M01 | ||
M02 | |||
M03 | |||
M10 | |||
M11 | |||
M12 | |||
M13 |
Properties
Count : integer
read-only
var Count : Integer
CountX : integer
read-only
var CountX : Integer
CountY : integer
read-only
var CountY : Integer
M00 : boolean
var M00 : Boolean
M01 : boolean
var M01 : Boolean
M02 : boolean
var M02 : Boolean
M03 : boolean
var M03 : Boolean
M10 : boolean
var M10 : Boolean
M11 : boolean
var M11 : Boolean
M12 : boolean
var M12 : Boolean
M13 : boolean
var M13 : Boolean
Methods
Boolean2x4 : Void
constructor
Name Type Description function Boolean2x4()
Boolean2x4 : Void
constructor
Name Type Description p0 boolean function Boolean2x4(p0 : Boolean)
Boolean2x4 : Void
constructor
Name Type Description m00 boolean m01 boolean m02 boolean m03 boolean m10 boolean m11 boolean m12 boolean m13 boolean function Boolean2x4(m00 : Boolean, m01 : Boolean, m02 : Boolean, m03 : Boolean, m10 : Boolean, m11 : Boolean, m12 : Boolean, m13 : Boolean)
Get : boolean4
Name Type Description y integer function Get(y : Integer) : Boolean4
Get : boolean
Name Type Description y integer x integer function Get(y : Integer, x : Integer) : Boolean
GetByIndex : boolean
Name Type Description index integer function GetByIndex(index : Integer) : Boolean
Set : Void
Name Type Description y integer value boolean4 function Set(y : Integer, value : Boolean4)
Set : Void
Name Type Description y integer x integer value boolean function Set(y : Integer, x : Integer, value : Boolean)
SetByIndex : Void
Name Type Description index integer value boolean function SetByIndex(index : Integer, value : Boolean)