LlGetObjectDesc
From Second Life Wiki
(Redirected from LSL llGetObjectDesc)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Description
Function: string llGetObjectDesc( );| 270 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a string that is the description of the prim the script is attached to
Caveats
- The prim description is limited to 127 bytes, any string longer then that will be truncated. This truncation does not always happen when the attribute is set or read.
See Also
Functions
| • | llSetObjectDesc | – | Sets the prim description. | |
| • | llGetObjectName | – | Gets the prim name. | |
| • | llSetObjectName | – | Sets the prim name. | |
| • | llGetObjectDetails |
Articles
| • | Prim Attribute Overloading |

