>From the tracker (<a href="https://projects.blender.org/tracker/index.php?func=detail&amp;aid=18097&amp;group_id=9&amp;atid=306">https://projects.blender.org/tracker/index.php?func=detail&amp;aid=18097&amp;group_id=9&amp;atid=306</a>):<br>
<br>&quot;In order to clean up the BGE Python API, me and cyborg_ar needed a way to tell users that they were using a deprecated<br>function and should use another one.<br><br>Just put this into a deprecated function:<br>
KX_KetsjiEngine::ShowDeprecationWarning(&quot;old way&quot;, &quot;new way&quot;);<br><br>For example:<br>KX_KetsjiEngine::ShowDeprecationWarning(&quot;getPosition()&quot;, &quot;position property&quot;);<br><br>Will print &quot;Method getPosition() is deprecated, please use the position property instead&quot; to the console.<br>
<br>The warnings can be turned off with Game -&gt; Ignore Deprecation Warnings.&quot;<br><br>-Mitchell &quot;Moguri&quot; Stokes