public bool InvokeRPC (int cmdHash, Networking.NetworkReader reader);

파라미터

cmdHashHash of the RPC name.
readerParameters to pass to the RPC function.

반환

bool Returns true if successful.

설명

Manually invoke an RPC function.