Click or drag to resize

IMMOItemGetVariables Method

Retrieves all the MMOItem Variables of this item.

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

Return Value

Type: ListIMMOItemVariable
A list of objects representing the MMOItem Variables associated to this item.
See Also