# Data Table Value Exists - Instance

Grammarname value exists in the data table instance instance
FlagsNative | Function

Returns true if a data table instance value exists.

# Arguments

  • int [ datatable ] — Instance
  • string — Name

Returns — bool

native bool DataTableInstanceValueExists(
	int instance,
	string name,
);

Category: Data Table / Instance Version / Utility

# Examples

— None found —