Table of Contents

Class EventBridge.PlayerBuffingEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

Event triggered when a player is buffing another entity.

public record EventBridge.PlayerBuffingEvent : Event<EventBridge.PlayerBuffingEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.PlayerBuffingEvent>>, IEquatable<EventBridge.PlayerBuffingEvent>
Inheritance
EventBridge.PlayerBuffingEvent
Implements
Inherited Members
Extension Methods

Constructors

PlayerBuffingEvent(Entity, PlayerCharacter, User, BuffData)

Event triggered when a player is buffing another entity.

public PlayerBuffingEvent(Entity UserEntity, PlayerCharacter Character, User User, BuffData BuffData)

Parameters

UserEntity Entity
Character PlayerCharacter
User User
BuffData BuffData

Properties

BuffData

public BuffData BuffData { get; init; }

Property Value

BuffData

Character

public PlayerCharacter Character { get; init; }

Property Value

PlayerCharacter

User

public User User { get; init; }

Property Value

User

UserEntity

public Entity UserEntity { get; init; }

Property Value

Entity