# Set Portrait Border Texture

Grammar — Set Portrait border texture to texture
FlagsNative | Action

Sets the border texture for a portrait.

# Arguments

  • int [ portrait ] — Portrait
  • string [ filepath ] — Texture

Returns — void

native void PortraitSetBorderTexture(
	int p,
	string inBorderFilePath,
);

Category: Portrait / Advanced

# Examples

— None found —