Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionReplaceKeywordOnRef(ObjectReferenceakRef, KeywordakKeywordAdd, KeywordakKeywordRemove)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)


Caveats


Parameters

ObjectReferenceakRef

KeywordakKeywordAdd

KeywordakKeywordRemove


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
Keyword myKeyword__akKeywordAdd
Keyword myKeyword__akKeywordRemove

PO3_SKSEFunctions.ReplaceKeywordOnRef(myObjectReference__akRef, myKeyword__akKeywordAdd, myKeyword__akKeywordRemove)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

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