Background for Skyrim SE
Member of the Form script
voidfunctionSetWorldModelPath(stringpath)Native

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

  1. 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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.