Show / Hide Table of Contents

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
Namespace: Eco.Shared.SharedTypes
Assembly: Eco.Shared.dll
Syntax
public static class ClientSideInteractionParameterNames : Object
Remarks

Any of these keys can be added as a required parameter on the interaction definitions sent by the server, so the client can decide whether an interaction should be displayed or not.

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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾