Class CommandsAndRPCCallsWork.CommandTestPlayerBehaviour
Inheritance
CommandsAndRPCCallsWork.CommandTestPlayerBehaviour
Inherited Members
UnityEngine.Component.guiText
UnityEngine.Component.guiElement
UnityEngine.Component.guiTexture
Syntax
public class CommandTestPlayerBehaviour : NetworkBehaviour
Fields
numEvents
Declaration
public static int numEvents
Field Value
Methods
CmdTestCommandOnServer(Int32, Single)
Declaration
public void CmdTestCommandOnServer(int arg1, float arg2)
Parameters
RpcTestOnClient(String)
Declaration
public void RpcTestOnClient(string arg)
Parameters
Type |
Name |
Description |
String |
arg |
|
TargetTestOnOne(NetworkConnection, String)
Declaration
public void TargetTestOnOne(NetworkConnection target, string arg)
Parameters
Events
EventDoInt1
Declaration
public event CommandsAndRPCCallsWork.CommandTestPlayerBehaviour.IntegerEventDelegate EventDoInt1
Event Type
EventDoInt2
Declaration
public event CommandsAndRPCCallsWork.CommandTestPlayerBehaviour.IntegerEventDelegate EventDoInt2
Event Type