Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to determine when for-loop is done
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#15
RE: How to determine when for-loop is done

All code written out in word format is read top to bottom. Exactly in that order.

If you go into a for loop it'll loop through and stay right in that segment of code until broken out of,
if a while loop it'll stay just in that code until it's broken out of.
(instead of a node based for example which would read be left -> right)

06-16-2015, 03:42 PM
Find


Messages In This Thread
RE: How to determine when for-loop is done - by 7heDubz - 06-16-2015, 03:42 PM



Users browsing this thread: 1 Guest(s)