GetKeywordData - Location

Revision as of 15:03, 2 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Location Script

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

SyntaxEdit

float Function GetKeywordData(Keyword akKeyword) native

ParametersEdit

  • akKeyword: The Keyword to query for.

Return ValueEdit

The data attached to the specified keyword on this location.

ExamplesEdit

; Obtain the data on the Cost keyword
float houseCost = MyHouseProperty.GetKeywordData(CostKeywordProperty)

See AlsoEdit