Show / Hide Table of Contents

Interface IMySurvivalBuffsProgression

Describes survival buffs progression component (mods interface)

Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMySurvivalBuffsProgression : IMySurvivalBuffsProgression

Methods

GetActiveBuffs()

Gets all active buffs on a character

Declaration
IReadOnlyCollection<IMySurvivalBuff> GetActiveBuffs()
Returns
Type Description
System.Collections.Generic.IReadOnlyCollection<IMySurvivalBuff>

read-only collection of active buffs

☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾