SetScale - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Sets the object's current scale.

Syntax[edit | edit source]

Function SetScale(float afScale) native

Parameters[edit | edit source]

  • afScale: The overall scale of the object

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]