Difference between revisions of "SetScale - ObjectReference"
Jump to navigation
Jump to search
Added RedwoodElf's information to a Notes section.
imported>Scornett m (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin) |
imported>Chesko (Added RedwoodElf's information to a Notes section.) |
||
Line 22: | Line 22: | ||
StatueProperty.SetScale(2.0) | StatueProperty.SetScale(2.0) | ||
</source> | </source> | ||
== Notes == | |||
* Using SetScale() does not update an object reference's collision information. Collision will continue to occur with the reference as if it were its original size. | |||
* Calling this function repeatedly over a short span of time may cause a crash to desktop. | |||
== See Also == | == See Also == | ||
*[[ObjectReference Script]] | *[[ObjectReference Script]] | ||
*[[GetScale - ObjectReference]] | *[[GetScale - ObjectReference]] |