Click or drag to resize

MMOItemGetVariable Method

Retrieves an MMOItem Variable from its name.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IMMOItemVariable GetVariable(
	string name
)

Parameters

name
Type: SystemString
The name of the MMOItem Variable to be retrieved.

Return Value

Type: IMMOItemVariable
The object representing the MMOItem Variable, or null if no MMOItem Variable with the passed name is associated to this item.

Implements

IMMOItemGetVariable(String)
See Also