Engine.CoverReplicator
- Extends
- ReplicationInfo
this handles replicating cover changes to a client
can't use variable replication on the CoverLinks because the slots list is a dynamic array
also, that could potentially be a whole lot of channels if LDs mess with a lot of cover via Kismet, so this is more efficient
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ReplicationInfo
|
+-- Engine.CoverReplicator
Functions Summary |
 | | ClientReceiveAdjustedSlots (int Index, CoverLink Link, byte NumSlotsAdjusted, byte SlotsAdjusted[8], bool bDone))
|
 | | ClientReceiveDisabledSlots (int Index, CoverLink Link, byte NumSlotsDisabled, byte SlotsDisabled[8], bool bDone))
|
 | | ClientReceiveEnabledSlots (int Index, CoverLink Link, byte NumSlotsEnabled, byte SlotsEnabled[8], bool bDone))
|
 | | ClientReceiveInitialCoverReplicationInfo (int Index, CoverLink Link, byte NumSlotsEnabled, byte SlotsEnabled[8], byte NumSlotsDisabled, byte SlotsDisabled[8], byte NumSlotsAdjusted, byte SlotsAdjusted[8], byte NumCoverTypesChanged, ManualCoverTypeInfo SlotsCoverTypeChanged[8], bool bDone ))
|
 | | ClientReceiveManualCoverTypeSlots (int Index, CoverLink Link, byte NumCoverTypesChanged, ManualCoverTypeInfo SlotsCoverTypeChanged[8], bool bDone ))
|
 | | NotifyAutoAdjustSlots (CoverLink Link, const out array<int> SlotIndices))
|
 | | NotifyDisabledSlots (CoverLink Link, const out array<int> SlotIndices))
|
 | | NotifyEnabledSlots (CoverLink Link, const out array<int> SlotIndices))
|
 | | NotifySetManualCoverTypeForSlots (CoverLink Link, const out array<int> SlotIndices, ECoverType NewCoverType))
|
 | | PurgeOldEntries ()))
|
 | | ReplicateInitialCoverInfo ()))
|
 | | ServerSendAdjustedSlots (int Index))
|
 | | ServerSendDisabledSlots (int Index))
|
 | | ServerSendEnabledSlots (int Index))
|
 | | ServerSendInitialCoverReplicationInfo (int Index))
|
 | | ServerSendManualCoverTypeSlots (int Index))
|
ClientReceiveAdjustedSlots Source code
reliable client function ClientReceiveAdjustedSlots (
int Index,
CoverLink Link,
byte NumSlotsAdjusted,
byte SlotsAdjusted[
8],
bool bDone) )
ClientReceiveDisabledSlots Source code
reliable client function ClientReceiveDisabledSlots (
int Index,
CoverLink Link,
byte NumSlotsDisabled,
byte SlotsDisabled[
8],
bool bDone) )
ClientReceiveEnabledSlots Source code
reliable client function ClientReceiveEnabledSlots (
int Index,
CoverLink Link,
byte NumSlotsEnabled,
byte SlotsEnabled[
8],
bool bDone) )
ClientReceiveInitialCoverReplicationInfo Source code
reliable client function ClientReceiveInitialCoverReplicationInfo (
int Index,
CoverLink Link,
byte NumSlotsEnabled,
byte SlotsEnabled[
8],
byte NumSlotsDisabled,
byte SlotsDisabled[
8],
byte NumSlotsAdjusted,
byte SlotsAdjusted[
8],
byte NumCoverTypesChanged,
ManualCoverTypeInfo SlotsCoverTypeChanged[
8],
bool bDone ) )
ClientReceiveManualCoverTypeSlots Source code
reliable client function ClientReceiveManualCoverTypeSlots (
int Index,
CoverLink Link,
byte NumCoverTypesChanged,
ManualCoverTypeInfo SlotsCoverTypeChanged[
8],
bool bDone ) )
function NotifyAutoAdjustSlots (
CoverLink Link, const out array<
int> SlotIndices) )
function NotifyDisabledSlots (
CoverLink Link, const out array<
int> SlotIndices) )
function NotifyEnabledSlots (
CoverLink Link, const out array<
int> SlotIndices) )
NotifySetManualCoverTypeForSlots Source code
function NotifySetManualCoverTypeForSlots (
CoverLink Link, const out array<
int> SlotIndices,
ECoverType NewCoverType) )
function PurgeOldEntries ( ) )
ReplicateInitialCoverInfo Source code
function ReplicateInitialCoverInfo ( ) )
ServerSendAdjustedSlots Source code
reliable server function ServerSendAdjustedSlots ( int Index) )
ServerSendDisabledSlots Source code
reliable server function ServerSendDisabledSlots ( int Index) )
ServerSendEnabledSlots Source code
reliable server function ServerSendEnabledSlots ( int Index) )
ServerSendInitialCoverReplicationInfo Source code
reliable server function ServerSendInitialCoverReplicationInfo ( int Index) )
ServerSendManualCoverTypeSlots Source code
reliable server function ServerSendManualCoverTypeSlots ( int Index) )
defaultproperties
{
bOnlyRelevantToOwner=True
bAlwaysRelevant=False
NetUpdateFrequency=0.100000
Name="Default__CoverReplicator"
ObjectArchetype=ReplicationInfo'Engine.Default__ReplicationInfo'
}
|
Creation time: sk 18-3-2018 10:00:35.663 - Created with
UnCodeX