SetKeywordData - Location

From the CreationKit Wiki
Revision as of 13:06, 1 November 2011 by imported>Scornett (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Location Script

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

Syntax[edit | edit source]

Function SetKeywordData(Keyword akKeyword, float afData) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]