PYTHON_METHOD(ptCritterBrain,addReceiver,"Params: key\nTells the brain that the specified key wants AI messages"),
PYTHON_METHOD(ptCritterBrain,addReceiver,"Params: key\nTells the brain that the specified key wants AI messages"),
PYTHON_METHOD(ptCritterBrain,removeReceiver,"Params: key\nTells the brain that the specified key no longer wants AI messages"),
PYTHON_METHOD(ptCritterBrain,removeReceiver,"Params: key\nTells the brain that the specified key no longer wants AI messages"),
PYTHON_METHOD(ptCritterBrain,setLocallyControlled,"Params: local\nTells the brain that we are the ones making all the AI decisions, and to prop location "
PYTHON_METHOD(ptCritterBrain,getSceneObject,"Returns the ptSceneObject this brain controls."),
"and other information to the server."),
PYTHON_METHOD_NOARGS(ptCritterBrain,getLocallyControlled,"Are we the one making AI decisions? NOTE: Not set automatically, some python script needs to "
"tell the brain this using setLocallyControlled()."),