|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_Race =
"NWNX_Race";
71 string sFunc =
"SetRacialModifier";
84 string sFunc =
"GetParentRace";
94 string sFunc =
"SetFavoredEnemyFeat";
104 string sFunc =
"SuppressCreatureRaceEffects";
112 string sFunc =
"ReactivateCreatureRaceEffects";
const int NWNX_RACE_MODIFIER_SAVEVSTYPE
int NWNX_GetReturnValueInt()
Returns the specified type from the c++ side.
const int NWNX_RACE_MODIFIER_SRINCLEVEL
const int NWNX_RACE_MODIFIER_INITIATIVE
const int NWNX_RACE_MODIFIER_DMGREDUCTION
const int NWNX_RACE_MODIFIER_SAVE
const int NWNX_RACE_MODIFIER_AC
const int NWNX_RACE_MODIFIER_SRCHARGEN
const int NWNX_RACE_MODIFIER_FEAT
const int NWNX_RACE_MODIFIER_DMGRESIST
const int NWNX_RACE_MODIFIER_AB
const int NWNX_RACE_MODIFIER_IMMUNITY
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
const int NWNX_RACE_MODIFIER_DMGIMMUNITY
const int NWNX_RACE_MODIFIER_SAVEVSRACE
const int NWNX_RACE_MODIFIER_SKILL
void NWNX_PushArgumentObject(object value)
Pushes the specified type to the c++ side.
int NWNX_Race_GetParentRace(int iRace)
Gets the parent race for a race.
void NWNX_PushArgumentInt(int value)
Pushes the specified type to the c++ side.
const int NWNX_RACE_MODIFIER_RACE
void NWNX_Race_SetFavoredEnemyFeat(int iRace, int iFeat)
Associates the race with its favored enemy feat.
const int NWNX_RACE_MODIFIER_FEATUSAGE
const int NWNX_RACE_MODIFIER_SPELLIMMUNITY
const int NWNX_RACE_MODIFIER_REGENERATION
const int NWNX_RACE_MODIFIER_CONCEALMENT
void NWNX_Race_SuppressCreatureRaceEffects(object oCreature)
Removes any nwnx_race 'Effects' on the targeted creature. Suppression lasts until levelup,...
const int NWNX_RACE_MODIFIER_INVALID
const int NWNX_RACE_MODIFIER_ACVSRACE
void NWNX_Race_SetRacialModifier(int iRace, int iMod, int iParam1, int iParam2=0xDEADBEEF, int iParam3=0xDEADBEEF)
Sets a racial modifier.
void NWNX_Race_ReactivateCreatureRaceEffects(object oCreature)
Reactivates the nwnx_race 'Effects' on the targeted creature after they were Suppressed.
const int NWNX_RACE_MODIFIER_MOVEMENTSPEED
const int NWNX_RACE_MODIFIER_ABVSRACE