6 const string NWNX_Store =
"NWNX_Store";
63 NWNXPushInt(nBaseItem);
64 NWNXPushObject(oStore);
65 NWNXCall(NWNX_Store,
"GetIsRestrictedBuyItem");
71 NWNXPushObject(oStore);
72 NWNXCall(NWNX_Store,
"GetBlackMarketMarkDown");
79 NWNXPushObject(oStore);
80 NWNXCall(NWNX_Store,
"SetBlackMarketMarkDown");
85 NWNXPushObject(oStore);
86 NWNXCall(NWNX_Store,
"GetMarkDown");
93 NWNXPushObject(oStore);
94 NWNXCall(NWNX_Store,
"SetMarkDown");
99 NWNXPushObject(oStore);
100 NWNXCall(NWNX_Store,
"GetMarkUp");
107 NWNXPushObject(oStore);
108 NWNXCall(NWNX_Store,
"SetMarkUp");
113 NWNXPushObject(oStore);
114 NWNXCall(NWNX_Store,
"GetCurrentCustomersCount");
120 NWNXPushObject(oStore);
121 NWNXCall(NWNX_Store,
"GetBlackMarket");
128 NWNXPushObject(oStore);
129 NWNXCall(NWNX_Store,
"SetBlackMarket");
void NWNX_Store_SetBlackMarket(object oStore, int nValue)
Set the black market status.
int NWNX_Store_GetCurrentCustomersCount(object oStore)
Return current customer count.
int NWNX_Store_GetMarkDown(object oStore)
Return the mark down of a store.
int NWNX_Store_GetBlackMarket(object oStore)
Return the black market status.
void NWNX_Store_SetMarkUp(object oStore, int nValue)
Set the mark up of a store.
int NWNX_Store_GetIsRestrictedBuyItem(object oStore, int nBaseItem)
Return status of a base item purchase status.
void NWNX_Store_SetBlackMarketMarkDown(object oStore, int nValue)
Set the blackmarket mark down of a store.
int NWNX_Store_GetBlackMarketMarkDown(object oStore)
Return the blackmarket mark down of a store.
void NWNX_Store_SetMarkDown(object oStore, int nValue)
Set the mark down of a store.
int NWNX_Store_GetMarkUp(object oStore)
Return the mark up of a store.