# Remove All Graph Data Points

Grammar — Remove all data points from graph for players
FlagsNative | Action

Removes all of the data points from the specified dialog item.

# Arguments

  • int [ control ] — Graph
  • playergroup — Players

Returns — void

native void DialogControlRemoveAllDataPoints(
	int control,
	playergroup players,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —