# Clear Player Response

Grammar — Clear all location side responseType responses from Player player.
FlagsNative | Action

Remove the specified Response from the Player.

# Arguments

Returns — void

native void PlayerClearResponse(
	int player,
	int responseType,
	int location,
);

Category: Player / Player Settings

# Examples

— None found —