Show / Hide Table of Contents

Class ClientSetViewExtensions

Inheritance
System.Object
ClientSetViewExtensions
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public static class ClientSetViewExtensions : Object

Methods

SetClassOfProperty(Object, Player, String, String, Int32)

Declaration
public static void SetClassOfProperty(this object target, Player player, string newClassName, string propertyName, int listIndex)
Parameters
Type Name Description
System.Object target
Player player
System.String newClassName
System.String propertyName
System.Int32 listIndex

SetName(IHasID, Player, String)

Declaration
public static void SetName(this IHasID reference, Player player, string newName)
Parameters
Type Name Description
IHasID reference
Player player
System.String newName

ShowRenamedEntries<T>(Type, Player, List<(T, String)>)

Declaration
public static Task<bool> ShowRenamedEntries<T>(Type reference, Player player, List<(T, string)> newNames)
    where T : INamed
Parameters
Type Name Description
System.Type reference
Player player
System.Collections.Generic.List<System.ValueTuple<T, System.String>> newNames
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>
Type Parameters
Name Description
T
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾