Class EventBridge.PlayerBuffingEvent
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
EntityCharacter
PlayerCharacterUser
UserBuffData
BuffData
Properties
BuffData
public BuffData BuffData { get; init; }
Property Value
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