- Found in:
- SKSE
Description
Wiki Description
Sets the file path for the NetImmerse File (.nif) representing the world & inventory model of the armor to the specified path. (This function requires SKSE)
Caveats
CK Wiki - Notes
- This is to set the file path of the ground/inventory model. That means the model you see in your inventory and when the armor is on the ground, not when it is equipped.
- To set the file path used for equipped armor models on actors, run ArmorAddon.SetModelPath(...) on the appropriate ArmorAddon object.
Parameters
stringpath
CK Wiki Description
The file path of a model, beginning in the Data\Meshes\ folder.
boolbFemalePath
CK Wiki Description
Whether to set the file path of the male model (false) or female model (true) of the armor.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__path
bool myBool__bFemalePath
myArmor__toCallFunctionOn.SetModelPath(myString__path, myBool__bFemalePath)Related Pages
- Armor
- Armor.GetModelPath(...)
