#include "nwnx"
Go to the source code of this file.
Classes | |
struct | NWNX_IPUnpacked |
An unpacked itemproperty. More... | |
Functions | |
struct NWNX_IPUnpacked | NWNX_ItemProperty_UnpackIP (itemproperty ip) |
Convert native itemproperty type to unpacked structure. More... | |
itemproperty | NWNX_ItemProperty_PackIP (struct NWNX_IPUnpacked ip) |
Convert unpacked itemproperty structure to native type. More... | |
struct NWNX_IPUnpacked | NWNX_ItemProperty_GetActiveProperty (object oItem, int nIndex) |
Gets the active item property at the index. More... | |