What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Question on CreateBehavior()

Sanjo

New Member
Joined
Jul 25, 2011
Messages
19
Reaction score
0
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?
 
it goes though and builds your code once, so its not constantly trying to re-compile, therefore giving a bit of a speed boost.
 
Back
Top