Background for Fallout 4
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


Caveats


Parameters

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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.