Table of Contents

Method IsPartUsingEnvMap

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsPartUsingEnvMap(int)

Gets if the specified part is using environment mapping.

public bool IsPartUsingEnvMap(int partIndex)

Parameters

partIndex int

The part index to query, 0, 1 or 2)

Returns

bool

True if the specified part uses environment mapping, false if it does not and uses transparency instead.