Making the docs for bge.types.KX_SCA_AddObjectActuator.instantAddObject() more clear. Thanks to delaney for pointing this out.

This commit is contained in:
Mitchell Stokes 2010-10-03 01:32:01 +00:00
parent 27c444acb6
commit bcf6726b0b

@ -2797,8 +2797,9 @@ Game Engine bge.types Module
.. method:: instantAddObject() .. method:: instantAddObject()
:return: The last object created by this actuator. The object can then be accessed from :data:`objectLastCreated`. adds the object without needing to calling SCA_PythonController.activate()
:rtype: None
.. note:: Use objectLastCreated to get the newly created object.
.. class:: KX_SCA_DynamicActuator(SCA_IActuator) .. class:: KX_SCA_DynamicActuator(SCA_IActuator)