コード例 #1
0
 function load_tooltips()
 {
     global $SQL, $EQ_SLOT;
     $tooltip = new tooltip($this->items, $this->item_instance, $this->guid, $this->data);
     for ($i = 0; $i < 19; $i++) {
         $tooltip->transform($i);
         $this->item_tooltips[$i] = $tooltip->output;
     }
 }