Click or drag to resize

IMMOItemAOIEntryPoint Property

Returns the entry point of this item in the current user's AoI.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
Vec3D AOIEntryPoint { get; set; }

Property Value

Type: Vec3D
Remarks
The returned coordinates are those that the item had when its presence in the current user's Area of Interest was last notified by a PROXIMITY_LIST_UPDATE event. This field is populated only if the MMORoom in which the item exists is configured to receive such data.
See Also