Difference between revisions of "GetScale"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
imported>PoHa! (entered info, used the template for functions) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetScale | |||
|origin = GECK1 | |||
|summary = '''GetScale''' returns the raw scale of the selected reference object. Normal scale is 1.00 (100%). | |||
|name = GetScale | |||
|returnVal = scale | |||
|returnType = float | |||
|referenceType = [Object] | |||
|example = <pre>ShackDoor.GetScale</pre> | |||
Will return the shack door's current scale | |||
}} | |||
==Notes== | |||
None | |||
== | ==See Also== | ||
*[[SetScale]] | *[[SetScale]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1. | [[Category:Functions (GECK 1.1)]] | ||
[[Category:Object_Functions]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1. | [[Category:Condition Functions (GECK 1.1)]] |
Latest revision as of 18:57, 7 February 2010
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: GetScale.
A function included in the GECK version 1.1.0.36.
Description
GetScale returns the raw scale of the selected reference object. Normal scale is 1.00 (100%).
Syntax
(scale:float) [Object].GetScale
Example
ShackDoor.GetScale
Will return the shack door's current scale
Notes
None