#include "nwnx"
Go to the source code of this file.
Functions | |
void | NWNX_Race_SetRacialModifier (int iRace, int iMod, int iParam1, int iParam2=0xDEADBEEF, int iParam3=0xDEADBEEF) |
Sets a racial modifier. More... | |
int | NWNX_Race_GetParentRace (int iRace) |
Gets the parent race for a race. More... | |
void | NWNX_Race_SetFavoredEnemyFeat (int iRace, int iFeat) |
Associates the race with its favored enemy feat. More... | |
void | NWNX_Race_SuppressCreatureRaceEffects (object oCreature) |
Removes any nwnx_race 'Effects' on the targeted creature. Suppression lasts until levelup, next login, or Reactivated by function. More... | |
void | NWNX_Race_ReactivateCreatureRaceEffects (object oCreature) |
Reactivates the nwnx_race 'Effects' on the targeted creature after they were Suppressed. More... | |