Click or drag to resize

MMORoomGetMMOItems Method

Retrieves all MMOItem object in the MMORoom that fall within the current user's Area of Interest.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<IMMOItem> GetMMOItems()

Return Value

Type: ListIMMOItem
A list of MMOItem objects, or an empty list if no item is in proximity of the current user.
See Also