DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ActionRestrainTargetCB |
class | ActionRestrainTarget |
class | ChainedDropAndRestrainLambda |
class | SurrenderData |
Functions | |
void | RestrainTargetPlayerLambda (EntityAI old_item, string new_item_type, PlayerBase player) |
override void | OnSuccess (EntityAI new_item) |
Variables | |
ChainedDropAndRestrainLambda | m_TargetPlayer |
Definition at line 206 of file ActionRestrainTarget.c.
References m_TargetPlayer.
void RestrainTargetPlayerLambda | ( | EntityAI | old_item, |
string | new_item_type, | ||
PlayerBase | player ) |
Definition at line 197 of file ActionRestrainTarget.c.
References m_TargetPlayer.
Referenced by ActionRestrainTarget::OnFinishProgressServer(), and ChainedDropAndRestrainLambda::OnSuccess().
ChainedDropAndRestrainLambda m_TargetPlayer |
Referenced by OnSuccess(), and RestrainTargetPlayerLambda().