Difference between revisions of "GetScale"

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!
(entered info, used the template for functions)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Incomplete}}
{{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
}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetScale GetScale].
==Notes==
None


=='''Description'''==
==See Also==
'''GetScale''' returns the raw scale of the selected reference object. Normal scale is 1.00 (100%).
 
=='''See Also'''==
*[[SetScale]]
*[[SetScale]]




[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Object_Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[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

[help]
(scale:float) [Object].GetScale

Example

ShackDoor.GetScale

Will return the shack door's current scale

Notes

None

See Also