Background for Skyrim SE
Member of the Location script
voidfunctionSetKeywordData(KeywordakKeyword, floatafData)Native

Description

Wiki Description

Sets the data attached to the specified keyword on this location.

Documentation Comment

Sets the specified keyword's data on the location


Caveats


Parameters

KeywordakKeyword

CK Wiki Description

The Keyword to query for.

floatafData

CK Wiki Description

The data to associate with the keyword.


Examples

; Set the data on the Cost keyword
MyHouseProperty.SetKeywordData(CostKeywordProperty, 100)

Auto-Generated Example

Keyword myKeyword__akKeyword
float myFloat__afData

myLocation__toCallFunctionOn.SetKeywordData(myKeyword__akKeyword, myFloat__afData)

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.