Difference between revisions of "LlGetNumberOfSides"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples
|examples=<lsl>default
{
    state_entry()
    {
        // Set the hovertext to indicate the number of sides
        integer numOfSides = llGetNumOfSides();
        llSetText( "I have " + (string)numOfSides + " sides." );
    }
}</lsl>
 
|helpers
|helpers
|also_functions
|also_functions

Revision as of 20:35, 26 July 2008