Difference between revisions of "Talk:LlListenControl"

From Second Life Wiki
Jump to navigation Jump to search
(why?)
 
Line 1: Line 1:
Why does this function exist? Can it be saving much on doing a llListenRemove then new llListen? [[User:Placid Kidd|Placid Kidd]] 18:42, 5 July 2007 (PDT)
Why does this function exist? Can it be saving much on doing a llListenRemove then new llListen? [[User:Placid Kidd|Placid Kidd]] 18:42, 5 July 2007 (PDT)
: It seems to me that this function was added to cut down on memory usage. Calling llListenControl is much more efficient than llListenRemove, and then calling llListen later on. Also, you can forget about the name of the person you are listening to, as well as everything else you use in llListen. More or less, it's just there to save space. --[[User:Xaviar Czervik|Xaviar Czervik]] 18:24, 26 November 2007 (PST)

Revision as of 19:24, 26 November 2007

Why does this function exist? Can it be saving much on doing a llListenRemove then new llListen? Placid Kidd 18:42, 5 July 2007 (PDT)

It seems to me that this function was added to cut down on memory usage. Calling llListenControl is much more efficient than llListenRemove, and then calling llListen later on. Also, you can forget about the name of the person you are listening to, as well as everything else you use in llListen. More or less, it's just there to save space. --Xaviar Czervik 18:24, 26 November 2007 (PST)