SetScale - ObjectReference

From the CreationKit Wiki
Revision as of 13:53, 11 November 2011 by imported>Scornett (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Sets the object's current scale.

Syntax

Function SetScale(float afScale) native

Parameters

  • afScale: The overall scale of the object

Return Value

None.

Examples

; Set the statue to be twice as big as the original art size
StatueProperty.SetScale(2.0)

See Also