Click or drag to resize

MMORoomSettingsSendAOIEntryPoint Property

Sets if the users entry points in the current user's Area of Interest should be transmitted in the PROXIMITY_LIST_UPDATE event.

Namespace:  Sfs2X.Requests.MMO
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool SendAOIEntryPoint { get; set; }

Property Value

Type: Boolean
Remarks
If this setting is set to true, when a user enters the AoI of another user, the server will also send the coordinates at which the former "appeared" within the AoI. This option should be turned off in case these coordinates are not needed, in order to save bandwidth.

The default value is true.

See Also