Talk:Open Source Holodeck: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
avoid using "ll" prefix in llPrototypeSay or llDebugSay
(No difference)

Revision as of 01:01, 30 January 2008

It is not a good idea to use the "ll" prefix in your own code, such as llPrototypeSay and llDebugSay because "ll" prefix is reserved for Linden Lab, and in case if some time in the future LL decides to use these same names, then you will have a name collision, and your code would break when it is overridden by the LL functions. Nicoladie Gymnast