Description
Wiki Description
Sets the data attached to the specified keyword on this location.
Documentation Comment
Sets the specified keyword's data on the location
Caveats
Parameters
floatafData
CK Wiki Description
The data to associate with the keyword.
Examples
; Set the data on the Cost keyword
MyHouseProperty.SetKeywordData(CostKeywordProperty, 100)Auto-Generated Example
Keyword myKeyword__akKeyword
float myFloat__afData
myLocation__toCallFunctionOn.SetKeywordData(myKeyword__akKeyword, myFloat__afData)Related Pages
- Location
- Location.GetKeywordData(...)
- Form.HasKeyword(...)
