PRIM GLOW/fr
From Second Life Wiki
TRADUCTION EN COURS... =)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
integer PRIM_GLOW = 25;
The integer constant PRIM_GLOW has the value 25
PRIM_GLOW is used to get and set the configure the glow status of the face. Use the integer number 25 if the compiler rejects the named constant.
[ PRIM_GLOW, integer face, float intensity ]
| • integer | face | |||
| • float | intensity |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ PRIM_GLOW, integer face ]);
Returns the list [ float intensity ]
| • integer | face | ||||
| | |||||
| • float | intensity | ||||
Related Functions, Events & Constants
Constants
| • | CHANGED_TEXTURE |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |

