# Value From Data Table (Difficulty Level)

Grammarname from the scope|Global/Local data table
FlagsFunction

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

# Arguments

  • bool [ preset::DataScope ] — Scope
  • string — Name

Returns — int [ difficulty ]

int libNtve_gf_ValueFromDataTableDifficultyLevel(
	bool lp_scope,
	string lp_name,
);

Category: Data Table / Load Value

# Examples

— None found —