GetKeywordData - Location
Member of: Location Script
Obtains the data attached to the specified keyword on this location.
SyntaxEdit
float Function GetKeywordData(Keyword akKeyword) native
ParametersEdit
- akKeyword: The Keyword to query for.
Return ValueEdit
The data attached to the specified keyword on this location.
ExamplesEdit
; Obtain the data on the Cost keyword
float houseCost = MyHouseProperty.GetKeywordData(CostKeywordProperty)