RuleFunction_ItemSubType - arkayenro/arkinventory GitHub Wiki

Rule Functions > Item SubType

itemsubtype( arg1, ..., argN )

Checks if any of the supplied arguments matches an items in-game subtype

Alias

  • subtype
  • stype

Arguments

  • arg1...N = subtype (string or number)

Remarks

  • text values must be in the clients language

  • an items subtype can be found on the debug info menu for that item

  • no argument will generate an error

Examples

type( "armor" ) and subtype( "leather" )
type( "gem" ) and subtype( "haste", "mastery" )