NEXTBOT/BehaveStart
From Garry's Mod
NEXTBOT:BehaveStart( )
Description
Called to initialize the behaviour.
This is called automatically when the NextBot is created, you should not call it manually.
NOTE |
You shouldn't override this unless you know what you are doing - it's used to kick off the coroutine that runs the bot's behaviour. See NEXTBOT:RunBehaviour instead. |