Table of Contents

Networking

(NOTE) Network Property Type. Configures the replication of a single property on the network.

Methods Properties Base Classes Derived Classes
ResetConfig Name safeid32object
SetConfig

Properties


Name : string

read-only

Net property type name.

var Name : String

Methods


ResetConfig : Void

Resets all configuration settings. (Cannot be modified at game runtime) |Name|Type|Description| |---|---|---|

function ResetConfig()

SetConfig : Void

Sets all configuration settings according to the specified NetPropertyConfig resource. (Cannot be modified at game runtime) |Name|Type|Description| |---|---|---| |netPropertyConfig|netpropertyconfig| |

function SetConfig(netPropertyConfig : NetPropertyConfig)