# Value From Data Table (Actor Scope) - Instance

Grammarname from the data table instance instance
FlagsNative | Function

Returns an actor scope 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 — actorscope

native actorscope DataTableInstanceGetActorScope(
	int instance,
	string name,
);

Category: Data Table / Instance Version / Load Value

# Examples

— None found —