Table of Contents

Core

Methods Properties Base Classes Derived Classes
Constructor Count
Get One
GetAxis XAxis
Set Zero

Properties


Count : integer

read-only

var Count : Integer

One : boolean

read-only static

The one vector (a vector containing all ones).

var One : Boolean

XAxis : boolean

read-only static

var XAxis : Boolean

Zero : boolean

read-only static

The zero vector (a vector containing all zeroes).

var Zero : Boolean

Methods


Boolean : Void

constructor

Name Type Description
function Boolean()

Boolean : Void

constructor

Name Type Description
scalar boolean
function Boolean(scalar : Boolean)

Get : boolean

Name Type Description
p0 integer
function Get(p0 : Integer) : Boolean

GetAxis : boolean

static

Returns an axis vector from the given index (ie. 0 is XAxis, 1 is YAxis, etc... |Name|Type|Description| |---|---|---| |p0|integer| |

function GetAxis(p0 : Integer) : Boolean

Set : Void

Name Type Description
p0 integer
p1 boolean
function Set(p0 : Integer, p1 : Boolean)