Class LadderComponent
Interactable ladder, teleports player to relative localtion inside world object
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
public class LadderComponent : WorldObjectComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions
Constructors
LadderComponent()
Declaration
public LadderComponent()
Methods
Climb(Player, InteractionTriggerInfo, InteractionTarget)
Declaration
[Interaction]
public void Climb(Player player, InteractionTriggerInfo trigger, InteractionTarget target)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
InteractionTriggerInfo | trigger | |
InteractionTarget | target |
Implements
System.ComponentModel.INotifyPropertyChanged