6 const string NWNX_Store =
"NWNX_Store";
93 NWNXPushInt(nBaseItem);
94 NWNXPushObject(oStore);
95 NWNXCall(NWNX_Store,
"GetIsRestrictedBuyItem");
101 NWNXPushObject(oStore);
102 NWNXCall(NWNX_Store,
"GetBlackMarketMarkDown");
109 NWNXPushObject(oStore);
110 NWNXCall(NWNX_Store,
"SetBlackMarketMarkDown");
115 NWNXPushObject(oStore);
116 NWNXCall(NWNX_Store,
"GetMarkDown");
123 NWNXPushObject(oStore);
124 NWNXCall(NWNX_Store,
"SetMarkDown");
129 NWNXPushObject(oStore);
130 NWNXCall(NWNX_Store,
"GetMarkUp");
137 NWNXPushObject(oStore);
138 NWNXCall(NWNX_Store,
"SetMarkUp");
143 NWNXPushObject(oStore);
144 NWNXCall(NWNX_Store,
"GetCurrentCustomersCount");
150 NWNXPushObject(oStore);
151 NWNXCall(NWNX_Store,
"GetBlackMarket");
158 NWNXPushObject(oStore);
159 NWNXCall(NWNX_Store,
"SetBlackMarket");
164 NWNXPushObject(oStore);
165 NWNXCall(NWNX_Store,
"GetGold");
172 NWNXPushObject(oStore);
173 NWNXCall(NWNX_Store,
"SetGold");
178 NWNXPushObject(oStore);
179 NWNXCall(NWNX_Store,
"GetIdentifyCost");
186 NWNXPushObject(oStore);
187 NWNXCall(NWNX_Store,
"SetIdentifyCost");
192 NWNXPushObject(oStore);
193 NWNXCall(NWNX_Store,
"GetMaxBuyPrice");
200 NWNXPushObject(oStore);
201 NWNXCall(NWNX_Store,
"SetMaxBuyPrice");
void NWNX_Store_SetBlackMarket(object oStore, int nValue)
Set the black market status.
int NWNX_Store_GetCurrentCustomersCount(object oStore)
Return current customer count.
void NWNX_Store_SetIdentifyCost(object oStore, int nValue)
Set the identify cost.
int NWNX_Store_GetMarkDown(object oStore)
Return the mark down of a store.
void NWNX_Store_SetGold(object oStore, int nValue)
Set the gold amount.
void NWNX_Store_SetMaxBuyPrice(object oStore, int nValue)
Set the MaxBuyPrice amount.
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_GetGold(object oStore)
Return the gold amount.
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.
int NWNX_Store_GetIdentifyCost(object oStore)
Return the identify cost.
int NWNX_Store_GetMaxBuyPrice(object oStore)
Return the MaxBuyPrice amount.