# Dialog Item Relative Anchor

Grammar — Relative anchor of dialogItem for player
FlagsNative | Function

Returns the relative anchor for the specified dialog item. Relative anchor for dialog items is only used by the Move Dialog Item (Relative) action.

# Arguments

  • int [ control ] — Dialog Item
  • int — Player

Returns — int [ preset::Anchor ]

native int DialogControlGetRelativeAnchor(
	int control,
	int player,
);

Category: Dialog / Dialog Item Size And Position

# Examples

— None found —