См. определение в файле InventoryQuickbar.c строка 224
225 {
226 PlayerBase player = PlayerBase.Cast(
g_Game.GetPlayer() );
227 InventoryItem item = InventoryItem.Cast( player.GetQuickBarEntity(col) );
228 if (item)
229 {
231 m_Grid.SetItemColor(item, InventoryGrid.ITEM_COLOR_DRAG);
232 }
233 }
Перекрестные ссылки g_Game, m_DraggingIndex и m_Grid.