Drag[en]gine Script Module DragonScript  1.23
Dragengine.Networking.SynchronizedVector Class Reference

Synchronized vector value. More...

Inheritance diagram for Dragengine.Networking.SynchronizedVector:

Public Member Functions

Constructors
SynchronizedVector new ()
 Create synchronized vector value with initial value of 0. More...
 
SynchronizedVector new (Vector value)
 Create synchronized vector value with initial value. More...
 
SynchronizedVector new (SynchronizedVector copy)
 Create copy of synchronized vector value. More...
 
Management
Vector getValue ()
 Value of network state or local value if not set. More...
 
void setValue (Vector value)
 Set value and update network state if set. More...
 
NetworkState getNetworkState ()
 Linked network state or null if not set. More...
 
int getNetworkStateValue ()
 Linked network state value index or -1 if not set. More...
 
void setNetworkState (NetworkState state, int value)
 Set network state value to synchronize or null to clear. More...
 
String toString ()
 String representation. More...
 

Detailed Description

Synchronized vector value.

Local vector value optionally synchronized across the network using a NetworkState value.

This is a native class.

Member Function Documentation

◆ getNetworkState()

NetworkState Dragengine.Networking.SynchronizedVector.getNetworkState ( )

Linked network state or null if not set.

◆ getNetworkStateValue()

int Dragengine.Networking.SynchronizedVector.getNetworkStateValue ( )

Linked network state value index or -1 if not set.

◆ getValue()

Vector Dragengine.Networking.SynchronizedVector.getValue ( )

Value of network state or local value if not set.

◆ new() [1/3]

SynchronizedVector Dragengine.Networking.SynchronizedVector.new ( )

Create synchronized vector value with initial value of 0.

◆ new() [2/3]

SynchronizedVector Dragengine.Networking.SynchronizedVector.new ( SynchronizedVector  copy)

Create copy of synchronized vector value.

◆ new() [3/3]

SynchronizedVector Dragengine.Networking.SynchronizedVector.new ( Vector  value)

Create synchronized vector value with initial value.

◆ setNetworkState()

void Dragengine.Networking.SynchronizedVector.setNetworkState ( NetworkState  state,
int  value 
)

Set network state value to synchronize or null to clear.

Exceptions
EOutOfBoundaryvalue is less than 0 or larger than or equal to network state value count.

◆ setValue()

void Dragengine.Networking.SynchronizedVector.setValue ( Vector  value)

Set value and update network state if set.

◆ toString()

String Dragengine.Networking.SynchronizedVector.toString ( )

String representation.


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