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
Parameters
KeywordakKeyword
CK Wiki Description
The Keyword to query for.
floatafData
CK Wiki Description
The data to associate with the keyword.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Keyword myKeyword__akKeyword
float myFloat__afData
myLocation__toCallFunctionOn.SetKeywordData(myKeyword__akKeyword, myFloat__afData)Related Pages
- Location
- Location.GetKeywordData(...)
- Form.HasKeyword(...)
