Class ClientSideInteractionParameterNames
These parameters ONLY exist on the client and are NEVER sent to the server. The server can and should still use them though (read below).
Inheritance
System.Object
ClientSideInteractionParameterNames
Assembly: Eco.Shared.dll
Syntax
public static class ClientSideInteractionParameterNames : Object
Fields
ElevatorDown
Declaration
public const string ElevatorDown = "Down"
Field Value
Type |
Description |
System.String |
|
ElevatorStop
Declaration
public const string ElevatorStop = "Stop"
Field Value
Type |
Description |
System.String |
|
ElevatorUp
Declaration
public const string ElevatorUp = "Up"
Field Value
Type |
Description |
System.String |
|
TargetingBed
Declaration
public const string TargetingBed = "sleep"
Field Value
Type |
Description |
System.String |
|
TargetingSit
Declaration
public const string TargetingSit = "sit"
Field Value
Type |
Description |
System.String |
|