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

◆ OnDrawOptics2D()

array< InventoryItem > EntityAI::OnDrawOptics2D ( )
inlineprotected

Called when 2D optics are about to be drawn.

Возвращает
Collection of optics to be drawn. Draws the provided optics when of ItemOptics type. Draws optic of current muzzle when of Weapon_Base type.

См. определение в файле 3_Game/Entities/Man.c строка 961

962 {
963 return null;
964 }