Method GetOverride
GetOverride(out TableReference, out TableEntryReference)
Returns the EntryOverrideType for the platform the application is currently running on using Application.platform.
Declaration
public EntryOverrideType GetOverride(out TableReference tableReference, out TableEntryReference tableEntryReference)
Parameters
Type | Name | Description |
---|---|---|
TableReference | tableReference | The table to use or default if it is not overriden. |
TableEntryReference | tableEntryReference | The entry to use or default if it is not overriden. |
Returns
Type | Description |
---|---|
EntryOverrideType | Returns the fields that should be overridden. |
Implements
GetOverride(out TableReference, out TableEntryReference, RuntimePlatform)
Returns the EntryOverrideType for the platform.
Declaration
public EntryOverrideType GetOverride(out TableReference tableReference, out TableEntryReference tableEntryReference, RuntimePlatform platform)
Parameters
Type | Name | Description |
---|---|---|
TableReference | tableReference | The table to use or default if it is not overriden. |
TableEntryReference | tableEntryReference | The entry to use or default if it is not overriden. |
RuntimePlatform | platform | The platform to return the override for. |
Returns
Type | Description |
---|---|
EntryOverrideType | Returns the fields that should be overridden. |