GetPlayerChasecam: Difference between revisions

no edit summary
(3.1 is released, so Devfeature templates have been removed)
No edit summary
Tag: Source edit
Line 1: Line 1:
{{Template:ACSWarning}}
{{Template:ACSWarning}}
int '''GetPlayerChasecam''' (int ''player'')
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}
 
[[category:ACS functions]]