Changed link from GetViewMode to GetPlrViewMode (#1050).

heavy-resources
Clonkonaut 2014-03-24 23:53:46 +01:00
parent 75c5ac1465
commit 7895caacd1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</params>
</syntax>
<desc>Returns the object which is followed by a player's view. If the player view does not currently follow an object, the function returns <code>nil</code> (also see <funclink>GetPlrViewMode</funclink>).</desc>
<remark>If player view has been set using (<funclink>SetPlrView</funclink>), the view will follow the selected clonk (unless in view mode "Scroll", see <funclink>GetViewMode</funclink>). This can be determined using <funclink>GetCursor</funclink>.</remark>
<remark>If player view has been set using (<funclink>SetPlrView</funclink>), the view will follow the selected clonk (unless in view mode "Scroll", see <funclink>GetPlrViewMode</funclink>). This can be determined using <funclink>GetCursor</funclink>.</remark>
<related><funclink>SetPlrView</funclink></related>
</func>
<author>PeterW</author><date>2003-06</date>