PRIM FULLBRIGHT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<onlyinclude>{{#if: | <onlyinclude>{{#if: | ||
{{#vardefine:return|[ {{ | {{#vardefine:return|[ {{HoverLink|FALSE|(0) integer boolean}} ]}} | ||
{{#vardefine:fullbright_const|{{LSL Const|PRIM_FULLBRIGHT|integer|20|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the full-bright setting of a prim's face}}}} | {{#vardefine:fullbright_const|{{LSL Const|PRIM_FULLBRIGHT|integer|20|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the full-bright setting of a prim's face}}}} | ||
Revision as of 14:58, 17 April 2008
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_FULLBRIGHT = 20;The integer constant PRIM_FULLBRIGHT has the value 20
Used to get or set the full-bright setting of a prim's face.
[ PRIM_FULLBRIGHT, integer face, string boolean ]
[ PRIM_FULLBRIGHT, integer face, string boolean ]| • integer | face | – | face number or ALL_SIDES | |
| • string | boolean | – | TRUE (enables) or FALSE (disables) |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ PRIM_FULLBRIGHT, integer face ]);
llGetPrimitiveParams([ PRIM_FULLBRIGHT, integer face ]);Returns the list [ string boolean ]
| • integer | face | – | face number or ALL_SIDES | ||
| • string | boolean | – | TRUE (enables) or FALSE (disables) | ||
Caveats
- If face is ALL_SIDES then the PRIM_FULLBRIGHT works on all sides.
- If face indicates a face that does not exist the PRIM_FULLBRIGHT return is [ FALSE ]
Caveats
- If face is ALL_SIDES then the PRIM_FULLBRIGHT works on all sides.
- If face indicates a face that does not exist the PRIM_FULLBRIGHT return is [ FALSE ]
Related Articles
Constants
| • | CHANGED_TEXTURE? |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |