Table of Contents

. . . . . . .

This document will try to compile all functions added by xp_aspectManager, trying to give you useful informations and help on “how to” use them. It will be updated regulary.


xp_aspectManager.nss

<HTML> <table border=“0” style=“font-size: 9px”> <tr> <td style=“vertical-align:top;”> </HTML> Hit Points Functions

SetCurrentHitPoints_xpAM
GetCurrentHitPoints_xpAM
SetTemporaryHitPoints_xpAM
GetTemporaryHitPoints_xpAM
SetMaxHitPoints_xpAM
GetMaxHitPoints_xpAM
SetModMaxHitPoints_xpAM
GetModMaxHitPoints_xpAM

Appearance
SetAppearance_xpAM
GetAppearance_xpAM

UVScroll
SetUVScroll_xpAM
GetUVScroll_xpAM
SetUScroll_xpAM
GetUScroll_xpAM
SetVScroll_xpAM
GetVScroll_xpAM

Inventory
SetHasInventory_xpAM
GetHasInventory_xpAM
SetInventoryMaxSize_xpAM
GetInventoryMaxSize_xpAM
GetInventoryNbItem_xpAM

Lock
SetAutoRemoveKey_xpAM
GetAutoRemoveKey_xpAM <HTML> </td> <td style=“vertical-align:top”> </HTML> Trigger
GetTriggerType_xpAM
SetTriggerType_xpAM
SetTriggerGeometry_xpAM

Transition
SetIsInvisibleTransition_xpAM
GetIsInvisibleTransition_xpAM
SetIsPartyTransition_xpAM
GetIsPartyTransition_xpAM
SetTransitionLinkObjectType_xpAM
GetTransitionLinkObjectType_xpAM
SetLoadScreenID_xpAM
GetLoadScreenID_xpAM
SetTransitionDestination_xpAM
GetTransitionDestination_xpAM

Saves
SetMagicResistance_xpAM
GetMagicResistance_xpAM
SetWillSavingThrow_xpAM
SetFortitudeSavingThrow_xpAM
SetReflexSavingThrow_xpAM

Faction
GetFactionID_xpAM
GetIsBaseFaction_xpAM

Visual
SetAppearanceSEF_xpAM
GetAppearanceSEF_xpAM
SetColor_xpAM
GetColor_xpAM

<HTML> </td> <td style=“vertical-align:top”> </HTML> Position and facing
SetFacing_xpAM
SetPosition_xpAM
SetPositionAndFacing_xpAM

Music
MusicBackgroundDayForPC_xpAM
MusicBackgroundNightForPC_xpAM
MusicBattleForPC_xpAM
MusicBackgroundRunForPC_xpAM
MusicBattleRunForPC_xpAM

Refresh, View & Collision
RefreshCreatureForPC_xpAM
RefreshCreature_xpAM
RefreshEquipedItemForPC_xpAM
RefreshEquipedItem_xpAM
RefreshObjectForPC_xpAM
RefreshObject_xpAM
ShowObject_xpAM
ShowObjectForPC_xpAM
MaskObject_xpAM
MaskObjectForPC_xpAM
SetObjectDynamicCollision_xpAM
GetObjectDynamicCollision_xpAM

<HTML> </td> </tr> </table> </HTML>

xp_aspectManager_creature.nss

Global Note

<HTML><blockquote> For some parts, Creatures use a set of two values. One is used for the current usage (e.g., the current Hair shown), while the other one represents the “persistent” value, which will be the only one exported/saved.

To allow you to choose which one to change, the relevant function has a bPersist parameter. Set it to FALSE to change the “current” value, and to TRUE to change the persisted one.

Quick example:

Note: Function without the bPersist parameter will impact “unique” value, that will affect the current AND be persisted. </blockquote></HTML> <HTML> <table border=“0” style=“font-size: 8px”> <tr> <td style=“vertical-align:top”> </HTML> Racial/SubRacial
SetCreatureRace_xpAM
GetCreatureRace_xpAM
SetCreatureSubRace_xpAM
GetCreatureSubRace_xpAM

Weight
RecalculateCreatureTotalWeight_xpAM
GetCreatureTotalWeight_xpAM
GetCreatureEquipmentWeight_xpAM
SetCreatureEquipmentWeight_xpAM

Other
SetCreatureAge_xpAM
GetCreatureAge_xpAM
SetCreatureSoundSet_xpAM
GetCreatureSoundSet_xpAM
SetCreatureSpecificAC_xpAM
GetCreatureSpecificAC_xpAM
SetCreatureTattoos_xpAM
GetCreatureTattoos_xpAM

<HTML> </td> <td style=“vertical-align:top”> </HTML> Creature Appearance
SetCreatureVisualGender_xpAM
GetCreatureVisualGender_xpAM
SetCreatureHead_xpAM
GetCreatureHead_xpAM
SetCreatureHair_xpAM
GetCreatureHair_xpAM
SetCreatureFacialHair_xpAM
GetCreatureFacialHair_xpAM
SetCreatureTail_xpAM
GetCreatureTail_xpAM
SetCreatureWings_xpAM
GetCreatureWings_xpAM
SetCreatureColor_xpAM
GetCreatureColor_xpAM
SetCreaturePersistScale_xpAM
GetCreaturePersistScale_xpAM

Creature Visual
SetCreatureModelPartMask_xpAM
GetCreatureModelPartMask_xpAM
SetCreatureVisualVariation_xpAM
GetCreatureVisualVariation_xpAM
SetCreatureVisualCategory_xpAM
GetCreatureVisualCategory_xpAM
SetCreatureVisualColor_xpAM
GetCreatureVisualColor_xpAM <HTML> </td> <td style=“vertical-align:top”> </HTML> Visual ModelPart
SetCreatureVisualModelPartVariation_xpAM
GetCreatureVisualModelPartVariation_xpAM
SetCreatureVisualModelPartCategory_xpAM
GetCreatureVisualModelPartCategory_xpAM
SetCreatureVisualModelPartColor_xpAM
GetCreatureVisualModelPartColor_xpAM

Visual ModelPiece
SetCreatureVisualModelPieceVariation_xpAM
GetCreatureVisualModelPieceVariation_xpAM
SetCreatureVisualModelPieceColor_xpAM
GetCreatureVisualModelPieceColor_xpAM
SetCreatureVisualModelPieceIsUVScroll_xpAM
GetCreatureVisualModelPieceIsUVScroll_xpAM
SetCreatureVisualModelPieceUScroll_xpAM
GetCreatureVisualModelPieceUScroll_xpAM
SetCreatureVisualModelPieceVScroll_xpAM
GetCreatureVisualModelPieceVScroll_xpAM

<HTML> </td> </tr> </table> </HTML>

xp_aspectManager_area.nss

<HTML> <table border=“0” style=“font-size: 8px”> <tr> <td style=“vertical-align:top;”> </HTML> Area Settings
SetAreaFlags_xpAM
GetAreaFlags_xpAM
SetAreaNoRest_xpAM
GetAreaNoRest_xpAM
SetAreaPVPMode_xpAM
GetAreaPVPMode_xpAM
SetAreaModSpotCheck_xpAM
GetAreaModSpotCheck_xpAM
SetAreaModListenCheck_xpAM
GetAreaModListenCheck_xpAM
GetAreaCreatorID_xpAM SetAreaSkyRing_xpAM
GetAreaSkyRing_xpAM
SetAreaHasDirectionalLight_xpAM
GetAreaHasDirectionalLight_xpAM
SetAreaIsDirLightCastShadow_xpAM
GetAreaIsDirLightCastShadow_xpAM

Day/Night Cycle
SetAreaHasDayNightCycle_xpAM
GetAreaHasDayNightCycle_xpAM
SetAreaIsAlwaysNight_xpAM
GetAreaIsAlwaysNight_xpAM
SetAreaUseDayNightFog_xpAM
GetAreaUseDayNightFog_xpAM
SetAreaDNCCoronaIntensity_xpAM
GetAreaDNCCoronaIntensity_xpAM
SetAreaDNCShadowIntensity_xpAM
GetAreaDNCShadowIntensity_xpAM
SetAreaDNCSkyRingColorInterpretation_xpAM
GetAreaDNCSkyRingColorInterpretation_xpAM
SetAreaDNCSkyDomeModel_xpAM
GetAreaDNCSkyDomeModel_xpAM

Day/Night Cycle: Desaturate
SetAreaDNCDesaturateColor_xpAM
GetAreaDNCDesaturateColor_xpAM
SetAreaDNCDesaturateFactor_xpAM
GetAreaDNCDesaturateFactor_xpAM <HTML> </td> <td style=“vertical-align:top”> </HTML> Day/Night Cycle: GroundLight
SetAreaDNCGroundLightIntensity_xpAM
GetAreaDNCGroundLightIntensity_xpAM
SetAreaDNCGroundLightColor_xpAM
GetAreaDNCGroundLightColor_xpAM

Day/Night Cycle: Bloom
SetAreaDNCBloomBLRadius_xpAM
GetAreaDNCBloomBLRadius_xpAM
SetAreaDNCBloomGLIntensity_xpAM
GetAreaDNCBloomGLIntensity_xpAM
SetAreaDNCBloomHLIntensity_xpAM
GetAreaDNCBloomHLIntensity_xpAM
SetAreaDNCBloomHLThreshold_xpAM
GetAreaDNCBloomHLThreshold_xpAM
SetAreaDNCBloomSCIntensity_xpAM
GetAreaDNCBloomSCIntensity_xpAM

Day/Night Cycle: SunMoon
SetAreaDNCSunMoonIntensity_xpAM
GetAreaDNCSunMoonIntensity_xpAM
SetAreaDNCSunMoonColor_xpAM
GetAreaDNCSunMoonColor_xpAM
SetAreaDNCSunMoonDirX_xpAM
GetAreaDNCSunMoonDirX_xpAM
SetAreaDNCSunMoonDirY_xpAM
GetAreaDNCSunMoonDirY_xpAM
SetAreaDNCSunMoonDirZ_xpAM
GetAreaDNCSunMoonDirZ_xpAM

Day/Night Cycle: SkyLight
SetAreaDNCSkylightIntensity_xpAM
GetAreaDNCSkylightIntensity_xpAM
SetAreaDNCSkylightColor_xpAM
GetAreaDNCSkylightColor_xpAM

Day/Night Cycle: Other Colors
SetAreaDNCSkyHorizonColor_xpAM
GetAreaDNCSkyHorizonColor_xpAM
SetAreaDNCSkyZenithColor_xpAM
GetAreaDNCSkyZenithColor_xpAM

<HTML> </td> <td style=“vertical-align:top”> </HTML> Day/Night Cycle: HDR
SetAreaDNCHDRAvg_xpAM
GetAreaDNCHDRAvg_xpAM
SetAreaDNCHDRMax_xpAM
GetAreaDNCHDRMax_xpAM
SetAreaDNCHDRExposure_xpAM
GetAreaDNCHDRExposure_xpAM
SetAreaDNCHDRHighlight_xpAM
GetAreaDNCHDRHighlight_xpAM

Day/Night Cycle: Cloud
SetAreaDNCCloudCover_xpAM
GetAreaDNCCloudCover_xpAM
SetAreaDNCCloudMoveX_xpAM
GetAreaDNCCloudMoveX_xpAM
SetAreaDNCCloudMoveY_xpAM
GetAreaDNCCloudMoveY_xpAM

Day/Night Cycle: Fog
SetAreaDNCFogStart_xpAM
GetAreaDNCFogStart_xpAM
SetAreaDNCFogEnd_xpAM
GetAreaDNCFogEnd_xpAM
SetAreaDNCFogFarClip_xpAM
GetAreaDNCFogFarClip_xpAM
SetAreaDNCFogColor_xpAM
GetAreaDNCFogColor_xpAM

<HTML> </td> </tr> </table> </HTML>

xp_aspectManager_item.nss

<HTML> <table border=“0” style=“font-size: 8px”> <tr> <td style=“vertical-align:top;”> </HTML> SetBaseItemType_xpAM
GetItemBaseMaterialType_xpAM
SetItemAppearanceVariation_xpAM
GetItemAppearanceVariation_xpAM
SetItemAppearanceCategory_xpAM
GetItemAppearanceCategory_xpAM
SetItemDescription_xpAM
GetItemDescription_xpAM
SetItemColor_xpAM
GetItemColor_xpAM

WeaponSpecific
SetItemWeaponFX_xpAM
GetItemWeaponFX_xpAM
SetItemWeaponPart_xpAM
GetItemWeaponPart_xpAM <HTML> </td> <td style=“vertical-align:top”> </HTML> ModelPiece
SetItemModelPieceVariation_xpAM
GetItemModelPieceVariation_xpAM
SetItemModelPieceColor_xpAM
GetItemModelPieceColor_xpAM
SetItemModelPieceIsUVScroll_xpAM
GetItemModelPieceIsUVScroll_xpAM
SetItemModelPieceUScroll_xpAM
GetItemModelPieceUScroll_xpAM
SetItemModelPieceVScroll_xpAM
GetItemModelPieceVScroll_xpAM

ModelPart
SetItemModelPartMask_xpAM
GetItemModelPartMask_xpAM
SetItemModelPartVariation_xpAM
GetItemModelPartVariation_xpAM
SetItemModelPartCategory_xpAM
GetItemModelPartCategory_xpAM
SetItemModelPartColor_xpAM
GetItemModelPartColor_xpAM <HTML> </td> <td style=“vertical-align:top”> </HTML> Costs
SetItemBaseCost_xpAM
GetItemBaseCost_xpAM
SetItemNonIdentifiedCost_xpAM
GetItemNonIdentifiedCost_xpAM
SetItemCostModifier_xpAM
GetItemCostModifier_xpAM

DamageReduction
GetItemNbDamageReduction_xpAM
AddItemDamageReduction_xpAM
RemoveItemDamageReduction_xpAM
SetItemDmgReductionAmount_xpAM
GetItemDmgReductionAmount_xpAM
SetItemDmgReductionUseOr_xpAM
GetItemDmgReductionUseOr_xpAM
GetItemDmgRedctNbPiercing_xpAM
AddItemDmgRedctPiercing_xpAM
RemoveItemDmgRedctPiercing_xpAM
SetItemDmgRedctPiercingType_xpAM
GetItemDmgRedctPiercingType_xpAM
SetItemDmgRedctPiercingSubType_xpAM
GetItemDmgRedctPiercingSubType_xpAM <HTML> </td> </tr> </table> </HTML>

xp_aspectManager_light.nss

<HTML> <table border=“0” style=“font-size: 8px”> <tr> <td style=“vertical-align:top;”> </HTML> SetLightRange_xpAM
GetLightRange_xpAM

Shadow
SetLightCastShadow_xpAM
GetLightCastShadow_xpAM
SetLightShadowIntensity_xpAM
GetLightShadowIntensity_xpAM

Light
SetLightColorIntensity_xpAM
GetLightColorIntensity_xpAM
SetLightColor_xpAM
GetLightColor_xpAM <HTML> </td> <td style=“vertical-align:top”> </HTML> Lerp
SetLightIsLerp_xpAM
GetLightIsLerp_xpAM
SetLightLerpPeriod_xpAM
GetLightLerpPeriod_xpAM
SetLightLerpIntensity_xpAM
GetLightLerpIntensity_xpAM
SetLightLerpColor_xpAM
GetLightLerpColor_xpAM

Flicker
SetLightIsFlicker_xpAM
GetLightIsFlicker_xpAM
SetLightFlickerType_xpAM
GetLightFlickerType_xpAM
SetLightFlickerVariance_xpAM
GetLightFlickerVariance_xpAM
SetLightFlickerRate_xpAM
GetLightFlickerRate_xpAM

<HTML> </td> </tr> </table> </HTML>

Constants List

SetCurrentHitPoints_xpAM

void SetCurrentHitPoints_xpAM(object oObject, int iHP);

Set CurrentHitPoints of oObject to iHP.

Parameters

Note

This is the Current “base” HitPoints, without the possible Temporary HitPoints


GetCurrentHitPoints_xpAM

int GetCurrentHitPoints_xpAM(object oObject);

Get CurrentHitPoints of oObject.

Parameters

Return Value

The CurrentHitPoints of the object.

Note

This is the Current “base” HitPoints, without the possible Temporary HitPoints


SetTemporaryHitPoints_xpAM

void SetTemporaryHitPoints_xpAM(object oObject, int iHP);

Set Temporary HitPoints of oObject to iHP.

Parameters

GetTemporaryHitPoints_xpAM

int GetTemporaryHitPoints_xpAM(object oObject);

Get Temporary HitPoints of oObject.

Parameters

Return Value

The Temporary HitPoints of the object.


SetMaxHitPoints_xpAM

void SetMaxHitPoints_xpAM(object oObject, int iHP);

Set Max HitPoints of oObject to iHP.

Parameters


GetMaxHitPoints_xpAM

int GetMaxHitPoints_xpAM(object oObject);

Get Max HitPoints of oObject.

Parameters

Return Value

The Max HitPoints of the object.

SetModMaxHitPoints_xpAM

void SetModMaxHitPoints_xpAM(object oObject, int iHP);

Set the Modifier value of Max HitPoints of oObject to iHP.

Parameters


GetModMaxHitPoints_xpAM

int GetModMaxHitPoints_xpAM(object oObject);

Get the Modifier value of Max HitPoints of oObject.

Parameters

Return Value

The Modifier value of Max HitPoints of the object.


SetAppearance_xpAM

void SetAppearance_xpAM(object oObject, int iApp);

Set Appearance of oObject to iApp. Will be based on respective 2DA tables. Work for Door or Placeable.

Parameters

GetAppearance_xpAM

int GetAppearance_xpAM(object oObject);

Get Appearance of oObject. Will be related to respective 2DA tables. Work for Door or Placeable.

Parameters

Return Value

The corresponding 2DA index of the appearance of the object.


SetUVScroll_xpAM

void SetUVScroll_xpAM(object oObject, int bActive);

Enable or Disable UVScroll for oObject. Work for placeable.

Parameters


GetUVScroll_xpAM

int GetUVScroll_xpAM(object oObject);

Get the activation status of UVScroll for oObject. Work for placeable.

Parameters

Return Value

The activation status of UVScroll for the object (TRUE if enabled, FALSE if disabled).

SetUScroll_xpAM

void SetUScroll_xpAM(object oObject, float fUScroll);

Set UScroll speed for oObject to fUScroll. Work for placeable.

Parameters


GetUScroll_xpAM

float GetUScroll_xpAM(object oObject);

Get UScroll speed for oObject. Work for placeable.

Parameters

Return Value

The UScroll speed of the object.


SetVScroll_xpAM

void SetVScroll_xpAM(object oObject, float fVScroll);

Set VScroll speed for oObject to fUScroll. Work for placeable.

Parameters

GetVScroll_xpAM

float GetVScroll_xpAM(object oObject);

Get VScroll speed for oObject. Work for placeable.

Parameters

Return Value

The VScroll speed of the object.


SetHasInventory_xpAM

void SetHasInventory_xpAM(object oObject, int bHasInventory);

Enable or Disable the inventory for oObject Placeable.

Parameters


GetHasInventory_xpAM

int GetHasInventory_xpAM(object oObject);

Return the value of HasInventory Flag for oObject Placeable.

Parameters

Return Value

The value of the HasInventory flag for the object (TRUE if enabled, FALSE if disabled).

SetInventoryMaxSize_xpAM

void SetInventoryMaxSize_xpAM(object oObject, int iMaxSize);

Set the MaximumInventorySize of Inventory for oObject Placeable to iMaxSize.

Parameters

Note

iMaxSize max value is 142.


GetInventoryMaxSize_xpAM

int GetInventoryMaxSize_xpAM(object oObject);

Get the MaximumInventorySize of Inventory for oObject Placeable.

Parameters

Return Value

The MaximumInventorySize of the object.


GetInventoryNbItem_xpAM

int GetInventoryNbItem_xpAM(object oObject);

Get the number of objects in the oObject inventory. Work for placeable.

Parameters

Return Value

The number of items in the inventory of the object.

SetAutoRemoveKey_xpAM

void SetAutoRemoveKey_xpAM(object oObject, int bAutoRemove);

Set the AutoRemoveKey Flag value for oObject. Work for Placeable, Door.

Parameters


GetAutoRemoveKey_xpAM

int GetAutoRemoveKey_xpAM(object oObject);

Get the AutoRemoveKey Flag value for oObject. Work for Placeable, Door.

Parameters

Return Value

The value of the AutoRemoveKey flag for the object (TRUE if enabled, FALSE if disabled).


GetTriggerType_xpAM

int GetTriggerType_xpAM(object oObject);

Get the trigger type (return a TRIGGER_TYPE_* constant).

Parameters

Return Value

The trigger type as a TRIGGER_TYPE_* constant.

SetTriggerType_xpAM

void SetTriggerType_xpAM(object oObject, int iType);

Set trigger type, use TRIGGER_TYPE_* constant.

Parameters


SetTriggerGeometry_xpAM

void SetTriggerGeometry_xpAM(object oTrigger, string sNewGeometry);

Set a new Geometry for oTrigger.

Parameters


SetIsInvisibleTransition_xpAM

void SetIsInvisibleTransition_xpAM(object oObject, int bInvisibleTransition);

Set the Invisible Transition flag for oObject. Work for Door.

Parameters

GetIsInvisibleTransition_xpAM

int GetIsInvisibleTransition_xpAM(object oObject);

Get the Invisible Transition flag for oObject. Work for Door.

Parameters

Return Value

The value of the Invisible Transition flag for the object (TRUE if enabled, FALSE if disabled).


SetIsPartyTransition_xpAM

void SetIsPartyTransition_xpAM(object oObject, int bPartyTransition);

Set the Party Transition flag for oObject. Work for Door or Trigger.

Parameters


GetIsPartyTransition_xpAM

int GetIsPartyTransition_xpAM(object oObject);

Get the Party Transition flag for oObject. Work for Door or Trigger.

Parameters

Return Value

The value of the Party Transition flag for the object (TRUE if enabled, FALSE if disabled).

SetTransitionLinkObjectType_xpAM

void SetTransitionLinkObjectType_xpAM(object oObject, int iType);

Set the Transition Link Object Type of oObject to iType. iType must be a TRANSITION_TYPE_* constant. Work for Door or Trigger.

Parameters


GetTransitionLinkObjectType_xpAM

int GetTransitionLinkObjectType_xpAM(object oObject);

Get the TRANSITION_TYPE_* used for oObject. Work for Door or Trigger.

Parameters

Return Value

The Transition Link Object Type as a TRANSITION_TYPE_* constant.


SetLoadScreenID_xpAM

void SetLoadScreenID_xpAM(object oObject, int iIDScreen);

Set the LoadScreenID for oObject to iIDScreen. Work for Area, Door, Trigger.

Parameters

GetLoadScreenID_xpAM

int GetLoadScreenID_xpAM(object oObject);

Get the LoadScreenID for oObject. Work for Area, Door, Trigger.

Parameters

Return Value

The LoadScreenID of the object.


SetTransitionDestination_xpAM

void SetTransitionDestination_xpAM(object oObject, string sTransitionDest);

Set the Transition Destination (object Tag) for oObject. Work for Door, Trigger.

Parameters


GetTransitionDestination_xpAM

string GetTransitionDestination_xpAM(object oObject);

Get the Transition Destination of oObject. Work for Door, Trigger.

Parameters

Return Value

The Transition Destination as an object tag.

SetMagicResistance_xpAM

void SetMagicResistance_xpAM(object oObject, int iValue, int bReduc = FALSE);

Set the Magic Resistance for oObject. If bReduc is set to TRUE, you will set the Reduction of this Magic Resistance. Note: If you set bReduc to TRUE, and set an negative iValue, it will increase the magicResistance. Work for Creature.

Parameters


GetMagicResistance_xpAM

int GetMagicResistance_xpAM(object oObject, int bReduc = FALSE);

Get the Magic Resistance for oObject. If bReduc is set to TRUE, you will get the Reduction value of this Magic Resistance.

Parameters

Return Value

The Magic Resistance value or the reduction value if bReduc is TRUE.


SetReflexSavingThrow_xpAM

void SetReflexSavingThrow_xpAM(object oObject, int iSaving);

Set the Reflex Saving Throw on a creature, door, or placeable.

Parameters

SetFortitudeSavingThrow_xpAM

void SetFortitudeSavingThrow_xpAM(object oObject, int iSaving);

Set the Fortitude Saving Throw on a creature, door, or placeable.

Parameters


SetWillSavingThrow_xpAM

void SetWillSavingThrow_xpAM(object oObject, int iSaving);

Set the Will Saving Throw on a creature, door, or placeable.

Parameters


GetFactionID_xpAM

int GetFactionID_xpAM(object oObject);

Return the FactionID of oObject. Work for Creature, Door, Placeable, Trigger.

Parameters

Return Value

The FactionID of the object.

GetIsBaseFaction_xpAM

int GetIsBaseFaction_xpAM(int idFaction);

Return TRUE if the idFaction is one of the preconfiguredFaction.

Parameters

Return Value

TRUE if the FactionID is a preconfigured faction, FALSE otherwise.


SetAppearanceSEF_xpAM

void SetAppearanceSEF_xpAM(object oObject, string sSEF);

Set sSEF visual effect to oObject. Work for Creature, Item, Placeable, PlacedEffect.

Parameters


GetAppearanceSEF_xpAM

string GetAppearanceSEF_xpAM(object oObject);

Get the current visual effect applied to oObject. Work for Creature, Item, Placeable, PlacedEffect.

Parameters

Return Value

The current visual effect applied to the object.

SetColor_xpAM

void SetColor_xpAM(object oObject, int iColor, string sRGB);

Set the iColor color of oObject to sRGB. oObject: The object to change. Door or Placeable. iColor: 1, 2 or 3. The color to change. sRGB: color in #RRGGBB format.

Parameters


GetColor_xpAM

string GetColor_xpAM(object oObject, int iColor);

Return the “iColor” color of oObject. In #RRGGBB format. oObject: a Door or Placeable object. iColor: 1, 2 or 3. The color to get.

Parameters

Return Value

The color in #RRGGBB format.


SetFacing_xpAM

void SetFacing_xpAM(object oObject, float fFacing);

Cause the oObject to immediately face fFacing. fFacing is expressed as anticlockwise degrees from Due East.

Parameters

SetPosition_xpAM

void SetPosition_xpAM(object oObject, float fX, float fY, float fZ);

Set the position of oObject.

Parameters


SetPositionAndFacing_xpAM

void SetPositionAndFacing_xpAM(object oObject, float fX, float fY, float fZ, float fFacing);

Set the position and orientation of oObject.

Parameters


MusicBackgroundDayForPC_xpAM

void MusicBackgroundDayForPC_xpAM(object oPC, int nTrack);

Change the current MusicBackgroundDay to nTrack for oPC in its current area.

Parameters


MusicBackgroundNightForPC_xpAM

void MusicBackgroundNightForPC_xpAM(object oPC, int nTrack);

Change the current MusicBackgroundNight to nTrack for oPC in its current area.

Parameters


MusicBattleForPC_xpAM

void MusicBattleForPC_xpAM(object oPC, int nTrack);

Change the current MusicBattle to nTrack for oPC in its current area.

Parameters


MusicBackgroundRunForPC_xpAM

void MusicBackgroundRunForPC_xpAM(object oPC, int bStart);

Start or Stop the current MusicBackground for oPC.

Parameters


MusicBattleRunForPC_xpAM

void MusicBattleRunForPC_xpAM(object oPC, int bStart);

Start or Stop the current MusicBattle for oPC.

Parameters


RefreshCreatureForPC_xpAM

void RefreshCreatureForPC_xpAM(object oCreatureToRefresh, object oPCMustView);

Refresh the visual of oCreatureToRefresh for oPCMustView.

Parameters


RefreshCreature_xpAM

void RefreshCreature_xpAM(object oCreatureToRefresh);

Refresh the visual of oCreatureToRefresh for every PC.

Parameters


RefreshEquipedItemForPC_xpAM

void RefreshEquipedItemForPC_xpAM(int iSlotToRefresh, object oCreatureToRefresh, object oMustView);

Refresh the visual of an equipped item of oCreatureToRefresh for oPCMustView. iSlotToRefresh: INVENTORY_SLOT_* constant.

Parameters


RefreshEquipedItem_xpAM

void RefreshEquipedItem_xpAM(int iSlotToRefresh, object oCreatureToRefresh);

Refresh the visual of an equipped item of oCreatureToRefresh for every PC. iSlotToRefresh: INVENTORY_SLOT_* constant.

Parameters

RefreshObjectForPC_xpAM

void RefreshObjectForPC_xpAM(object oObjectToRefresh, object oPC);

Refresh the visual of the object oObjectToRefresh for oPC.

Parameters


RefreshObject_xpAM

void RefreshObject_xpAM(object oObjectToRefresh);

Refresh the visual of the object oObjectToRefresh for every concerned.

Parameters


ShowObject_xpAM

void ShowObject_xpAM(object oObjectToShow);

Show the visual of the object oObjectToShow.

Parameters


ShowObjectForPC_xpAM

void ShowObjectForPC_xpAM(object oObjectToShow, object oPC);

Show the visual of the object oObjectToShow for oPC.

Parameters

MaskObject_xpAM

void MaskObject_xpAM(object oObjectToMask);

Hide the visual of the object oObjectToMask for every concerned.

Parameters


MaskObjectForPC_xpAM

void MaskObjectForPC_xpAM(object oObjectToMask, object oPC);

Hide the visual of the object oObjectToMask for oPC.

Parameters


SetObjectDynamicCollision_xpAM

void SetObjectDynamicCollision_xpAM(object oPlaceable, int bDynamicCollision);

Enable or Disable DynamicCollision of oPlaceable.

Parameters


GetObjectDynamicCollision_xpAM

int GetObjectDynamicCollision_xpAM(object oPlaceable);

Get status of DynamicCollision of oPlaceable.

Parameters

Return Value

The status of DynamicCollision for the object (TRUE if enabled, FALSE if disabled).

SetCreatureAge_xpAM

void SetCreatureAge_xpAM(
    object oCreature,
    int iAge,
    int bPersist = FALSE
);

Set the Age of oCreature

Parameters


GetCreatureAge_xpAM

int GetCreatureAge_xpAM(
    object oCreature,
    int bPersist = FALSE
);

Get the Age of oCreature

Parameters

Return Value

The age of the creature.

RecalculateCreatureTotalWeight_xpAM

void RecalculateCreatureTotalWeight_xpAM(
    object oCreature
);

Will recalculate inventory weight on creature. Usefull if you use SetCreatureEquipmentWeight_xpAM.

Parameters


GetCreatureTotalWeight_xpAM

int GetCreatureTotalWeight_xpAM(
    object oCreature
);

Get the current weight carried by the creature.

Parameters

Return Value

The current weight carried by the creature


GetCreatureEquipmentWeight_xpAM

int SetCreatureEquipmentWeight_xpAM(
    object oCreature
);

Get the current equiped weight of the creature. If you don’t set it, this value will be the sum of all equiped items weight.

Parameters

Return Value

The current weight of the equipment carried by the creature


SetCreatureEquipmentWeight_xpAM

int SetCreatureEquipmentWeight_xpAM(
    object oCreature,
    int iWeight
);

Set the equipment weight of a creature.
If you change it, the game will still update it in this way : * Add the weight of an item you equip * Substract the weight of an item you unequip.

This will be used to Refresh the total weight. The game will take the Equiped Weight and add to it every item in inventory.

This mean that you can use this function to add weight on a creature, or remove some (with specific feat or other for example).

Parameters

SetCreatureSoundSet_xpAM

void SetCreatureSoundSet_xpAM(
    object oCreature,
    int iSoundSet
);

Set the SoundSet of oCreature

Parameters


GetCreatureSoundSet_xpAM

int GetCreatureSoundSet_xpAM(
    object oCreature
);

Get the SoundSet of oCreature

Parameters

Return Value

The sound set of the creature.


SetCreatureRace_xpAM

void SetCreatureRace_xpAM(
    object oCreature,
    int iRace
);

Set the Race of oCreature

Parameters

GetCreatureRace_xpAM

int GetCreatureRace_xpAM(
    object oCreature
);

Get the Race of oCreature

Parameters

Return Value

The race index from racialtype.2DA of the creature.


SetCreatureSubRace_xpAM

void SetCreatureSubRace_xpAM(
    object oCreature,
    int iSubRace
);

Set the SubRace of oCreature

Parameters


GetCreatureSubRace_xpAM

int GetCreatureSubRace_xpAM(
    object oCreature
);

Get the SubRace of oCreature

Parameters

Return Value

The subrace index from racialsubtype.2DA of the creature.

SetCreatureSpecificAC_xpAM

void SetCreatureSpecificAC_xpAM(
    object oCreature,
    int iACType,
    int iValue,
    int bReduce = FALSE
);

Set the Specific Armor Class (AC) of oCreature

Parameters

Note

If you set a specific AC, it will be overwritten by other factors that also set the same AC. For example, setting AC_TYPE_ARMORVAL_SEPT to 18 will be overwritten when the oCreature equips armor. Another example: when a creature receives Mage Armor, the AC_TYPE_ARMOR_SEPT will be overwritten but NOT the reduced AC_TYPE_ARMOR_SEPT.

GetCreatureSpecificAC_xpAM

int GetCreatureSpecificAC_xpAM(
    object oCreature,
    int iACType,
    int bReduceVal = FALSE
);

Get the Specific Armor Class (AC) of oCreature

Parameters

Return Value

The specific armor class (AC) of the creature.


SetCreatureTattoos_xpAM

void SetCreatureTattoos_xpAM(
    object oCreature,
    int iValue
);

Not working for tattoo but can be used to store a 16bits value.

Parameters

GetCreatureTattoos_xpAM

int GetCreatureTattoos_xpAM(
    object oCreature
);

Not working for tattoo but can be used to get a stored 16bits value.

Parameters

Return Value

The stored 16bits value.


SetCreatureVisualGender_xpAM

void SetCreatureVisualGender_xpAM(
    object oCreature,
    int iVisualGender
);

Needed if you change the Gender of an creature

Parameters


GetCreatureVisualGender_xpAM

int GetCreatureVisualGender_xpAM(
    object oCreature
);

Get the visual gender of a creature

Parameters

Return Value

The visual gender of the creature.


SetCreatureHead_xpAM

void SetCreatureHead_xpAM(
    object oCreature,
    int iVariation,
    int bPersist = FALSE
);

Change the Head of oCreature.

Parameters


GetCreatureHead_xpAM

int GetCreatureHead_xpAM(
    object oCreature,
    int bPersist = FALSE
);

Get the Head of oCreature

Parameters

Return Value

The head variation of the creature.

SetCreatureHair_xpAM

void SetCreatureHair_xpAM(
    object oCreature,
    int iVariation,
    int bPersist = FALSE
);

Change the Hair of oCreature.

Parameters


GetCreatureHair_xpAM

int GetCreatureHair_xpAM(
    object oCreature,
    int bPersist = FALSE
);

Get the Hair of oCreature

Parameters

Return Value

The hair variation of the creature.

SetCreatureFacialHair_xpAM

void SetCreatureFacialHair_xpAM(
    object oCreature,
    int iVariation,
    int bPersist = FALSE
);

Change the Facial Hair of oCreature.

Parameters


GetCreatureFacialHair_xpAM

int GetCreatureFacialHair_xpAM(
    object oCreature,
    int bPersist = FALSE
);

Get the Facial Hair of oCreature

Parameters

Return Value

The facial hair variation of the creature.

SetCreatureTail_xpAM

void SetCreatureTail_xpAM(
    object oCreature,
    int iVariation,
    int bPersist = FALSE
);

Change the Tail of oCreature.

Parameters


GetCreatureTail_xpAM

int GetCreatureTail_xpAM(
    object oCreature,
    int bPersist = FALSE
);

Get the Tail of oCreature

Parameters

Return Value

The tail variation of the creature.

SetCreatureWings_xpAM

void SetCreatureWings_xpAM(
    object oCreature,
    int iVariation,
    int bPersist = FALSE
);

Change the Wings of oCreature.

Parameters


GetCreatureWings_xpAM

int GetCreatureWings_xpAM(
    object oCreature,
    int bPersist = FALSE
);

Get the Wings of oCreature

Parameters

Return Value

The wings variation of the creature.

SetCreatureColor_xpAM

void SetCreatureColor_xpAM(
    object oCreature,
    string sCreatureColor,
    string sRGB,
    int bPersist = FALSE
);

Change the choosen color of oCreature.

Parameters


GetCreatureColor_xpAM

string GetCreatureColor_xpAM(
    object oCreature,
    string sCreatureColor,
    int bPersist = FALSE
);

Get the choosen color of oCreature.

Parameters

Return Value

The RGB string value of the chosen color.

SetCreaturePersistScale_xpAM

void SetCreaturePersistScale_xpAM(
    object oCreature,
    int nAxis,
    float fScale
);

Change the Persisted scale of oCreature based on specific nAxis.

Parameters


GetCreaturePersistScale_xpAM

float GetCreaturePersistScale_xpAM(
    object oCreature,
    int nAxis
);

Get the Persisted scale of the object based on which axis is looked up.

Parameters

Return Value

The scale value of the creature on the specified axis.

SetCreatureModelPartMask_xpAM

void SetCreatureModelPartMask_xpAM(
    object oCreature,
    int iMask
);

Change the iModelPart mask, allowing you to show or hide model part on the creature visual (so without armor)

Parameters

Note

iMask is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak


GetCreatureModelPartMask_xpAM

int GetCreatureModelPartMask_xpAM(
    object oCreature
);

Get the iModelPart mask, tell you to which model part are shown or hiden on the creature visual (so without armor)

Parameters

Return Value

The model part mask of the creature.

Note

Return Value is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak

SetCreatureVisualVariation_xpAM

void SetCreatureVisualVariation_xpAM(
    object oCreature,
    int iVariation
);

Set the iVariation for the oCreature model (without armor)

Parameters


GetCreatureVisualVariation_xpAM

int GetCreatureVisualVariation_xpAM(
    object oCreature
);

Get the iVariation for the oCreature model (without armor)

Parameters

Return Value

The model variation of the creature.


SetCreatureVisualCategory_xpAM

void SetCreatureVisualCategory_xpAM(
    object oCreature,
    int iCategory
);

Set the Category (armorvisualdata.2da) for the oCreature model (without armor)

Parameters

GetCreatureVisualCategory_xpAM

int GetCreatureVisualCategory_xpAM(
    object oCreature
);

Get the Category (armorvisualdata.2da) for the oCreature model (without armor)

Parameters

Return Value

The model category of the creature.


SetCreatureVisualColor_xpAM

void SetCreatureVisualColor_xpAM(
    object oCreature,
    int iColor,
    string sRGB
);

Set the visual Color for oCreature (Seems to be persisted but not used)

Parameters

GetCreatureVisualColor_xpAM

string GetCreatureVisualColor_xpAM(
    object oCreature,
    int iColor
);

Get the visual Color for oCreature (Seems to be persisted but not used)

Parameters

Return Value

The RGB string value of the visual color.


SetCreatureVisualModelPartVariation_xpAM

void SetCreatureVisualModelPartVariation_xpAM(
    object oCreature,
    int iModelPart,
    int iVariation
);

Set the ModelPart Variation for oCreature Visual.

Parameters

GetCreatureVisualModelPartVariation_xpAM

int GetCreatureVisualModelPartVariation_xpAM(
    object oCreature,
    int iModelPart
);

Get the ModelPart Variation for oCreature Visual.

Parameters

Return Value

The model part variation of the creature.


SetCreatureVisualModelPartCategory_xpAM

void SetCreatureVisualModelPartCategory_xpAM(
    object oCreature,
    int iModelPart,
    int iCategory
);

Set the ModelPart Visual Category for oCreature Visual (armorvisualdata.2DA ID).

Parameters

GetCreatureVisualModelPartCategory_xpAM

int GetCreatureVisualModelPartCategory_xpAM(
    object oCreature,
    int iModelPart
);

Get the ModelPart Visual Category for oCreature Visual (armorvisualdata.2DA ID).

Parameters

Return Value

The model part category of the creature.


SetCreatureVisualModelPartColor_xpAM

void SetCreatureVisualModelPartColor_xpAM(
    object oCreature,
    int iModelPart,
    int iColor,
    string sRGB
);

Set the Color of the iModelPart of oCreature Visual

Parameters

GetCreatureVisualModelPartColor_xpAM

string GetCreatureVisualModelPartColor_xpAM(
    object oCreature,
    int iModelPart,
    int iColor
);

Get the Color of the iModelPart of oCreature Visual

Parameters

Return Value

The RGB string value of the model part color.


SetCreatureVisualModelPieceVariation_xpAM

void SetCreatureVisualModelPieceVariation_xpAM(
    object oCreature,
    int iModelPiece,
    int iVariation
);

Set the ModelPiece Variation for oCreature Visual. Use ARMOR_MODEL_PIECE_* constant for iModelPiece

Parameters

GetCreatureVisualModelPieceVariation_xpAM

int GetCreatureVisualModelPieceVariation_xpAM(
    object oCreature,
    int iModelPiece
);

Get the ModelPiece Variation for oCreature Visual. Use ARMOR_MODEL_PIECE_* constant for iModelPiece

Parameters

Return Value

The model piece variation of the creature.


SetCreatureVisualModelPieceColor_xpAM

void SetCreatureVisualModelPieceColor_xpAM(
    object oCreature,
    int iModelPiece,
    int iColor,
    string sRGB
);

Set the Color of the iModelPiece of oCreature Visual

Parameters

GetCreatureVisualModelPieceColor_xpAM

string GetCreatureVisualModelPieceColor_xpAM(
    object oCreature,
    int iModelPiece,
    int iColor
);

Get the Color of the iModelPiece of oCreature Visual

Parameters

Return Value

The RGB string value of the model piece color.


SetCreatureVisualModelPieceIsUVScroll_xpAM

void SetCreatureVisualModelPieceIsUVScroll_xpAM(
    object oCreature,
    int iModelPiece,
    int bActivate
);

Enable or Disable the UVScroll of the iModelPiece of oCreature Visual

Parameters

GetCreatureVisualModelPieceIsUVScroll_xpAM

int GetCreatureVisualModelPieceIsUVScroll_xpAM(
    object oCreature,
    int iModelPiece
);

Get the activation status for the UVScroll of the iModelPiece of oCreature Visual

Parameters

Return Value

The activation status of the UVScroll for the model piece.


SetCreatureVisualModelPieceUScroll_xpAM

void SetCreatureVisualModelPieceUScroll_xpAM(
    object oCreature,
    int iModelPiece,
    float fValue
);

Set the UScroll speed for the iModelPiece of oCreature Visual

Parameters

GetCreatureVisualModelPieceUScroll_xpAM

float GetCreatureVisualModelPieceUScroll_xpAM(
    object oCreature,
    int iModelPiece
);

Get the UScroll speed for the iModelPiece of oCreature Visual

Parameters

Return Value

The UScroll speed of the model piece.


SetCreatureVisualModelPieceVScroll_xpAM

void SetCreatureVisualModelPieceVScroll_xpAM(
    object oCreature,
    int iModelPiece,
    float fValue
);

Set the VScroll speed for the iModelPiece of oCreature Visual

Parameters

GetCreatureVisualModelPieceVScroll_xpAM

float GetCreatureVisualModelPieceVScroll_xpAM(
    object oCreature,
    int iModelPiece
);

Get the VScroll speed for the iModelPiece of oCreature Visual

Parameters

Return Value

The VScroll speed of the model piece.


SetAreaFlags_xpAM

void SetAreaFlags_xpAM(object oArea, int iFlags);

Set the AreaFlags (define Exterior, Natural, Subteran or not)

Parameters

Note

iFlags can be composed using the AREA_FLAG_* constants. Example : AREA_FLAG_NATURAL | AREA_FLAG_INTERIOR will be a natural and interior area.$


GetAreaFlags_xpAM

int GetAreaFlags_xpAM(object oArea);

Get the AreaFlags (define Exterior, Natural, Subteran or not)

Parameters

Return Value

The area flags. Will be composed of AREA_FLAG_* values. For example, an interior and natural area will return a value equal to AREA_FLAG_NATURAL | AREA_FLAG_INTERIOR


SetAreaNoRest_xpAM

void SetAreaNoRest_xpAM(object oArea, int bNoRest);

Enable or disable possibility of Rest in oArea

Parameters


GetAreaNoRest_xpAM

int GetAreaNoRest_xpAM(object oArea);

Get the possibility of Rest in oArea

Parameters

Return Value

TRUE if rest is disabled, FALSE otherwise.


SetAreaPVPMode_xpAM

void SetAreaPVPMode_xpAM(object oArea, int iPvPMode);

Set the PVP Mode of oArea

Parameters

GetAreaPVPMode_xpAM

int GetAreaPVPMode_xpAM(object oArea);

Get the PVP Mode of oArea

Parameters

Return Value

The PVP mode (PVP_SETTING_* constant).


SetAreaModSpotCheck_xpAM

void SetAreaModSpotCheck_xpAM(object oArea, int iModSpot);

Set the Spot Modificator for this Area

Parameters


GetAreaModSpotCheck_xpAM

int GetAreaModSpotCheck_xpAM(object oArea);

Get the Spot Modificator for this Area

Parameters

Return Value

The spot modifier.

SetAreaModListenCheck_xpAM

void SetAreaModListenCheck_xpAM(object oArea, int iModListen);

Set the Listen Modificator for this Area

Parameters


GetAreaModListenCheck_xpAM

int GetAreaModListenCheck_xpAM(object oArea);

Get the Listen Modificator for this Area

Parameters

Return Value

The listen modifier.


SetAreaSkyRing_xpAM

void SetAreaSkyRing_xpAM(object oArea, string sSkyRing, int iVal);

Set the SkyRing for oArea

Parameters

GetAreaSkyRing_xpAM

int GetAreaSkyRing_xpAM(object oArea, string sSkyRing);

Get the SkyRing for oArea

Parameters

Return Value

The Skyring.2DA id.


SetAreaHasDirectionalLight_xpAM

void SetAreaHasDirectionalLight_xpAM(object oArea, int bHasDirLight);

Enable or Disable the DirectionalLight for oArea

Parameters


GetAreaHasDirectionalLight_xpAM

int GetAreaHasDirectionalLight_xpAM(object oArea);

Get the status of the DirectionalLight of oArea

Parameters

Return Value

TRUE if the directional light is enabled, FALSE otherwise.

SetAreaIsDirLightCastShadow_xpAM

void SetAreaIsDirLightCastShadow_xpAM(object oArea, int bDirLShadow);

Choose if the area DirectionalLight cast Shadow or not

Parameters


GetAreaIsDirLightCastShadow_xpAM

int GetAreaIsDirLightCastShadow_xpAM(object oArea);

Get if the area DirectionalLight cast shadows or not

Parameters

Return Value

TRUE if the directional light casts shadows, FALSE otherwise.


SetAreaHasDayNightCycle_xpAM

void SetAreaHasDayNightCycle_xpAM(object oArea, int bHasDNC);

Enable or Disable the Day/Night Cycle for oArea

Parameters

GetAreaHasDayNightCycle_xpAM

int GetAreaHasDayNightCycle_xpAM(object oArea);

Get the activation status of Day/Night Cycle for oArea

Parameters

Return Value

TRUE if the day/night cycle is enabled, FALSE otherwise.


SetAreaIsAlwaysNight_xpAM

void SetAreaIsAlwaysNight_xpAM(object oArea, int bNight);

If Day/Night Cycle is set to false, choose if oArea is always in Night not

Parameters


GetAreaIsAlwaysNight_xpAM

int GetAreaIsAlwaysNight_xpAM(object oArea);

If Day/Night Cycle is set to false, get if oArea is always in Night not

Parameters

Return Value

TRUE if the area is always in night, FALSE otherwise.

SetAreaUseDayNightFog_xpAM

void SetAreaUseDayNightFog_xpAM(object oArea, int bUseDNF);

If set to TRUE then the fog color will update as time passes.

Parameters


GetAreaUseDayNightFog_xpAM

int GetAreaUseDayNightFog_xpAM(object oArea);

Get if fog color update with cycle or not

Parameters

Return Value

TRUE if the day/night fog is enabled, FALSE otherwise.


SetAreaDNCCoronaIntensity_xpAM

void SetAreaDNCCoronaIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the Sun (or moon) Corona Intensity during iDNC

Parameters

GetAreaDNCCoronaIntensity_xpAM

float GetAreaDNCCoronaIntensity_xpAM(object oArea, int iDNC);

Get the Sun (or moon) Corona Intensity during this iDNC

Parameters

Return Value

The corona intensity.


SetAreaDNCShadowIntensity_xpAM

void SetAreaDNCShadowIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the Shadow Intensity during iDNC

Parameters


GetAreaDNCShadowIntensity_xpAM

float GetAreaDNCShadowIntensity_xpAM(object oArea, int iDNC);

Get the Shadow Intensity during iDNC

Parameters

Return Value

The shadow intensity.

SetAreaDNCSkyRingColorInterpretation_xpAM

void SetAreaDNCSkyRingColorInterpretation_xpAM(object oArea, int iDNC, float fLerp);

Set the “speed” of transition between Horizon and Zenith Color

Parameters


GetAreaDNCSkyRingColorInterpretation_xpAM

float GetAreaDNCSkyRingColorInterpretation_xpAM(object oArea, int iDNC);

Get the “speed” of transition between Horizon and Zenith Color

Parameters

Return Value

The “speed” of transition.


SetAreaDNCSkyDomeModel_xpAM

void SetAreaDNCSkyDomeModel_xpAM(object oArea, int iDNC, string sSkyDome);

Set the SkyDomeModel of oArea during iDNC

Parameters

GetAreaDNCSkyDomeModel_xpAM

string GetAreaDNCSkyDomeModel_xpAM(object oArea, int iDNC);

Set the SkyDomeModel of oArea during iDNC

Parameters

Return Value

The sky dome model.

Bloom


SetAreaDNCBloomBLRadius_xpAM

void SetAreaDNCBloomBLRadius_xpAM(object oArea, int iDNC, float fRadius);

Set the Bloom Blur Radius

Parameters


GetAreaDNCBloomBLRadius_xpAM

float GetAreaDNCBloomBLRadius_xpAM(object oArea, int iDNC);

Get the Bloom Blur Radius

Parameters

Return Value

The bloom blur radius.

SetAreaDNCBloomGLIntensity_xpAM

void SetAreaDNCBloomGLIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the Bloom Glow Intensity

Parameters


GetAreaDNCBloomGLIntensity_xpAM

float GetAreaDNCBloomGLIntensity_xpAM(object oArea, int iDNC);

Get the Bloom Glow Intensity

Parameters

Return Value

The bloom glow intensity.


SetAreaDNCBloomHLIntensity_xpAM

void SetAreaDNCBloomHLIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the Bloom Highlight Intensity

Parameters

GetAreaDNCBloomHLIntensity_xpAM

float GetAreaDNCBloomHLIntensity_xpAM(object oArea, int iDNC);

Get the Bloom Highlight Intensity

Parameters

Return Value

The bloom highlight intensity.


SetAreaDNCBloomHLThreshold_xpAM

void SetAreaDNCBloomHLThreshold_xpAM(object oArea, int iDNC, float fIntensity);

Set the Bloom Highlight Threshold

Parameters


GetAreaDNCBloomHLThreshold_xpAM

float GetAreaDNCBloomHLThreshold_xpAM(object oArea, int iDNC);

Get the Bloom Highlight Threshold

Parameters

Return Value

The bloom highlight threshold.

SetAreaDNCBloomSCIntensity_xpAM

void SetAreaDNCBloomSCIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the Bloom Scene Intensity

Parameters


GetAreaDNCBloomSCIntensity_xpAM

float GetAreaDNCBloomSCIntensity_xpAM(object oArea, int iDNC);

Get the Bloom Scene Intensity

Parameters

Return Value

The bloom scene intensity.


SetAreaDNCHDRAvg_xpAM

void SetAreaDNCHDRAvg_xpAM(object oArea, int iDNC, float fHDR);

Set the HDR Average Value

Parameters

GetAreaDNCHDRAvg_xpAM

float GetAreaDNCHDRAvg_xpAM(object oArea, int iDNC);

Get the HDR Average Value

Parameters

Return Value

The HDR average value.


SetAreaDNCHDRMax_xpAM

void SetAreaDNCHDRMax_xpAM(object oArea, int iDNC, float fHDR);

Set the HDR Maximum Value

Parameters


GetAreaDNCHDRMax_xpAM

float GetAreaDNCHDRMax_xpAM(object oArea, int iDNC);

Get the HDR Maximum Value

Parameters

Return Value

The HDR maximum value.

SetAreaDNCHDRExposure_xpAM

void SetAreaDNCHDRExposure_xpAM(object oArea, int iDNC, float fHDR);

Set the HDR Exposure Value

Parameters


GetAreaDNCHDRExposure_xpAM

float GetAreaDNCHDRExposure_xpAM(object oArea, int iDNC);

Get the HDR Exposure Value

Parameters

Return Value

The HDR exposure value.


SetAreaDNCHDRHighlight_xpAM

void SetAreaDNCHDRHighlight_xpAM(object oArea, int iDNC, float fHDR);

Set the HDR Highlight Value

Parameters

GetAreaDNCHDRHighlight_xpAM

float GetAreaDNCHDRHighlight_xpAM(object oArea, int iDNC);

Get the HDR Highlight Value

Parameters

Return Value

The HDR highlight value.


SetAreaDNCCloudCover_xpAM

void SetAreaDNCCloudCover_xpAM(object oArea, int iDNC, float fCover);

Set the Cloud Cover

Parameters


GetAreaDNCCloudCover_xpAM

float GetAreaDNCCloudCover_xpAM(object oArea, int iDNC);

Get the Cloud Cover

Parameters

Return Value

The cloud cover (value between 0 and 1.5).


SetAreaDNCCloudMoveX_xpAM

void SetAreaDNCCloudMoveX_xpAM(object oArea, int iDNC, float fMove);

Set the Cloud Movement in the East-West direction

Parameters

Note

A positive values causing movement toward the west. Unless the weather is extreme, you will likely want values of 0.1 or less.

GetAreaDNCCloudMoveX_xpAM

float GetAreaDNCCloudMoveX_xpAM(object oArea, int iDNC);

Get the Cloud Movement in the East-West direction

Parameters

Return Value

The cloud movement in the East-West direction. A positive value represent a movement toward the west.


SetAreaDNCCloudMoveY_xpAM

void SetAreaDNCCloudMoveY_xpAM(object oArea, int iDNC, float fMove);

Set the Cloud Movement in the North-South direction

Parameters

Note

A positive values causing movement toward the South. Unless the weather is extreme, you will likely want values of 0.1 or less.


GetAreaDNCCloudMoveY_xpAM

float GetAreaDNCCloudMoveY_xpAM(object oArea, int iDNC);

Get the Cloud Movement in the North-South direction

Parameters

Return Value

The cloud movement in the North-South direction. A positive value represent a movement toward the South.


SetAreaDNCDesaturateColor_xpAM

void SetAreaDNCDesaturateColor_xpAM(object oArea, int iDNC, int bDesaturate);

Enable or Disable the Desaturation effect

Parameters


GetAreaDNCDesaturateColor_xpAM

int GetAreaDNCDesaturateColor_xpAM(object oArea, int iDNC);

Get the status of desaturation effect

Parameters

Return Value

TRUE if desaturation is enabled, FALSE otherwise.


SetAreaDNCDesaturateFactor_xpAM

void SetAreaDNCDesaturateFactor_xpAM(object oArea, int iDNC, float fFactor);

Set the desaturation factor

Parameters

Note

If DesaturateColor is TRUE, then this value controls the amount of leeching of the color.

GetAreaDNCDesaturateFactor_xpAM

float GetAreaDNCDesaturateFactor_xpAM(object oArea, int iDNC);

Get the desaturation factor

Parameters

Return Value

The desaturation factor (value from 0 to 1).


SetAreaDNCGroundLightIntensity_xpAM

void SetAreaDNCGroundLightIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the GroundLight Intensity

Parameters


GetAreaDNCGroundLightIntensity_xpAM

float GetAreaDNCGroundLightIntensity_xpAM(object oArea, int iDNC);

Get the GroundLight Intensity

Parameters

Return Value

The ground light intensity.

SetAreaDNCGroundLightColor_xpAM

void SetAreaDNCGroundLightColor_xpAM(object oArea, int iDNC, string sColorType, string sRGB);

Set the GroundLight Color

Parameters


GetAreaDNCGroundLightColor_xpAM

string GetAreaDNCGroundLightColor_xpAM(object oArea, int iDNC, string sColorType);

Get the GroundLight Color

Parameters

Return Value

The RGB value of the ground light color (on #RRGGGBB format).


SetAreaDNCSkylightIntensity_xpAM

void SetAreaDNCSkylightIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the SkyLight Intensity

Parameters

GetAreaDNCSkylightIntensity_xpAM

float GetAreaDNCSkylightIntensity_xpAM(object oArea, int iDNC);

Get the SkyLight Intensity

Parameters

Return Value

The skylight intensity.


SetAreaDNCSkylightColor_xpAM

void SetAreaDNCSkylightColor_xpAM(object oArea, int iDNC, string sColorType, string sRGB);

Set the SkyLight Color

Parameters


GetAreaDNCSkylightColor_xpAM

string GetAreaDNCSkylightColor_xpAM(object oArea, int iDNC, string sColorType);

Get the SkyLight Color

Parameters

Return Value

The RGB value of the skylight color (in #RRGGGBB format).

SetAreaDNCSunMoonIntensity_xpAM

void SetAreaDNCSunMoonIntensity_xpAM(object oArea, int iDNC, float fIntensity);

Set the Sun/Moon Intensity

Parameters


GetAreaDNCSunMoonIntensity_xpAM

float GetAreaDNCSunMoonIntensity_xpAM(object oArea, int iDNC);

Get the Sun/Moon Intensity

Parameters

Return Value

The sun/moon intensity.


SetAreaDNCSunMoonColor_xpAM

void SetAreaDNCSunMoonColor_xpAM(object oArea, int iDNC, string sColorType, string sRGB);

Set the Sun/Moon Color

Parameters

GetAreaDNCSunMoonColor_xpAM

string GetAreaDNCSunMoonColor_xpAM(object oArea, int iDNC, string sColorType);

Get the Sun/Moon Color

Parameters

Return Value

The RGB value of the sun/moon color (in #RRGGGBB format).


SetAreaDNCSunMoonDirX_xpAM

void SetAreaDNCSunMoonDirX_xpAM(object oArea, int iDNC, float fDir);

Set the Sun/Moon Direction in the X axis

Parameters


GetAreaDNCSunMoonDirX_xpAM

float GetAreaDNCSunMoonDirX_xpAM(object oArea, int iDNC);

Get the Sun/Moon Direction in the X axis

Parameters

Return Value

The sun/moon direction in the X axis.

SetAreaDNCSunMoonDirY_xpAM

void SetAreaDNCSunMoonDirY_xpAM(object oArea, int iDNC, float fDir);

Set the Sun/Moon Direction in the Y axis

Parameters


GetAreaDNCSunMoonDirY_xpAM

float GetAreaDNCSunMoonDirY_xpAM(object oArea, int iDNC);

Get the Sun/Moon Direction in the Y axis

Parameters

Return Value

The sun/moon direction in the Y axis.


SetAreaDNCSunMoonDirZ_xpAM

void SetAreaDNCSunMoonDirZ_xpAM(object oArea, int iDNC, float fDir);

Set the Sun/Moon Direction in the Z axis

Parameters

GetAreaDNCSunMoonDirZ_xpAM

float GetAreaDNCSunMoonDirZ_xpAM(object oArea, int iDNC);

Get the Sun/Moon Direction in the Z axis

Parameters

Return Value

The sun/moon direction in the Z axis.


SetAreaDNCFogStart_xpAM

void SetAreaDNCFogStart_xpAM(object oArea, int iDNC, float fStart);

Set the Fog Start value

Parameters


GetAreaDNCFogStart_xpAM

float GetAreaDNCFogStart_xpAM(object oArea, int iDNC);

Get the Fog Start value

Parameters

Return Value

The fog start value.

SetAreaDNCFogEnd_xpAM

void SetAreaDNCFogEnd_xpAM(object oArea, int iDNC, float fEnd);

Set the Fog End value

Parameters


GetAreaDNCFogEnd_xpAM

float GetAreaDNCFogEnd_xpAM(object oArea, int iDNC);

Get the Fog End value

Parameters

Return Value

The fog end value.


SetAreaDNCFogFarClip_xpAM

void SetAreaDNCFogFarClip_xpAM(object oArea, int iDNC, float fFarClip);

Set the Fog Far Clip value

Parameters

GetAreaDNCFogFarClip_xpAM

float GetAreaDNCFogFarClip_xpAM(object oArea, int iDNC);

Get the Fog Far Clip value

Parameters

Return Value

The fog far clip value.


SetAreaDNCFogColor_xpAM

void SetAreaDNCFogColor_xpAM(object oArea, int iDNC, string sRGB);

Set the Fog Color

Parameters


GetAreaDNCFogColor_xpAM

string GetAreaDNCFogColor_xpAM(object oArea, int iDNC);

Get the Fog Color

Parameters

Return Value

The RGB value of the fog color (in #RRGGGBB format).

SetAreaDNCSkyHorizonColor_xpAM

void SetAreaDNCSkyHorizonColor_xpAM(object oArea, int iDNC, string sRGB);

Set the SkyHorizon Color

Parameters


GetAreaDNCSkyHorizonColor_xpAM

string GetAreaDNCSkyHorizonColor_xpAM(object oArea, int iDNC);

Get the SkyHorizon Color

Parameters

Return Value

The RGB value of the SkyHorizon color (in #RRGGGBB format).


SetAreaDNCSkyZenithColor_xpAM

void SetAreaDNCSkyZenithColor_xpAM(object oArea, int iDNC, string sRGB);

Set the SkyZenith Color

Parameters

GetAreaDNCSkyZenithColor_xpAM

string GetAreaDNCSkyZenithColor_xpAM(object oArea, int iDNC);

Get the SkyZenith Color

Parameters

Return Value

The RGB value of the SkyZenith color (in #RRGGGBB format).


SetBaseItemType_xpAM

void SetBaseItemType_xpAM(
    object oItem,
    int iItemType
);

Set the base item type (BASE_ITEM_* or Baseitems.2da ID) of oItem.

Parameters


SetItemAppearanceVariation_xpAM

void SetItemAppearanceVariation_xpAM(
    object oItem,
    int iVariation
);

Set the Visual Variation of oItem

Parameters

GetItemAppearanceVariation_xpAM

int GetItemAppearanceVariation_xpAM(
    object oItem
);

Get the Visual Variation of oItem

Parameters

Return Value

The visual variation of oItem


SetItemAppearanceCategory_xpAM

void SetItemAppearanceCategory_xpAM(
    object oItem,
    int iCategory
);

Set the Visual Category of oItem (armorvisualdata.2DA ID)

Parameters


GetItemAppearanceCategory_xpAM

int GetItemAppearanceCategory_xpAM(
    object oItem
);

Get the Visual Category of oItem (armorvisualdata.2DA ID)

Parameters

Return Value

The visual category of oItem


SetItemDescription_xpAM

void SetItemDescription_xpAM(
    object oItem,
    string sDescription,
    int bIdentified = TRUE
);

Set the Description of oItem.

Parameters


GetItemDescription_xpAM

string GetItemDescription_xpAM(
    object oItem,
    int bIdentified = TRUE
);

Get the Description of oItem.

Parameters

Return Value

The description of oItem

SetItemColor_xpAM

void SetItemColor_xpAM(
    object oItem,
    int iColor,
    string sRGB
);

Set the oItem Color.

Parameters


GetItemColor_xpAM

string GetItemColor_xpAM(
    object oItem,
    int iColor
);

Get the oItem Color.

Parameters

Return Value

The color of oItem in RGB string format


SetItemWeaponFX_xpAM

void SetItemWeaponFX_xpAM(
    object oItem,
    int iWpnFX
);

Set the “DamageEffect” of the Weapon (ITEM_VISUAL_* / iprp_visualfx.2da)

Parameters


GetItemWeaponFX_xpAM

int GetItemWeaponFX_xpAM(
    object oItem
);

Get the “DamageEffect” of the Weapon (ITEM_VISUAL_* / iprp_visualfx.2da)

Parameters

Return Value

The damage effect of the weapon


SetItemWeaponPart_xpAM

void SetItemWeaponPart_xpAM(
    object oItem,
    int iPart,
    int iVariation
);

Set the iPart (WEAPON_MODEL_PART_*) of oItem to Variation

Parameters

GetItemWeaponPart_xpAM

int GetItemWeaponPart_xpAM(
    object oItem,
    int iPart
);

Get the Variation of the iPart (WEAPON_MODEL_PART_*) of oItem

Parameters

Return Value

The variation of the part


SetItemModelPieceVariation_xpAM

void SetItemModelPieceVariation_xpAM(
    object oItem,
    int iModelPiece,
    int iVariation
);

Set the ModelPiece Variation for oItem.

Parameters

GetItemModelPieceVariation_xpAM

int GetItemModelPieceVariation_xpAM(
    object oItem,
    int iModelPiece
);

Get the ModelPiece Variation for oItem.

Parameters

Return Value

The variation of the model piece


SetItemModelPieceColor_xpAM

void SetItemModelPieceColor_xpAM(
    object oItem,
    int iModelPiece,
    int iColor,
    string sRGB
);

Set the Color of the iModelPiece of oItem

Parameters

GetItemModelPieceColor_xpAM

string GetItemModelPieceColor_xpAM(
    object oItem,
    int iModelPiece,
    int iColor
);

Get the Color of the iModelPiece of oItem

Parameters

Return Value

The color of the model piece in RGB string format


SetItemModelPieceIsUVScroll_xpAM

void SetItemModelPieceIsUVScroll_xpAM(
    object oItem,
    int iModelPiece,
    int bUVScroll
);

Enable or Disable the UVScroll of the iModelPiece of oItem

Parameters

GetItemModelPieceIsUVScroll_xpAM

int GetItemModelPieceIsUVScroll_xpAM(
    object oItem,
    int iModelPiece
);

Get the activation status for the UVScroll of the iModelPiece of oItem

Parameters

Return Value

TRUE if UVScroll is enabled, FALSE if UVScroll is disabled


SetItemModelPieceUScroll_xpAM

void SetItemModelPieceUScroll_xpAM(
    object oItem,
    int iModelPiece,
    float fUScroll
);

Set the UScroll speed for the iModelPiece of oItem

Parameters

GetItemModelPieceUScroll_xpAM

float GetItemModelPieceUScroll_xpAM(
    object oItem,
    int iModelPiece
);

Get the UScroll speed for the iModelPiece of oItem

Parameters

Return Value

The UScroll speed of the model piece


SetItemModelPieceVScroll_xpAM

void SetItemModelPieceVScroll_xpAM(
    object oItem,
    int iModelPiece,
    float fVScroll
);

Set the VScroll speed for the iModelPiece of oItem

Parameters

GetItemModelPieceVScroll_xpAM

float GetItemModelPieceVScroll_xpAM(
    object oItem,
    int iModelPiece
);

Get the VScroll speed for the iModelPiece of oItem

Parameters

Return Value

The VScroll speed of the model piece


SetItemModelPartMask_xpAM

void SetItemModelPartMask_xpAM(
    object oItem,
    int iMask
);

Change the iModelPart Mask, allowing you to show or hide model part on the Item (armor) visual.

Parameters

Note

iMask is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak

GetItemModelPartMask_xpAM

int GetItemModelPartMask_xpAM(
    object oItem
);

Get the iModelPart mask, tell you to which model part are shown or hiden on the item (armor) visual

Parameters

Return Value

The model part mask of the Item.

Note

Return Value is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak


SetItemModelPartVariation_xpAM

void SetItemModelPartVariation_xpAM(
    object oItem,
    int iModelPart,
    int iVariation
);

Set the ModelPart Variation for oItem.

Parameters

GetItemModelPartVariation_xpAM

int GetItemModelPartVariation_xpAM(
    object oItem,
    int iModelPart
);

Get the ModelPart Variation for oItem.

Parameters

Return Value

The variation of the model part


SetItemModelPartCategory_xpAM

void SetItemModelPartCategory_xpAM(
    object oItem,
    int iModelPart,
    int iCategory
);

Set the ModelPart Visual Category for oItem (armorvisualdata.2DA ID).

Parameters

GetItemModelPartCategory_xpAM

int GetItemModelPartCategory_xpAM(
    object oItem,
    int iModelPart
);

Get the ModelPart Visual Category for oItem (armorvisualdata.2DA ID).

Parameters

Return Value

The visual category of the model part


SetItemModelPartColor_xpAM

void SetItemModelPartColor_xpAM(
    object oItem,
    int iModelPart,
    int iColor,
    string sRGB
);

Set the Color of the iModelPart of oItem

Parameters

GetItemModelPartColor_xpAM

string GetItemModelPartColor_xpAM(
    object oItem,
    int iModelPart,
    int iColor
);

Get the Color of the iModelPart of oItem

Parameters

Return Value

The color of the model part in RGB string format


GetItemBaseMaterialType_xpAM

int GetItemBaseMaterialType_xpAM(
    object oItem
);

Get the BaseMaterialType of oItem

Parameters

Return Value

The base material type of oItem, refer to iprp_materials.2da row.

SetItemBaseCost_xpAM

void SetItemBaseCost_xpAM(
    object oItem,
    int iCost
);

Set the BaseCost of oItem.

Parameters

Note

BaseCost is recalculated by the game on several occasion. See EnhancedFeature BaseCost hook for more details. BaseCost is not the price. The price (for an identified item) is calculated with BaseCost+CostModifier. Then modified by Merchant configuration and Appraise skill. For a stack. All the costs are for 1 item of the stack.


GetItemBaseCost_xpAM

int GetItemBaseCost_xpAM(
    object oItem
);

Get the BaseCost of oItem.

Parameters

Return Value

The BaseCost of oItem

Note

BaseCost is not the price. The price (for an identified item) is calculated with BaseCost+CostModifier. Then modified by Merchant configuration and Appraise skill. For a stack. All the costs are for 1 item of the stack.

SetItemNonIdentifiedCost_xpAM

void SetItemNonIdentifiedCost_xpAM(
    object oItem,
    int iCost
);

Set the non identified cost of oItem.

Parameters

Note

NonIdentifiedCost is recalculated by the game on several occasion. See EnhancedFeature BaseCost hook for more details. NonIdentifiedCost is not the price. The price for an non identified item is calculated with NonIdentifiedCost. Then modified by Merchant configuration and Appraise skill. For a stack. All the costs are for 1 item of the stack.


GetItemNonIdentifiedCost_xpAM

int GetItemNonIdentifiedCost_xpAM(
    object oItem
);

Get the NonIdentified Cost of oItem.

Parameters

Return Value

The NonIdentifiedCost of oItem

Note

NonIdentifiedCost is not the price. The price for an non identified item is calculated with NonIdentifiedCost. Then modified by Merchant configuration and Appraise skill. For a stack. All the costs are for 1 item of the stack.

SetItemCostModifier_xpAM

void SetItemNonIdentifiedCost_xpAM(
    object oItem,
    int iCost
);

Set the cost modifier of oItem.

Parameters

Note

For an identified item, the price is calculated with BaseCost+CostModifier (then modifierby Merchant configuration and Appraise skill). So, if you set a negative value, it will decrease the price of oItem, else it will increase it. For a stack. All the costs are for 1 item of the stack.


GetItemCostModifier_xpAM

int GetItemCostModifier_xpAM(
    object oItem
);

Get the Cost Modifier of oItem.

Parameters

Return Value

The Cost Modifier of oItem

Note

For an identified item, the price is calculated with BaseCost+CostModifier (then modifierby Merchant configuration and Appraise skill). So, if you set a negative value, it will decrease the price of oItem, else it will increase it. For a stack. All the costs are for 1 item of the stack.

GetItemNbDamageReduction_xpAM

int GetItemNbDamageReduction_xpAM(
    object oItem
);

Get the Number of DamageReduction for this Item

Parameters

Return Value

The Number of DamageReduction on oItem


AddItemDamageReduction_xpAM

void AddItemDamageReduction_xpAM(
    object oItem,
    int iAmount,
    int bUseOrLogic
);

Create and add a new DamageReduction on oItem

Parameters


RemoveItemDamageReduction_xpAM

void RemoveItemDamageReduction_xpAM(
    object oItem,
    int iDmgRedctIdx
);

Remove a specific DamageReduction from oItem

Parameters

SetItemDmgReductionAmount_xpAM

void SetItemDmgReductionAmount_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iAmount
);

Change the Amount of Damage Reduction for a specific DamageReduction for oItem

Parameters


GetItemDmgReductionAmount_xpAM

int GetItemDmgReductionAmount_xpAM(
    object oItem,
    int iDmgRedctIdx
);

Get the Amount of a specific DamageReduction of oItem.

Parameters

Return Value

The Amount of a specific DamageReduction of oItem.

SetItemDmgReductionUseOr_xpAM

void SetItemDmgReductionUseOr_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int bUseOrLogic
);

Change the UseOrLogic flag of a specific DamageReduction for oItem

Parameters


GetItemDmgReductionUseOr_xpAM

int GetItemDmgReductionUseOr_xpAM(
    object oItem,
    int iDmgRedctIdx
);

Get the UseOrLogic flag of a specific DamageReduction of oItem.

Parameters

Return Value

The UseOrLogic flag of a specific DamageReduction of oItem.

GetItemDmgRedctNbPiercing_xpAM

int GetItemDmgRedctNbPiercing_xpAM(
    object oItem,
    int iDmgRedctIdx
);

Get the Number of Piercing type for a specific DamageReduction of this Item

Parameters

Return Value

The Number of PiercingType for the choosen DamageReduction on oItem


AddItemDmgRedctPiercing_xpAM

void AddItemDmgRedctPiercing_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iType,
    int iSubType
);

Create and add a new Piercing type for a specific DamageReduction on oItem

Parameters

RemoveItemDmgRedctPiercing_xpAM

void RemoveItemDmgRedctPiercing_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iPiercingIdx
);

Remove a specific PiercingType from a specific DamageReduction from oItem

Parameters


SetItemDmgRedctPiercingType_xpAM

void SetItemDmgRedctPiercingType_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iPiercingIdx,
    int iType
);

Change the Type of a specific PiercingType of a specific DamageReduction from oItem

Parameters

GetItemDmgRedctPiercingType_xpAM

int GetItemDmgRedctPiercingType_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iPiercingIdx
);

Get the DR_TYPE_* value used as type for the choosen PiercingType

Parameters

Return Value

The DR_TYPE_* value used as type for the choosen PiercingType


SetItemDmgRedctPiercingSubType_xpAM

void SetItemDmgRedctPiercingType_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iPiercingIdx,
    int iSubType
);

Change the SubType of a specific PiercingType of a specific DamageReduction from oItem

Parameters

GetItemDmgRedctPiercingSubType_xpAM

int GetItemDmgRedctPiercingSubType_xpAM(
    object oItem,
    int iDmgRedctIdx,
    int iPiercingIdx
);

Get the subtype value used for the choosen PiercingType

Parameters

Return Value

The value depend of the Type. * DR_TYPE_DMGTYPE: DAMAGE_TYPE_* * DR_TYPE_GMATERIAL: GMATERIAL_* * DR_TYPE_ALIGNMENT: ALIGNMENT_* For other, Subtype doesn’t matter


SetLightRange_xpAM

void SetLightRange_xpAM(
    object oLight,
    float fRange
);

Set the maximum distance that the light’s diffuse color will reach.

Parameters

GetLightRange_xpAM

float GetLightRange_xpAM(
    object oLight
);

Get the maximum distance that the light’s diffuse color will reach.

Parameters

Return Value

The maximum distance that the light’s diffuse color will reach.


SetLightCastShadow_xpAM

void SetLightCastShadow_xpAM(
    object oLight,
    int bCastShadow
);

Set if the light should cast shadows or not.

Parameters


GetLightCastShadow_xpAM

int GetLightCastShadow_xpAM(
    object oLight
);

Get if the light casts shadows or not.

Parameters

Return Value

True if the light casts shadows, false otherwise.


SetLightShadowIntensity_xpAM

void SetLightShadowIntensity_xpAM(
    object oLight,
    float fIntensity
);

Set the intensity of shadows cast by the light.

Parameters


GetLightShadowIntensity_xpAM

float GetLightShadowIntensity_xpAM(
    object oLight
);

Get the intensity of shadows cast by the light.

Parameters

Return Value

The intensity of shadows cast by the light.


SetLightColorIntensity_xpAM

void SetLightColorIntensity_xpAM(
    object oLight,
    float fColorIntensity
);

Set the intensity (brightness) of the light within its range.

Parameters

GetLightColorIntensity_xpAM

float GetLightColorIntensity_xpAM(
    object oLight
);

Get the intensity (brightness) of the light within its range.

Parameters

Return Value

The intensity (brightness) of the light within its range.


SetLightColor_xpAM

void SetLightColor_xpAM(
    object oLight,
    string sColorType,
    string sRGB
);

Set the chosen light color value.

Parameters

GetLightColor_xpAM

string GetLightColor_xpAM(
    object oLight,
    string sColorType
);

Get the chosen light color value.

Parameters

Return Value

The RGB string value of the chosen light color.


SetLightIsLerp_xpAM

void SetLightIsLerp_xpAM(
    object oLight,
    int bLerp
);

Enable or disable lerp for this light.

Parameters


GetLightIsLerp_xpAM

int GetLightIsLerp_xpAM(
    object oLight
);

Get the status of lerp for this light.

Parameters

Return Value

True if lerp is enabled for the light, false otherwise.


SetLightLerpPeriod_xpAM

void SetLightLerpPeriod_xpAM(
    object oLight,
    float fLerpPeriod
);

Set the time in seconds for the light to cycle between the color and lerp target color.

Parameters


GetLightLerpPeriod_xpAM

float GetLightLerpPeriod_xpAM(
    object oLight
);

Get the time in seconds for the light to cycle between the color and lerp target color.

Parameters

Return Value

The time in seconds for the light to cycle between the color and lerp target color.


SetLightLerpIntensity_xpAM

void SetLightLerpIntensity_xpAM(
    object oLight,
    float fLerpIntensity
);

Set the intensity (brightness) of the lerp light within its range.

Parameters


GetLightLerpIntensity_xpAM

float GetLightLerpIntensity_xpAM(
    object oLight
);

Get the intensity (brightness) of the lerp light within its range.

Parameters

Return Value

The intensity (brightness) of the lerp light within its range.


SetLightLerpColor_xpAM

void SetLightLerpColor_xpAM(
    object oLight,
    string sColorType,
    string sRGB
);

Set the chosen light lerp color value.

Parameters

GetLightLerpColor_xpAM

string GetLightLerpColor_xpAM(
    object oLight,
    string sColorType
);

Get the chosen light lerp color value.

Parameters

Return Value

The RGB string value of the chosen light lerp color.


SetLightIsFlicker_xpAM

void SetLightIsFlicker_xpAM(
    object oLight,
    int bFlicker
);

Enable or disable flicker for this light.

Parameters


GetLightIsFlicker_xpAM

int GetLightIsFlicker_xpAM(
    object oLight
);

Get the flicker activation status for this light.

Parameters

Return Value

True if flicker is enabled for the light, false otherwise.


SetLightFlickerType_xpAM

void SetLightFlickerType_xpAM(
    object oLight,
    int iFlickerType
);

Set the light flicker type with a FLICKER_TYPE_* value.

Parameters


GetLightFlickerType_xpAM

int GetLightFlickerType_xpAM(
    object oLight
);

Get the FLICKER_TYPE_* corresponding to the flicker type.

Parameters

Return Value

The FLICKER_TYPE_* constant corresponding to the flicker type.

SetLightFlickerVariance_xpAM

void SetLightFlickerVariance_xpAM(
    object oLight,
    float fVariance
);

Set the flicker variance value.

Parameters


GetLightFlickerVariance_xpAM

float GetLightFlickerVariance_xpAM(
    object oLight
);

Get the flicker variance value.

Parameters

Return Value

The flicker variance value.


SetLightFlickerRate_xpAM

void SetLightFlickerRate_xpAM(
    object oLight,
    float fRate
);

Set the flicker rate for this light.

Parameters

GetLightFlickerRate_xpAM

float GetLightFlickerRate_xpAM(
    object oLight
);

Get the flicker rate for this light.

Parameters

Return Value

The flicker rate for the light.

Constants

Light Color Types (LIGHT_COLOR_TYPE_*)

Name Value Description
LIGHT_COLOR_TYPE_AMBIANT “Ambiant”
LIGHT_COLOR_TYPE_DIFFUSE “Diffuse”
LIGHT_COLOR_TYPE_SPECULAR“Specular”

Transition Types (TRANSITION_TYPE_*)

Name ValueDescription
TRANSITION_TYPE_NONE 0
TRANSITION_TYPE_DOOR 1
TRANSITION_TYPE_WAYPOINT2

Flicker Types (FLICKER_TYPE_*)

Name ValueDescription
FLICKER_TYPE_LINEAR0
FLICKER_TYPE_BOUNCE1
FLICKER_TYPE_JUMPY 2

Armor Model Parts (ARMOR_MODEL_PART_*)

Name ValueDescription
ARMOR_MODEL_PART_HELM 0 Already existing in base nwnscript
ARMOR_MODEL_PART_GLOVES1 Already existing in base nwnscript
ARMOR_MODEL_PART_BOOTS 2 Already existing in base nwnscript
ARMOR_MODEL_PART_BELT 3 Already existing in base nwnscript
ARMOR_MODEL_PART_CLOAK 4 Already existing in base nwnscript
ARMOR_MODEL_PART_ARMOR 5 Added by xp_aspectManager

Trigger Types (TRIGGER_TYPE_*)

Name ValueDescription
TRIGGER_TYPE_GENERAL 0
TRIGGER_TYPE_TRANSITION1
TRIGGER_TYPE_TRAP 2

Constants Creature

Creature Color Constants (CREATURE_COLOR_*)

Name Value Description
CREATURE_COLOR_1_SEPT “Color1” Creature color 1
CREATURE_COLOR_2_SEPT “Color2” Creature color 2
CREATURE_COLOR_3_SEPT “Color3” Creature color 3
CREATURE_COLOR_HEAD_SEPT “ColorHeadSkin”Head/Skin color
CREATURE_COLOR_EYE_SEPT “ColorHeadEye” Eye color
CREATURE_COLOR_BROW_SEPT “ColorHeadBrow”Brow color
CREATURE_COLOR_HAIRACCESSORY_SEPT“ColorHairHacc”Hair accessory color
CREATURE_COLOR_HAIR1_SEPT “ColorHair1” Hair color 1
CREATURE_COLOR_HAIR2_SEPT “ColorHair2” Hair color 2

Armor Class Type Constants (AC_TYPE_*)

Name ValueDescription
AC_TYPE_BASE_SEPT 20 Base armor class
AC_TYPE_ARMORVAL_SEPT 21 Armor value
AC_TYPE_SHIELDVAL_SEPT22 Shield value
AC_TYPE_ARMOR_SEPT 3 Armor
AC_TYPE_DEFLECT_SEPT 5 Deflection
AC_TYPE_SHIELD_SEPT 7 Shield
AC_TYPE_NATURAL_SEPT 9 Natural armor
AC_TYPE_DODGE_SEPT 11 Dodge

Scale Axis Constants (SCALE_*)

Name ValueDescription
SCALE_X0 X-axis scale
SCALE_Y1 Y-axis scale
SCALE_Z2 Z-axis scale

Constants Area

PVP Setting (PVP_SETTING_*)

Name ValueDescription
PVP_SETTING_NO 0
PVP_SETTING_GROUP 1
PVP_SETTING_TOTAL 2
PVP_SETTING_SERVER3

Area Flag (AREA_FLAG_*)

Name ValueDescription
AREA_FLAG_INTERIOR 0
AREA_FLAG_SUBTERRAN2
AREA_FLAG_NATURAL 4

DayNights (DAYNIGHT_*)

Name ValueDescription
DAYNIGHT_SUNRISE 0
DAYNIGHT_DAYTIME 1
DAYNIGHT_SUNSET 2
DAYNIGHT_MOONRISE 3
DAYNIGHT_NIGHTTIME 4
DAYNIGHT_MOONSET 5
DAYNIGHT_TRANSITION6
DAYNIGHT_DEFAULT 7