Files | |
| file | nwnx_store.nss |
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... | |
| int | NWNX_Store_GetBlackMarket (object oStore) |
| Return the black market status. More... | |
| void | NWNX_Store_SetBlackMarket (object oStore, int nValue) |
| Set the black market status. More... | |
| int NWNX_Store_GetIsRestrictedBuyItem | ( | object | oStore, |
| int | nBaseItem | ||
| ) |
Return status of a base item purchase status.
| oStore | The store object. |
| nBaseItem | A BASE_ITEM_* value |
Definition at line 61 of file nwnx_store.nss.
| int NWNX_Store_GetBlackMarketMarkDown | ( | object | oStore | ) |
Return the blackmarket mark down of a store.
| oStore | The store object. |
Definition at line 69 of file nwnx_store.nss.
| void NWNX_Store_SetBlackMarketMarkDown | ( | object | oStore, |
| int | nValue | ||
| ) |
Set the blackmarket mark down of a store.
| oStore | The store object. |
| nValue | The amount. |
Definition at line 76 of file nwnx_store.nss.
| int NWNX_Store_GetMarkDown | ( | object | oStore | ) |
Return the mark down of a store.
| oStore | The store object. |
Definition at line 83 of file nwnx_store.nss.
| void NWNX_Store_SetMarkDown | ( | object | oStore, |
| int | nValue | ||
| ) |
Set the mark down of a store.
| oStore | The store object. |
| nValue | The amount. |
Definition at line 90 of file nwnx_store.nss.
| int NWNX_Store_GetMarkUp | ( | object | oStore | ) |
Return the mark up of a store.
| oStore | The store object. |
Definition at line 97 of file nwnx_store.nss.
| void NWNX_Store_SetMarkUp | ( | object | oStore, |
| int | nValue | ||
| ) |
Set the mark up of a store.
| oStore | The store object. |
| nValue | The amount. |
Definition at line 104 of file nwnx_store.nss.
| int NWNX_Store_GetCurrentCustomersCount | ( | object | oStore | ) |
Return current customer count.
| oStore | The store object. |
Definition at line 111 of file nwnx_store.nss.
| int NWNX_Store_GetBlackMarket | ( | object | oStore | ) |
Return the black market status.
| oStore | The store object. |
Definition at line 118 of file nwnx_store.nss.
| void NWNX_Store_SetBlackMarket | ( | object | oStore, |
| int | nValue | ||
| ) |
Set the black market status.
| oStore | The store object. |
| nValue | TRUE/FALSE. |
Definition at line 125 of file nwnx_store.nss.