llScaleByFactor

From Second Life Wiki
Revision as of 23:44, 5 January 2014 by Strife Onizuka (talk | contribs) (Created page with "{{LSL_Function|mode=request |inject-2= |func_id=|func_sleep=0.0|func_energy= |func=llScaleByFactor|sort=ScaleByFactor |return_type=float |p1_type=float |p1_name=scaling_factor |f…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: integer llScaleByFactor( float scaling_factor );

Attempts to resize the entire object by scaling_factor, maintaining the size-position ratios of the prims.
Returns an integer boolean, STATUS_* flag or ERR_* flag?

• float scaling_factor

Examples

See Also

Functions

•  llScaleByFactor
•  llGetMaxScaleFactor

Deep Notes

History

Search JIRA for related Issues

Signature

//function integer llScaleByFactor( float scaling_factor );