[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35024] trunk/blender/doc/python_api/rst/ bge.types.rst: remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in isinstance(), report [#26080].

Campbell Barton ideasman42 at gmail.com
Mon Feb 21 11:15:19 CET 2011


Revision: 35024
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35024
Author:   campbellbarton
Date:     2011-02-21 10:15:19 +0000 (Mon, 21 Feb 2011)
Log Message:
-----------
remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in isinstance(), report [#26080].

Modified Paths:
--------------
    trunk/blender/doc/python_api/rst/bge.types.rst

Modified: trunk/blender/doc/python_api/rst/bge.types.rst
===================================================================
--- trunk/blender/doc/python_api/rst/bge.types.rst	2011-02-21 09:28:11 UTC (rev 35023)
+++ trunk/blender/doc/python_api/rst/bge.types.rst	2011-02-21 10:15:19 UTC (rev 35024)
@@ -20,15 +20,6 @@
 
       :type: boolean
 
-   .. method:: isA(game_type)
-
-      Check if this is a type or a subtype game_type.
-
-      :arg game_type: the name of the type or the type its self from the :mod:`bge.types` module.
-      :type game_type: string or type
-      :return: True if this object is a type or a subtype of game_type.
-      :rtype: boolean
-
 .. class:: CValue(PyObjectPlus)
 
    This class is a basis for other classes.




More information about the Bf-blender-cvs mailing list