ORK Framework  3.17.1
API Documentation
GamingIsLove.ORKFramework.IShortcut Interface Reference
Inheritance diagram for GamingIsLove.ORKFramework.IShortcut:
GamingIsLove.ORKFramework.IPreviewable GamingIsLove.ORKFramework.AbilityLinkShortcut GamingIsLove.ORKFramework.AbilityShortcut GamingIsLove.ORKFramework.ClassShortcut GamingIsLove.ORKFramework.ClassSlotWrapperShortcut GamingIsLove.ORKFramework.CustomLootShortcut GamingIsLove.ORKFramework.DefendShortcut GamingIsLove.ORKFramework.EquipSlotWrapperShortcut GamingIsLove.ORKFramework.EscapeShortcut GamingIsLove.ORKFramework.GridExamineShortcut GamingIsLove.ORKFramework.GridMoveShortcut GamingIsLove.ORKFramework.GridOrientationShortcut GamingIsLove.ORKFramework.IInventoryShortcut< T > GamingIsLove.ORKFramework.NoneShortcut GamingIsLove.ORKFramework.QuestShortcut GamingIsLove.ORKFramework.ShopAbilityShortcut GamingIsLove.ORKFramework.ShopClassShortcut GamingIsLove.ORKFramework.StatusValueLeafShortcut

Public Member Functions

IShortcut GetCopy (int quantity)
 
bool IsEqual (IShortcut shortcut)
 
int BuyPrice (Combatant user)
 
int SellPrice (Combatant user)
 
string FormatQuantity (int quantity)
 
DragShortcutWrapper GetDrag (Combatant user)
 
bool IsUseable (UseableIn useIn)
 
bool CanUse (Combatant combatant, bool checkTime, bool checkUseCosts)
 
bool IsDropable ()
 
bool Use (Combatant user, List< Combatant > targets, bool useAction)
 
List< CombatantGetPossibleTargets (Combatant user, List< Combatant > available)
 
bool CanTarget (Combatant user, Combatant target)
 
- Public Member Functions inherited from GamingIsLove.ORKFramework.IPreviewable
StatusPreview GetPreview (Combatant combatant, PreviewSelection selectedPreview)
 

Properties

int Quantity [get, set]
 
string QuantityFormatted [get]