Forum Discussion
Hi Kate,
I like to use aliases. I check for a certain time a certain amount of passes if the alias exists.
Note that you could use the property you want, or use several, or put loops into loops to use them in cascade.
check this :
- tristaanogre9 years agoEsteemed Contributor
m_essaid wrote:
Hi Kate,
I like to use aliases. I check for a certain time a certain amount of passes if the alias exists.
Note that you could use the property you want, or use several, or put loops into loops to use them in cascade.
check this :
Neat little function... however, you are basically reproducing the WaitAliasChild method. :) Might get better performance using the native method.
- m_essaid9 years agoValued Contributor
tristaanogre yes it seems to be similar to the WaitAlias function but this one could be adapted to any property... (I use it for the enabled, disabled, visible, not visible, exists, etc etc)