DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
ActionInstantBase.c
Go to the documentation of this file.
1
class
ActionInstantBase
:
ActionBase
2
{
3
override
bool
IsInstant
()
4
{
5
return
true
;
6
}
7
};
ActionBase
void ActionBase()
Definition
ActionBase.c:73
ActionInstantBase
Definition
ActionInstantBase.c:2
ActionInstantBase::IsInstant
override bool IsInstant()
Definition
ActionInstantBase.c:3