From e46da7166be3e1358758358b58c24a75730c96d1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Feb 2011 10:15:19 +0000 Subject: remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in isinstance(), report [#26080]. --- doc/python_api/rst/bge.types.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/python_api/rst/bge.types.rst') 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. -- cgit v1.2.3