Difference between revisions of "ALL SIDES"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 6: Line 6:
|examples
|examples
|functions=
|functions=
{{LSL DefineRow||lGetColor|}}
{{LSL DefineRow||lGetNumberOfSides|}}
{{LSL DefineRow||lGetPrimitiveParams|}}
{{LSL DefineRow||lGetTexture|}}
{{LSL DefineRow||lGetTextureOffset|}}
{{LSL DefineRow||lGetTextureRot|}}
{{LSL DefineRow||lGetTextureScale|}}
{{LSL DefineRow||lOffsetTexture|}}
{{LSL DefineRow||lRotateTexture|}}
{{LSL DefineRow||lScaleTexture|}}
{{LSL DefineRow||lSetAlpha|}}
{{LSL DefineRow||lSetColor|}}
{{LSL DefineRow||lSetLinkAlpha|}}
{{LSL DefineRow||lSetLinkColor|}}
{{LSL DefineRow||lSetPrimitiveParams|}}
{{LSL DefineRow||lSetTexture|}}
{{LSL DefineRow||lSetTextureAnim|}}
|events
|events
|cat1=Face
|cat1=Face

Revision as of 21:26, 27 February 2007

Description

Constant: integer ALL_SIDES = -1;

The integer constant ALL_SIDES has the value -1

Related Articles

Functions

•  lGetColor
•  lGetNumberOfSides
•  lGetPrimitiveParams
•  lGetTexture
•  lGetTextureOffset
•  lGetTextureRot
•  lGetTextureScale
•  lOffsetTexture
•  lRotateTexture
•  lScaleTexture
•  lSetAlpha
•  lSetColor
•  lSetLinkAlpha
•  lSetLinkColor
•  lSetPrimitiveParams
•  lSetTexture
•  lSetTextureAnim

Deep Notes

Search JIRA for related Issues

Signature

integer ALL_SIDES = -1;