Difference between revisions of "CatConversions"
Jump to navigation
Jump to search
(Created page with "==Conversions== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||Base2Dec ||Siann Beck ||Convert a nu…") |
|||
Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Conversions== | ==Conversions== | ||
Line 27: | Line 28: | ||
||Optimised version of the original key2channel generators. | ||Optimised version of the original key2channel generators. | ||
|} | |} | ||
{{LSLC|}} |
Revision as of 16:10, 3 April 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Conversions
Name | Creator | Description |
---|---|---|
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. |