Show / Hide Table of Contents

Interface IObjectReplacement

An interface for anything that can be replaced in game

Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IObjectReplacement

Properties

| Edit this page View Source

ThingToReplace

The name of the object to be replaced

Declaration
string ThingToReplace { get; }
Property Value
Type Description
string

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾