# Remove Player Response

Grammar — Remove Response - response from Player player.
FlagsNative | Action

Remove the specified Response from the Player.

# Arguments

  • int — Player
  • string<gamelink::PlayerResponse> — Response

Returns — void

native void PlayerRemoveResponse(
	int player,
	string response,
);

Category: Player / Player Settings

# Examples

— None found —