# Clear Camera Channel On Portrait

Grammar — Clears render to texture channel channel on portrait portrait for player player
FlagsNative | Action

Stops a portrait from rendering to a render-to-texture channel.

# Arguments

  • int — Player
  • int [ portrait ] — Portrait
  • int — Channel

Returns — void

native void CameraClearChannelOnPortrait(
	int player,
	int portraitId,
	int channel,
);

Category: Camera / Basic

# Examples

— None found —