# Anchor Leaderboard

Grammar — Anchor board|Leaderboard to the anchor of the screen, offset by (xOffset, yOffset)
FlagsNative | Action

The leaderboard will be automatically positioned relative to the screen using the given anchor and offset.

# Arguments

  • int [ preset::Board ] — Board
  • int [ preset::Anchor ] — Anchor
  • int — X Offset
  • int — Y Offset

Returns — void

native void BoardSetAnchor(
	int inBoard,
	int inAnchor,
	int inOffsetX,
	int inOffsetY,
);

Category: Leaderboard / Leaderboards

# Examples

— None found —