Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-21 13:15:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-21 13:15:19 +0300
commite46da7166be3e1358758358b58c24a75730c96d1 (patch)
tree02d2b0516855cf0e4f05f6faa34d5c768698ff7b /doc
parentcbf44397a9a62d9dd4f2754e215d8e194955beed (diff)
remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in isinstance(), report [#26080].
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.types.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index 6dc5488af32..b54eca07e55 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -20,15 +20,6 @@ Game Engine bge.types Module
: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.