- Found in:
- SKSE
Description
Wiki Description
Sets the world model of the form. (This function requires SKSE)
Caveats
CK Wiki - Notes
- This function can only be applied to items that actually have a 'physical/visual' world model.
- This will affect all instances of the passed form.
- World Model changes will not be saved and must be maintained via a maintenance setup or something similar.
- In order to make it work, you'll need to use / (slash) instead of \ (backslash)
Parameters
stringpath
CK Wiki Description
the new world model for this form.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__path
myForm__toCallFunctionOn.SetWorldModelPath(myString__path)