Table of Contents

Class INTEGER

Namespace
PIKLib
Assembly
PIKLib.dll
INTEGER : OBJECT
Inheritance
INTEGER
Inherited Members

Properties

TOINI

bool TOINI

Property Value

bool

VALUE

int VALUE

Property Value

int

VARTYPE

string VARTYPE

Property Value

string

Methods

ABS(int)

Sets the modulus of value as the value of the object.

int ABS(int value)

Parameters

value int

The value of which modulus is to be set as the value of the object.

Returns

int

ADD(int)

int ADD(int summand)

Parameters

summand int

Returns

int

AND(int)

int AND(int operand)

Parameters

operand int

Returns

int

CLAMP(int, int)

int CLAMP(int min, int max)

Parameters

min int
max int

Returns

int

DEC()

void DEC()

DIV(int)

void DIV(int divisor)

Parameters

divisor int

INC()

void INC()

LENGTH(int, int)

int LENGTH(int horizontal_distance, int vertical_distance)

Parameters

horizontal_distance int
vertical_distance int

Returns

int

MOD(int)

void MOD(int divisor)

Parameters

divisor int

MUL(int)

void MUL(int multiplier)

Parameters

multiplier int

OR(int)

int OR(int operand)

Parameters

operand int

Returns

int

RANDOM(int)

int RANDOM(int max_exclusive)

Parameters

max_exclusive int

Returns

int

RANDOM(int, int)

int RANDOM(int summand, int max_exclusive)

Parameters

summand int
max_exclusive int

Returns

int

RESETINI()

void RESETINI()

SET(int)

void SET(int value)

Parameters

value int

SUB(int)

int SUB(int subtrahend)

Parameters

subtrahend int

Returns

int

SWITCH(int, int)

void SWITCH(int value1, int value2)

Parameters

value1 int
value2 int

Events

ONBRUTALCHANGED

SignalHandler<stringified_value>? ONBRUTALCHANGED

Event Type

SignalHandler<stringified_value>

ONCHANGED

SignalHandler<stringified_value>? ONCHANGED

Event Type

SignalHandler<stringified_value>

ONINIT

SignalHandler? ONINIT

Event Type

SignalHandler

ONSIGNAL

SignalHandler<signal_name>? ONSIGNAL

Event Type

SignalHandler<signal_name>