DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ClearInventory()
void PluginBase::ClearInventory
(
EntityAI
entity
)
inline
protected
См. определение в файле
PluginDeveloper.c
строка
792
793
{
794
if
(
g_Game
.IsServer() )
795
{
796
entity.ClearInventory();
797
}
798
else
799
{
800
Param1<int> params =
new
Param1<int>(0);
801
entity.RPCSingleParam(
ERPCs
.DEV_RPC_CLEAR_INV, params,
true
);
802
}
803
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
ERPCs
ERPCs
Определения
ERPCs.c:2
Перекрестные ссылки
g_Game
.
PluginBase
Создано системой
1.13.2