Table of Contents

Method ToInt

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ToInt(bool)

Reinterprets the specified value as a integer.

public static int ToInt(this bool value)

Parameters

value bool

The value to reinterpret.

Returns

int

1 if true, 0 if false.