GetKeywordDataForLocation

From the CreationKit Wiki
Revision as of 11:08, 21 November 2011 by imported>SJML Bot (Bot creating condition functions pages.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

The SetKeywordDataForLocation Console Command (or the equivalent Papyrus Function) can be used to store a float on a Location's Keyword.

GetKeywordDataForLocation returns this value, if any. It otherwise returns 0.

Syntax

GetKeywordDataForLocation <Location> <Keyword>

Examples

SetKeywordDataForLocation BarleydarkFarmLocation CWCost 10
GetKeywordDataForLocation BarleydarkFarmLocation CWCost    ;Returns 10

See Also

Papyrus Version

GetKeywordData - Location