. . . . . . .
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.
<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>
<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:
SetCreatureHead_xpAM(oPC, 5, FALSE)
. ⇒ The head of PC changes to 5.SetCreatureHead_xpAM(oPC, 5, TRUE)
⇒ nothing visible happens.
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>
<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>
<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>
<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>
void SetCurrentHitPoints_xpAM(object oObject, int iHP);
Set CurrentHitPoints of oObject to iHP.
oObject
- The object to set the CurrentHitPoints for.iHP
- The CurrentHitPoints to set.This is the Current “base” HitPoints, without the possible Temporary HitPoints
int GetCurrentHitPoints_xpAM(object oObject);
Get CurrentHitPoints of oObject.
oObject
- The object to get the CurrentHitPoints for.The CurrentHitPoints of the object.
This is the Current “base” HitPoints, without the possible Temporary HitPoints
void SetTemporaryHitPoints_xpAM(object oObject, int iHP);
Set Temporary HitPoints of oObject to iHP.
oObject
- The object to set the Temporary HitPoints for.iHP
- The Temporary HitPoints to set.int GetTemporaryHitPoints_xpAM(object oObject);
Get Temporary HitPoints of oObject.
oObject
- The object to get the Temporary HitPoints for.The Temporary HitPoints of the object.
void SetMaxHitPoints_xpAM(object oObject, int iHP);
Set Max HitPoints of oObject to iHP.
oObject
- The object to set the Max HitPoints for.iHP
- The Max HitPoints to set.int GetMaxHitPoints_xpAM(object oObject);
Get Max HitPoints of oObject.
oObject
- The object to get the Max HitPoints for.The Max HitPoints of the object.
void SetModMaxHitPoints_xpAM(object oObject, int iHP);
Set the Modifier value of Max HitPoints of oObject to iHP.
oObject
- The object to set the Modifier value of Max HitPoints for.iHP
- The Modifier value to set.int GetModMaxHitPoints_xpAM(object oObject);
Get the Modifier value of Max HitPoints of oObject.
oObject
- The object to get the Modifier value of Max HitPoints for.The Modifier value of Max HitPoints of the object.
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.
oObject
- The object to set the Appearance for. (Door or Placeable)iApp
- The corresponding 2DA index of the appearance to set.int GetAppearance_xpAM(object oObject);
Get Appearance of oObject. Will be related to respective 2DA tables. Work for Door or Placeable.
oObject
- The object to get the Appearance for. (Door or Placeable)The corresponding 2DA index of the appearance of the object.
void SetUVScroll_xpAM(object oObject, int bActive);
Enable or Disable UVScroll for oObject. Work for placeable.
oObject
- The object to enable or disable UVScroll for. (Placeable only)bActive
- The flag to enable (TRUE) or disable (FALSE) UVScroll.int GetUVScroll_xpAM(object oObject);
Get the activation status of UVScroll for oObject. Work for placeable.
oObject
- The object to get the UVScroll activation status for. (Placeable only)The activation status of UVScroll for the object (TRUE if enabled, FALSE if disabled).
void SetUScroll_xpAM(object oObject, float fUScroll);
Set UScroll speed for oObject to fUScroll. Work for placeable.
oObject
- The object to set the UScroll speed for. (Placeable only)fUScroll
- The UScroll speed to set.float GetUScroll_xpAM(object oObject);
Get UScroll speed for oObject. Work for placeable.
oObject
- The object to get the UScroll speed for. (Placeable only)The UScroll speed of the object.
void SetVScroll_xpAM(object oObject, float fVScroll);
Set VScroll speed for oObject to fUScroll. Work for placeable.
oObject
- The object to set the VScroll speed for. (Placeable only)fVScroll
- The VScroll speed to set.float GetVScroll_xpAM(object oObject);
Get VScroll speed for oObject. Work for placeable.
oObject
- The object to get the VScroll speed for. (Placeable only)The VScroll speed of the object.
void SetHasInventory_xpAM(object oObject, int bHasInventory);
Enable or Disable the inventory for oObject Placeable.
oObject
- The Placeable to enable or disable the inventory for.bHasInventory
- The flag to enable (TRUE) or disable (FALSE) the inventory.int GetHasInventory_xpAM(object oObject);
Return the value of HasInventory Flag for oObject Placeable.
oObject
- The Placeable to get the HasInventory flag for.The value of the HasInventory flag for the object (TRUE if enabled, FALSE if disabled).
void SetInventoryMaxSize_xpAM(object oObject, int iMaxSize);
Set the MaximumInventorySize of Inventory for oObject Placeable to iMaxSize.
oObject
- The object to set the MaximumInventorySize for.iMaxSize
- The MaximumInventorySize to set.iMaxSize max value is 142.
int GetInventoryMaxSize_xpAM(object oObject);
Get the MaximumInventorySize of Inventory for oObject Placeable.
oObject
- The object to get the MaximumInventorySize for.The MaximumInventorySize of the object.
int GetInventoryNbItem_xpAM(object oObject);
Get the number of objects in the oObject inventory. Work for placeable.
oObject
- The object to get the number of inventory items for.The number of items in the inventory of the object.
void SetAutoRemoveKey_xpAM(object oObject, int bAutoRemove);
Set the AutoRemoveKey Flag value for oObject. Work for Placeable, Door.
oObject
- The object to set the AutoRemoveKey flag for.bAutoRemove
- The flag to enable (TRUE) or disable (FALSE) AutoRemoveKey.int GetAutoRemoveKey_xpAM(object oObject);
Get the AutoRemoveKey Flag value for oObject. Work for Placeable, Door.
oObject
- The object to get the AutoRemoveKey flag for.The value of the AutoRemoveKey flag for the object (TRUE if enabled, FALSE if disabled).
int GetTriggerType_xpAM(object oObject);
Get the trigger type (return a TRIGGER_TYPE_* constant).
oObject
- The object to get the trigger type for.The trigger type as a TRIGGER_TYPE_* constant.
void SetTriggerType_xpAM(object oObject, int iType);
Set trigger type, use TRIGGER_TYPE_* constant.
oObject
- The object to set the trigger type for.iType
- The trigger type as a TRIGGER_TYPE_* constant.void SetTriggerGeometry_xpAM(object oTrigger, string sNewGeometry);
Set a new Geometry for oTrigger.
oTrigger
- The trigger object to set the geometry for.sNewGeometry
- The new geometry in the format “NumOfPoint Point1X Point1Y Point1Z Point2X Point2Y Point2Z …”.void SetIsInvisibleTransition_xpAM(object oObject, int bInvisibleTransition);
Set the Invisible Transition flag for oObject. Work for Door.
oObject
- The object to set the Invisible Transition flag for.bInvisibleTransition
- The flag to enable (TRUE) or disable (FALSE) Invisible Transition.int GetIsInvisibleTransition_xpAM(object oObject);
Get the Invisible Transition flag for oObject. Work for Door.
oObject
- The object to get the Invisible Transition flag for.The value of the Invisible Transition flag for the object (TRUE if enabled, FALSE if disabled).
void SetIsPartyTransition_xpAM(object oObject, int bPartyTransition);
Set the Party Transition flag for oObject. Work for Door or Trigger.
oObject
- The object to set the Party Transition flag for.bPartyTransition
- The flag to enable (TRUE) or disable (FALSE) Party Transition.int GetIsPartyTransition_xpAM(object oObject);
Get the Party Transition flag for oObject. Work for Door or Trigger.
oObject
- The object to get the Party Transition flag for.The value of the Party Transition flag for the object (TRUE if enabled, FALSE if disabled).
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.
oObject
- The object to set the Transition Link Object Type for.iType
- The Transition Link Object Type as a TRANSITION_TYPE_* constant.int GetTransitionLinkObjectType_xpAM(object oObject);
Get the TRANSITION_TYPE_* used for oObject. Work for Door or Trigger.
oObject
- The object to get the Transition Link Object Type for.The Transition Link Object Type as a TRANSITION_TYPE_* constant.
void SetLoadScreenID_xpAM(object oObject, int iIDScreen);
Set the LoadScreenID for oObject to iIDScreen. Work for Area, Door, Trigger.
oObject
- The object to set the LoadScreenID for.iIDScreen
- The LoadScreenID to set.int GetLoadScreenID_xpAM(object oObject);
Get the LoadScreenID for oObject. Work for Area, Door, Trigger.
oObject
- The object to get the LoadScreenID for.The LoadScreenID of the object.
void SetTransitionDestination_xpAM(object oObject, string sTransitionDest);
Set the Transition Destination (object Tag) for oObject. Work for Door, Trigger.
oObject
- The object to set the Transition Destination for.sTransitionDest
- The Transition Destination as an object tag.string GetTransitionDestination_xpAM(object oObject);
Get the Transition Destination of oObject. Work for Door, Trigger.
oObject
- The object to get the Transition Destination for.The Transition Destination as an object tag.
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.
oObject
- The object to set the Magic Resistance for.iValue
- The Magic Resistance value to set.bReduc
- The flag to indicate if the value is a reduction (TRUE) or not (FALSE).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.
oObject
- The object to get the Magic Resistance for.bReduc
- The flag to indicate if the value is a reduction (TRUE) or not (FALSE).The Magic Resistance value or the reduction value if bReduc is TRUE.
void SetReflexSavingThrow_xpAM(object oObject, int iSaving);
Set the Reflex Saving Throw on a creature, door, or placeable.
oObject
- The object to set the Reflex Saving Throw for.iSaving
- The Reflex Saving Throw value to set.void SetFortitudeSavingThrow_xpAM(object oObject, int iSaving);
Set the Fortitude Saving Throw on a creature, door, or placeable.
oObject
- The object to set the Fortitude Saving Throw for.iSaving
- The Fortitude Saving Throw value to set.void SetWillSavingThrow_xpAM(object oObject, int iSaving);
Set the Will Saving Throw on a creature, door, or placeable.
oObject
- The object to set the Will Saving Throw for.iSaving
- The Will Saving Throw value to set.int GetFactionID_xpAM(object oObject);
Return the FactionID of oObject. Work for Creature, Door, Placeable, Trigger.
oObject
- The object to get the FactionID for.The FactionID of the object.
int GetIsBaseFaction_xpAM(int idFaction);
Return TRUE if the idFaction is one of the preconfiguredFaction.
idFaction
- The FactionID to check.TRUE if the FactionID is a preconfigured faction, FALSE otherwise.
void SetAppearanceSEF_xpAM(object oObject, string sSEF);
Set sSEF visual effect to oObject. Work for Creature, Item, Placeable, PlacedEffect.
oObject
- The object to set the visual effect for.sSEF
- The visual effect to set.string GetAppearanceSEF_xpAM(object oObject);
Get the current visual effect applied to oObject. Work for Creature, Item, Placeable, PlacedEffect.
oObject
- The object to get the visual effect for.The current visual effect applied to the object.
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.
oObject
- The object to set the color for.iColor
- The color to change (1, 2, or 3).sRGB
- The color in #RRGGBB format.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.
oObject
- The object to get the color for.iColor
- The color to get (1, 2, or 3).The color in #RRGGBB format.
void SetFacing_xpAM(object oObject, float fFacing);
Cause the oObject to immediately face fFacing. fFacing is expressed as anticlockwise degrees from Due East.
oObject
- The object to set the facing for.fFacing
- The facing in anticlockwise degrees from Due East.void SetPosition_xpAM(object oObject, float fX, float fY, float fZ);
Set the position of oObject.
oObject
- The object to set the position for.fX
, fY
, fZ
- The coordinates of the new position.void SetPositionAndFacing_xpAM(object oObject, float fX, float fY, float fZ, float fFacing);
Set the position and orientation of oObject.
oObject
- The object to set the position and facing for.fX
, fY
, fZ
- The coordinates of the new position.fFacing
- The facing in anticlockwise degrees from Due East.void MusicBackgroundDayForPC_xpAM(object oPC, int nTrack);
Change the current MusicBackgroundDay to nTrack for oPC in its current area.
oPC
- The PC to change the MusicBackgroundDay for.nTrack
- The new MusicBackgroundDay track.void MusicBackgroundNightForPC_xpAM(object oPC, int nTrack);
Change the current MusicBackgroundNight to nTrack for oPC in its current area.
oPC
- The PC to change the MusicBackgroundNight for.nTrack
- The new MusicBackgroundNight track.void MusicBattleForPC_xpAM(object oPC, int nTrack);
Change the current MusicBattle to nTrack for oPC in its current area.
oPC
- The PC to change the MusicBattle for.nTrack
- The new MusicBattle track.void MusicBackgroundRunForPC_xpAM(object oPC, int bStart);
Start or Stop the current MusicBackground for oPC.
oPC
- The PC to start or stop the MusicBackground for.bStart
- The flag to start (TRUE) or stop (FALSE) the MusicBackground.void MusicBattleRunForPC_xpAM(object oPC, int bStart);
Start or Stop the current MusicBattle for oPC.
oPC
- The PC to start or stop the MusicBattle for.bStart
- The flag to start (TRUE) or stop (FALSE) the MusicBattle.void RefreshCreatureForPC_xpAM(object oCreatureToRefresh, object oPCMustView);
Refresh the visual of oCreatureToRefresh for oPCMustView.
oCreatureToRefresh
- The creature to refresh the visual for.oPCMustView
- The PC that must view the refreshed visual.void RefreshCreature_xpAM(object oCreatureToRefresh);
Refresh the visual of oCreatureToRefresh for every PC.
oCreatureToRefresh
- The creature to refresh the visual for.void RefreshEquipedItemForPC_xpAM(int iSlotToRefresh, object oCreatureToRefresh, object oMustView);
Refresh the visual of an equipped item of oCreatureToRefresh for oPCMustView. iSlotToRefresh: INVENTORY_SLOT_* constant.
iSlotToRefresh
- The inventory slot to refresh the equipped item for (INVENTORY_SLOT_* constant).oCreatureToRefresh
- The creature to refresh the equipped item visual for.oMustView
- The PC that must view the refreshed visual.void RefreshEquipedItem_xpAM(int iSlotToRefresh, object oCreatureToRefresh);
Refresh the visual of an equipped item of oCreatureToRefresh for every PC. iSlotToRefresh: INVENTORY_SLOT_* constant.
iSlotToRefresh
- The inventory slot to refresh the equipped item for (INVENTORY_SLOT_* constant).oCreatureToRefresh
- The creature to refresh the equipped item visual for.void RefreshObjectForPC_xpAM(object oObjectToRefresh, object oPC);
Refresh the visual of the object oObjectToRefresh for oPC.
oObjectToRefresh
- The object to refresh the visual for.oPC
- The PC that must view the refreshed visual.void RefreshObject_xpAM(object oObjectToRefresh);
Refresh the visual of the object oObjectToRefresh for every concerned.
oObjectToRefresh
- The object to refresh the visual for.void ShowObject_xpAM(object oObjectToShow);
Show the visual of the object oObjectToShow.
oObjectToShow
- The object to show the visual for.void ShowObjectForPC_xpAM(object oObjectToShow, object oPC);
Show the visual of the object oObjectToShow for oPC.
oObjectToShow
- The object to show the visual for.oPC
- The PC that must view the shown visual.void MaskObject_xpAM(object oObjectToMask);
Hide the visual of the object oObjectToMask for every concerned.
oObjectToMask
- The object to hide the visual for.void MaskObjectForPC_xpAM(object oObjectToMask, object oPC);
Hide the visual of the object oObjectToMask for oPC.
oObjectToMask
- The object to hide the visual for.oPC
- The PC that must view the hidden visual.void SetObjectDynamicCollision_xpAM(object oPlaceable, int bDynamicCollision);
Enable or Disable DynamicCollision of oPlaceable.
oPlaceable
- The placeable object to enable or disable DynamicCollision for.bDynamicCollision
- The flag to enable (TRUE) or disable (FALSE) DynamicCollision.int GetObjectDynamicCollision_xpAM(object oPlaceable);
Get status of DynamicCollision of oPlaceable.
oPlaceable
- The placeable object to get the DynamicCollision status for.The status of DynamicCollision for the object (TRUE if enabled, FALSE if disabled).
void SetCreatureAge_xpAM( object oCreature, int iAge, int bPersist = FALSE );
Set the Age of oCreature
oCreature
- The creature to set the age foriAge
- The age to setbPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.int GetCreatureAge_xpAM( object oCreature, int bPersist = FALSE );
Get the Age of oCreature
oCreature
- The creature to get the age forbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The age of the creature.
void RecalculateCreatureTotalWeight_xpAM( object oCreature );
Will recalculate inventory weight on creature. Usefull if you use SetCreatureEquipmentWeight_xpAM.
oCreature
- The creature on which you want to force a refreshint GetCreatureTotalWeight_xpAM( object oCreature );
Get the current weight carried by the creature.
oCreature
- The creature to get the carried weight forThe current weight carried by the creature
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.
oCreature
- The creature to get the equipment weight forThe current weight of the equipment carried by the creature
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).
oCreature
- The creature to get the carried weight forvoid SetCreatureSoundSet_xpAM( object oCreature, int iSoundSet );
Set the SoundSet of oCreature
oCreature
- The creature to set the sound set foriSoundSet
- The sound set to useint GetCreatureSoundSet_xpAM( object oCreature );
Get the SoundSet of oCreature
oCreature
- The creature to get the sound set forThe sound set of the creature.
void SetCreatureRace_xpAM( object oCreature, int iRace );
Set the Race of oCreature
oCreature
- The creature to set the race foriRace
- The Race index from racialtype.2DA to useint GetCreatureRace_xpAM( object oCreature );
Get the Race of oCreature
oCreature
- The creature to get the race forThe race index from racialtype.2DA of the creature.
void SetCreatureSubRace_xpAM( object oCreature, int iSubRace );
Set the SubRace of oCreature
oCreature
- The creature to set the race foriSubRace
- The SubRace index from racialsubtype.2DA to useint GetCreatureSubRace_xpAM( object oCreature );
Get the SubRace of oCreature
oCreature
- The creature to get the subrace forThe subrace index from racialsubtype.2DA of the creature.
void SetCreatureSpecificAC_xpAM( object oCreature, int iACType, int iValue, int bReduce = FALSE );
Set the Specific Armor Class (AC) of oCreature
oCreature
- The creature to set the AC foriACType
- (AC_TYPE_*) constant representing the AC to be set.iValue
- a number between -128 and +127 that determines the new value of the ACbReduce
- Set to TRUE to decrease the AC, FALSE to increase itiValue
will increase the chosen AC if bReduce=FALSE
, and decrease it if bReduce=TRUE
.bReduce=FALSE
, but increase it if bReduce=TRUE
.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.
int GetCreatureSpecificAC_xpAM( object oCreature, int iACType, int bReduceVal = FALSE );
Get the Specific Armor Class (AC) of oCreature
oCreature
- The creature to get the AC foriACType
- (AC_TYPE_*) constant representing the AC to be get.bReduceVal
- Set to TRUE to get the reduced value, FALSE to get the normal value All AC_TYPE except BASE, ARMORVAL, SHIELDVAL have a “ReduceValue”.The specific armor class (AC) of the creature.
void SetCreatureTattoos_xpAM( object oCreature, int iValue );
Not working for tattoo but can be used to store a 16bits value.
oCreature
- The creature to store the value foriValue
- The 16bits value to storeint GetCreatureTattoos_xpAM( object oCreature );
Not working for tattoo but can be used to get a stored 16bits value.
oCreature
- The creature to get the value forThe stored 16bits value.
void SetCreatureVisualGender_xpAM( object oCreature, int iVisualGender );
Needed if you change the Gender of an creature
oCreature
- The creature to set the visual gender foriVisualGender
- The visual gender to setint GetCreatureVisualGender_xpAM( object oCreature );
Get the visual gender of a creature
oCreature
- The creature to get the visual gender forThe visual gender of the creature.
void SetCreatureHead_xpAM( object oCreature, int iVariation, int bPersist = FALSE );
Change the Head of oCreature.
oCreature
- The creature to change the head foriVariation
- The head variation to usebPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.int GetCreatureHead_xpAM( object oCreature, int bPersist = FALSE );
Get the Head of oCreature
oCreature
- The creature to get the head forbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The head variation of the creature.
void SetCreatureHair_xpAM( object oCreature, int iVariation, int bPersist = FALSE );
Change the Hair of oCreature.
oCreature
- The creature to change the hair foriVariation
- The hair variation to usebPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.int GetCreatureHair_xpAM( object oCreature, int bPersist = FALSE );
Get the Hair of oCreature
oCreature
- The creature to get the hair forbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The hair variation of the creature.
void SetCreatureFacialHair_xpAM( object oCreature, int iVariation, int bPersist = FALSE );
Change the Facial Hair of oCreature.
oCreature
- The creature to change the facial hair foriVariation
- The facial hair variation to usebPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.int GetCreatureFacialHair_xpAM( object oCreature, int bPersist = FALSE );
Get the Facial Hair of oCreature
oCreature
- The creature to get the facial hair forbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The facial hair variation of the creature.
void SetCreatureTail_xpAM( object oCreature, int iVariation, int bPersist = FALSE );
Change the Tail of oCreature.
oCreature
- The creature to change the tail foriVariation
- The tail variation to usebPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.int GetCreatureTail_xpAM( object oCreature, int bPersist = FALSE );
Get the Tail of oCreature
oCreature
- The creature to get the tail forbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The tail variation of the creature.
void SetCreatureWings_xpAM( object oCreature, int iVariation, int bPersist = FALSE );
Change the Wings of oCreature.
oCreature
- The creature to change the wings foriVariation
- The wings variation to usebPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.int GetCreatureWings_xpAM( object oCreature, int bPersist = FALSE );
Get the Wings of oCreature
oCreature
- The creature to get the wings forbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The wings variation of the creature.
void SetCreatureColor_xpAM( object oCreature, string sCreatureColor, string sRGB, int bPersist = FALSE );
Change the choosen color of oCreature.
oCreature
- The creature to change the color forsCreatureColor
- CREATURE_COLOR_* constant, the choosen colorsRGB
- a RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatbPersist
- Set to TRUE to change the persisted value, FALSE to change the current value.string GetCreatureColor_xpAM( object oCreature, string sCreatureColor, int bPersist = FALSE );
Get the choosen color of oCreature.
oCreature
- The creature to get the color forsCreatureColor
- CREATURE_COLOR_* constant, the choosen colorbPersist
- Set to TRUE to get the persisted value, FALSE to get the current value.The RGB string value of the chosen color.
void SetCreaturePersistScale_xpAM( object oCreature, int nAxis, float fScale );
Change the Persisted scale of oCreature based on specific nAxis.
oCreature
- The creature to change the scale fornAxis
- SCALE_* constant, the scale axis to set.fScale
- The scale value to usefloat GetCreaturePersistScale_xpAM( object oCreature, int nAxis );
Get the Persisted scale of the object based on which axis is looked up.
oCreature
- The creature to get the scale fornAxis
- SCALE_* constant, the scale axis to get.The scale value of the creature on the specified axis.
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)
oCreature
- The creature to change the model part mask foriMask
- The model part mask to useiMask is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak
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)
oCreature
- The creature to get the model part mask forThe model part mask of the creature.
Return Value is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak
void SetCreatureVisualVariation_xpAM( object oCreature, int iVariation );
Set the iVariation for the oCreature model (without armor)
oCreature
- The creature to change the model variation foriVariation
- The model variation to useint GetCreatureVisualVariation_xpAM( object oCreature );
Get the iVariation for the oCreature model (without armor)
oCreature
- The creature to get the model variation forThe model variation of the creature.
void SetCreatureVisualCategory_xpAM( object oCreature, int iCategory );
Set the Category (armorvisualdata.2da) for the oCreature model (without armor)
oCreature
- The creature to change the model category foriCategory
- The model category to useint GetCreatureVisualCategory_xpAM( object oCreature );
Get the Category (armorvisualdata.2da) for the oCreature model (without armor)
oCreature
- The creature to get the model category forThe model category of the creature.
void SetCreatureVisualColor_xpAM( object oCreature, int iColor, string sRGB );
Set the visual Color for oCreature (Seems to be persisted but not used)
oCreature
- The creature to change the visual color foriColor
- The color to usesRGB
- a RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatstring GetCreatureVisualColor_xpAM( object oCreature, int iColor );
Get the visual Color for oCreature (Seems to be persisted but not used)
oCreature
- The creature to get the visual color foriColor
- The color to getThe RGB string value of the visual color.
void SetCreatureVisualModelPartVariation_xpAM( object oCreature, int iModelPart, int iVariation );
Set the ModelPart Variation for oCreature Visual.
oCreature
- The creature to change the model part variation foriModelPart
- ARMOR_MODEL_PART_* constantiVariation
- The model part variation to useint GetCreatureVisualModelPartVariation_xpAM( object oCreature, int iModelPart );
Get the ModelPart Variation for oCreature Visual.
oCreature
- The creature to get the model part variation foriModelPart
- ARMOR_MODEL_PART_* constantThe model part variation of the creature.
void SetCreatureVisualModelPartCategory_xpAM( object oCreature, int iModelPart, int iCategory );
Set the ModelPart Visual Category for oCreature Visual (armorvisualdata.2DA ID).
oCreature
- The creature to change the model part category foriModelPart
- ARMOR_MODEL_PART_* constantiCategory
- The model part category to useint GetCreatureVisualModelPartCategory_xpAM( object oCreature, int iModelPart );
Get the ModelPart Visual Category for oCreature Visual (armorvisualdata.2DA ID).
oCreature
- The creature to get the model part category foriModelPart
- ARMOR_MODEL_PART_* constantThe model part category of the creature.
void SetCreatureVisualModelPartColor_xpAM( object oCreature, int iModelPart, int iColor, string sRGB );
Set the Color of the iModelPart of oCreature Visual
oCreature
- The creature to change the model part color foriModelPart
- ARMOR_MODEL_PART_* constantiColor
- 1, 2 or 3sRGB
- a RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatstring GetCreatureVisualModelPartColor_xpAM( object oCreature, int iModelPart, int iColor );
Get the Color of the iModelPart of oCreature Visual
oCreature
- The creature to get the model part color foriModelPart
- ARMOR_MODEL_PART_* constantiColor
- 1, 2 or 3The RGB string value of the model part color.
void SetCreatureVisualModelPieceVariation_xpAM( object oCreature, int iModelPiece, int iVariation );
Set the ModelPiece Variation for oCreature Visual. Use ARMOR_MODEL_PIECE_* constant for iModelPiece
oCreature
- The creature to change the model piece variation foriModelPiece
- ARMOR_MODEL_PIECE_* constantiVariation
- The model piece variation to useint GetCreatureVisualModelPieceVariation_xpAM( object oCreature, int iModelPiece );
Get the ModelPiece Variation for oCreature Visual. Use ARMOR_MODEL_PIECE_* constant for iModelPiece
oCreature
- The creature to get the model piece variation foriModelPiece
- ARMOR_MODEL_PIECE_* constantThe model piece variation of the creature.
void SetCreatureVisualModelPieceColor_xpAM( object oCreature, int iModelPiece, int iColor, string sRGB );
Set the Color of the iModelPiece of oCreature Visual
oCreature
- The creature to change the model piece color foriModelPiece
- ARMOR_MODEL_PIECE_* constantiColor
- 1, 2 or 3sRGB
- a RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatstring GetCreatureVisualModelPieceColor_xpAM( object oCreature, int iModelPiece, int iColor );
Get the Color of the iModelPiece of oCreature Visual
oCreature
- The creature to get the model piece color foriModelPiece
- ARMOR_MODEL_PIECE_* constantiColor
- 1, 2 or 3The RGB string value of the model piece color.
void SetCreatureVisualModelPieceIsUVScroll_xpAM( object oCreature, int iModelPiece, int bActivate );
Enable or Disable the UVScroll of the iModelPiece of oCreature Visual
oCreature
- The creature to enable or disable the UVScroll foriModelPiece
- ARMOR_MODEL_PIECE_* constantbActivate
- Set to TRUE to enable the UVScroll, FALSE to disable itint GetCreatureVisualModelPieceIsUVScroll_xpAM( object oCreature, int iModelPiece );
Get the activation status for the UVScroll of the iModelPiece of oCreature Visual
oCreature
- The creature to get the UVScroll activation status foriModelPiece
- ARMOR_MODEL_PIECE_* constantThe activation status of the UVScroll for the model piece.
void SetCreatureVisualModelPieceUScroll_xpAM( object oCreature, int iModelPiece, float fValue );
Set the UScroll speed for the iModelPiece of oCreature Visual
oCreature
- The creature to change the UScroll speed foriModelPiece
- ARMOR_MODEL_PIECE_* constantfValue
- The UScroll speed to usefloat GetCreatureVisualModelPieceUScroll_xpAM( object oCreature, int iModelPiece );
Get the UScroll speed for the iModelPiece of oCreature Visual
oCreature
- The creature to get the UScroll speed foriModelPiece
- ARMOR_MODEL_PIECE_* constantThe UScroll speed of the model piece.
void SetCreatureVisualModelPieceVScroll_xpAM( object oCreature, int iModelPiece, float fValue );
Set the VScroll speed for the iModelPiece of oCreature Visual
oCreature
- The creature to change the VScroll speed foriModelPiece
- ARMOR_MODEL_PIECE_* constantfValue
- The VScroll speed to usefloat GetCreatureVisualModelPieceVScroll_xpAM( object oCreature, int iModelPiece );
Get the VScroll speed for the iModelPiece of oCreature Visual
oCreature
- The creature to get the VScroll speed foriModelPiece
- ARMOR_MODEL_PIECE_* constantThe VScroll speed of the model piece.
void SetAreaFlags_xpAM(object oArea, int iFlags);
Set the AreaFlags (define Exterior, Natural, Subteran or not)
oArea
- The area to set the flags foriFlags
- The flags to setiFlags can be composed using the AREA_FLAG_* constants. Example : AREA_FLAG_NATURAL | AREA_FLAG_INTERIOR will be a natural and interior area.$
int GetAreaFlags_xpAM(object oArea);
Get the AreaFlags (define Exterior, Natural, Subteran or not)
oArea
- The area to get the flags forThe 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
void SetAreaNoRest_xpAM(object oArea, int bNoRest);
Enable or disable possibility of Rest in oArea
oArea
- The area to set the rest restriction forbNoRest
- Whether to disable rest (TRUE) or not (FALSE)int GetAreaNoRest_xpAM(object oArea);
Get the possibility of Rest in oArea
oArea
- The area to get the rest restriction forTRUE if rest is disabled, FALSE otherwise.
void SetAreaPVPMode_xpAM(object oArea, int iPvPMode);
Set the PVP Mode of oArea
oArea
- The area to set the PVP mode foriPvPMode
- The PVP mode to set (PVP_SETTING_* constant)int GetAreaPVPMode_xpAM(object oArea);
Get the PVP Mode of oArea
oArea
- The area to get the PVP mode forThe PVP mode (PVP_SETTING_* constant).
void SetAreaModSpotCheck_xpAM(object oArea, int iModSpot);
Set the Spot Modificator for this Area
oArea
- The area to set the spot modifier foriModSpot
- The spot modifier to setint GetAreaModSpotCheck_xpAM(object oArea);
Get the Spot Modificator for this Area
oArea
- The area to get the spot modifier forThe spot modifier.
void SetAreaModListenCheck_xpAM(object oArea, int iModListen);
Set the Listen Modificator for this Area
oArea
- The area to set the listen modifier foriModListen
- The listen modifier to setint GetAreaModListenCheck_xpAM(object oArea);
Get the Listen Modificator for this Area
oArea
- The area to get the listen modifier forThe listen modifier.
void SetAreaSkyRing_xpAM(object oArea, string sSkyRing, int iVal);
Set the SkyRing for oArea
oArea
- The area to set the sky ring forsSkyRing
- The sky ring to set (“N”, “S”, “E” or “W”)iVal
- The desired Skyring.2DA idint GetAreaSkyRing_xpAM(object oArea, string sSkyRing);
Get the SkyRing for oArea
oArea
- The area to get the sky ring forsSkyRing
- The sky ring to get (“N”, “S”, “E” or “W”)The Skyring.2DA id.
void SetAreaHasDirectionalLight_xpAM(object oArea, int bHasDirLight);
Enable or Disable the DirectionalLight for oArea
oArea
- The area to set the directional light forbHasDirLight
- Whether to enable (TRUE) or disable (FALSE) the directional lightint GetAreaHasDirectionalLight_xpAM(object oArea);
Get the status of the DirectionalLight of oArea
oArea
- The area to get the directional light status forTRUE if the directional light is enabled, FALSE otherwise.
void SetAreaIsDirLightCastShadow_xpAM(object oArea, int bDirLShadow);
Choose if the area DirectionalLight cast Shadow or not
oArea
- The area to set the directional light shadow forbDirLShadow
- Whether the directional light should cast shadows (TRUE) or not (FALSE)int GetAreaIsDirLightCastShadow_xpAM(object oArea);
Get if the area DirectionalLight cast shadows or not
oArea
- The area to get the directional light shadow status forTRUE if the directional light casts shadows, FALSE otherwise.
void SetAreaHasDayNightCycle_xpAM(object oArea, int bHasDNC);
Enable or Disable the Day/Night Cycle for oArea
oArea
- The area to set the day/night cycle forbHasDNC
- Whether to enable (TRUE) or disable (FALSE) the day/night cycleint GetAreaHasDayNightCycle_xpAM(object oArea);
Get the activation status of Day/Night Cycle for oArea
oArea
- The area to get the day/night cycle status forTRUE if the day/night cycle is enabled, FALSE otherwise.
void SetAreaIsAlwaysNight_xpAM(object oArea, int bNight);
If Day/Night Cycle is set to false, choose if oArea is always in Night not
oArea
- The area to set the night status forbNight
- Whether the area should be in night (TRUE) or not (FALSE)int GetAreaIsAlwaysNight_xpAM(object oArea);
If Day/Night Cycle is set to false, get if oArea is always in Night not
oArea
- The area to get the night status forTRUE if the area is always in night, FALSE otherwise.
void SetAreaUseDayNightFog_xpAM(object oArea, int bUseDNF);
If set to TRUE then the fog color will update as time passes.
oArea
- The area to set the day/night fog forbUseDNF
- Whether to enable (TRUE) or disable (FALSE) the day/night fogint GetAreaUseDayNightFog_xpAM(object oArea);
Get if fog color update with cycle or not
oArea
- The area to get the day/night fog status forTRUE if the day/night fog is enabled, FALSE otherwise.
void SetAreaDNCCoronaIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the Sun (or moon) Corona Intensity during iDNC
oArea
- The area to set the corona intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The intensity to setfloat GetAreaDNCCoronaIntensity_xpAM(object oArea, int iDNC);
Get the Sun (or moon) Corona Intensity during this iDNC
oArea
- The area to get the corona intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The corona intensity.
void SetAreaDNCShadowIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the Shadow Intensity during iDNC
oArea
- The area to set the shadow intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The intensity to setfloat GetAreaDNCShadowIntensity_xpAM(object oArea, int iDNC);
Get the Shadow Intensity during iDNC
oArea
- The area to get the shadow intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The shadow intensity.
void SetAreaDNCSkyRingColorInterpretation_xpAM(object oArea, int iDNC, float fLerp);
Set the “speed” of transition between Horizon and Zenith Color
oArea
- The area to set the sky ring color interpretation foriDNC
- The time of day to set the interpretation for (DAYNIGHT_* constant)fLerp
- The “speed” of transition to setfloat GetAreaDNCSkyRingColorInterpretation_xpAM(object oArea, int iDNC);
Get the “speed” of transition between Horizon and Zenith Color
oArea
- The area to get the sky ring color interpretation foriDNC
- The time of day to get the interpretation for (DAYNIGHT_* constant)The “speed” of transition.
void SetAreaDNCSkyDomeModel_xpAM(object oArea, int iDNC, string sSkyDome);
Set the SkyDomeModel of oArea during iDNC
oArea
- The area to set the sky dome model foriDNC
- The time of day to set the model for (DAYNIGHT_* constant)sSkyDome
- The sky dome model to setstring GetAreaDNCSkyDomeModel_xpAM(object oArea, int iDNC);
Set the SkyDomeModel of oArea during iDNC
oArea
- The area to get the sky dome model foriDNC
- The time of day to get the model for (DAYNIGHT_* constant)The sky dome model.
void SetAreaDNCBloomBLRadius_xpAM(object oArea, int iDNC, float fRadius);
Set the Bloom Blur Radius
oArea
- The area to set the bloom blur radius foriDNC
- The time of day to set the radius for (DAYNIGHT_* constant)fRadius
- The bloom blur radius to setfloat GetAreaDNCBloomBLRadius_xpAM(object oArea, int iDNC);
Get the Bloom Blur Radius
oArea
- The area to get the bloom blur radius foriDNC
- The time of day to get the radius for (DAYNIGHT_* constant)The bloom blur radius.
void SetAreaDNCBloomGLIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the Bloom Glow Intensity
oArea
- The area to set the bloom glow intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The bloom glow intensity to setfloat GetAreaDNCBloomGLIntensity_xpAM(object oArea, int iDNC);
Get the Bloom Glow Intensity
oArea
- The area to get the bloom glow intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The bloom glow intensity.
void SetAreaDNCBloomHLIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the Bloom Highlight Intensity
oArea
- The area to set the bloom highlight intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The bloom highlight intensity to setfloat GetAreaDNCBloomHLIntensity_xpAM(object oArea, int iDNC);
Get the Bloom Highlight Intensity
oArea
- The area to get the bloom highlight intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The bloom highlight intensity.
void SetAreaDNCBloomHLThreshold_xpAM(object oArea, int iDNC, float fIntensity);
Set the Bloom Highlight Threshold
oArea
- The area to set the bloom highlight threshold foriDNC
- The time of day to set the threshold for (DAYNIGHT_* constant)fIntensity
- The bloom highlight threshold to setfloat GetAreaDNCBloomHLThreshold_xpAM(object oArea, int iDNC);
Get the Bloom Highlight Threshold
oArea
- The area to get the bloom highlight threshold foriDNC
- The time of day to get the threshold for (DAYNIGHT_* constant)The bloom highlight threshold.
void SetAreaDNCBloomSCIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the Bloom Scene Intensity
oArea
- The area to set the bloom scene intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The bloom scene intensity to setfloat GetAreaDNCBloomSCIntensity_xpAM(object oArea, int iDNC);
Get the Bloom Scene Intensity
oArea
- The area to get the bloom scene intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The bloom scene intensity.
void SetAreaDNCHDRAvg_xpAM(object oArea, int iDNC, float fHDR);
Set the HDR Average Value
oArea
- The area to set the HDR average value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fHDR
- The HDR average value to setfloat GetAreaDNCHDRAvg_xpAM(object oArea, int iDNC);
Get the HDR Average Value
oArea
- The area to get the HDR average value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The HDR average value.
void SetAreaDNCHDRMax_xpAM(object oArea, int iDNC, float fHDR);
Set the HDR Maximum Value
oArea
- The area to set the HDR maximum value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fHDR
- The HDR maximum value to setfloat GetAreaDNCHDRMax_xpAM(object oArea, int iDNC);
Get the HDR Maximum Value
oArea
- The area to get the HDR maximum value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The HDR maximum value.
void SetAreaDNCHDRExposure_xpAM(object oArea, int iDNC, float fHDR);
Set the HDR Exposure Value
oArea
- The area to set the HDR exposure value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fHDR
- The HDR exposure value to setfloat GetAreaDNCHDRExposure_xpAM(object oArea, int iDNC);
Get the HDR Exposure Value
oArea
- The area to get the HDR exposure value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The HDR exposure value.
void SetAreaDNCHDRHighlight_xpAM(object oArea, int iDNC, float fHDR);
Set the HDR Highlight Value
oArea
- The area to set the HDR highlight value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fHDR
- The HDR highlight value to setfloat GetAreaDNCHDRHighlight_xpAM(object oArea, int iDNC);
Get the HDR Highlight Value
oArea
- The area to get the HDR highlight value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The HDR highlight value.
void SetAreaDNCCloudCover_xpAM(object oArea, int iDNC, float fCover);
Set the Cloud Cover
oArea
- The area to set the cloud cover foriDNC
- The time of day to set the cover for (DAYNIGHT_* constant)fCover
- The cloud cover to set (value between 0 and 1.5)float GetAreaDNCCloudCover_xpAM(object oArea, int iDNC);
Get the Cloud Cover
oArea
- The area to get the cloud cover foriDNC
- The time of day to get the cover for (DAYNIGHT_* constant)The cloud cover (value between 0 and 1.5).
void SetAreaDNCCloudMoveX_xpAM(object oArea, int iDNC, float fMove);
Set the Cloud Movement in the East-West direction
oArea
- The area to set the cloud movement foriDNC
- The time of day to set the movement for (DAYNIGHT_* constant)fMove
- The cloud movement in the East-West direction to setA positive values causing movement toward the west. Unless the weather is extreme, you will likely want values of 0.1 or less.
float GetAreaDNCCloudMoveX_xpAM(object oArea, int iDNC);
Get the Cloud Movement in the East-West direction
oArea
- The area to get the cloud movement foriDNC
- The time of day to get the movement for (DAYNIGHT_* constant)The cloud movement in the East-West direction. A positive value represent a movement toward the west.
void SetAreaDNCCloudMoveY_xpAM(object oArea, int iDNC, float fMove);
Set the Cloud Movement in the North-South direction
oArea
- The area to set the cloud movement foriDNC
- The time of day to set the movement for (DAYNIGHT_* constant)fMove
- The cloud movement in the North-South direction to setA positive values causing movement toward the South. Unless the weather is extreme, you will likely want values of 0.1 or less.
float GetAreaDNCCloudMoveY_xpAM(object oArea, int iDNC);
Get the Cloud Movement in the North-South direction
oArea
- The area to get the cloud movement foriDNC
- The time of day to get the movement for (DAYNIGHT_* constant)The cloud movement in the North-South direction. A positive value represent a movement toward the South.
void SetAreaDNCDesaturateColor_xpAM(object oArea, int iDNC, int bDesaturate);
Enable or Disable the Desaturation effect
oArea
- The area to set the desaturation foriDNC
- The time of day to set the effect for (DAYNIGHT_* constant)bDesaturate
- Whether to enable (TRUE) or disable (FALSE) the desaturation effectint GetAreaDNCDesaturateColor_xpAM(object oArea, int iDNC);
Get the status of desaturation effect
oArea
- The area to get the desaturation status foriDNC
- The time of day to get the status for (DAYNIGHT_* constant)TRUE if desaturation is enabled, FALSE otherwise.
void SetAreaDNCDesaturateFactor_xpAM(object oArea, int iDNC, float fFactor);
Set the desaturation factor
oArea
- The area to set the desaturation factor foriDNC
- The time of day to set the factor for (DAYNIGHT_* constant)fFactor
- The desaturation factor to set (value from 0 to 1)If DesaturateColor is TRUE, then this value controls the amount of leeching of the color.
float GetAreaDNCDesaturateFactor_xpAM(object oArea, int iDNC);
Get the desaturation factor
oArea
- The area to get the desaturation factor foriDNC
- The time of day to get the factor for (DAYNIGHT_* constant)The desaturation factor (value from 0 to 1).
void SetAreaDNCGroundLightIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the GroundLight Intensity
oArea
- The area to set the ground light intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The ground light intensity to setfloat GetAreaDNCGroundLightIntensity_xpAM(object oArea, int iDNC);
Get the GroundLight Intensity
oArea
- The area to get the ground light intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The ground light intensity.
void SetAreaDNCGroundLightColor_xpAM(object oArea, int iDNC, string sColorType, string sRGB);
Set the GroundLight Color
oArea
- The area to set the ground light color foriDNC
- The time of day to set the color for (DAYNIGHT_* constant)sColorType
- The type of color to set (“Ambient”, “Diffuse”, or “Specular”)sRGB
- The RGB value of the color to set (on #RRGGBB format)string GetAreaDNCGroundLightColor_xpAM(object oArea, int iDNC, string sColorType);
Get the GroundLight Color
oArea
- The area to get the ground light color foriDNC
- The time of day to get the color for (DAYNIGHT_* constant)sColorType
- The type of color to get (“Ambient”, “Diffuse”, or “Specular”)The RGB value of the ground light color (on #RRGGGBB format).
void SetAreaDNCSkylightIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the SkyLight Intensity
oArea
- The area to set the skylight intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The skylight intensity to setfloat GetAreaDNCSkylightIntensity_xpAM(object oArea, int iDNC);
Get the SkyLight Intensity
oArea
- The area to get the skylight intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The skylight intensity.
void SetAreaDNCSkylightColor_xpAM(object oArea, int iDNC, string sColorType, string sRGB);
Set the SkyLight Color
oArea
- The area to set the skylight color foriDNC
- The time of day to set the color for (DAYNIGHT_* constant)sColorType
- The type of color to set (“Ambient”, “Diffuse”, or “Specular”)sRGB
- The RGB value of the color to set (in #RRGGGBB format)string GetAreaDNCSkylightColor_xpAM(object oArea, int iDNC, string sColorType);
Get the SkyLight Color
oArea
- The area to get the skylight color foriDNC
- The time of day to get the color for (DAYNIGHT_* constant)sColorType
- The type of color to get (“Ambient”, “Diffuse”, or “Specular”)The RGB value of the skylight color (in #RRGGGBB format).
void SetAreaDNCSunMoonIntensity_xpAM(object oArea, int iDNC, float fIntensity);
Set the Sun/Moon Intensity
oArea
- The area to set the sun/moon intensity foriDNC
- The time of day to set the intensity for (DAYNIGHT_* constant)fIntensity
- The sun/moon intensity to setfloat GetAreaDNCSunMoonIntensity_xpAM(object oArea, int iDNC);
Get the Sun/Moon Intensity
oArea
- The area to get the sun/moon intensity foriDNC
- The time of day to get the intensity for (DAYNIGHT_* constant)The sun/moon intensity.
void SetAreaDNCSunMoonColor_xpAM(object oArea, int iDNC, string sColorType, string sRGB);
Set the Sun/Moon Color
oArea
- The area to set the sun/moon color foriDNC
- The time of day to set the color for (DAYNIGHT_* constant)sColorType
- The type of color to set (“Ambient”, “Diffuse”, or “Specular”)sRGB
- The RGB value of the color to set (in #RRGGGBB format)string GetAreaDNCSunMoonColor_xpAM(object oArea, int iDNC, string sColorType);
Get the Sun/Moon Color
oArea
- The area to get the sun/moon color foriDNC
- The time of day to get the color for (DAYNIGHT_* constant)sColorType
- The type of color to get (“Ambient”, “Diffuse”, or “Specular”)The RGB value of the sun/moon color (in #RRGGGBB format).
void SetAreaDNCSunMoonDirX_xpAM(object oArea, int iDNC, float fDir);
Set the Sun/Moon Direction in the X axis
oArea
- The area to set the sun/moon direction foriDNC
- The time of day to set the direction for (DAYNIGHT_* constant)fDir
- The sun/moon direction in the X axis to setfloat GetAreaDNCSunMoonDirX_xpAM(object oArea, int iDNC);
Get the Sun/Moon Direction in the X axis
oArea
- The area to get the sun/moon direction foriDNC
- The time of day to get the direction for (DAYNIGHT_* constant)The sun/moon direction in the X axis.
void SetAreaDNCSunMoonDirY_xpAM(object oArea, int iDNC, float fDir);
Set the Sun/Moon Direction in the Y axis
oArea
- The area to set the sun/moon direction foriDNC
- The time of day to set the direction for (DAYNIGHT_* constant)fDir
- The sun/moon direction in the Y axis to setfloat GetAreaDNCSunMoonDirY_xpAM(object oArea, int iDNC);
Get the Sun/Moon Direction in the Y axis
oArea
- The area to get the sun/moon direction foriDNC
- The time of day to get the direction for (DAYNIGHT_* constant)The sun/moon direction in the Y axis.
void SetAreaDNCSunMoonDirZ_xpAM(object oArea, int iDNC, float fDir);
Set the Sun/Moon Direction in the Z axis
oArea
- The area to set the sun/moon direction foriDNC
- The time of day to set the direction for (DAYNIGHT_* constant)fDir
- The sun/moon direction in the Z axis to setfloat GetAreaDNCSunMoonDirZ_xpAM(object oArea, int iDNC);
Get the Sun/Moon Direction in the Z axis
oArea
- The area to get the sun/moon direction foriDNC
- The time of day to get the direction for (DAYNIGHT_* constant)The sun/moon direction in the Z axis.
void SetAreaDNCFogStart_xpAM(object oArea, int iDNC, float fStart);
Set the Fog Start value
oArea
- The area to set the fog start value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fStart
- The fog start value to setfloat GetAreaDNCFogStart_xpAM(object oArea, int iDNC);
Get the Fog Start value
oArea
- The area to get the fog start value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The fog start value.
void SetAreaDNCFogEnd_xpAM(object oArea, int iDNC, float fEnd);
Set the Fog End value
oArea
- The area to set the fog end value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fEnd
- The fog end value to setfloat GetAreaDNCFogEnd_xpAM(object oArea, int iDNC);
Get the Fog End value
oArea
- The area to get the fog end value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The fog end value.
void SetAreaDNCFogFarClip_xpAM(object oArea, int iDNC, float fFarClip);
Set the Fog Far Clip value
oArea
- The area to set the fog far clip value foriDNC
- The time of day to set the value for (DAYNIGHT_* constant)fFarClip
- The fog far clip value to setfloat GetAreaDNCFogFarClip_xpAM(object oArea, int iDNC);
Get the Fog Far Clip value
oArea
- The area to get the fog far clip value foriDNC
- The time of day to get the value for (DAYNIGHT_* constant)The fog far clip value.
void SetAreaDNCFogColor_xpAM(object oArea, int iDNC, string sRGB);
Set the Fog Color
oArea
- The area to set the fog color foriDNC
- The time of day to set the color for (DAYNIGHT_* constant)sRGB
- The RGB value of the color to set (in #RRGGGBB format)string GetAreaDNCFogColor_xpAM(object oArea, int iDNC);
Get the Fog Color
oArea
- The area to get the fog color foriDNC
- The time of day to get the color for (DAYNIGHT_* constant)The RGB value of the fog color (in #RRGGGBB format).
void SetAreaDNCSkyHorizonColor_xpAM(object oArea, int iDNC, string sRGB);
Set the SkyHorizon Color
oArea
- The area to set the SkyHorizon color foriDNC
- The time of day to set the color for (DAYNIGHT_* constant)sRGB
- The RGB value of the color to set (in #RRGGGBB format)string GetAreaDNCSkyHorizonColor_xpAM(object oArea, int iDNC);
Get the SkyHorizon Color
oArea
- The area to get the SkyHorizon color foriDNC
- The time of day to get the color for (DAYNIGHT_* constant)The RGB value of the SkyHorizon color (in #RRGGGBB format).
void SetAreaDNCSkyZenithColor_xpAM(object oArea, int iDNC, string sRGB);
Set the SkyZenith Color
oArea
- The area to set the SkyZenith color foriDNC
- The time of day to set the color for (DAYNIGHT_* constant)sRGB
- The RGB value of the color to set (in #RRGGGBB format)string GetAreaDNCSkyZenithColor_xpAM(object oArea, int iDNC);
Get the SkyZenith Color
oArea
- The area to get the SkyZenith color foriDNC
- The time of day to get the color for (DAYNIGHT_* constant)The RGB value of the SkyZenith color (in #RRGGGBB format).
void SetBaseItemType_xpAM( object oItem, int iItemType );
Set the base item type (BASE_ITEM_* or Baseitems.2da ID) of oItem.
oItem
- The item to set the base type foriItemType
- The base item type to setvoid SetItemAppearanceVariation_xpAM( object oItem, int iVariation );
Set the Visual Variation of oItem
oItem
- The item to set the visual variation foriVariation
- The visual variation to setint GetItemAppearanceVariation_xpAM( object oItem );
Get the Visual Variation of oItem
oItem
- The item to get the visual variation forThe visual variation of oItem
void SetItemAppearanceCategory_xpAM( object oItem, int iCategory );
Set the Visual Category of oItem (armorvisualdata.2DA ID)
oItem
- The item to set the visual category foriCategory
- The visual category to setint GetItemAppearanceCategory_xpAM( object oItem );
Get the Visual Category of oItem (armorvisualdata.2DA ID)
oItem
- The item to get the visual category forThe visual category of oItem
void SetItemDescription_xpAM( object oItem, string sDescription, int bIdentified = TRUE );
Set the Description of oItem.
oItem
- The item to set the description forsDescription
- The description to setbIdentified
- If TRUE, set the identified description. If FALSE, set the non-identified description.string GetItemDescription_xpAM( object oItem, int bIdentified = TRUE );
Get the Description of oItem.
oItem
- The item to get the description forbIdentified
- If TRUE, get the identified description. If FALSE, get the non-identified description.The description of oItem
void SetItemColor_xpAM( object oItem, int iColor, string sRGB );
Set the oItem Color.
oItem
- The item to set the color foriColor
- 1, 2 or 3sRGB
- A RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatstring GetItemColor_xpAM( object oItem, int iColor );
Get the oItem Color.
oItem
- The item to get the color foriColor
- 1, 2 or 3The color of oItem in RGB string format
void SetItemWeaponFX_xpAM( object oItem, int iWpnFX );
Set the “DamageEffect” of the Weapon (ITEM_VISUAL_* / iprp_visualfx.2da)
oItem
- The weapon to set the damage effect foriWpnFX
- The damage effect to setint GetItemWeaponFX_xpAM( object oItem );
Get the “DamageEffect” of the Weapon (ITEM_VISUAL_* / iprp_visualfx.2da)
oItem
- The weapon to get the damage effect forThe damage effect of the weapon
void SetItemWeaponPart_xpAM( object oItem, int iPart, int iVariation );
Set the iPart (WEAPON_MODEL_PART_*) of oItem to Variation
oItem
- The weapon to set the part variation foriPart
- The part to set the variation for (WEAPON_MODEL_PART_* constant)iVariation
- The variation to setint GetItemWeaponPart_xpAM( object oItem, int iPart );
Get the Variation of the iPart (WEAPON_MODEL_PART_*) of oItem
oItem
- The weapon to get the part variation foriPart
- The part to get the variation for (WEAPON_MODEL_PART_* constant)The variation of the part
void SetItemModelPieceVariation_xpAM( object oItem, int iModelPiece, int iVariation );
Set the ModelPiece Variation for oItem.
oItem
- The item to set the model piece variation foriModelPiece
- The model piece to set the variation for (ARMOR_MODEL_PIECE_* constant)iVariation
- The variation to setint GetItemModelPieceVariation_xpAM( object oItem, int iModelPiece );
Get the ModelPiece Variation for oItem.
oItem
- The item to get the model piece variation foriModelPiece
- The model piece to get the variation for (ARMOR_MODEL_PIECE_* constant)The variation of the model piece
void SetItemModelPieceColor_xpAM( object oItem, int iModelPiece, int iColor, string sRGB );
Set the Color of the iModelPiece of oItem
oItem
- The item to set the model piece color foriModelPiece
- The model piece to set the color for (ARMOR_MODEL_PIECE_* constant)iColor
- 1, 2 or 3sRGB
- A RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatstring GetItemModelPieceColor_xpAM( object oItem, int iModelPiece, int iColor );
Get the Color of the iModelPiece of oItem
oItem
- The item to get the model piece color foriModelPiece
- The model piece to get the color for (ARMOR_MODEL_PIECE_* constant)iColor
- 1, 2 or 3The color of the model piece in RGB string format
void SetItemModelPieceIsUVScroll_xpAM( object oItem, int iModelPiece, int bUVScroll );
Enable or Disable the UVScroll of the iModelPiece of oItem
oItem
- The item to enable or disable the UVScroll foriModelPiece
- The model piece to enable or disable the UVScroll for (ARMOR_MODEL_PIECE_* constant)bUVScroll
- TRUE to enable UVScroll, FALSE to disable UVScrollint GetItemModelPieceIsUVScroll_xpAM( object oItem, int iModelPiece );
Get the activation status for the UVScroll of the iModelPiece of oItem
oItem
- The item to get the UVScroll activation status foriModelPiece
- The model piece to get the UVScroll activation status for (ARMOR_MODEL_PIECE_* constant)TRUE if UVScroll is enabled, FALSE if UVScroll is disabled
void SetItemModelPieceUScroll_xpAM( object oItem, int iModelPiece, float fUScroll );
Set the UScroll speed for the iModelPiece of oItem
oItem
- The item to set the UScroll speed foriModelPiece
- The model piece to set the UScroll speed for (ARMOR_MODEL_PIECE_* constant)fUScroll
- The UScroll speed to setfloat GetItemModelPieceUScroll_xpAM( object oItem, int iModelPiece );
Get the UScroll speed for the iModelPiece of oItem
oItem
- The item to get the UScroll speed foriModelPiece
- The model piece to get the UScroll speed for (ARMOR_MODEL_PIECE_* constant)The UScroll speed of the model piece
void SetItemModelPieceVScroll_xpAM( object oItem, int iModelPiece, float fVScroll );
Set the VScroll speed for the iModelPiece of oItem
oItem
- The item to set the VScroll speed foriModelPiece
- The model piece to set the VScroll speed for (ARMOR_MODEL_PIECE_* constant)fVScroll
- The VScroll speed to setfloat GetItemModelPieceVScroll_xpAM( object oItem, int iModelPiece );
Get the VScroll speed for the iModelPiece of oItem
oItem
- The item to get the VScroll speed foriModelPiece
- The model piece to get the VScroll speed for (ARMOR_MODEL_PIECE_* constant)The VScroll speed of the model piece
void SetItemModelPartMask_xpAM( object oItem, int iMask );
Change the iModelPart Mask, allowing you to show or hide model part on the Item (armor) visual.
oItem
- The item to set mask foriMask
- The model part mask to useiMask is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak
int GetItemModelPartMask_xpAM( object oItem );
Get the iModelPart mask, tell you to which model part are shown or hiden on the item (armor) visual
oItem
- The Item to get the model part mask forThe model part mask of the Item.
Return Value is bitmask based with : 0x1: Helm, 0x2: Gloves, 0x4: Boots, 0x8: Belt, 0x10: Cloak
void SetItemModelPartVariation_xpAM( object oItem, int iModelPart, int iVariation );
Set the ModelPart Variation for oItem.
oItem
- The item to set the model part variation foriModelPart
- The model part to set the variation for (ARMOR_MODEL_PART_* constant)iVariation
- The variation to setint GetItemModelPartVariation_xpAM( object oItem, int iModelPart );
Get the ModelPart Variation for oItem.
oItem
- The item to get the model part variation foriModelPart
- The model part to get the variation for (ARMOR_MODEL_PART_* constant)The variation of the model part
void SetItemModelPartCategory_xpAM( object oItem, int iModelPart, int iCategory );
Set the ModelPart Visual Category for oItem (armorvisualdata.2DA ID).
oItem
- The item to set the model part visual category foriModelPart
- The model part to set the visual category for (ARMOR_MODEL_PART_* constant)iCategory
- The visual category to setint GetItemModelPartCategory_xpAM( object oItem, int iModelPart );
Get the ModelPart Visual Category for oItem (armorvisualdata.2DA ID).
oItem
- The item to get the model part visual category foriModelPart
- The model part to get the visual category for (ARMOR_MODEL_PART_* constant)The visual category of the model part
void SetItemModelPartColor_xpAM( object oItem, int iModelPart, int iColor, string sRGB );
Set the Color of the iModelPart of oItem
oItem
- The item to set the model part color foriModelPart
- The model part to set the color for (ARMOR_MODEL_PART_* constant)iColor
- 1, 2 or 3sRGB
- A RGB string value, on the “#FFFFFF” (or #FFFFFFFF) formatstring GetItemModelPartColor_xpAM( object oItem, int iModelPart, int iColor );
Get the Color of the iModelPart of oItem
oItem
- The item to get the model part color foriModelPart
- The model part to get the color for (ARMOR_MODEL_PART_* constant)iColor
- 1, 2 or 3The color of the model part in RGB string format
int GetItemBaseMaterialType_xpAM( object oItem );
Get the BaseMaterialType of oItem
oItem
- The item to get the BaseMaterialType forThe base material type of oItem, refer to iprp_materials.2da row.
void SetItemBaseCost_xpAM( object oItem, int iCost );
Set the BaseCost of oItem.
oItem
- The item objectiCost
- The BaseCost to setBaseCost 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.
int GetItemBaseCost_xpAM( object oItem );
Get the BaseCost of oItem.
oItem
- The item objectThe BaseCost of oItem
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.
void SetItemNonIdentifiedCost_xpAM( object oItem, int iCost );
Set the non identified cost of oItem.
oItem
- The item objectiCost
- The NonIdentifiedCost to setNonIdentifiedCost 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.
int GetItemNonIdentifiedCost_xpAM( object oItem );
Get the NonIdentified Cost of oItem.
oItem
- The item objectThe NonIdentifiedCost of oItem
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.
void SetItemNonIdentifiedCost_xpAM( object oItem, int iCost );
Set the cost modifier of oItem.
oItem
- The item objectiCost
- The Cost Modifier to setFor 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.
int GetItemCostModifier_xpAM( object oItem );
Get the Cost Modifier of oItem.
oItem
- The item objectThe Cost Modifier of oItem
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.
int GetItemNbDamageReduction_xpAM( object oItem );
Get the Number of DamageReduction for this Item
oItem
- The item objectThe Number of DamageReduction on oItem
void AddItemDamageReduction_xpAM( object oItem, int iAmount, int bUseOrLogic );
Create and add a new DamageReduction on oItem
oItem
- The item objectiAmount
- The amount of DamageReductionbUseOrLogic
- Set to TRUE to use OR logic if you add several PiercingType on this DamageReduction. FALSE otherwisevoid RemoveItemDamageReduction_xpAM( object oItem, int iDmgRedctIdx );
Remove a specific DamageReduction from oItem
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you want to Remove from oItemvoid SetItemDmgReductionAmount_xpAM( object oItem, int iDmgRedctIdx, int iAmount );
Change the Amount of Damage Reduction for a specific DamageReduction for oItem
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you want changeiAmount
- The new amount of damage reduction to setint GetItemDmgReductionAmount_xpAM( object oItem, int iDmgRedctIdx );
Get the Amount of a specific DamageReduction of oItem.
oItem
- The item objectiDmgRedctIdx
- The index of the specific DamageReduction you want to get the amount forThe Amount of a specific DamageReduction of oItem.
void SetItemDmgReductionUseOr_xpAM( object oItem, int iDmgRedctIdx, int bUseOrLogic );
Change the UseOrLogic flag of a specific DamageReduction for oItem
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you want to changebUseOrLogic
- The new value of the flagint GetItemDmgReductionUseOr_xpAM( object oItem, int iDmgRedctIdx );
Get the UseOrLogic flag of a specific DamageReduction of oItem.
oItem
- The item objectiDmgRedctIdx
- The index of the specific DamageReduction you want to get UseOrLogic flagThe UseOrLogic flag of a specific DamageReduction of oItem.
int GetItemDmgRedctNbPiercing_xpAM( object oItem, int iDmgRedctIdx );
Get the Number of Piercing type for a specific DamageReduction of this Item
oItem
- The item objectiDmgRedctIdx
- The index of the specific DamageReductionThe Number of PiercingType for the choosen DamageReduction on oItem
void AddItemDmgRedctPiercing_xpAM( object oItem, int iDmgRedctIdx, int iType, int iSubType );
Create and add a new Piercing type for a specific DamageReduction on oItem
oItem
- The item objectiDmgRedctIdx
- The index of the specific DamageReductioniType
- The DR_TYPE_* wantediSubType
- Value depend of iType. For DR_TYPE_DMGTYPE: DAMAGE_TYPE_*, DR_TYPE_GMATERIAL: GMATERIAL_*, DR_TYPE_ALIGNMENT: ALIGNMENT_*. For other, Subtype don’t matter.void RemoveItemDmgRedctPiercing_xpAM( object oItem, int iDmgRedctIdx, int iPiercingIdx );
Remove a specific PiercingType from a specific DamageReduction from oItem
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you want to remove PiercingType fromiPiercingIdx
- The index of PiercingIdx you want to removevoid SetItemDmgRedctPiercingType_xpAM( object oItem, int iDmgRedctIdx, int iPiercingIdx, int iType );
Change the Type of a specific PiercingType of a specific DamageReduction from oItem
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you want to updateiPiercingIdx
- The index of PiercingIdx you want to changeiType
- The new DR_TYPE_* to use for this PiercingTypeint GetItemDmgRedctPiercingType_xpAM( object oItem, int iDmgRedctIdx, int iPiercingIdx );
Get the DR_TYPE_* value used as type for the choosen PiercingType
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you wantiPiercingIdx
- The index of PiercingIdx you wantThe DR_TYPE_* value used as type for the choosen PiercingType
void SetItemDmgRedctPiercingType_xpAM( object oItem, int iDmgRedctIdx, int iPiercingIdx, int iSubType );
Change the SubType of a specific PiercingType of a specific DamageReduction from oItem
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you want to updateiPiercingIdx
- The index of PiercingIdx you want to changeiSubType
- The value depend of the Type. For DR_TYPE_DMGTYPE: DAMAGE_TYPE_*, DR_TYPE_GMATERIAL: GMATERIAL_*, DR_TYPE_ALIGNMENT: ALIGNMENT_*. For other, Subtype doesn’t matter.int GetItemDmgRedctPiercingSubType_xpAM( object oItem, int iDmgRedctIdx, int iPiercingIdx );
Get the subtype value used for the choosen PiercingType
oItem
- The item objectiDmgRedctIdx
- The index of the DamageReduction you wantiPiercingIdx
- The index of PiercingIdx you wantThe value depend of the Type. * DR_TYPE_DMGTYPE: DAMAGE_TYPE_* * DR_TYPE_GMATERIAL: GMATERIAL_* * DR_TYPE_ALIGNMENT: ALIGNMENT_* For other, Subtype doesn’t matter
void SetLightRange_xpAM( object oLight, float fRange );
Set the maximum distance that the light’s diffuse color will reach.
oLight
- The light objectfRange
- The maximum distance for the light’s diffuse colorfloat GetLightRange_xpAM( object oLight );
Get the maximum distance that the light’s diffuse color will reach.
oLight
- The light objectThe maximum distance that the light’s diffuse color will reach.
void SetLightCastShadow_xpAM( object oLight, int bCastShadow );
Set if the light should cast shadows or not.
oLight
- The light objectbCastShadow
- True if the light should cast shadows, false otherwiseint GetLightCastShadow_xpAM( object oLight );
Get if the light casts shadows or not.
oLight
- The light objectTrue if the light casts shadows, false otherwise.
void SetLightShadowIntensity_xpAM( object oLight, float fIntensity );
Set the intensity of shadows cast by the light.
oLight
- The light objectfIntensity
- The shadow intensityfloat GetLightShadowIntensity_xpAM( object oLight );
Get the intensity of shadows cast by the light.
oLight
- The light objectThe intensity of shadows cast by the light.
void SetLightColorIntensity_xpAM( object oLight, float fColorIntensity );
Set the intensity (brightness) of the light within its range.
oLight
- The light objectfColorIntensity
- The light color intensityfloat GetLightColorIntensity_xpAM( object oLight );
Get the intensity (brightness) of the light within its range.
oLight
- The light objectThe intensity (brightness) of the light within its range.
void SetLightColor_xpAM( object oLight, string sColorType, string sRGB );
Set the chosen light color value.
oLight
- The light objectsColorType
- The LIGHT_COLOR_TYPE_* constantsRGB
- The RGB string value in the “#FFFFFF” (or #FFFFFFFF) formatstring GetLightColor_xpAM( object oLight, string sColorType );
Get the chosen light color value.
oLight
- The light objectsColorType
- The LIGHT_COLOR_TYPE_* constantThe RGB string value of the chosen light color.
void SetLightIsLerp_xpAM( object oLight, int bLerp );
Enable or disable lerp for this light.
oLight
- The light objectbLerp
- True to enable lerp, false to disableint GetLightIsLerp_xpAM( object oLight );
Get the status of lerp for this light.
oLight
- The light objectTrue if lerp is enabled for the light, false otherwise.
void SetLightLerpPeriod_xpAM( object oLight, float fLerpPeriod );
Set the time in seconds for the light to cycle between the color and lerp target color.
oLight
- The light objectfLerpPeriod
- The lerp period in secondsfloat GetLightLerpPeriod_xpAM( object oLight );
Get the time in seconds for the light to cycle between the color and lerp target color.
oLight
- The light objectThe time in seconds for the light to cycle between the color and lerp target color.
void SetLightLerpIntensity_xpAM( object oLight, float fLerpIntensity );
Set the intensity (brightness) of the lerp light within its range.
oLight
- The light objectfLerpIntensity
- The lerp light intensityfloat GetLightLerpIntensity_xpAM( object oLight );
Get the intensity (brightness) of the lerp light within its range.
oLight
- The light objectThe intensity (brightness) of the lerp light within its range.
void SetLightLerpColor_xpAM( object oLight, string sColorType, string sRGB );
Set the chosen light lerp color value.
oLight
- The light objectsColorType
- The LIGHT_COLOR_TYPE_* constantsRGB
- The RGB string value in the “#FFFFFF” (or #FFFFFFFF) formatstring GetLightLerpColor_xpAM( object oLight, string sColorType );
Get the chosen light lerp color value.
oLight
- The light objectsColorType
- The LIGHT_COLOR_TYPE_* constantThe RGB string value of the chosen light lerp color.
void SetLightIsFlicker_xpAM( object oLight, int bFlicker );
Enable or disable flicker for this light.
oLight
- The light objectbFlicker
- True to enable flicker, false to disableint GetLightIsFlicker_xpAM( object oLight );
Get the flicker activation status for this light.
oLight
- The light objectTrue if flicker is enabled for the light, false otherwise.
void SetLightFlickerType_xpAM( object oLight, int iFlickerType );
Set the light flicker type with a FLICKER_TYPE_* value.
oLight
- The light objectiFlickerType
- The FLICKER_TYPE_* constantint GetLightFlickerType_xpAM( object oLight );
Get the FLICKER_TYPE_* corresponding to the flicker type.
oLight
- The light objectThe FLICKER_TYPE_* constant corresponding to the flicker type.
void SetLightFlickerVariance_xpAM( object oLight, float fVariance );
Set the flicker variance value.
oLight
- The light objectfVariance
- The flicker variance valuefloat GetLightFlickerVariance_xpAM( object oLight );
Get the flicker variance value.
oLight
- The light objectThe flicker variance value.
void SetLightFlickerRate_xpAM( object oLight, float fRate );
Set the flicker rate for this light.
oLight
- The light objectfRate
- The flicker ratefloat GetLightFlickerRate_xpAM( object oLight );
Get the flicker rate for this light.
oLight
- The light objectThe flicker rate for the light.
Name | Value | Description |
---|---|---|
LIGHT_COLOR_TYPE_AMBIANT | “Ambiant” | |
LIGHT_COLOR_TYPE_DIFFUSE | “Diffuse” | |
LIGHT_COLOR_TYPE_SPECULAR | “Specular” |
Name | Value | Description |
---|---|---|
TRANSITION_TYPE_NONE | 0 | |
TRANSITION_TYPE_DOOR | 1 | |
TRANSITION_TYPE_WAYPOINT | 2 |
Name | Value | Description |
---|---|---|
FLICKER_TYPE_LINEAR | 0 | |
FLICKER_TYPE_BOUNCE | 1 | |
FLICKER_TYPE_JUMPY | 2 |
Name | Value | Description |
---|---|---|
ARMOR_MODEL_PART_HELM | 0 | Already existing in base nwnscript |
ARMOR_MODEL_PART_GLOVES | 1 | 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 |
Name | Value | Description |
---|---|---|
TRIGGER_TYPE_GENERAL | 0 | |
TRIGGER_TYPE_TRANSITION | 1 | |
TRIGGER_TYPE_TRAP | 2 |
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 |
Name | Value | Description |
---|---|---|
AC_TYPE_BASE_SEPT | 20 | Base armor class |
AC_TYPE_ARMORVAL_SEPT | 21 | Armor value |
AC_TYPE_SHIELDVAL_SEPT | 22 | 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 |
Name | Value | Description |
---|---|---|
SCALE_X | 0 | X-axis scale |
SCALE_Y | 1 | Y-axis scale |
SCALE_Z | 2 | Z-axis scale |
Name | Value | Description |
---|---|---|
PVP_SETTING_NO | 0 | |
PVP_SETTING_GROUP | 1 | |
PVP_SETTING_TOTAL | 2 | |
PVP_SETTING_SERVER | 3 |
Name | Value | Description |
---|---|---|
AREA_FLAG_INTERIOR | 0 | |
AREA_FLAG_SUBTERRAN | 2 | |
AREA_FLAG_NATURAL | 4 |
Name | Value | Description |
---|---|---|
DAYNIGHT_SUNRISE | 0 | |
DAYNIGHT_DAYTIME | 1 | |
DAYNIGHT_SUNSET | 2 | |
DAYNIGHT_MOONRISE | 3 | |
DAYNIGHT_NIGHTTIME | 4 | |
DAYNIGHT_MOONSET | 5 | |
DAYNIGHT_TRANSITION | 6 | |
DAYNIGHT_DEFAULT | 7 |