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 public List<IMMOItem> GetMMOItems()
Return Value
Type:
ListIMMOItemA list of
MMOItem objects, or an empty list if no item is in proximity of the current user.
See Also