Difference between revisions of "SetName - Form"
Jump to navigation
Jump to search
no edit summary
imported>Sagitarius22 (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Form Script Sets the name of the form. (This function requires SKSE) == Syntax == <so...") |
imported>Sagitarius22 |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Function SetName(akString) native | Function SetName(String akString) native | ||
</source> | </source> | ||