Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DisconnectChargesAction.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
4 override void PerformAction(IEntity pOwnerEntity, IEntity pUserEntity)
5 {
6 if (!m_DetonatorComp)
7 return;
8
9 m_DetonatorComp.RemoveAllChargesFromTheList();
10 }
11}
@ PerformAction