Class RestrictAbilityTypeAttribute
Applies to AbilitySelector to restrict the set of items available in the menu.
Inheritance
RestrictAbilityTypeAttribute
Assembly: LobsterFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public sealed class RestrictAbilityTypeAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
RestrictAbilityTypeAttribute(Type)
Declaration
public RestrictAbilityTypeAttribute(Type parentType)
Parameters
Type |
Name |
Description |
Type |
parentType |
|
Fields
|
Improve this Doc
View Source
IncludeParent
Declaration
public bool IncludeParent
Field Value
|
Improve this Doc
View Source
ParentType
Declaration
Field Value
Implements