Network State Modules

Read Network State Ownership

Evaluates a user's ownership of a particular network state object.

Inputs:

Name
Type
Description

Module

Network State Module

Reference to a network state module.

Player ID

Integer [editable]

The ID of the user that you want to evaluate ownership for. Use -1 to indicate the local user.

Outputs:

Name
Type
Description

Player is Owner

Boolean

True if the user defined by Player ID is the current owner of the network state defined by Module.

Player Can Control

Boolean

True if the user defined by Player ID can take ownership of the network state defined by Module.

Serialization Rate

Float

An indication of how frequently updates are sent for the network state.

Release Network State Ownership

Releases the local user's ownership of a specified network state object.

Inputs:

Name
Type
Description

Enter

Flow

Flow to activate the node.

Module

Network State Module

Reference to a network state module.

Outputs:

Name
Type
Description

Exit

Flow

Continue the activating flow.

Take Network State Ownership

Assigns ownership of a network state object to a specified user.

Inputs:

Name
Type
Description

Enter

Flow

Flow to activate the node.

Module

Network State Module

Reference to a network state module.

Player ID

Integer [editable]

The ID of the user to assign ownership of the network state object.

Outputs:

Name
Type
Description

Exit

Flow

Continue the activating flow.

Last updated