DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ClearInventory()
void PluginBase::ClearInventory
(
EntityAI
entity
)
inline
protected
См. определение в файле
PluginDeveloper.c
строка
729
730
{
731
if
(
GetGame
().IsServer() )
732
{
733
entity.ClearInventory();
734
}
735
else
736
{
737
Param1<int> params =
new
Param1<int>(0);
738
entity.RPCSingleParam(
ERPCs
.DEV_RPC_CLEAR_INV, params,
true
);
739
}
740
}
ERPCs
ERPCs
Определения
ERPCs.c:2
GetGame
proto native CGame GetGame()
Перекрестные ссылки
GetGame()
.
PluginBase
Создано системой
1.13.2