Class TabletDeployer
A Deployer which creates a lore tablet at the specified point.
The tablet will not be readable unless the y value is at least 0.1 higher than the knight's position at ground level.
Inheritance
TabletDeployer
Assembly: ItemChanger.dll
Syntax
public record TabletDeployer : Deployer, IDeployer, IEquatable<Deployer>, IEquatable<TabletDeployer>
Constructors
View Source
TabletDeployer()
Declaration
View Source
TabletDeployer(TabletDeployer)
Declaration
protected TabletDeployer(TabletDeployer original)
Parameters
Properties
View Source
EqualityContract
Declaration
protected override Type EqualityContract { get; }
Property Value
Overrides
View Source
Text
The text to display when the tablet is read by the player.
Declaration
public IString Text { get; init; }
Property Value
Methods
View Source
Deploy()
Method which calls Instantiate, and then appropriately places the new object. Returns the object to allow further action by overriders.
The base implementation sets position, gives the object a safe position-based name, and updates any PersistentBoolItem, PersistentIntItem, or GeoRock components with the new name.
Declaration
public override GameObject Deploy()
Returns
Overrides
View Source
Equals(Deployer?)
Declaration
public override sealed bool Equals(Deployer? other)
Parameters
Returns
Overrides
View Source
Equals(TabletDeployer?)
Declaration
public virtual bool Equals(TabletDeployer? other)
Parameters
Returns
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
View Source
Instantiate()
Declaration
public override GameObject Instantiate()
Returns
Overrides
View Source
PrintMembers(StringBuilder)
Declaration
protected override bool PrintMembers(StringBuilder builder)
Parameters
Returns
Overrides
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
View Source
operator ==(TabletDeployer?, TabletDeployer?)
Declaration
public static bool operator ==(TabletDeployer? left, TabletDeployer? right)
Parameters
Returns
View Source
operator !=(TabletDeployer?, TabletDeployer?)
Declaration
public static bool operator !=(TabletDeployer? left, TabletDeployer? right)
Parameters
Returns
Implements
Extension Methods