Click or drag to resize

ControllerMapEnablerRulecategoryIds Property

The Map Category ids of the Controller Maps the rule applies to. This is optional. If this value is set to null, this will apply to all Controller Maps regardless of the Map Category id. [Null = Match any Map Category id (wildcard)]

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int[] categoryIds { get; set; }

Property Value

Type: Int32
See Also