SetKeywordData - Location

Member of: Location Script

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

SyntaxEdit

Function SetKeywordData(Keyword akKeyword, float afData) native

ParametersEdit

  • akKeyword: The Keyword to query for.
  • afData: The data to associate with the keyword.

Return ValueEdit

None.

ExamplesEdit

; Set the data on the Cost keyword
MyHouseProperty.SetKeywordData(CostKeywordProperty, 100)

See AlsoEdit