GetKeywordData - Location
Jump to navigation
Jump to search
Member of: Location Script
Obtains the data attached to the specified keyword on this location.
Syntax[edit | edit source]
float Function GetKeywordData(Keyword akKeyword) native
Parameters[edit | edit source]
- akKeyword: The Keyword to query for.
Return Value[edit | edit source]
The data attached to the specified keyword on this location.
Examples[edit | edit source]
; Obtain the data on the Cost keyword
float houseCost = MyHouseProperty.GetKeywordData(CostKeywordProperty)