Difference between revisions of "LSL Script Efficiency"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
---- | ---- | ||
== | ==Things that are faster== | ||
++a is the fastest | |||
then there is a += 1 | |||
finally a++ | |||
Revision as of 13:19, 3 April 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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++