NetworkServer

extends NetworkPeer

Class fields

FieldXML typeValue
NamestringNetworkServer
ExplorerOrderstring3
ExplorerImageIndexstring15

Properties

1
Port
int
FieldXML typeValue
NamestringPort

Functions

5
ConfigureAsCloudEditServer
() → void
FieldXML typeValue
NamestringConfigureAsCloudEditServer
GetClientCount
() → int
FieldXML typeValue
NamestringGetClientCount
SetIsPlayerAuthenticationRequired
(value: bool) → void
FieldXML typeValue
NamestringSetIsPlayerAuthenticationRequired
Start
(port: int = …, threadSleepTime: int = …) → void
FieldXML typeValue
NamestringStart
Stop
(blockDuration: int = …) → void
FieldXML typeValue
NamestringStop

Events

3
DataBasicFiltered
(peer: Instance, result: FilterResult, instance: Instance, member: string) → void
FieldXML typeValue
NamestringDataBasicFiltered
DataCustomFiltered
(peer: Instance, result: FilterResult, instance: Instance, member: string) → void
FieldXML typeValue
NamestringDataCustomFiltered
IncommingConnection
(peer: string, replicator: Instance) → void
FieldXML typeValue
NamestringIncommingConnection