![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionBuildPart |
| class | ActionBuildPartCB |
| class | BuildPartActionReciveData |
Variables | |
| BuildPartActionReciveData | m_PartType |
| void ActionBuildPart | ( | ) |
Definition at line 227 of file actionbuildpart.c.
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 265 of file actionbuildpart.c.
| override bool ActionConditionContinue | ( | ActionData | action_data | ) |
Definition at line 289 of file actionbuildpart.c.
| override bool CanBeUsedInFreelook | ( | ) |
Definition at line 260 of file actionbuildpart.c.
| override bool CanBeUsedLeaning | ( | ) |
Definition at line 255 of file actionbuildpart.c.
| override ActionData CreateActionData | ( | ) |
Definition at line 337 of file actionbuildpart.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 238 of file actionbuildpart.c.
|
protected |
Definition at line 414 of file actionbuildpart.c.
| ActionBuildPart ActionContinuousBase GetInputType | ( | ) |
Definition at line 1 of file actionbuildpart.c.
| override string GetSoundCategory | ( | ActionData | action_data | ) |
Definition at line 332 of file actionbuildpart.c.
|
protected |
Definition at line 407 of file actionbuildpart.c.
| override bool HasAlternativeInterrupt | ( | ) |
Definition at line 241 of file actionbuildpart.c.
| override bool HasProgress | ( | ) |
Definition at line 236 of file actionbuildpart.c.
| override void OnActionInfoUpdate | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 244 of file actionbuildpart.c.
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 312 of file actionbuildpart.c.
|
protected |
Definition at line 390 of file actionbuildpart.c.
|
protected |
Definition at line 361 of file actionbuildpart.c.
| override bool SetupAction | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item, | ||
| out ActionData | action_data, | ||
| Param | extra_data = NULL ) |
Definition at line 344 of file actionbuildpart.c.
| override bool UseMainItem | ( | ) |
Definition at line 231 of file actionbuildpart.c.
|
protected |
Definition at line 383 of file actionbuildpart.c.
| BuildPartActionReciveData m_PartType |