Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
RemotelyActivatedItemBehaviour Class Reference

Protected Member Functions

void RemotelyActivatedItemBehaviour (notnull EntityAI pParent)
 
void ~RemotelyActivatedItemBehaviour ()
 
void SetTrigger ()
 
void OnVariableSynchronized ()
 
void OnStoreSave (ParamsWriteContext ctx)
 
bool OnStoreLoad (ParamsReadContext ctx, int version)
 
void OnAfterLoad ()
 
void SetPersistentPairID (int id)
 
void Pair ()
 
void Pair (notnull EntityAI device)
 
void Unpair ()
 
EntityAI GetPairDevice ()
 
bool IsPaired ()
 
void SetPairDeviceNetIds (notnull EntityAI device)
 
int GetPairDeviceNetIdLow ()
 
int GetPairDeviceNetIdHigh ()
 

Static Protected Member Functions

static int GeneratePersistentID ()
 

Protected Attributes

EntityAI m_Parent
 
bool m_IsTrigger
 
EntityAI m_PairDevice
 
int m_PairDeviceNetIdLow
 
int m_PairDeviceNetIdHigh
 
int m_PersistentPairID = int.MIN
 

Static Protected Attributes

static ref map< int, EntityAIm_RemoteReceivers = new map<int,EntityAI>()
 

Detailed Description

Definition at line 1 of file remotelyactivateditembehaviour.c.

Constructor & Destructor Documentation

◆ RemotelyActivatedItemBehaviour()

void RemotelyActivatedItemBehaviour::RemotelyActivatedItemBehaviour ( notnull EntityAI pParent)
protected

Definition at line 12 of file remotelyactivateditembehaviour.c.

◆ ~RemotelyActivatedItemBehaviour()

void RemotelyActivatedItemBehaviour::~RemotelyActivatedItemBehaviour ( )
protected

Definition at line 20 of file remotelyactivateditembehaviour.c.

Member Function Documentation

◆ GeneratePersistentID()

static int RemotelyActivatedItemBehaviour::GeneratePersistentID ( )
staticprotected

Definition at line 81 of file remotelyactivateditembehaviour.c.

◆ GetPairDevice()

EntityAI RemotelyActivatedItemBehaviour::GetPairDevice ( )
protected

Definition at line 143 of file remotelyactivateditembehaviour.c.

◆ GetPairDeviceNetIdHigh()

int RemotelyActivatedItemBehaviour::GetPairDeviceNetIdHigh ( )
protected

Definition at line 163 of file remotelyactivateditembehaviour.c.

◆ GetPairDeviceNetIdLow()

int RemotelyActivatedItemBehaviour::GetPairDeviceNetIdLow ( )
protected

Definition at line 158 of file remotelyactivateditembehaviour.c.

◆ IsPaired()

bool RemotelyActivatedItemBehaviour::IsPaired ( )
protected

Definition at line 148 of file remotelyactivateditembehaviour.c.

◆ OnAfterLoad()

void RemotelyActivatedItemBehaviour::OnAfterLoad ( )
protected

Definition at line 63 of file remotelyactivateditembehaviour.c.

◆ OnStoreLoad()

bool RemotelyActivatedItemBehaviour::OnStoreLoad ( ParamsReadContext ctx,
int version )
protected

Definition at line 41 of file remotelyactivateditembehaviour.c.

◆ OnStoreSave()

void RemotelyActivatedItemBehaviour::OnStoreSave ( ParamsWriteContext ctx)
protected

Definition at line 36 of file remotelyactivateditembehaviour.c.

◆ OnVariableSynchronized()

void RemotelyActivatedItemBehaviour::OnVariableSynchronized ( )
protected

Definition at line 31 of file remotelyactivateditembehaviour.c.

◆ Pair() [1/2]

void RemotelyActivatedItemBehaviour::Pair ( )
protected

Definition at line 101 of file remotelyactivateditembehaviour.c.

◆ Pair() [2/2]

void RemotelyActivatedItemBehaviour::Pair ( notnull EntityAI device)
protected

Definition at line 110 of file remotelyactivateditembehaviour.c.

◆ SetPairDeviceNetIds()

void RemotelyActivatedItemBehaviour::SetPairDeviceNetIds ( notnull EntityAI device)
protected

Definition at line 153 of file remotelyactivateditembehaviour.c.

◆ SetPersistentPairID()

void RemotelyActivatedItemBehaviour::SetPersistentPairID ( int id)
protected

Definition at line 93 of file remotelyactivateditembehaviour.c.

◆ SetTrigger()

void RemotelyActivatedItemBehaviour::SetTrigger ( )
protected

Definition at line 26 of file remotelyactivateditembehaviour.c.

◆ Unpair()

void RemotelyActivatedItemBehaviour::Unpair ( )
protected

Definition at line 122 of file remotelyactivateditembehaviour.c.

Member Data Documentation

◆ m_IsTrigger

bool RemotelyActivatedItemBehaviour::m_IsTrigger
protected

Definition at line 4 of file remotelyactivateditembehaviour.c.

◆ m_PairDevice

EntityAI RemotelyActivatedItemBehaviour::m_PairDevice
protected

Definition at line 5 of file remotelyactivateditembehaviour.c.

◆ m_PairDeviceNetIdHigh

int RemotelyActivatedItemBehaviour::m_PairDeviceNetIdHigh
protected

Definition at line 7 of file remotelyactivateditembehaviour.c.

◆ m_PairDeviceNetIdLow

int RemotelyActivatedItemBehaviour::m_PairDeviceNetIdLow
protected

Definition at line 6 of file remotelyactivateditembehaviour.c.

◆ m_Parent

EntityAI RemotelyActivatedItemBehaviour::m_Parent
protected

Definition at line 3 of file remotelyactivateditembehaviour.c.

◆ m_PersistentPairID

int RemotelyActivatedItemBehaviour::m_PersistentPairID = int.MIN
protected

Definition at line 8 of file remotelyactivateditembehaviour.c.

◆ m_RemoteReceivers

ref map<int,EntityAI> RemotelyActivatedItemBehaviour::m_RemoteReceivers = new map<int,EntityAI>()
staticprotected

Definition at line 10 of file remotelyactivateditembehaviour.c.


The documentation for this class was generated from the following file: