Jump to content

GetPlayerChasecam: Difference between revisions

no edit summary
(Added page for GetPlayerChasecam.)
 
No edit summary
Tag: Source edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:ACSWarning}}
{{Template:ACSWarning}}
int '''GetPlayerChasecam''' (int ''player'') {{Devfeature|3.1|alpha}}
bool '''GetPlayerChasecam''' (int ''player'')


==Usage==
== Usage ==
=== Parameters ===
* ''player'': The player to check.


Checks if ''player'' is currently using the chasecam cheat, which can be toggled on or off by the [https://zdoom.org/wiki/CCMDs:Debug#chase chase] console command.
=== Return value ===
Returns true if ''player'' is currently using the chasecam cheat, which can be toggled on or off by the {{Zdoomwiki|CCMDs:Debug#chase|chase}} console command. Returns false otherwise.


[[category:ACS Functions]]
== Examples ==
{{noexamples}}
 
== See also ==
* [[SetPlayerChasecam]]
 
[[Category: ACS functions]]