[This is preliminary documentation and is subject to change.]

Gets collection of all known items (doesn't have to correspond to client).

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static ItemsCollection Ground { get; }
Public Shared ReadOnly Property Ground As ItemsCollection
public:
static property ItemsCollection^ Ground {
	ItemsCollection^ get ();
}

See Also