Table of Contents

Method IsValidGff

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsValidGff(CResGFF, string, string)

public static bool IsValidGff(this CResGFF resGff, string expectedFileType, string expectedVersion = "V3.2")

Parameters

resGff CResGFF
expectedFileType string
expectedVersion string

Returns

bool

IsValidGff(CResGFF, IEnumerable<string>, IEnumerable<string>)

public static bool IsValidGff(this CResGFF resGff, IEnumerable<string> expectedFileTypes, IEnumerable<string> expectedVersions)

Parameters

resGff CResGFF
expectedFileTypes IEnumerable<string>
expectedVersions IEnumerable<string>

Returns

bool