Click or drag to resize

IMMOItem Interface

The IMMOItem interface defines all the methods and properties that an object representing a SmartFoxServer MMOItem entity exposes.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public interface IMMOItem

The IMMOItem type exposes the following members.

Properties
  NameDescription
Public propertyAOIEntryPoint
Returns the entry point of this item in the current user's AoI.
Public propertyId
Indicates the id of this item.
Top
Methods
  NameDescription
Public methodContainsVariable
Indicates whether this item has the specified MMOItem Variable set or not.
Public methodGetVariable
Retrieves an MMOItem Variable from its name.
Public methodGetVariables
Retrieves all the MMOItem Variables of this item.
Top
Remarks
In the SmartFoxServer 2X client API this interface is implemented by the MMOItem class. Read the class description for additional informations.
See Also