- Found in:
- PO3's PE
voidfunctionReplaceKeywordOnForm(FormakForm, KeywordakKeywordAdd, KeywordakKeywordRemove)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Replaces given keyword with new one on form. Only lasts for a single gaming session. [ported from DienesTools].
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__akForm
Keyword myKeyword__akKeywordAdd
Keyword myKeyword__akKeywordRemove
PO3_SKSEFunctions.ReplaceKeywordOnForm(myForm__akForm, myKeyword__akKeywordAdd, myKeyword__akKeywordRemove)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
