SetPlayerChasecam

From Zandronum Wiki
Revision as of 00:58, 3 July 2022 by DrinkyBird (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

bool SetPlayerChasecam (int player, bool enable)

Usage

Enables or disables a player's chasecam cheat, which can also be toggled on or off by the chase console command.

Parameters

  • player: The number of the player.
  • enable: Set this to true to enable the chasecam, false to disable it.

Return value

Returns true if the player's chasecam was successfully changed, false on failure (i.e. the player doesn't exist).

Examples

This article lists no examples, please add one.

See also