#include "nwnx"
Go to the source code of this file.
Functions | |
int | NWNX_Store_GetIsRestrictedBuyItem (object oStore, int nBaseItem) |
Return status of a base item purchase status. More... | |
int | NWNX_Store_GetBlackMarketMarkDown (object oStore) |
Return the blackmarket mark down of a store. More... | |
void | NWNX_Store_SetBlackMarketMarkDown (object oStore, int nValue) |
Set the blackmarket mark down of a store. More... | |
int | NWNX_Store_GetMarkDown (object oStore) |
Return the mark down of a store. More... | |
void | NWNX_Store_SetMarkDown (object oStore, int nValue) |
Set the mark down of a store. More... | |
int | NWNX_Store_GetMarkUp (object oStore) |
Return the mark up of a store. More... | |
void | NWNX_Store_SetMarkUp (object oStore, int nValue) |
Set the mark up of a store. More... | |
int | NWNX_Store_GetCurrentCustomersCount (object oStore) |
Return current customer count. More... | |