Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actionsideplateinteract.c
Go to the documentation of this file.
1class ActionSidePlateInteract: ActionAnimateCarSelection
2{
3 void ActionSidePlateInteract()
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_OPENDOORFW;
6 m_StanceMask = DayZPlayerConstants.STANCEMASK_ALL;
7 }
8};
int m_StanceMask
Definition actionbase.c:33
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602