Table of Contents

Operator implicit operator

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

implicit operator ItemProperty?(nint)

Converts a native pointer to an ItemProperty.

public static implicit operator ItemProperty?(nint intPtr)

Parameters

intPtr nint

The native pointer to a CGameEffect.

Returns

ItemProperty

The wrapped item property when intPtr is non-zero; otherwise null.