Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llScaleByFactor

LSL
integer llScaleByFactor(float scaling_factor)

Attempts to resize the entire object by ScalingFactor, maintaining the size-position ratios of the prims.\ \ Resizing is subject to prim scale limits and linkability limits. This function can not resize the object if the linkset is physical, a pathfinding character, in a keyframed motion, or if resizing would cause the parcel to overflow.\ Returns a boolean (an integer) TRUE if it succeeds, FALSE if it fails.

Parameters

TypeName
float scaling_factor
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL