Operator implicit operator
implicit operator ItemProperty?(nint)
Converts a native pointer to an ItemProperty.
public static implicit operator ItemProperty?(nint intPtr)
Parameters
intPtrnintThe native pointer to a CGameEffect.
Returns
- ItemProperty
The wrapped item property when
intPtris non-zero; otherwise null.