Difference between revisions of "GetClothingValue"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki)) |
imported>PoHa! (Copied info, used the template (I think) for functions) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetClothingValue | |||
|origin = GECK1 | |||
|summary = Returns the "clothing value" of currently worn armor, ranging from 0 to 100. | |||
|returnVal = value | |||
|returnType = float | |||
|referenceType = [Actor] | |||
|example = <pre>Player.GetClothingValue | |||
BuddyRef.GetClothingValue</pre> | |||
}} | |||
==Notes== | |||
None | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Actor State Functions]] | [[Category:Actor State Functions]] | ||
[[Category:Actor State Functions (GECK 1.1)]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1.1)]] |
Latest revision as of 20:11, 3 February 2010
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: GetClothingValue.
A function included in the GECK version 1.1.0.36.
Description
Returns the "clothing value" of currently worn armor, ranging from 0 to 100.
Syntax
(value:float) [Actor].GetClothingValue
Example
Player.GetClothingValue BuddyRef.GetClothingValue
Notes
None