|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_Appearance =
"NWNX_Appearance";
52 string sFunc =
"SetOverride";
64 string sFunc =
"GetOverride";
const int NWNX_APPEARANCE_TYPE_HITPOINTS
0-GetMaxHitPoints(oCreature) or -1 to remove
int NWNX_GetReturnValueInt()
Returns the specified type from the c++ side.
const int NWNX_APPEARANCE_TYPE_TAIL_TYPE
CREATURE_TAIL_TYPE_* or see tailmodel.2da, -1 to remove.
const int NWNX_APPEARANCE_TYPE_SOUNDSET
See soundset.2da or -1 to remove.
const int NWNX_APPEARANCE_TYPE_HEAD_TYPE
0-? or -1 to remove
const int NWNX_APPEARANCE_TYPE_HAIR_COLOR
0-175 or -1 to remove
const int NWNX_APPEARANCE_TYPE_GENDER
GENDER_* or -1 to remove.
const int NWNX_APPEARANCE_TYPE_APPEARANCE
APPEARANCE_TYPE_* or -1 to remove.
void NWNX_Appearance_SetOverride(object oPlayer, object oCreature, int nType, int nValue)
Override a creature's appearance type for a player.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
const int NWNX_APPEARANCE_TYPE_FOOTSTEP_SOUND
0-17 or see footstepsounds.2da, -1 to remove
const int NWNX_APPEARANCE_TYPE_WING_TYPE
CREATURE_WING_TYPE_* or see wingmodel.2da, -1 to remove.
void NWNX_PushArgumentObject(object value)
Pushes the specified type to the c++ side.
void NWNX_PushArgumentInt(int value)
Pushes the specified type to the c++ side.
const int NWNX_APPEARANCE_TYPE_SKIN_COLOR
0-175 or -1 to remove
const int NWNX_APPEARANCE_TYPE_PORTRAIT
See portraits.2da, -1 to remove.
int NWNX_Appearance_GetOverride(object oPlayer, object oCreature, int nType)
Get a creature's appearance type for a player.
const int NWNX_APPEARANCE_TYPE_PHENOTYPE
PHENOTYPE_* or -1 to remove.