# Value From Data Table (Transmission Source)

Grammarname from the scope|Global/Local data table
FlagsNative | Function

Returns a transmission source 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 — transmissionsource

native transmissionsource DataTableGetTransmissionSource(
	bool global,
	string name,
);

Category: Data Table / Load Value

# Examples

— None found —