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
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
- Location
- Form.HasKeyword(...)
- Location.SetKeywordData(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
