S Sanjo New Member Joined Jul 25, 2011 Messages 19 Reaction score 0 Aug 3, 2011 #1 How often is the method CreateBehavior called? Will the TreeWalker get the behavior from this method each time it begins to walk throw the behavior tree of the ForcedBehavior?
How often is the method CreateBehavior called? Will the TreeWalker get the behavior from this method each time it begins to walk throw the behavior tree of the ForcedBehavior?
wownerds New Member Joined Feb 15, 2011 Messages 1,385 Reaction score 30 Aug 11, 2011 #2 This would be interesting to know!
CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Aug 11, 2011 #3 it goes though and builds your code once, so its not constantly trying to re-compile, therefore giving a bit of a speed boost.
it goes though and builds your code once, so its not constantly trying to re-compile, therefore giving a bit of a speed boost.