Category talk:Latent Functions
There are no discussions on this page.
Revision as of 05:56, 23 November 2013 by imported>Sein schatten (Created page with "Can someone explain latent in the case of this scenario? bool path = false path = actor.pathtoreference(actor2) if path = false ;blah else ;blah endif It seems that after pat...")
Can someone explain latent in the case of this scenario? bool path = false path = actor.pathtoreference(actor2) if path = false
- blah
else
- blah
endif
It seems that after pathtoref nothing happens anymore. In this case the path is also blocked so pathtoref cannot be executed. Sein schatten (talk) 2013-11-23T05:56:42 (EST)