Search Results for

    Show / Hide Table of Contents

    Class AbilityContext

    The runtime context of the ability. Not accessible from outside. When creating a new ability, you must also declare a class named "AbilityName"Context in the same namespace where "AbilityName" is the name of the ability you're creating.

    Inheritance
    object
    AbilityContext
    AbilityCoroutineContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework.AbilitySystem
    Assembly: LobsterFramework.dll
    Syntax
    public class AbilityContext
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation