MPSyncBase

API: MPSyncBase #

Inherits: MPBase

Base class of Network Synchronizers

Properties #

Type Name Default

Methods #

Returns Type Syntax
Variant check_is_local ( )
Variant check_recv_permission ( )
Variant check_send_permission ( )
Variant should_sync ( )

Method Descriptions #

Variant check_is_local ( )

If this node is local to current multiplayer peer


Variant check_recv_permission ( )

Check receive permission


Variant check_send_permission ( )

Check network send permission


Variant should_sync ( )

There’s currently no description for this method.