Show / Hide Table of Contents

Interface IGameActionPackChangeSet

Objects with this interface will be used in GameActionPack to do PreTest, PostEffect or GameActionPack Dispose callback.

Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
public interface IGameActionPackChangeSet

Properties

NeedsDispose

Declaration
virtual bool NeedsDispose { get; }
Property Value
Type Description
System.Boolean

Methods

GameActionPackDispose()

Declaration
void GameActionPackDispose()

GameActionPackPostEffect()

Declaration
LocString GameActionPackPostEffect()
Returns
Type Description
LocString

GameActionPackPretest()

Declaration
Result GameActionPackPretest()
Returns
Type Description
Result

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾