Table of Contents

Class TIMER

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

Properties

ELAPSE

int ELAPSE

Property Value

int

ENABLED

bool ENABLED

Property Value

bool

TICKS

int TICKS

Property Value

int

Methods

DISABLE()

void DISABLE()

ENABLE()

void ENABLE()

GETTICKS()

int GETTICKS()

Returns

int

RESET()

void RESET()

SET(int)

void SET(int _)

Parameters

_ int

SETELAPSE(int)

void SETELAPSE(int _)

Parameters

_ int

Events

ONINIT

SignalHandler? ONINIT

Event Type

SignalHandler

ONTICK

SignalHandler<stringified_tick_number>? ONTICK

Event Type

SignalHandler<stringified_tick_number>