DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ MoveGridCursor()

override void ClosableContainer::MoveGridCursor ( int direction)
inlineprotected

См. определение в файле ContainerWithCargoAndAttachments.c строка 308

309 {
310 Container c = GetFocusedContainer();
311 if ( c )
312 {
313 c.MoveGridCursor( direction );
314 Inventory.GetInstance().UpdateConsoleToolbar();
315 }
316 }
void Inventory(LayoutHolder parent)
Определения Inventory.c:74
const string Container
Определения CentralEconomy.c:6

Перекрестные ссылки Inventory().