# Value From Data Table (Difficulty Level) - Instance

Grammarname from the data table instance instance
FlagsFunction

Returns a difficulty level value from a data table instace. Data tables allow you to store and recall values using a string identifier.

# Arguments

  • int [ datatable ] — Instance
  • string — Name

Returns — int [ difficulty ]

int libNtve_gf_ValueFromDataTableInstanceDifficultyLevel(
	int lp_instance,
	string lp_name,
);

Category: Data Table / Instance Version / Load Value

# Examples

— None found —