Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionrestraintarget.c File Reference

Go to the source code of this file.

Data Structures

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
 

Function Documentation

◆ OnSuccess()

override void OnSuccess ( EntityAI  new_item)

Definition at line 222 of file actionrestraintarget.c.

◆ RestrainTargetPlayerLambda()

void RestrainTargetPlayerLambda ( EntityAI  old_item,
string  new_item_type,
PlayerBase  player 
)

Definition at line 213 of file actionrestraintarget.c.

Variable Documentation

◆ m_TargetPlayer