Background for Skyrim SE
Member of the Location script
floatfunctionGetKeywordData(KeywordakKeyword)Native

Description

Wiki Description

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

Documentation Comment

Returns the float value attached to the specified keyword attached to this location


Parameters

  1. KeywordakKeyword

    CK Wiki Description

    The Keyword to query for.


Examples

; Obtain the data on the Cost keyword
float houseCost = MyHouseProperty.GetKeywordData(CostKeywordProperty)

Auto-Generated Example

Keyword myKeyword__akKeyword

float returnedValue = myLocation__toCallFunctionOn.GetKeywordData(myKeyword__akKeyword)

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.