|
| ItemShortcut (int id, int quantity) |
|
IInventoryShortcut | Split (int newQuantity) |
|
IShortcut | GetCopy (int newQuantity) |
|
bool | IsEqual (IShortcut shortcut) |
|
string | FormatQuantity (int quantity) |
|
int | BuyPrice (Combatant user) |
|
int | SellPrice (Combatant user) |
|
virtual SelectedDataHandler | GetSelectedData () |
|
float | GetOccupiedSpace (int quantity) |
|
int | GetQuantityForSpace (float availableSpace) |
|
void | StartKeyEvent (string eventKey, object eventObject, object startingObject, VariableHandler localVariables, Notify finishedCallback) |
|
float | GetCastTime (Combatant user) |
|
void | PlayCastAudio (Combatant user) |
|
bool | CanCancelCasting () |
|
bool | CanCastMove () |
|
void | ShowCastingConsoleText (Combatant user, List< Combatant > target, Dictionary< Combatant, StatusChangeInformation > statusChangesTarget) |
|
void | ShowCancelCastingConsoleText (Combatant user, List< Combatant > target, Dictionary< Combatant, StatusChangeInformation > statusChangesTarget) |
|
void | InitVariables () |
|
void | UpdateVariableChanges () |
|
bool | HasPossibleTargets (Combatant user, List< Combatant > available) |
|
List< Combatant > | GetPossibleTargets (Combatant user, List< Combatant > available) |
|
bool | CanTarget (Combatant user, Combatant target) |
|
virtual bool | IsNoneTarget () |
|
bool | IsNoneTargetSelection () |
|
virtual bool | IsSingleTarget () |
|
virtual bool | IsGroupTarget () |
|
virtual bool | ToggleTargetRange () |
|
bool | InRange (Combatant user, Combatant target) |
|
bool | IsUseable (UseableIn useIn) |
|
float | GetActionCost (Combatant user) |
|
float | GetActionCost (Combatant user, BattleSystemType type) |
|
bool | CanUse (Combatant user, bool checkTime, bool checkUseCosts) |
|
bool | IsDropable () |
|
void | CallCombatantSelection (BaseMenuPart parent, bool useAction) |
|
bool | Use (Combatant user, List< Combatant > targets, bool useAction) |
|
bool | AutoUse (Combatant user) |
|
bool | IsReuseTime (EndAfter type) |
|
string | GetReuseTimeText (Combatant user, int decimals) |
|
float | GetReuseTime (Combatant user) |
|
float | GetMaxReuseTime (Combatant user) |
|
IContentSimple | GetTypeContent () |
|
string | GetName () |
|
string | GetShortName () |
|
string | GetDescription () |
|
string | GetIconTextCode () |
|
Texture | GetIcon () |
|
GUIContent | GetContent () |
|
string | GetInfo (Combatant combatant) |
|
string | GetUseCostText (Combatant user) |
|
ShortcutHUDWrapper | GetDrag (Combatant user) |
|
IPortrait | GetPortrait (int typeID) |
|
void | UnmarkID (int id) |
|
bool | MarkFirstAdd () |
|
bool | MarkEachAdd () |
|
bool | MarkEachChange () |
|
bool | UnmarkView (Combatant owner, int unmarkID) |
|
bool | UnmarkSelection (Combatant owner, int unmarkID) |
|
StatusPreview | GetPreview (Combatant combatant, PreviewSelection selectedPreview) |
|
DataObject | SaveGame () |
| Used to save the data - you need to add the data to a ORKFramework.DataObject. More...
|
|
void | LoadGame (DataObject data) |
| Used to load the data - you need to get the data from the ORKFramework.DataObject. More...
|
|