# Remove List Item

Grammar — Remove item index from list for players
FlagsNative | Action

Removes the list item at the specified index from the specified dialog item for the specified player.

# Arguments

  • int [ control ] — List
  • playergroup — Players
  • int — Index

Returns — void

native void DialogControlRemoveItem(
	int control,
	playergroup players,
	int index,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —