GetKeywordDataForLocation
Revision as of 11:08, 21 November 2011 by imported>SJML Bot (Bot creating condition functions pages.)
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