C# Class Aura.Channel.Scripting.Scripts.ItemScriptAttribute

Attribute for item scripts, to specify which items the script is for.
Takes lists of item ids or tags. If a list of tags is passed the item db will be searched for item ids that match *any* of the tags.
Inheritance: System.Attribute
Mostrar archivo Open project: aura-project/aura

Public Methods

Method Description
ItemScriptAttribute ( ) : Aura.Channel.Network.Sending

New attribute based on ids

Method Details

ItemScriptAttribute() public method

New attribute based on ids
public ItemScriptAttribute ( ) : Aura.Channel.Network.Sending
return Aura.Channel.Network.Sending