Table of Contents

Method AsInt

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsInt(uint)

Reinterprets the specified value as an int.

public static int AsInt(this uint value)

Parameters

value uint

The value to reinterpret.

Returns

int

The reinterpreted value.