realisticViewWarningOptions property

  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
RealisticViewWarningOptions realisticViewWarningOptions

Realistic view warning options. It allow to filter realistic views to be passed to RealisticViewWarningListener.

  • This feature requires a map version greater or equal to 67 in order to function properly. Gets realistic view warning options that allow to filter realistic views to be passed to RealisticViewWarningListener.

Implementation

@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
RealisticViewWarningOptions get realisticViewWarningOptions;
  1. @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
void realisticViewWarningOptions=(RealisticViewWarningOptions value)

Realistic view warning options. It allow to filter realistic views to be passed to RealisticViewWarningListener.

  • This feature requires a map version greater or equal to 67 in order to function properly. Sets realistic view warning options that allow to filter realistic views to be passed to RealisticViewWarningListener.

Implementation

@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
set realisticViewWarningOptions(RealisticViewWarningOptions value);