Difference between revisions of "LSL Script Efficiency"

From Second Life Wiki
Jump to navigation Jump to search
Line 14: Line 14:
----
----


==Known chat channel numbers==
==Things that are faster==
This list is intended to reduce the number of scripts using the same char channel number.
 
Please try and keep them in sequence.
++a is the fastest
{| {{Prettytable}}
then there is a += 1
|-
finally a++
|{{Hl2}}| '''Channel'''
|{{Hl2}}| '''Creator'''
|{{Hl2}}| '''Description'''
|-
|| 1, 4, 5 & 9
|| Unknown
|| Very common in poseballs Hide, Show
|-
|| 20
|| Unknown
|| SafeZone interface (combat system)
|-
|| 33
|| unknown
|| Collar
|-
|| 42
|| unknown
|| Common channel used by wiki example scripts
|-
|| 99
|| unknown
|| Dance Bracelets
|-
|| 31984
|| unknown
|| ACME interface (combat system)
|}

Revision as of 13:19, 3 April 2007

What is Efficiency

What it is

Rules for posting

What to post


Things that are faster

++a is the fastest then there is a += 1 finally a++