Player::getConfigFlag

From RAGE Multiplayer Wiki

Client-Side
Function

 JavaScript



Gets player config flag.
See available flags here: Player Config Flags


JavaScript Syntax

Syntax

player.getConfigFlag(flagId, true);

Required Arguments

Return value

  • Boolean

Example

Client-Side
// todo


See also