Method IsTableLoaded
IsTableLoaded(TableReference, Locale)
Checks if the table is currently loaded or not.
Declaration
public virtual bool IsTableLoaded(TableReference tableReference, Locale locale = null)
Parameters
Type | Name | Description |
---|---|---|
TableReference | tableReference | The table identifier. Can be either the name of the table or the table collection name Guid. |
Locale | locale | The Locale to load the table from, use null to default to cref="LocalizationSettings.SelectedLocale"/>. |
Returns
Type | Description |
---|---|
bool |