# Value From Data Table (Player Color)

Grammarname from the scope|Global/Local data table
FlagsFunction

Returns a player color 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 [ playercolor ]

int libNtve_gf_ValueFromDataTablePlayerColor(
	bool lp_scope,
	string lp_name,
);

Category: Data Table / Load Value

# Examples

— None found —