Table of Contents

Class BOOL

Namespace
PIKLib
Assembly
PIKLib.dll

Boolean value.

BOOL : OBJECT
Inheritance
BOOL
Inherited Members

Properties

TOINI

bool TOINI

Property Value

bool

VALUE

bool VALUE

Property Value

bool

Methods

SET(bool)

Sets the value of the object to value.

void SET(bool value)

Parameters

value bool

New value for the object.

SWITCH(bool, bool)

Switches the value of the object between TRUE and FALSE.

void SWITCH(bool _unused1, bool _unused2)

Parameters

_unused1 bool

Unused.

_unused2 bool

Unused.

Events

ONBRUTALCHANGED

SignalHandler<stringified_value>? ONBRUTALCHANGED

Event Type

SignalHandler<stringified_value>

ONCHANGED

SignalHandler<stringified_value>? ONCHANGED

Event Type

SignalHandler<stringified_value>