PRIM SIZE
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
integer PRIM_SIZE = 7;
The integer constant PRIM_SIZE has the value 7
Returns or sets the prim's size.
[ PRIM_SIZE, vector size ]
| • vector | size | – | ranges from 0.01 to 10.0 for x, y and z |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ PRIM_SIZE ]);
Related Functions, Events & Constants
Functions
| • | llGetPrimitiveParams | |||
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetScale | |||
| • | llSetScale |

