|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_Store =
"NWNX_Store";
54 string sFunc =
"GetIsRestrictedBuyItem";
65 string sFunc =
"GetBlackMarketMarkDown";
75 string sFunc =
"SetBlackMarketMarkDown";
85 string sFunc =
"GetMarkDown";
95 string sFunc =
"SetMarkDown";
105 string sFunc =
"GetMarkUp";
115 string sFunc =
"SetMarkUp";
125 string sFunc =
"GetCurrentCustomersCount";
void NWNX_Store_SetMarkDown(object oStore, int nValue)
Set the mark down of a store.
int NWNX_GetReturnValueInt()
Returns the specified type from the c++ side.
int NWNX_Store_GetBlackMarketMarkDown(object oStore)
Return the blackmarket mark down of a store.
int NWNX_Store_GetIsRestrictedBuyItem(object oStore, int nBaseItem)
Return status of a base item purchase status.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
void NWNX_PushArgumentObject(object value)
Pushes the specified type to the c++ side.
int NWNX_Store_GetMarkUp(object oStore)
Return the mark up of a store.
void NWNX_PushArgumentInt(int value)
Pushes the specified type to the c++ side.
void NWNX_Store_SetBlackMarketMarkDown(object oStore, int nValue)
Set the blackmarket mark down of a store.
void NWNX_Store_SetMarkUp(object oStore, int nValue)
Set the mark up of a store.
int NWNX_Store_GetCurrentCustomersCount(object oStore)
Return current customer count.
int NWNX_Store_GetMarkDown(object oStore)
Return the mark down of a store.