SetUserCVar (ACS)

From ZDoom Wiki
Revision as of 05:26, 28 October 2013 by Deded007 (talk | contribs) (Should be right, would like more info, in the source this one forces?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bool SetUserCVar (int playernumber, str cvar, int value);

Usage

Sets the cvar of a particular player.

Parameters

Return value

Returns FALSE if cvar is invalid, it is not writable, or the player doesn't exist. Returns TRUE if the cvar is set successfully.

Examples

Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.


See also