alias parsing question

Post Reply
Yetzederixx
Posts: 186
Joined: Sun Nov 14, 2010 5:57 am

alias parsing question

Post by Yetzederixx »

If an alias fires it seems to keep being parsed further down this list. This is handy I'd imagine for many cases, but for the run lua from the command line one there's no point. Is there a way to stop further parsing via code?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: alias parsing question

Post by Vadi »

There isn't. If you'll be distributing your script, you don't know if someone else might want it to be parsed further down anyway.

Yetzederixx
Posts: 186
Joined: Sun Nov 14, 2010 5:57 am

Re: alias parsing question

Post by Yetzederixx »

Is there a way to put a function into the API that we could add into our scripts to stop it then?

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: alias parsing question

Post by Heiko »

You'd need to explain in more detail why you need such a function.

Post Reply