![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionRestrainTarget |
| class | ActionRestrainTargetCB |
| class | ChainedDropAndRestrainLambda |
| class | SurrenderData |
Functions | |
| override void | OnSuccess (EntityAI new_item) |
| void | RestrainTargetPlayerLambda (EntityAI old_item, string new_item_type, PlayerBase player) |
Variables | |
| ChainedDropAndRestrainLambda | m_TargetPlayer |
| override void OnSuccess | ( | EntityAI | new_item | ) |
Definition at line 221 of file actionrestraintarget.c.
References m_TargetPlayer.
| void RestrainTargetPlayerLambda | ( | EntityAI | old_item, |
| string | new_item_type, | ||
| PlayerBase | player ) |
Definition at line 212 of file actionrestraintarget.c.
References m_TargetPlayer, and InventoryLocation::SetHands().
Referenced by ActionRestrainTarget::OnFinishProgressServer(), and ChainedDropAndRestrainLambda::OnSuccess().
| ChainedDropAndRestrainLambda m_TargetPlayer |
Referenced by OnSuccess(), and RestrainTargetPlayerLambda().