Description
Wiki Description
Sets the object's current scale.
Documentation Comment
Set the current scale of the object
Caveats
Parameters
floatafScale
CK Wiki Description
The overall scale of the object
Examples
; Set the statue to be twice as big as the original art size
StatueProperty.SetScale(2.0)Auto-Generated Example
float myFloat__afScale
myObjectReference__toCallFunctionOn.SetScale(myFloat__afScale)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
