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

◆ Fill()

void Inventory_Base::Fill ( )
inlineprotected

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

156 {
157 this.HideSelection( "inventory" );
158 this.HideSelection( "placing" );
159 this.ShowSelection( "filled" );
160
161 SetState( FILLED );
163
164 if ( GetGame().IsServer() )
165 {
166 Synchronize();
167 DecreaseHealth( "", "", 5 ); //TODO Daniel implement soft skill bonus via useraction
168 SetAllowDamage(false);
169 }
170 }
void SetState(int state)
Определения HescoBox.c:56
void Synchronize()
Определения HescoBox.c:34
override void RefreshPhysics()
Определения HescoBox.c:124
static const int FILLED
Определения HescoBox.c:5
proto native CGame GetGame()

Перекрестные ссылки FILLED, GetGame(), RefreshPhysics(), SetState() и Synchronize().

Используется в OnStoreLoad().