Table of Contents

Method ToBool

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ToBool(int)

Reinterprets the specified value as a boolean.

public static bool ToBool(this int value)

Parameters

value int

The value to reinterpret.

Returns

bool

False if the value is 0, true for any non-0 value.