6 const string NWNX_Store =
"NWNX_Store";
53 NWNXPushInt(nBaseItem);
54 NWNXPushObject(oStore);
55 NWNXCall(NWNX_Store,
"GetIsRestrictedBuyItem");
61 NWNXPushObject(oStore);
62 NWNXCall(NWNX_Store,
"GetBlackMarketMarkDown");
69 NWNXPushObject(oStore);
70 NWNXCall(NWNX_Store,
"SetBlackMarketMarkDown");
75 NWNXPushObject(oStore);
76 NWNXCall(NWNX_Store,
"GetMarkDown");
83 NWNXPushObject(oStore);
84 NWNXCall(NWNX_Store,
"SetMarkDown");
89 NWNXPushObject(oStore);
90 NWNXCall(NWNX_Store,
"GetMarkUp");
97 NWNXPushObject(oStore);
98 NWNXCall(NWNX_Store,
"SetMarkUp");
103 NWNXPushObject(oStore);
104 NWNXCall(NWNX_Store,
"GetCurrentCustomersCount");
int NWNX_Store_GetCurrentCustomersCount(object oStore)
Return current customer count.
int NWNX_Store_GetMarkDown(object oStore)
Return the mark down of a store.
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.