NetworkClient

사용되지 않는 항목 표시
만들 수 없음
서비스
복제되지 않음

This service is responsible for connecting a client to a server.

요약

메서드

메서드NetworkPeer에서 상속되었습니다

이벤트

속성

메서드

이벤트

ConnectionAccepted

Fired when the client successfully connects to a server. Returns a string showing the server's IP and Port, and the client's ClientReplicator.

매개 변수

peer: string
replicator: Instance

ConnectionFailed

Fired if the client fails to connect to the server.

매개 변수

peer: string
code: number
reason: string