Closed NaimSantos closed 5 years ago
Card::IsLinkState -> Card::IsLinked Card::IsExtraLinkState -> Card::IsExtraLinked Card::IsAttackable -> Card::CanAttack Card::IsChainAttackable -> Card::CanChainAttack
Card::IsLinkState
Card::IsLinked
Card::IsExtraLinkState
Card::IsExtraLinked
Card::IsAttackable
Card::CanAttack
Card::IsChainAttackable
Card::CanChainAttack
This requires updating the cards that use those functions but will change commonly used functions to names that are more intuitive to scripters.
Card::IsLinkState
->Card::IsLinked
Card::IsExtraLinkState
->Card::IsExtraLinked
Card::IsAttackable
->Card::CanAttack
Card::IsChainAttackable
->Card::CanChainAttack
This requires updating the cards that use those functions but will change commonly used functions to names that are more intuitive to scripters.