CatConversions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Zion Tristan (talk | contribs) |
||
| Line 7: | Line 7: | ||
! '''Creator''' | ! '''Creator''' | ||
! '''Description''' | ! '''Description''' | ||
|- | |||
||[[StringIsValidKey]] | |||
||[[User:Zion Tristan|Zion Tristan]] | |||
||Return TRUE if a string based input is a valid [[key]], and return FALSE otherwise. '''It does not check if the key references an asset, agent/group, instance or terrain.''' | |||
|- | |||
||[[StringIsNum]] | |||
||[[User:Zion Tristan|Zion Tristan]] | |||
||Return TRUE if a string based input consists entirely of a whole number, and return FALSE otherwise. | |||
|- | |- | ||
||[[Base2Dec]] | ||[[Base2Dec]] | ||
Revision as of 10:58, 3 April 2012
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Conversions
| Name | Creator | Description |
|---|---|---|
| StringIsValidKey | Zion Tristan | Return TRUE if a string based input is a valid key, and return FALSE otherwise. It does not check if the key references an asset, agent/group, instance or terrain. |
| StringIsNum | Zion Tristan | Return TRUE if a string based input consists entirely of a whole number, and return FALSE otherwise. |
| Base2Dec | Siann Beck | Convert a number to decimal from any base. |
| BinaryDecimalConverter | Soundless Smalls | Converts a binary value to a decimal value and vice versa. |
| Float2Hex | Strife Onizuka | Very useful for transporting floats. |
| Object to Data | Xaviar Czervik | Turns an object into text (and back). Allows people to transfer objects through notecards (or otherwise). |
| UUID2Channel | Project Neox | Optimised version of the original key2channel generators. |