Difference between revisions of "GetClothingValue"

From the Fallout3 GECK Wiki
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:
{{Incomplete}}
{{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]


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetClothingValue GetClothingValue].
|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 21: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

[help]
(value:float) [Actor].GetClothingValue

Example

Player.GetClothingValue
BuddyRef.GetClothingValue

Notes

None