- Found in:
- SKSE
Description
Wiki Description
Sets the name of the form. (This function requires SKSE)
Documentation Comment
sets the name of the form
Caveats
CK Wiki - Notes
- This function does not work on actors or object references, use the actor base or base object instead.
- This will affect all instances of the passed form. It's better to be used on a unique actor.
- Name changes will not be saved and must be maintained via a maintenance setup or something similar.
Parameters
stringname
CK Wiki Description
the new name for this form.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__name
myForm__toCallFunctionOn.SetName(myString__name)