Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_DisconnectChargesAction.c
Go to the documentation of this file.
1
class
SCR_DisconnectChargesAction
:
SCR_RemoteDetonatorAction
2
{
3
//------------------------------------------------------------------------------------------------
4
override
void
PerformAction
(
IEntity
pOwnerEntity,
IEntity
pUserEntity)
5
{
6
if
(!m_DetonatorComp)
7
return
;
8
9
m_DetonatorComp.RemoveAllChargesFromTheList();
10
}
11
}
IEntity
Definition
IEntity.c:13
SCR_DisconnectChargesAction
Definition
SCR_DisconnectChargesAction.c:2
SCR_RemoteDetonatorAction
Definition
SCR_DetonatorAction.c:2
PerformAction
@ PerformAction
Definition
EUserActionEvent.c:15
scripts
Game
UserActions
SCR_DisconnectChargesAction.c
Generated by
1.17.0