Skip to content

EffectHandlerExtensions ​

Extensions for handling effect requests.

Kind: Static class

Namespace: CrowdControl.Games.SmartEffects

Public Static Functions

int

CodeIndex(IEnumerable codes, EffectRequest request)

Finds the index of the code in the list of codes.

TValue

UsingIndex<TValue>(IList items, EffectRequest request, IEnumerable code)

Finds the index of the code in the list of codes and returns the corresponding item from the list.