wManagerSetting..::..MaxUnitsNear Property
Note: This API is now obsolete.
Assembly: wManager (in wManager.dll)
Obsolete, use MaxUnitsNearMobs and MaxUnitsNearObjects
Namespace:
wManagerAssembly: wManager (in wManager.dll)
Syntax
[ObsoleteAttribute] [XmlIgnoreAttribute] [JsonIgnoreAttribute] public int MaxUnitsNear { get; set; }
<ObsoleteAttribute> _ <XmlIgnoreAttribute> _ <JsonIgnoreAttribute> _ Public Property MaxUnitsNear As Integer Get Set
[ObsoleteAttribute] [XmlIgnoreAttribute] [JsonIgnoreAttribute] public: property int^ MaxUnitsNear { int^ get (); void set (int^ value); }