/** * Returns the documentation of the item. * * @return Item's documentation */ public string getDocumentation() { return(activeArea.getDocumentation()); }