edo9300 / ygopro-core

ygopro script engine.
Other
45 stars 31 forks source link

Renamed functions to use more intuitive names #89

Closed NaimSantos closed 5 years ago

NaimSantos commented 5 years ago

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.