# Set Portrait Mouse Target

Grammar — Turn the MouseTargeting of Portrait to Model|On
FlagsNative | Action

Sets whether the portrait is a valid mouse target or not. If the portrait is not a valid mouse target, mouse clicks will go through the portrait.

# Arguments

  • int<portrait> — Portrait
  • bool<preset::OnOffOption> — On/Off

Returns — void

native void PortraitSetMouseTarget(
	int p,
	bool inMouseTarget,
);

Category: Portrait / Advanced

# Examples

— None found —