diff --git a/docs/annotated.html b/docs/annotated.html
new file mode 100644
index 0000000..796d115
--- /dev/null
+++ b/docs/annotated.html
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+Chummer: Class List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here are the classes, structs, unions and interfaces with brief descriptions:
+
+
+
+
+
diff --git a/docs/arrowdown.png b/docs/arrowdown.png
new file mode 100644
index 0000000..0b63f6d
Binary files /dev/null and b/docs/arrowdown.png differ
diff --git a/docs/arrowright.png b/docs/arrowright.png
new file mode 100644
index 0000000..c6ee22f
Binary files /dev/null and b/docs/arrowright.png differ
diff --git a/docs/bc_s.png b/docs/bc_s.png
new file mode 100644
index 0000000..224b29a
Binary files /dev/null and b/docs/bc_s.png differ
diff --git a/docs/bdwn.png b/docs/bdwn.png
new file mode 100644
index 0000000..940a0b9
Binary files /dev/null and b/docs/bdwn.png differ
diff --git a/docs/class_chummer_1_1_armor-members.html b/docs/class_chummer_1_1_armor-members.html
new file mode 100644
index 0000000..1e3213f
--- /dev/null
+++ b/docs/class_chummer_1_1_armor-members.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Armor , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_armor.html b/docs/class_chummer_1_1_armor.html
new file mode 100644
index 0000000..23a80c1
--- /dev/null
+++ b/docs/class_chummer_1_1_armor.html
@@ -0,0 +1,1079 @@
+
+
+
+
+
+
+Chummer: Chummer.Armor Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A specific piece of Armor .
+ More...
+
+
+
+ Armor (Character objCharacter)
+
+void Create (XmlNode objXmlArmorNode, TreeNode objNode, ContextMenuStrip cmsArmorMod, bool blnSkipCost=false, bool blnCreateChildren=true)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+
+string _strLocation = ""
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Armor in the Improvement system. More...
+
+string Name [get, set]
+ Name of the Armor . More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+string Extra [get, set]
+ Value that was selected during an ImprovementManager dialogue. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Armor 's Category. More...
+
+string Ballistic [get, set]
+ Armor 's Ballistic value. More...
+
+string Impact [get, set]
+ Armor 's Impact value. More...
+
+int BallisticDamage [get, set]
+ Damage done to the Armor 's Ballistic Rating. More...
+
+int ImpactDamage [get, set]
+ Damage done to the Armor 's Impact Rating. More...
+
+string ArmorCapacity [get, set]
+ Armor 's Capacity. More...
+
+string Avail [get, set]
+ Armor 's Availability. More...
+
+int Cost [get, set]
+ Armor 's Cost. More...
+
+string Source [get, set]
+ Armor 's Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+bool Equipped [get, set]
+ Whether or not the Armor is equipped and should be considered for highest Armor Rating or Armor Encumbrance. More...
+
+int TotalBallistic [get]
+ The Armor 's total Ballistic value including Modifications. More...
+
+int TotalImpact [get]
+ The Armor 's total Impact value including Modifications. More...
+
+int TotalCost [get]
+ The Armor 's total Cost including Modifications. More...
+
+int OwnCost [get]
+ Cost for just the Armor . More...
+
+List< ArmorMod > ArmorMods [get]
+ The Modifications currently applied to the Armor . More...
+
+List< Gear > Gear [get]
+ The Gear currently applied to the Armor . More...
+
+string Location [get, set]
+ Location. More...
+
+string Notes [get, set]
+ Notes. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+string TotalAvail [get]
+ Total Availablility of the Armor and its Modifications and Gear . More...
+
+string CalculatedCapacity [get]
+ Calculated Capacity of the Armor . More...
+
+int CapacityRemaining [get]
+ The amount of Capacity remaining in the Gear . More...
+
+CapacityStyle CapacityDisplayStyle [get]
+ Capacity display style; More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string ArmorName [get, set]
+ A custom name for the Armor assigned by the player. More...
+
+
+
+
A specific piece of Armor .
+
+
+
+
+
+
+ void Chummer.Armor.Create
+ (
+ XmlNode
+ objXmlArmorNode ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ ContextMenuStrip
+ cmsArmorMod ,
+
+
+
+
+ bool
+ blnSkipCost = false,
+
+
+
+
+ bool
+ blnCreateChildren = true
+
+
+
+ )
+
+
+
+
+
Create a Cyberware from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlArmorNode XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+ cmsArmorMod ContextMenuStrip to apply to Armor Mode TreeNodes.
+ blnSkipCost Whether or not creating the Armor should skip the Variable price dialogue (should only be used by frmSelectArmor ).
+ blnCreateChildren Whether or not child items should be created.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Armor.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Armor.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Armor.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.ArmorCapacity
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<ArmorMod > Chummer.Armor.ArmorMods
+
+
+
+
+get
+
+
+
+
+
The Modifications currently applied to the Armor .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.ArmorName
+
+
+
+
+get set
+
+
+
+
+
A custom name for the Armor assigned by the player.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Avail
+
+
+
+
+get set
+
+
+
+
+
Armor 's Availability.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Ballistic
+
+
+
+
+get set
+
+
+
+
+
Armor 's Ballistic value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.BallisticDamage
+
+
+
+
+get set
+
+
+
+
+
Damage done to the Armor 's Ballistic Rating.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Armor.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.CalculatedCapacity
+
+
+
+
+get
+
+
+
+
+
Calculated Capacity of the Armor .
+
+
+
+
+
+
+
+
Capacity display style;
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.CapacityRemaining
+
+
+
+
+get
+
+
+
+
+
The amount of Capacity remaining in the Gear .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Armor.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should appear on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Armor.Equipped
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor is equipped and should be considered for highest Armor Rating or Armor Encumbrance.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.Armor.Gear
+
+
+
+
+get
+
+
+
+
+
The Gear currently applied to the Armor .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Impact
+
+
+
+
+get set
+
+
+
+
+
Armor 's Impact value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.ImpactDamage
+
+
+
+
+get set
+
+
+
+
+
Damage done to the Armor 's Impact Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this piece of Armor in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Location
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Name
+
+
+
+
+get set
+
+
+
+
+
Name of the Armor .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.OwnCost
+
+
+
+
+get
+
+
+
+
+
Cost for just the Armor .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.Source
+
+
+
+
+get set
+
+
+
+
+
Armor 's Sourcebook.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Armor.TotalAvail
+
+
+
+
+get
+
+
+
+
+
Total Availablility of the Armor and its Modifications and Gear .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.TotalBallistic
+
+
+
+
+get
+
+
+
+
+
The Armor 's total Ballistic value including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.TotalCost
+
+
+
+
+get
+
+
+
+
+
The Armor 's total Cost including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Armor.TotalImpact
+
+
+
+
+get
+
+
+
+
+
The Armor 's total Impact value including Modifications.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_armor_mod-members.html b/docs/class_chummer_1_1_armor_mod-members.html
new file mode 100644
index 0000000..01a60a6
--- /dev/null
+++ b/docs/class_chummer_1_1_armor_mod-members.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ArmorMod , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_armor_mod.html b/docs/class_chummer_1_1_armor_mod.html
new file mode 100644
index 0000000..156dbb1
--- /dev/null
+++ b/docs/class_chummer_1_1_armor_mod.html
@@ -0,0 +1,954 @@
+
+
+
+
+
+
+Chummer: Chummer.ArmorMod Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A piece of Armor Modification.
+ More...
+
+
+
+ ArmorMod (Character objCharacter)
+
+void Create (XmlNode objXmlArmorNode, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, bool blnSkipCost=false)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Armor in the Improvement system. More...
+
+string WeaponID [get, set]
+ Guid of a Cyberware Weapon . More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+string Name [get, set]
+ Name of the Mod. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Special Armor Mod Category. More...
+
+int Ballistic [get, set]
+ Mod's Ballistic value modifier. More...
+
+int Impact [get, set]
+ Mod's Impact value modifier. More...
+
+string ArmorCapacity [get, set]
+ Armor capacity. More...
+
+int MaximumRating [get, set]
+ Mod's Maximum Rating. More...
+
+int Rating [get, set]
+ Mod's current Rating. More...
+
+string Avail [get, set]
+ Mod's Availability. More...
+
+string Cost [get, set]
+ The Mod's cost. More...
+
+string Source [get, set]
+ Mod's Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+bool Equipped [get, set]
+ Whether or not an Armor Mod is equipped and should be included in the Armor 's totals. More...
+
+bool IncludedInArmor [get, set]
+ Whether or not this Mod is part of the base Armor configuration. More...
+
+string Notes [get, set]
+ Notes. More...
+
+string Extra [get, set]
+ Value that was selected during the Improvement Manager dialogue. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor Mod's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+Armor Parent [get, set]
+ Parent Armor . More...
+
+string TotalAvail [get]
+ Total Availablility of the Gear and its accessories. More...
+
+string CalculatedCapacity [get]
+ Caculated Capacity of the Armor Mod. More...
+
+int TotalCost [get]
+ Total cost of the Armor Mod. More...
+
+int OwnCost [get]
+ Cost for just the Armor Mod. More...
+
+
+
+
A piece of Armor Modification.
+
+
+
+
+
+
+ void Chummer.ArmorMod.Create
+ (
+ XmlNode
+ objXmlArmorNode ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ int
+ intRating ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes ,
+
+
+
+
+ bool
+ blnSkipCost = false
+
+
+
+ )
+
+
+
+
+
Create a Armor Modification from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlArmorNode XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+ intRating Rating of the selected ArmorMod .
+ objWeapons List of Weapons that are created by the Armor .
+ objWeaponNodes List of Weapon Nodes that are created by the Armor .
+ blnSkipCost Whether or not creating the Armor should skip the Variable price dialogue (should only be used by frmSelectArmor ).
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ArmorMod.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ArmorMod.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ArmorMod.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.ArmorCapacity
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Avail
+
+
+
+
+get set
+
+
+
+
+
Mod's Availability.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ArmorMod.Ballistic
+
+
+
+
+get set
+
+
+
+
+
Mod's Ballistic value modifier.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.ArmorMod.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.CalculatedCapacity
+
+
+
+
+get
+
+
+
+
+
Caculated Capacity of the Armor Mod.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Category
+
+
+
+
+get set
+
+
+
+
+
Special Armor Mod Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.ArmorMod.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor Mod's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.ArmorMod.Equipped
+
+
+
+
+get set
+
+
+
+
+
Whether or not an Armor Mod is equipped and should be included in the Armor 's totals.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Extra
+
+
+
+
+get set
+
+
+
+
+
Value that was selected during the Improvement Manager dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ArmorMod.Impact
+
+
+
+
+get set
+
+
+
+
+
Mod's Impact value modifier.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.ArmorMod.IncludedInArmor
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Mod is part of the base Armor configuration.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this piece of Armor in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ArmorMod.MaximumRating
+
+
+
+
+get set
+
+
+
+
+
Mod's Maximum Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ArmorMod.OwnCost
+
+
+
+
+get
+
+
+
+
+
Cost for just the Armor Mod.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ Armor Chummer.ArmorMod.Parent
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ArmorMod.Rating
+
+
+
+
+get set
+
+
+
+
+
Mod's current Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.TotalAvail
+
+
+
+
+get
+
+
+
+
+
Total Availablility of the Gear and its accessories.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ArmorMod.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Armor Mod.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ArmorMod.WeaponID
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_attribute-members.html b/docs/class_chummer_1_1_attribute-members.html
new file mode 100644
index 0000000..baa6f08
--- /dev/null
+++ b/docs/class_chummer_1_1_attribute-members.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Attribute , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_attribute.html b/docs/class_chummer_1_1_attribute.html
new file mode 100644
index 0000000..44b4efe
--- /dev/null
+++ b/docs/class_chummer_1_1_attribute.html
@@ -0,0 +1,730 @@
+
+
+
+
+
+
+Chummer: Chummer.Attribute Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Character Attribute .
+ More...
+
+
+
+
+
+
+
+
+ Chummer.Attribute.Attribute
+ (
+ string
+ strAbbrev )
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Attribute.AssignLimits
+ (
+ string
+ strMin ,
+
+
+
+
+ string
+ strMax ,
+
+
+
+
+ string
+ strAug
+
+
+
+ )
+
+
+
+
+
+
Set the minimum, maximum, and augmented values for the Attribute based on string values from the Metatype XML file.
+
Parameters
+
+ strMin Metatype's minimum value for the Attribute .
+ strMax Metatype's maximum value for the Attribute .
+ strAug Metatype's maximum augmented value for the Attribute .
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Attribute.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Attribute.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Attribute.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Attribute.ToolTip
+ (
+ )
+
+
+
+
+
+
ToolTip that shows how the Attribute is calculating its Modified Rating.
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Attribute.Abbrev
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.AttributeModifiers
+
+
+
+
+get
+
+
+
+
+
The total amount of the modifiers that affect the Attribute 's value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.AttributeValueModifiers
+
+
+
+
+get
+
+
+
+
+
The total amount of the modifiers that raise the actual value of the Attribute and increase its Karma cost.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.Augmented
+
+
+
+
+get
+
+
+
+
+
The Attribute 's total value including augmentations.
+
This value should not be saved with the character information. It should instead be re-calculated every time the character is loaded and augmentations are added/removed.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.AugmentedMaximumModifiers
+
+
+
+
+get
+
+
+
+
+
The total amount of the modifiers that affect the Attribute 's Augmented Maximum value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.AugmentModifier
+
+
+
+
+get set
+
+
+
+
+
Augmentation modifier value for the Attribute .
+
This value should not be saved with the character information. It should instead be re-calculated every time the character is loaded and augmentations are added/removed.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Attribute.HasModifiers
+
+
+
+
+get
+
+
+
+
+
Whether or not the Attribute has any modifiers from Improvements.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.MaximumModifiers
+
+
+
+
+get
+
+
+
+
+
The total amount of the modifiers that affect the Attribute 's Maximum value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.MetatypeAugmentedMaximum
+
+
+
+
+get set
+
+
+
+
+
Maximum augmented value for the Attribute as set by the character's Metatype.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.MetatypeMaximum
+
+
+
+
+get set
+
+
+
+
+
Maximum value for the Attribute as set by the character's Metatype.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.MetatypeMinimum
+
+
+
+
+get set
+
+
+
+
+
Minimum value for the Attribute as set by the character's Metatype.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.MinimumModifiers
+
+
+
+
+get
+
+
+
+
+
The total amount of the modifiers that affect the Attribute 's Minimum value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.TotalAugmentedMaximum
+
+
+
+
+get
+
+
+
+
+
The Attribute 's combined Augmented Maximum value (Metatype Augmented Maximum + Modifiers).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.TotalMaximum
+
+
+
+
+get
+
+
+
+
+
The Attribute 's combined Maximum value (Metatype Maximum + Modifiers).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.TotalMinimum
+
+
+
+
+get
+
+
+
+
+
The Attribute 's combined Minimum value (Metatype Minimum + Modifiers).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.TotalValue
+
+
+
+
+get
+
+
+
+
+
The Attribute 's total value (Value + Modifiers).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Attribute.Value
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_calendar_week-members.html b/docs/class_chummer_1_1_calendar_week-members.html
new file mode 100644
index 0000000..05e45dd
--- /dev/null
+++ b/docs/class_chummer_1_1_calendar_week-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.CalendarWeek , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_calendar_week.html b/docs/class_chummer_1_1_calendar_week.html
new file mode 100644
index 0000000..5e558ac
--- /dev/null
+++ b/docs/class_chummer_1_1_calendar_week.html
@@ -0,0 +1,376 @@
+
+
+
+
+
+
+Chummer: Chummer.CalendarWeek Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CalendarWeek (int intYear, int intWeek)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Calendar Week from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+
+
+
+
+
+ void Chummer.CalendarWeek.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Calendar Week from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CalendarWeek.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CalendarWeek.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CalendarWeek.DisplayName
+
+
+
+
+get
+
+
+
+
+
Month and Week to display.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CalendarWeek.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Calendar Week in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CalendarWeek.Month
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CalendarWeek.MonthWeek
+
+
+
+
+get
+
+
+
+
+
Week of the month.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CalendarWeek.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CalendarWeek.Week
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CalendarWeek.Year
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_character-members.html b/docs/class_chummer_1_1_character-members.html
new file mode 100644
index 0000000..66b2438
--- /dev/null
+++ b/docs/class_chummer_1_1_character-members.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Character , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_character.html b/docs/class_chummer_1_1_character.html
new file mode 100644
index 0000000..dfae71c
--- /dev/null
+++ b/docs/class_chummer_1_1_character.html
@@ -0,0 +1,4419 @@
+
+
+
+
+
+
+Chummer: Chummer.Character Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class that holds all of the information that makes up a complete Character .
+ More...
+
+
+CharacterOptions Options [get]
+ Character Options object. More...
+
+string FileName [get, set]
+ Name of the file the Character is saved to. More...
+
+string SettingsFile [get, set]
+ Name of the settings file the Character uses. More...
+
+bool Created [get, set]
+ Whether or not the character has been saved as Created and can no longer be modified using the Build system. More...
+
+string Name [get, set]
+ Character 's name. More...
+
+string Mugshot [get, set]
+ Character 's portrait encoded using Base64. More...
+
+string Sex [get, set]
+ Character 's sex. More...
+
+string Age [get, set]
+ Character 's age. More...
+
+string Eyes [get, set]
+ Character 's eyes. More...
+
+string Height [get, set]
+ Character 's height. More...
+
+string Weight [get, set]
+ Character 's weight. More...
+
+string Skin [get, set]
+ Character 's skin. More...
+
+string Hair [get, set]
+ Character 's hair. More...
+
+string Description [get, set]
+ Character 's description. More...
+
+string Background [get, set]
+ Character 's background. More...
+
+string Concept [get, set]
+ Character 's concept. More...
+
+string Notes [get, set]
+ Character notes. More...
+
+string GameNotes [get, set]
+ General gameplay notes. More...
+
+string PlayerName [get, set]
+ Player name. More...
+
+string Alias [get, set]
+ Character 's alias. More...
+
+int StreetCred [get, set]
+ Street Cred. More...
+
+int BurntStreetCred [get, set]
+ Burnt Street Cred. More...
+
+int Notoriety [get, set]
+ Notoriety. More...
+
+int PublicAwareness [get, set]
+ Public Awareness. More...
+
+int PhysicalCMFilled [get, set]
+ Number of Physical Condition Monitor Boxes that are filled. More...
+
+int StunCMFilled [get, set]
+ Number of Stun Condition Monitor Boxes that are filled. More...
+
+bool IgnoreRules [get, set]
+ Whether or not character creation rules should be ignored. More...
+
+int Karma [get, set]
+ Karma. More...
+
+int CareerKarma [get]
+ Total amount of Karma the character has earned over the career. More...
+
+int CareerNuyen [get]
+ Total amount of Nuyen the character has earned over the career. More...
+
+bool IsCritter [get, set]
+ Whether or not the character is a Critter. More...
+
+bool Possessed [get, set]
+ Whether or not the character is possessed by a Spirit . More...
+
+bool OverrideSpecialAttributeEssenceLoss [get, set]
+ Whether or not we should override the option of how Special Attribute Essence Loss is handled. When enabled, ESS loss always affects the character's maximum MAG/RES instead. This should only be enabled as a result of swapping out a Latent Quality for its fully-realised version. More...
+
+int MaximumAvailability [get, set]
+ Maximum item Availability for new characters. More...
+
+Attribute BOD [get]
+ Body (BOD) Attribute . More...
+
+Attribute AGI [get]
+ Agility (AGI) Attribute . More...
+
+Attribute REA [get]
+ Reaction (REA) Attribute . More...
+
+Attribute STR [get]
+ Strength (STR) Attribute . More...
+
+Attribute CHA [get]
+ Charisma (CHA) Attribute . More...
+
+Attribute INT [get]
+ Intuition (INT) Attribute . More...
+
+Attribute LOG [get]
+ Logic (LOG) Attribute . More...
+
+Attribute WIL [get]
+ Willpower (WIL) Attribute . More...
+
+Attribute INI [get]
+ Initiative (INI) Attribute . More...
+
+Attribute EDG [get]
+ Edge (EDG) Attribute . More...
+
+Attribute MAG [get]
+ Magic (MAG) Attribute . More...
+
+Attribute RES [get]
+ Resonance (RES) Attribute . More...
+
+Attribute ESS [get]
+ Essence (ESS) Attribute . More...
+
+bool MAGEnabled [get, set]
+ Is the MAG Attribute enabled? More...
+
+int MAGAdept [get, set]
+ Amount of MAG invested in Adept for Mystic Adepts. More...
+
+int MAGMagician [get, set]
+ Amount of MAG invested in Magician for Mystic Adepts. More...
+
+string MagicTradition [get, set]
+ Magician's Tradition. More...
+
+string TechnomancerStream [get, set]
+ Technomancer's Stream. More...
+
+int InitiateGrade [get, set]
+ Initiate Grade . More...
+
+bool RESEnabled [get, set]
+ Is the RES Attribute enabled? More...
+
+int SubmersionGrade [get, set]
+ Submersion Grade . More...
+
+bool GroupMember [get, set]
+ Whether or not the character is a member of a Group or Network. More...
+
+string GroupName [get, set]
+ The name of the Group the Initiate has joined. More...
+
+string GroupNotes [get, set]
+ Notes for the Group the Initiate has joined. More...
+
+decimal EssenceAtSpecialStart [get]
+ Essence the character had when the first gained access to MAG/RES. More...
+
+decimal Essence [get]
+ Character 's Essence. More...
+
+decimal CyberwareEssence [get]
+ Essence consumed by Cyberware . More...
+
+decimal BiowareEssence [get]
+ Essence consumed by Bioware. More...
+
+decimal EssenceHole [get]
+ Essence consumed by Essence Holes. More...
+
+decimal EssenceMaximum [get]
+ Character 's maximum Essence. More...
+
+int EssencePenalty [get]
+ Character 's total Essence Loss penalty. More...
+
+string Initiative [get]
+ Initiative. More...
+
+string InitiativePasses [get]
+ Initiative Passes. More...
+
+string AstralInitiative [get]
+ Astral Initiative. More...
+
+string AstralInitiativePasses [get]
+ Astral Initiative Passes. More...
+
+string MatrixInitiative [get]
+ Matrix Initiative. More...
+
+string MatrixInitiativePasses [get]
+ Matrix Initiative Passes. More...
+
+int Rating [get]
+ An A.I.'s Rating. More...
+
+int System [get]
+ An A.I.'s System. More...
+
+int Firewall [get]
+ An A.I.'s Firewall. More...
+
+int Signal [get, set]
+ An A.I.'s Signal. More...
+
+int Response [get, set]
+ An A.I.'s Response. More...
+
+int MaxSkillRating [get, set]
+ Maximum Skill Rating. More...
+
+int Composure [get]
+ Composure (WIL + CHA). More...
+
+int JudgeIntentions [get]
+ Judge Intentions (INT + CHA). More...
+
+int LiftAndCarry [get]
+ Lifting and Carrying (STR + BOD). More...
+
+int Memory [get]
+ Memory (LOG + WIL). More...
+
+int CalculatedStreetCred [get]
+ Amount of Street Cred the character has earned through standard means. More...
+
+int TotalStreetCred [get]
+ Character 's total amount of Street Cred (earned + GM awarded). More...
+
+string StreetCredTooltip [get]
+ Street Cred Tooltip. More...
+
+int CalculatedNotoriety [get]
+ Amount of Notoriety the character has earned through standard means. More...
+
+int TotalNotoriety [get]
+ Character 's total amount of Notoriety (earned + GM awarded - burnt Street Cred). More...
+
+string NotorietyTooltip [get]
+ Tooltip to use for Notoriety total. More...
+
+int CalculatedPublicAwareness [get]
+ Amount of Public Awareness the character has earned through standard means. More...
+
+int TotalPublicAwareness [get]
+ Character 's total amount of Public Awareness (earned + GM awarded). More...
+
+string PublicAwarenessTooltip [get]
+ Public Awareness Tooltip. More...
+
+List< Improvement > Improvements [get]
+ Improvements. More...
+
+List< Skill > Skills [get]
+ Skills (Active and Knowledge). More...
+
+List< SkillGroup > SkillGroups [get]
+ Skill Groups. More...
+
+List< Contact > Contacts [get]
+ Contacts and Enemies. More...
+
+List< Spirit > Spirits [get]
+ Spirits and Sprites. More...
+
+List< Spell > Spells [get]
+ Magician Spells. More...
+
+List< Focus > Foci [get]
+ Foci. More...
+
+List< StackedFocus > StackedFoci [get]
+ Stacked Foci. More...
+
+List< Power > Powers [get]
+ Adept Powers. More...
+
+List< TechProgram > TechPrograms [get]
+ Technomancer Complex Forms. More...
+
+List< MartialArt > MartialArts [get]
+ Martial Arts. More...
+
+List< MartialArtManeuver > MartialArtManeuvers [get]
+ Martial Arts Maneuvers. More...
+
+List< Armor > Armor [get]
+ Armor . More...
+
+List< Cyberware > Cyberware [get]
+ Cyberware and Bioware. More...
+
+List< Weapon > Weapons [get]
+ Weapons. More...
+
+List< Lifestyle > Lifestyles [get]
+ Lifestyles. More...
+
+List< Gear > Gear [get]
+ Gear . More...
+
+List< Vehicle > Vehicles [get]
+ Vehicles. More...
+
+List< Metamagic > Metamagics [get]
+ Metamagics and Echoes. More...
+
+List< CritterPower > CritterPowers [get]
+ Critter Powers. More...
+
+List< InitiationGrade > InitiationGrades [get]
+ Initiation and Submersion Grades. More...
+
+List< ExpenseLogEntry > ExpenseEntries [get]
+ Expenses (Karma and Nuyen). More...
+
+List< Quality > Qualities [get]
+ Qualities (Positive and Negative). More...
+
+List< string > Locations [get]
+ Locations. More...
+
+List< string > ArmorBundles [get]
+ Armor Bundles. More...
+
+List< string > WeaponLocations [get]
+ Weapon Locations. More...
+
+List< string > ImprovementGroups [get]
+ Improvement Groups. More...
+
+List< CalendarWeek > Calendar [get]
+ Calendar. More...
+
+int BallisticArmorRating [get]
+ The Character 's highest Ballistic Armor Rating. More...
+
+int TotalBallisticArmorRating [get]
+ The Character 's total Ballistic Armor Rating. More...
+
+int ImpactArmorRating [get]
+ The Character 's highest Impact Armor Rating. More...
+
+int TotalImpactArmorRating [get]
+ The Character 's total Impact Armor Rating. More...
+
+int BallisticArmorEncumbrance [get]
+ Armor Encumbrance modifier from Ballistic Armor . More...
+
+int ImpactArmorEncumbrance [get]
+ Armor Encumbrance modifier from Impact Armor . More...
+
+int PhysicalCM [get]
+ Number of Physical Condition Monitor boxes. More...
+
+int StunCM [get]
+ Number of Stun Condition Monitor boxes. More...
+
+int CMThreshold [get]
+ Number of Condition Monitor boxes are needed to reach a Condition Monitor Threshold. More...
+
+int CMThresholdOffset [get]
+ Number of additioal boxes appear before the first Condition Monitor penalty. More...
+
+int CMOverflow [get]
+ Number of Overflow Condition Monitor boxes. More...
+
+int WoundModifiers [get]
+ Total modifiers from Condition Monitor damage. More...
+
+CharacterBuildMethod BuildMethod [get, set]
+ Method being used to build the character. More...
+
+int BuildPoints [get, set]
+ Number of Build Points that are used to create the character. More...
+
+int BuildKarma [get, set]
+ Amount of Karma that is used to create the character. More...
+
+int Nuyen [get, set]
+ Amount of Nuyen the character has. More...
+
+decimal NuyenBP [get, set]
+ Number of Build Points put into Nuyen. More...
+
+decimal NuyenMaximumBP [get, set]
+ Maximum number of Build Points that can be spent on Nuyen. More...
+
+int KnowledgeSkillPoints [get, set]
+ Number of free Knowledge Skill Points the character has. More...
+
+string Metatype [get, set]
+ Character 's Metatype. More...
+
+string Metavariant [get, set]
+ Character 's Metavariant. More...
+
+string MetatypeCategory [get, set]
+ Metatype Category. More...
+
+int MutantCritterBaseSkills [get, set]
+ The number of Skill points the Critter had before it became a Mutant Critter. More...
+
+string Movement [get, set]
+ Character 's Movement rate. More...
+
+string Swim [get]
+ Character 's Swim rate. More...
+
+string Fly [get]
+ Character 's Fly rate. More...
+
+int MetatypeBP [get, set]
+ BP cost of character's Metatype. More...
+
+bool IsSprite [get]
+ Whether or not the character is a non-Free Sprite. More...
+
+bool IsFreeSprite [get]
+ Whether or not the character is a Free Sprite. More...
+
+bool AdeptEnabled [get, set]
+ Whether or not Adept options are enabled. More...
+
+bool MagicianEnabled [get, set]
+ Whether or not Magician options are enabled. More...
+
+bool TechnomancerEnabled [get, set]
+ Whether or not Technomancer options are enabled. More...
+
+bool InitiationEnabled [get, set]
+ Whether or not the Initiation tab should be shown (override for BP mode). More...
+
+bool CritterEnabled [get, set]
+ Whether or not Critter options are enabled. More...
+
+bool BlackMarket [get, set]
+ Whether or not Black Market is enabled. More...
+
+bool Uneducated [get, set]
+ Whether or not Uneducated is enabled. More...
+
+bool Uncouth [get, set]
+ Whether or not Uncouth is enabled. More...
+
+bool Infirm [get, set]
+ Whether or not Infirm is enabled. More...
+
+bool AdapsinEnabled [get]
+ Whether or not Adapsin is enabled. More...
+
+bool SkillsoftAccess [get]
+ Whether or not the character has access to Knowsofts and Linguasofts. More...
+
+frmViewer PrintWindow [get, set]
+ The frmViewer window being used by the character. More...
+
+
+
+
+MAGEnabledChangedHandler MAGEnabledChanged
+
+
+RESEnabledChangedHandler RESEnabledChanged
+
+
+AdeptTabEnabledChangedHandler AdeptTabEnabledChanged
+
+
+MagicianTabEnabledChangedHandler MagicianTabEnabledChanged
+
+
+TechnomancerTabEnabledChangedHandler TechnomancerTabEnabledChanged
+
+
+InitiationTabEnabledChangedHandler InitiationTabEnabledChanged
+
+
+CritterTabEnabledChangedHandler CritterTabEnabledChanged
+
+
+UneducatedChangedHandler UneducatedChanged
+
+
+UncouthChangedHandler UncouthChanged
+
+
+InfirmChangedHandler InfirmChanged
+
+
+CharacterNameChangedHandler CharacterNameChanged
+
+
+BlackMarketEnabledChangedHandler BlackMarketEnabledChanged
+
+
+
+
Class that holds all of the information that makes up a complete Character .
+
+
+
+
+
+
+ Chummer.Character.Character
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.AvailTest
+ (
+ int
+ intCost ,
+
+
+
+
+ string
+ strAvail
+
+
+
+ )
+
+
+
+
+
+
Extended Availability Test information for an item based on the character's Negotiate Skill .
+
Parameters
+
+ intCost Item's cost.
+ strAvail Item's Availability.
+
+
+
+
+
+
+
+
+
+
+
+ CharacterBuildMethod Chummer.Character.ConvertToCharacterBuildMethod
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a CharacterBuildMethod.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ Attribute Chummer.Character.GetAttribute
+ (
+ string
+ strAttribute )
+
+
+
+
+
+
Get an Attribute by its name.
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.GetObjectName
+ (
+ Improvement
+ objImprovement )
+
+
+
+
+
+
Retrieve the name of the Object that created an Improvement .
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.HasImprovement
+ (
+ Improvement.ImprovementType
+ objImprovementType ,
+
+
+
+
+ bool
+ blnRequireEnabled = false
+
+
+
+ )
+
+
+
+
+
+
Determine whether or not the character has any Improvements of a given ImprovementType.
+
Parameters
+
+ objImprovementType ImprovementType to search for.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.Load
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Character.Print
+ (
+ bool
+ blnDialog = true)
+
+
+
+
+
+
Print this character and open the View Character window.
+
Parameters
+
+ blnDialog Whether or not the window should be shown as a dialogue window.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Character.PrintToStream
+ (
+ MemoryStream
+ objStream ,
+
+
+
+
+ XmlTextWriter
+ objWriter
+
+
+
+ )
+
+
+
+
+
+
Print this character information to a MemoryStream. This creates only the character object itself, not any of the opening or closing XmlDocument items. This can be used to write multiple characters to a single XmlDocument.
+
Parameters
+
+ objStream MemoryStream to use.
+ objWriter XmlTextWriter to write to.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Character.Save
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.AdapsinEnabled
+
+
+
+
+get
+
+
+
+
+
Whether or not Adapsin is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.AdeptEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not Adept options are enabled.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Age
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Alias
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Armor > Chummer.Character.Armor
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.Character.ArmorBundles
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.AstralInitiative
+
+
+
+
+get
+
+
+
+
+
Astral Initiative.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.AstralInitiativePasses
+
+
+
+
+get
+
+
+
+
+
Astral Initiative Passes.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Background
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.BallisticArmorEncumbrance
+
+
+
+
+get
+
+
+
+
+
Armor Encumbrance modifier from Ballistic Armor .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.BallisticArmorRating
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.BiowareEssence
+
+
+
+
+get
+
+
+
+
+
Essence consumed by Bioware.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.BlackMarket
+
+
+
+
+get set
+
+
+
+
+
Whether or not Black Market is enabled.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.BuildKarma
+
+
+
+
+get set
+
+
+
+
+
Amount of Karma that is used to create the character.
+
+
+
+
+
+
+
+
+
+
+
+ CharacterBuildMethod Chummer.Character.BuildMethod
+
+
+
+
+get set
+
+
+
+
+
Method being used to build the character.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.BuildPoints
+
+
+
+
+get set
+
+
+
+
+
Number of Build Points that are used to create the character.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.BurntStreetCred
+
+
+
+
+get set
+
+
+
+
+
Burnt Street Cred.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CalculatedNotoriety
+
+
+
+
+get
+
+
+
+
+
Amount of Notoriety the character has earned through standard means.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CalculatedPublicAwareness
+
+
+
+
+get
+
+
+
+
+
Amount of Public Awareness the character has earned through standard means.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CalculatedStreetCred
+
+
+
+
+get
+
+
+
+
+
Amount of Street Cred the character has earned through standard means.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CareerKarma
+
+
+
+
+get
+
+
+
+
+
Total amount of Karma the character has earned over the career.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CareerNuyen
+
+
+
+
+get
+
+
+
+
+
Total amount of Nuyen the character has earned over the career.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CMOverflow
+
+
+
+
+get
+
+
+
+
+
Number of Overflow Condition Monitor boxes.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CMThreshold
+
+
+
+
+get
+
+
+
+
+
Number of Condition Monitor boxes are needed to reach a Condition Monitor Threshold.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.CMThresholdOffset
+
+
+
+
+get
+
+
+
+
+
Number of additioal boxes appear before the first Condition Monitor penalty.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Composure
+
+
+
+
+get
+
+
+
+
+
Composure (WIL + CHA).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Concept
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Contact > Chummer.Character.Contacts
+
+
+
+
+get
+
+
+
+
+
Contacts and Enemies.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.Created
+
+
+
+
+get set
+
+
+
+
+
Whether or not the character has been saved as Created and can no longer be modified using the Build system.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.CritterEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not Critter options are enabled.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Cyberware > Chummer.Character.Cyberware
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.CyberwareEssence
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Description
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.Essence
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.EssenceAtSpecialStart
+
+
+
+
+get
+
+
+
+
+
Essence the character had when the first gained access to MAG/RES.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.EssenceHole
+
+
+
+
+get
+
+
+
+
+
Essence consumed by Essence Holes.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.EssenceMaximum
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.EssencePenalty
+
+
+
+
+get
+
+
+
+
+
Character 's total Essence Loss penalty.
+
+
+
+
+
+
+
+
Expenses (Karma and Nuyen).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Eyes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.FileName
+
+
+
+
+get set
+
+
+
+
+
Name of the file the Character is saved to.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Firewall
+
+
+
+
+get
+
+
+
+
+
An A.I.'s Firewall.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Fly
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Focus > Chummer.Character.Foci
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.GameNotes
+
+
+
+
+get set
+
+
+
+
+
General gameplay notes.
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.Character.Gear
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.GroupMember
+
+
+
+
+get set
+
+
+
+
+
Whether or not the character is a member of a Group or Network.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.GroupName
+
+
+
+
+get set
+
+
+
+
+
The name of the Group the Initiate has joined.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.GroupNotes
+
+
+
+
+get set
+
+
+
+
+
Notes for the Group the Initiate has joined.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Hair
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Height
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.IgnoreRules
+
+
+
+
+get set
+
+
+
+
+
Whether or not character creation rules should be ignored.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.ImpactArmorEncumbrance
+
+
+
+
+get
+
+
+
+
+
Armor Encumbrance modifier from Impact Armor .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.ImpactArmorRating
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.Character.ImprovementGroups
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Improvement > Chummer.Character.Improvements
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.Infirm
+
+
+
+
+get set
+
+
+
+
+
Whether or not Infirm is enabled.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.InitiateGrade
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.InitiationEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Initiation tab should be shown (override for BP mode).
+
+
+
+
+
+
+
+
Initiation and Submersion Grades.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Initiative
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.InitiativePasses
+
+
+
+
+get
+
+
+
+
+
Initiative Passes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.IsCritter
+
+
+
+
+get set
+
+
+
+
+
Whether or not the character is a Critter.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.IsFreeSprite
+
+
+
+
+get
+
+
+
+
+
Whether or not the character is a Free Sprite.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.IsSprite
+
+
+
+
+get
+
+
+
+
+
Whether or not the character is a non-Free Sprite.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.JudgeIntentions
+
+
+
+
+get
+
+
+
+
+
Judge Intentions (INT + CHA).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Karma
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.KnowledgeSkillPoints
+
+
+
+
+get set
+
+
+
+
+
Number of free Knowledge Skill Points the character has.
+
+
+
+
+
+
+
+
+
+
+
+ List<Lifestyle > Chummer.Character.Lifestyles
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.LiftAndCarry
+
+
+
+
+get
+
+
+
+
+
Lifting and Carrying (STR + BOD).
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.Character.Locations
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.MAGAdept
+
+
+
+
+get set
+
+
+
+
+
Amount of MAG invested in Adept for Mystic Adepts.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.MAGEnabled
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.MagicianEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not Magician options are enabled.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.MagicTradition
+
+
+
+
+get set
+
+
+
+
+
Magician's Tradition.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.MAGMagician
+
+
+
+
+get set
+
+
+
+
+
Amount of MAG invested in Magician for Mystic Adepts.
+
+
+
+
+
+
+
+
Martial Arts Maneuvers.
+
+
+
+
+
+
+
+
+
+
+
+ List<MartialArt > Chummer.Character.MartialArts
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.MatrixInitiative
+
+
+
+
+get
+
+
+
+
+
Matrix Initiative.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.MatrixInitiativePasses
+
+
+
+
+get
+
+
+
+
+
Matrix Initiative Passes.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.MaximumAvailability
+
+
+
+
+get set
+
+
+
+
+
Maximum item Availability for new characters.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.MaxSkillRating
+
+
+
+
+get set
+
+
+
+
+
Maximum Skill Rating.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Memory
+
+
+
+
+get
+
+
+
+
+
Memory (LOG + WIL).
+
+
+
+
+
+
+
+
+
+
+
+ List<Metamagic > Chummer.Character.Metamagics
+
+
+
+
+get
+
+
+
+
+
Metamagics and Echoes.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Metatype
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.MetatypeBP
+
+
+
+
+get set
+
+
+
+
+
BP cost of character's Metatype.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.MetatypeCategory
+
+
+
+
+get set
+
+
+
+
+
Metatype Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Metavariant
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Movement
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Mugshot
+
+
+
+
+get set
+
+
+
+
+
Character 's portrait encoded using Base64.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.MutantCritterBaseSkills
+
+
+
+
+get set
+
+
+
+
+
The number of Skill points the Critter had before it became a Mutant Critter.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Notoriety
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.NotorietyTooltip
+
+
+
+
+get
+
+
+
+
+
Tooltip to use for Notoriety total.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Nuyen
+
+
+
+
+get set
+
+
+
+
+
Amount of Nuyen the character has.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.NuyenBP
+
+
+
+
+get set
+
+
+
+
+
Number of Build Points put into Nuyen.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Character.NuyenMaximumBP
+
+
+
+
+get set
+
+
+
+
+
Maximum number of Build Points that can be spent on Nuyen.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.OverrideSpecialAttributeEssenceLoss
+
+
+
+
+get set
+
+
+
+
+
Whether or not we should override the option of how Special Attribute Essence Loss is handled. When enabled, ESS loss always affects the character's maximum MAG/RES instead. This should only be enabled as a result of swapping out a Latent Quality for its fully-realised version.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.PhysicalCM
+
+
+
+
+get
+
+
+
+
+
Number of Physical Condition Monitor boxes.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.PhysicalCMFilled
+
+
+
+
+get set
+
+
+
+
+
Number of Physical Condition Monitor Boxes that are filled.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.PlayerName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.Possessed
+
+
+
+
+get set
+
+
+
+
+
Whether or not the character is possessed by a Spirit .
+
+
+
+
+
+
+
+
+
+
+
+ List<Power > Chummer.Character.Powers
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ frmViewer Chummer.Character.PrintWindow
+
+
+
+
+get set
+
+
+
+
+
The frmViewer window being used by the character.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.PublicAwareness
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.PublicAwarenessTooltip
+
+
+
+
+get
+
+
+
+
+
Public Awareness Tooltip.
+
+
+
+
+
+
+
+
+
+
+
+ List<Quality > Chummer.Character.Qualities
+
+
+
+
+get
+
+
+
+
+
Qualities (Positive and Negative).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Rating
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.RESEnabled
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Response
+
+
+
+
+get set
+
+
+
+
+
An A.I.'s Response.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.SettingsFile
+
+
+
+
+get set
+
+
+
+
+
Name of the settings file the Character uses.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Sex
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.Signal
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<SkillGroup > Chummer.Character.SkillGroups
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Skill > Chummer.Character.Skills
+
+
+
+
+get
+
+
+
+
+
Skills (Active and Knowledge).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.SkillsoftAccess
+
+
+
+
+get
+
+
+
+
+
Whether or not the character has access to Knowsofts and Linguasofts.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Skin
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Spell > Chummer.Character.Spells
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Spirit > Chummer.Character.Spirits
+
+
+
+
+get
+
+
+
+
+
Spirits and Sprites.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.StreetCred
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.StreetCredTooltip
+
+
+
+
+get
+
+
+
+
+
Street Cred Tooltip.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.StunCM
+
+
+
+
+get
+
+
+
+
+
Number of Stun Condition Monitor boxes.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.StunCMFilled
+
+
+
+
+get set
+
+
+
+
+
Number of Stun Condition Monitor Boxes that are filled.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.SubmersionGrade
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Swim
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.System
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.TechnomancerEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not Technomancer options are enabled.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.TechnomancerStream
+
+
+
+
+get set
+
+
+
+
+
Technomancer's Stream.
+
+
+
+
+
+
+
+
+
+
+
+ List<TechProgram > Chummer.Character.TechPrograms
+
+
+
+
+get
+
+
+
+
+
Technomancer Complex Forms.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.TotalBallisticArmorRating
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.TotalImpactArmorRating
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.TotalNotoriety
+
+
+
+
+get
+
+
+
+
+
Character 's total amount of Notoriety (earned + GM awarded - burnt Street Cred).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.TotalPublicAwareness
+
+
+
+
+get
+
+
+
+
+
Character 's total amount of Public Awareness (earned + GM awarded).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.TotalStreetCred
+
+
+
+
+get
+
+
+
+
+
Character 's total amount of Street Cred (earned + GM awarded).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.Uncouth
+
+
+
+
+get set
+
+
+
+
+
Whether or not Uncouth is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Character.Uneducated
+
+
+
+
+get set
+
+
+
+
+
Whether or not Uneducated is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ List<Vehicle > Chummer.Character.Vehicles
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.Character.WeaponLocations
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Weapon > Chummer.Character.Weapons
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Character.Weight
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Character.WoundModifiers
+
+
+
+
+get
+
+
+
+
+
Total modifiers from Condition Monitor damage.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsCharacter.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_character_options-members.html b/docs/class_chummer_1_1_character_options-members.html
new file mode 100644
index 0000000..b29e955
--- /dev/null
+++ b/docs/class_chummer_1_1_character_options-members.html
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.CharacterOptions , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_character_options.html b/docs/class_chummer_1_1_character_options.html
new file mode 100644
index 0000000..e631ac3
--- /dev/null
+++ b/docs/class_chummer_1_1_character_options.html
@@ -0,0 +1,3397 @@
+
+
+
+
+
+
+Chummer: Chummer.CharacterOptions Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void Save ()
+ Save the current settings to the settings file. More...
+
+bool Load (string strFileName)
+ Load the settings from the settings file. More...
+
+string BookFromCode (string strCode)
+ Convert a book code into the full name. More...
+
+string LanguageBookShort (string strCode)
+ Book code (using the translated version if applicable). More...
+
+string BookFromAltCode (string strCode)
+ Determine the book's original code by using the alternate code. More...
+
+string LanguageBookLong (string strCode)
+ Book name (using the translated version if applicable). More...
+
+bool BookEnabled (string strCode)
+ Determine whether or not a given book is in use. More...
+
+string BookXPath ()
+ XPath query used to filter items based on the user's selected source books. More...
+
+
+List< string > BookLinq ()
+
+
+
+bool PrintSkillsWithZeroRating [get, set]
+ Whether or not all Active Skills with a total score higher than 0 should be printed. More...
+
+bool MoreLethalGameplay [get, set]
+ Whether or not the More Lethal Gameplay optional rule is enabled. More...
+
+bool SpiritForceBasedOnTotalMAG [get, set]
+ Whether or not a Spirit 's Maximum Force is based on the character's total MAG. More...
+
+bool SkillDefaultingIncludesModifiers [get, set]
+ Whether or not Defaulting on a Skill should include any Modifiers. More...
+
+bool EnforceMaximumSkillRatingModifier [get, set]
+ Whether or not the maximum Skill rating modifiers are set. More...
+
+bool CapSkillRating [get, set]
+ Whether or not total Skill ratings are capped at 20 or 2 x natural Attribute + Rating, whichever is higher. More...
+
+bool PrintExpenses [get, set]
+ Whether or not the Karma and Nueyn Expenses should be printed on the character sheet. More...
+
+int NuyenPerBP [get, set]
+ Amount of Nuyen gained per BP spent. More...
+
+bool FreeContacts [get, set]
+ Whether or not characters in Karma build mode receive free Contacts equal to CHA * 2. More...
+
+int FreeContactsMultiplier [get, set]
+ The CHA multiplier to be used with the Free Contacts Option. More...
+
+bool FreeContactsFlat [get, set]
+ Whether or not characters get a flat number of BP for free Contacts. More...
+
+int FreeContactsFlatNumber [get, set]
+ Number of BP a character gets to spend on free Contacts with FreeContactsFlat. More...
+
+bool FreeKarmaKnowledge [get, set]
+ Whether or not characters in Karma build mode receive free Knowledge Skills in the same manner as BP characters. More...
+
+bool NoSingleArmorEncumbrance [get, set]
+ Optional Rule: Whether or not Armor Encumbrance is ignored if only a single piece of Armor is worn. More...
+
+bool IgnoreArmorEncumbrance [get, set]
+ House Rule: Ignore Armor Encumbrance entirely. More...
+
+bool AlternateArmorEncumbrance [get, set]
+ House Rule: Alternate Armor Encumbrance (BOD+STR) instead of (BOD*2). More...
+
+bool ESSLossReducesMaximumOnly [get, set]
+ Whether or not Essence loss only reduces MAG/RES maximum value, not the current value. More...
+
+bool AllowSkillRegrouping [get, set]
+ Whether or not characters are allowed to put points into a Skill Group again once it is broken and all Ratings are the same. More...
+
+bool ConfirmDelete [get, set]
+ Whether or not confirmation messages are shown when deleting an object. More...
+
+bool ConfirmKarmaExpense [get, set]
+ Wehther or not confirmation messages are shown for Karma Expenses. More...
+
+List< string > Books [get]
+ Sourcebooks. More...
+
+string Name [get, set]
+ Setting name. More...
+
+bool MetatypeCostsKarma [get, set]
+ Whether or not Metatypes cost Karma equal to their BP when creating a character with Karma. More...
+
+int MetatypeCostsKarmaMultiplier [get, set]
+ Mutiplier for Metatype Karma Costs when converting from BP to Karma. More...
+
+int LimbCount [get, set]
+ Number of Limbs a standard character has. More...
+
+string ExcludeLimbSlot [get, set]
+ Exclude a particular Limb Slot from count towards the Limb Count. More...
+
+bool AllowCyberwareESSDiscounts [get, set]
+ Allow Cyberware Essence cost discounts. More...
+
+bool StrengthAffectsRecoil [get, set]
+ Whether or not a character's Strength affects Weapon Recoil. More...
+
+bool MaximumArmorModifications [get, set]
+ Whether or not Maximum Armor Modifications is in use. More...
+
+bool ArmorSuitCapacity [get, set]
+ Whether or not Armor Suit Capacity is in use. More...
+
+bool ArmorDegradation [get, set]
+ Whether or not Armor Degredation is allowed. More...
+
+bool AutomaticCopyProtection [get, set]
+ Whether or not the Copy Protection Program Option should automatically be added. More...
+
+bool AutomaticRegistration [get, set]
+ Whether or not the Registration Program Option should automatically be added. More...
+
+bool ErgonomicProgramLimit [get, set]
+ Whether or not option for Ergonomic Programs affecting a Commlink 's effective Response is enabled. More...
+
+bool SpecialKarmaCostBasedOnShownValue [get, set]
+ Whether or not the Karma cost for increasing Special Attributes is based on the shown value instead of actual value. More...
+
+bool ExceedPositiveQualities [get, set]
+ Whether or not characters can have more than 35 BP in Positive Qualities. More...
+
+bool ExceedNegativeQualities [get, set]
+ Whether or not characters can have more than 35 BP in Negative Qualities. More...
+
+bool ExceedNegativeQualitiesLimit [get, set]
+ Whether or not character can still only receive up to 35 BP from Negative Qualities. This means they can take as many Negative Qualities as they'd like but will never receive more than 35 additional BP from selecting them. More...
+
+bool UseCalculatedVehicleSensorRatings [get, set]
+ Whether or not Vehicles should use the average Rating of all of their Sensors instead of the Sensor Rating given to the Vehicle itself. More...
+
+bool MultiplyRestrictedCost [get, set]
+ Whether or not Restricted items have their cost multiplied. More...
+
+bool MultiplyForbiddenCost [get, set]
+ Whether or not Forbidden items have their cost multiplied. More...
+
+int RestrictedCostMultiplier [get, set]
+ Cost multiplier for Restricted items. More...
+
+int ForbiddenCostMultiplier [get, set]
+ Cost multiplier for Forbidden items. More...
+
+int EssenceDecimals [get, set]
+ Number of decimal places to round to when calculating Essence. More...
+
+bool EnforceCapacity [get, set]
+ Whether or not Capacity limits should be enforced. More...
+
+bool RestrictRecoil [get, set]
+ Whether or not Recoil modifiers are restricted (AR 148). More...
+
+bool AllowExceedAttributeBP [get, set]
+ Whether or not characters can exceed putting 50% of their points into Attributes. More...
+
+bool UnrestrictedNuyen [get, set]
+ Whether or not characters are unresicted in the number of points they can invest in Nuyen. More...
+
+bool CalculateCommlinkResponse [get, set]
+ Whether or not a Commlink 's Response should be calculated based on the number of programs running on it. More...
+
+bool AllowHigherStackedFoci [get, set]
+ Whether or not Stacked Foci can have a combined Force higher than 6. More...
+
+bool AlternateComplexFormCost [get, set]
+ Whether or not Coplex Forms have the same BP/Karma cost as Spells. More...
+
+bool AlternateMatrixAttribute [get, set]
+ Whether or not LOG is used in place of Program Ratings for Matrix Tests. More...
+
+bool AllowEditPartOfBaseWeapon [get, set]
+ Whether or not the user can change the Part of Base Weapon flag for a Weapon Accessory or Mod. More...
+
+bool AllowCustomTransgenics [get, set]
+ Whether or not the user can mark any piece of Bioware as being Transgenic. More...
+
+bool BreakSkillGroupsInCreateMode [get, set]
+ Whether or not the user is allowed to break Skill Groups while in Create Mode. More...
+
+bool ExtendAnyDetectionSpell [get, set]
+ Whether or not any Detection Spell can be taken as Extended range version. More...
+
+bool AllowSkillDiceRolling [get, set]
+ Whether or not dice rolling is allowed for Skills. More...
+
+bool AlternateMetatypeAttributeKarma [get, set]
+ House rule: Treat the Metatype Attribute Minimum as 1 for the purpose of calculating Karma costs. More...
+
+bool CreateBackupOnCareer [get, set]
+ Whether or not a backup copy of the character should be created before they are placed into Career Mode. More...
+
+bool PrintLeadershipAlternates [get, set]
+ Whether or not the alternate uses for the Leadership Skill should be printed. More...
+
+bool PrintArcanaAlternates [get, set]
+ Whether or not a backup copy of the character should be created before they are placed into Career Mode. More...
+
+bool PrintNotes [get, set]
+ Whether or not Notes should be printed. More...
+
+bool AllowObsolescentUpgrade [get, set]
+ Whether or not Obsolescent can be removed/upgraded in the same way as Obsolete. More...
+
+bool AllowBiowareSuites [get, set]
+ Whether or not Bioware Suites can be added and created. More...
+
+bool FreeSpiritPowerPointsMAG [get, set]
+ House rule: Free Spirits calculate their Power Points based on their MAG instead of EDG. More...
+
+bool SpecialAttributeKarmaLimit [get, set]
+ House rule: Whether or not Special Attributes count towards the max 50% karma spent on Attributes. More...
+
+bool TechnomancerAllowAutosoft [get, set]
+ Whether or not Technomancers can select Autosofts as Complex Forms. More...
+
+int BPAttribute [get, set]
+ BP cost for each Attribute = this value. More...
+
+int BPAttributeMax [get, set]
+ BP cost to raise an Attribute to its Metatype Maximum = this value. More...
+
+int BPContact [get, set]
+ BP cost for each Loyalty, Connection, and Group point = this value. More...
+
+int BPMartialArt [get, set]
+ BP cost for each Martial Arts Rating = this value. More...
+
+int BPMartialArtManeuver [get, set]
+ BP cost for each Martial Art Maneuver = this value. More...
+
+int BPSkillGroup [get, set]
+ BP cost for each Skill Group Rating = this value. More...
+
+int BPActiveSkill [get, set]
+ BP cost for each Active Skill Rating = this value. More...
+
+int BPActiveSkillSpecialization [get, set]
+ BP cost for each Active Skill Specialization = this value. More...
+
+int BPKnowledgeSkill [get, set]
+ BP cost for each Knowledge Skill Rating = this value. More...
+
+int BPSpell [get, set]
+ BP cost for each Spell = this value. More...
+
+int BPFocus [get, set]
+ BP cost for each Rating of Foci. More...
+
+int BPSpirit [get, set]
+ BP cost for each service a Sprit owes = this value. More...
+
+int BPComplexForm [get, set]
+ BP cost for each Complex Form Rating = this value. More...
+
+int BPComplexFormOption [get, set]
+ BP cost for each Complex Form Option Rating = this value. More...
+
+int KarmaAttribute [get, set]
+ Karma cost to improve an Attribute = New Rating X this value. More...
+
+int KarmaQuality [get, set]
+ Karma cost to purchase a Quality = BP Cost x this value. More...
+
+int KarmaSpecialization [get, set]
+ Karma cost to purchase a Specialization = this value. More...
+
+int KarmaNewKnowledgeSkill [get, set]
+ Karma cost to purchase a new Knowledge Skill = this value. More...
+
+int KarmaNewActiveSkill [get, set]
+ Karma cost to purchase a new Active Skill = this value. More...
+
+int KarmaNewSkillGroup [get, set]
+ Karma cost to purchase a new Skill Group = this value. More...
+
+int KarmaImproveKnowledgeSkill [get, set]
+ Karma cost to improve a Knowledge Skill = New Rating x this value. More...
+
+int KarmaImproveActiveSkill [get, set]
+ Karma cost to improve an Active Skill = New Rating x this value. More...
+
+int KarmaImproveSkillGroup [get, set]
+ Karma cost to improve a Skill Group = New Rating x this value. More...
+
+int KarmaSpell [get, set]
+ Karma cost for each Spell = this value. More...
+
+int KarmaNewComplexForm [get, set]
+ Karma cost for a new Complex Form = this value. More...
+
+int KarmaImproveComplexForm [get, set]
+ Karma cost to improve a Complex Form = New Rating x this value. More...
+
+int KarmaComplexFormOption [get, set]
+ Karma cost for Complex Form Options = Rating x this value. More...
+
+int KarmaComplexFormSkillsoft [get, set]
+ Karma cost for Complex Form Skillsofts = Rating x this value. More...
+
+int KarmaNuyenPer [get, set]
+ Amount of Nueyn objtained per Karma point. More...
+
+int KarmaContact [get, set]
+ Karma cost for a Contact = (Connection + Loyalty) x this value. More...
+
+int KarmaCarryover [get, set]
+ Maximum amount of remaining Karma that is carried over to the character once they are created. More...
+
+int KarmaSpirit [get, set]
+ Karma cost for a Spirit = this value. More...
+
+int KarmaManeuver [get, set]
+ Karma cost for a Combat Maneuver = this value. More...
+
+int KarmaInitiation [get, set]
+ Karma cost for a Initiation = 10 + (New Rating x this value). More...
+
+int KarmaMetamagic [get, set]
+ Karma cost for a Metamagic = this value. More...
+
+int KarmaJoinGroup [get, set]
+ Karma cost to join a Group = this value. More...
+
+int KarmaLeaveGroup [get, set]
+ Karma cost to leave a Group = this value. More...
+
+int KarmaAnchoringFocus [get, set]
+ Karma cost for Anchoring Foci. More...
+
+int KarmaBanishingFocus [get, set]
+ Karma cost for Banishing Foci. More...
+
+int KarmaBindingFocus [get, set]
+ Karma cost for Binding Foci. More...
+
+int KarmaCenteringFocus [get, set]
+ Karma cost for Centering Foci. More...
+
+int KarmaCounterspellingFocus [get, set]
+ Karma cost for Counterspelling Foci. More...
+
+int KarmaDiviningFocus [get, set]
+ Karma cost for Divining Foci. More...
+
+int KarmaDowsingFocus [get, set]
+ Karma cost for Dowsing Foci. More...
+
+int KarmaInfusionFocus [get, set]
+ Karma cost for Infusion Foci. More...
+
+int KarmaMaskingFocus [get, set]
+ Karma cost for Masking Foci. More...
+
+int KarmaPowerFocus [get, set]
+ Karma cost for Power Foci. More...
+
+int KarmaShieldingFocus [get, set]
+ Karma cost for Shielding Foci. More...
+
+int KarmaSpellcastingFocus [get, set]
+ Karma cost for Spellcasting Foci. More...
+
+int KarmaSummoningFocus [get, set]
+ Karma cost for Summoning Foci. More...
+
+int KarmaSustainingFocus [get, set]
+ Karma cost for Sustaining Foci. More...
+
+int KarmaSymbolicLinkFocus [get, set]
+ Karma cost for Symbolic Link Foci. More...
+
+int KarmaWeaponFocus [get, set]
+ Karma cost for Weapon Foci. More...
+
+string BuildMethod [get, set]
+ Default build method. More...
+
+int BuildPoints [get, set]
+ Default number of build points. More...
+
+int Availability [get, set]
+ Default Availability. More...
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.BookEnabled
+ (
+ string
+ strCode )
+
+
+
+
+
+
Determine whether or not a given book is in use.
+
Parameters
+
+ strCode Book code to search for.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.BookFromAltCode
+ (
+ string
+ strCode )
+
+
+
+
+
+
Determine the book's original code by using the alternate code.
+
Parameters
+
+ strCode Alternate code to look for.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.BookFromCode
+ (
+ string
+ strCode )
+
+
+
+
+
+
Convert a book code into the full name.
+
Parameters
+
+ strCode Book code to convert.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.BookXPath
+ (
+ )
+
+
+
+
+
+
XPath query used to filter items based on the user's selected source books.
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.LanguageBookLong
+ (
+ string
+ strCode )
+
+
+
+
+
+
Book name (using the translated version if applicable).
+
Parameters
+
+ strCode Book code to search for.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.LanguageBookShort
+ (
+ string
+ strCode )
+
+
+
+
+
+
Book code (using the translated version if applicable).
+
Parameters
+
+ strCode Book code to search for.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.Load
+ (
+ string
+ strFileName )
+
+
+
+
+
+
Load the settings from the settings file.
+
Parameters
+
+ strFileName Settings file to load from.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CharacterOptions.Save
+ (
+ )
+
+
+
+
+
+
Save the current settings to the settings file.
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowBiowareSuites
+
+
+
+
+get set
+
+
+
+
+
Whether or not Bioware Suites can be added and created.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowCustomTransgenics
+
+
+
+
+get set
+
+
+
+
+
Whether or not the user can mark any piece of Bioware as being Transgenic.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowCyberwareESSDiscounts
+
+
+
+
+get set
+
+
+
+
+
Allow Cyberware Essence cost discounts.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowEditPartOfBaseWeapon
+
+
+
+
+get set
+
+
+
+
+
Whether or not the user can change the Part of Base Weapon flag for a Weapon Accessory or Mod.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowExceedAttributeBP
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters can exceed putting 50% of their points into Attributes.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowHigherStackedFoci
+
+
+
+
+get set
+
+
+
+
+
Whether or not Stacked Foci can have a combined Force higher than 6.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowObsolescentUpgrade
+
+
+
+
+get set
+
+
+
+
+
Whether or not Obsolescent can be removed/upgraded in the same way as Obsolete.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowSkillDiceRolling
+
+
+
+
+get set
+
+
+
+
+
Whether or not dice rolling is allowed for Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AllowSkillRegrouping
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters are allowed to put points into a Skill Group again once it is broken and all Ratings are the same.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AlternateArmorEncumbrance
+
+
+
+
+get set
+
+
+
+
+
House Rule: Alternate Armor Encumbrance (BOD+STR) instead of (BOD*2).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AlternateComplexFormCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not Coplex Forms have the same BP/Karma cost as Spells.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AlternateMatrixAttribute
+
+
+
+
+get set
+
+
+
+
+
Whether or not LOG is used in place of Program Ratings for Matrix Tests.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AlternateMetatypeAttributeKarma
+
+
+
+
+get set
+
+
+
+
+
House rule: Treat the Metatype Attribute Minimum as 1 for the purpose of calculating Karma costs.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ArmorDegradation
+
+
+
+
+get set
+
+
+
+
+
Whether or not Armor Degredation is allowed.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ArmorSuitCapacity
+
+
+
+
+get set
+
+
+
+
+
Whether or not Armor Suit Capacity is in use.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AutomaticCopyProtection
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Copy Protection Program Option should automatically be added.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.AutomaticRegistration
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Registration Program Option should automatically be added.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.Availability
+
+
+
+
+get set
+
+
+
+
+
Default Availability.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.CharacterOptions.Books
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPActiveSkill
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Active Skill Rating = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPActiveSkillSpecialization
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Active Skill Specialization = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPAttribute
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Attribute = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPAttributeMax
+
+
+
+
+get set
+
+
+
+
+
BP cost to raise an Attribute to its Metatype Maximum = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPComplexForm
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Complex Form Rating = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPComplexFormOption
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Complex Form Option Rating = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPContact
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Loyalty, Connection, and Group point = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPFocus
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Rating of Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPKnowledgeSkill
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Knowledge Skill Rating = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPMartialArt
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Martial Arts Rating = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPMartialArtManeuver
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Martial Art Maneuver = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPSkillGroup
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Skill Group Rating = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPSpell
+
+
+
+
+get set
+
+
+
+
+
BP cost for each Spell = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BPSpirit
+
+
+
+
+get set
+
+
+
+
+
BP cost for each service a Sprit owes = this value.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.BreakSkillGroupsInCreateMode
+
+
+
+
+get set
+
+
+
+
+
Whether or not the user is allowed to break Skill Groups while in Create Mode.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.BuildMethod
+
+
+
+
+get set
+
+
+
+
+
Default build method.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.BuildPoints
+
+
+
+
+get set
+
+
+
+
+
Default number of build points.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.CalculateCommlinkResponse
+
+
+
+
+get set
+
+
+
+
+
Whether or not a Commlink 's Response should be calculated based on the number of programs running on it.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.CapSkillRating
+
+
+
+
+get set
+
+
+
+
+
Whether or not total Skill ratings are capped at 20 or 2 x natural Attribute + Rating, whichever is higher.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ConfirmDelete
+
+
+
+
+get set
+
+
+
+
+
Whether or not confirmation messages are shown when deleting an object.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ConfirmKarmaExpense
+
+
+
+
+get set
+
+
+
+
+
Wehther or not confirmation messages are shown for Karma Expenses.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.CreateBackupOnCareer
+
+
+
+
+get set
+
+
+
+
+
Whether or not a backup copy of the character should be created before they are placed into Career Mode.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.EnforceCapacity
+
+
+
+
+get set
+
+
+
+
+
Whether or not Capacity limits should be enforced.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.EnforceMaximumSkillRatingModifier
+
+
+
+
+get set
+
+
+
+
+
Whether or not the maximum Skill rating modifiers are set.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ErgonomicProgramLimit
+
+
+
+
+get set
+
+
+
+
+
Whether or not option for Ergonomic Programs affecting a Commlink 's effective Response is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.EssenceDecimals
+
+
+
+
+get set
+
+
+
+
+
Number of decimal places to round to when calculating Essence.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ESSLossReducesMaximumOnly
+
+
+
+
+get set
+
+
+
+
+
Whether or not Essence loss only reduces MAG/RES maximum value, not the current value.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ExceedNegativeQualities
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters can have more than 35 BP in Negative Qualities.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ExceedNegativeQualitiesLimit
+
+
+
+
+get set
+
+
+
+
+
Whether or not character can still only receive up to 35 BP from Negative Qualities. This means they can take as many Negative Qualities as they'd like but will never receive more than 35 additional BP from selecting them.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ExceedPositiveQualities
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters can have more than 35 BP in Positive Qualities.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.ExcludeLimbSlot
+
+
+
+
+get set
+
+
+
+
+
Exclude a particular Limb Slot from count towards the Limb Count.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.ExtendAnyDetectionSpell
+
+
+
+
+get set
+
+
+
+
+
Whether or not any Detection Spell can be taken as Extended range version.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.ForbiddenCostMultiplier
+
+
+
+
+get set
+
+
+
+
+
Cost multiplier for Forbidden items.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.FreeContacts
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters in Karma build mode receive free Contacts equal to CHA * 2.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.FreeContactsFlat
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters get a flat number of BP for free Contacts.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.FreeContactsFlatNumber
+
+
+
+
+get set
+
+
+
+
+
Number of BP a character gets to spend on free Contacts with FreeContactsFlat.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.FreeContactsMultiplier
+
+
+
+
+get set
+
+
+
+
+
The CHA multiplier to be used with the Free Contacts Option.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.FreeKarmaKnowledge
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters in Karma build mode receive free Knowledge Skills in the same manner as BP characters.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.FreeSpiritPowerPointsMAG
+
+
+
+
+get set
+
+
+
+
+
House rule: Free Spirits calculate their Power Points based on their MAG instead of EDG.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.IgnoreArmorEncumbrance
+
+
+
+
+get set
+
+
+
+
+
House Rule: Ignore Armor Encumbrance entirely.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaAnchoringFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Anchoring Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaAttribute
+
+
+
+
+get set
+
+
+
+
+
Karma cost to improve an Attribute = New Rating X this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaBanishingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Banishing Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaBindingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Binding Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaCarryover
+
+
+
+
+get set
+
+
+
+
+
Maximum amount of remaining Karma that is carried over to the character once they are created.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaCenteringFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Centering Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaComplexFormOption
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Complex Form Options = Rating x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaComplexFormSkillsoft
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Complex Form Skillsofts = Rating x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaContact
+
+
+
+
+get set
+
+
+
+
+
Karma cost for a Contact = (Connection + Loyalty) x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaCounterspellingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Counterspelling Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaDiviningFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Divining Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaDowsingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Dowsing Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaImproveActiveSkill
+
+
+
+
+get set
+
+
+
+
+
Karma cost to improve an Active Skill = New Rating x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaImproveComplexForm
+
+
+
+
+get set
+
+
+
+
+
Karma cost to improve a Complex Form = New Rating x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaImproveKnowledgeSkill
+
+
+
+
+get set
+
+
+
+
+
Karma cost to improve a Knowledge Skill = New Rating x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaImproveSkillGroup
+
+
+
+
+get set
+
+
+
+
+
Karma cost to improve a Skill Group = New Rating x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaInfusionFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Infusion Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaInitiation
+
+
+
+
+get set
+
+
+
+
+
Karma cost for a Initiation = 10 + (New Rating x this value).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaJoinGroup
+
+
+
+
+get set
+
+
+
+
+
Karma cost to join a Group = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaLeaveGroup
+
+
+
+
+get set
+
+
+
+
+
Karma cost to leave a Group = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaManeuver
+
+
+
+
+get set
+
+
+
+
+
Karma cost for a Combat Maneuver = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaMaskingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Masking Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaMetamagic
+
+
+
+
+get set
+
+
+
+
+
Karma cost for a Metamagic = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaNewActiveSkill
+
+
+
+
+get set
+
+
+
+
+
Karma cost to purchase a new Active Skill = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaNewComplexForm
+
+
+
+
+get set
+
+
+
+
+
Karma cost for a new Complex Form = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaNewKnowledgeSkill
+
+
+
+
+get set
+
+
+
+
+
Karma cost to purchase a new Knowledge Skill = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaNewSkillGroup
+
+
+
+
+get set
+
+
+
+
+
Karma cost to purchase a new Skill Group = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaNuyenPer
+
+
+
+
+get set
+
+
+
+
+
Amount of Nueyn objtained per Karma point.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaPowerFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Power Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaQuality
+
+
+
+
+get set
+
+
+
+
+
Karma cost to purchase a Quality = BP Cost x this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaShieldingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Shielding Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSpecialization
+
+
+
+
+get set
+
+
+
+
+
Karma cost to purchase a Specialization = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSpell
+
+
+
+
+get set
+
+
+
+
+
Karma cost for each Spell = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSpellcastingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Spellcasting Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSpirit
+
+
+
+
+get set
+
+
+
+
+
Karma cost for a Spirit = this value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSummoningFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Summoning Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSustainingFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Sustaining Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaSymbolicLinkFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Symbolic Link Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.KarmaWeaponFocus
+
+
+
+
+get set
+
+
+
+
+
Karma cost for Weapon Foci.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.LimbCount
+
+
+
+
+get set
+
+
+
+
+
Number of Limbs a standard character has.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.MaximumArmorModifications
+
+
+
+
+get set
+
+
+
+
+
Whether or not Maximum Armor Modifications is in use.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.MetatypeCostsKarma
+
+
+
+
+get set
+
+
+
+
+
Whether or not Metatypes cost Karma equal to their BP when creating a character with Karma.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.MetatypeCostsKarmaMultiplier
+
+
+
+
+get set
+
+
+
+
+
Mutiplier for Metatype Karma Costs when converting from BP to Karma.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.MoreLethalGameplay
+
+
+
+
+get set
+
+
+
+
+
Whether or not the More Lethal Gameplay optional rule is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.MultiplyForbiddenCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not Forbidden items have their cost multiplied.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.MultiplyRestrictedCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not Restricted items have their cost multiplied.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CharacterOptions.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.NoSingleArmorEncumbrance
+
+
+
+
+get set
+
+
+
+
+
Optional Rule: Whether or not Armor Encumbrance is ignored if only a single piece of Armor is worn.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.NuyenPerBP
+
+
+
+
+get set
+
+
+
+
+
Amount of Nuyen gained per BP spent.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.PrintArcanaAlternates
+
+
+
+
+get set
+
+
+
+
+
Whether or not a backup copy of the character should be created before they are placed into Career Mode.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.PrintExpenses
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Karma and Nueyn Expenses should be printed on the character sheet.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.PrintLeadershipAlternates
+
+
+
+
+get set
+
+
+
+
+
Whether or not the alternate uses for the Leadership Skill should be printed.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.PrintNotes
+
+
+
+
+get set
+
+
+
+
+
Whether or not Notes should be printed.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.PrintSkillsWithZeroRating
+
+
+
+
+get set
+
+
+
+
+
Whether or not all Active Skills with a total score higher than 0 should be printed.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.CharacterOptions.RestrictedCostMultiplier
+
+
+
+
+get set
+
+
+
+
+
Cost multiplier for Restricted items.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.RestrictRecoil
+
+
+
+
+get set
+
+
+
+
+
Whether or not Recoil modifiers are restricted (AR 148).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.SkillDefaultingIncludesModifiers
+
+
+
+
+get set
+
+
+
+
+
Whether or not Defaulting on a Skill should include any Modifiers.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.SpecialAttributeKarmaLimit
+
+
+
+
+get set
+
+
+
+
+
House rule: Whether or not Special Attributes count towards the max 50% karma spent on Attributes.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.SpecialKarmaCostBasedOnShownValue
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Karma cost for increasing Special Attributes is based on the shown value instead of actual value.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.SpiritForceBasedOnTotalMAG
+
+
+
+
+get set
+
+
+
+
+
Whether or not a Spirit 's Maximum Force is based on the character's total MAG.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.StrengthAffectsRecoil
+
+
+
+
+get set
+
+
+
+
+
Whether or not a character's Strength affects Weapon Recoil.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.TechnomancerAllowAutosoft
+
+
+
+
+get set
+
+
+
+
+
Whether or not Technomancers can select Autosofts as Complex Forms.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.UnrestrictedNuyen
+
+
+
+
+get set
+
+
+
+
+
Whether or not characters are unresicted in the number of points they can invest in Nuyen.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CharacterOptions.UseCalculatedVehicleSensorRatings
+
+
+
+
+get set
+
+
+
+
+
Whether or not Vehicles should use the average Rating of all of their Sensors instead of the Sensor Rating given to the Vehicle itself.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsOptions.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_commlink-members.html b/docs/class_chummer_1_1_commlink-members.html
new file mode 100644
index 0000000..f066292
--- /dev/null
+++ b/docs/class_chummer_1_1_commlink-members.html
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Commlink , including all inherited members.
+
+ _blnBonded (defined in Chummer.Gear )Chummer.Gear protected
+ _blnDiscountCost (defined in Chummer.Gear )Chummer.Gear protected
+ _blnEquipped (defined in Chummer.Gear )Chummer.Gear protected
+ _blnHomeNode (defined in Chummer.Gear )Chummer.Gear protected
+ _blnIncludedInParent (defined in Chummer.Gear )Chummer.Gear protected
+ _guiID (defined in Chummer.Gear )Chummer.Gear protected
+ _guiWeaponID (defined in Chummer.Gear )Chummer.Gear protected
+ _intCostFor (defined in Chummer.Gear )Chummer.Gear protected
+ _intMaxRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intMinRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intQty (defined in Chummer.Gear )Chummer.Gear protected
+ _intRating (defined in Chummer.Gear )Chummer.Gear protected
+ _nodBonus (defined in Chummer.Gear )Chummer.Gear protected
+ _nodWeaponBonus (defined in Chummer.Gear )Chummer.Gear protected
+ _objCharacter (defined in Chummer.Gear )Chummer.Gear protected
+ _objChildren (defined in Chummer.Gear )Chummer.Gear protected
+ _objParent (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltCategory (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltName (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltPage (defined in Chummer.Gear )Chummer.Gear protected
+ _strArmorCapacity (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail10 (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail3 (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail6 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCapacity (defined in Chummer.Gear )Chummer.Gear protected
+ _strCategory (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost10 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost3 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost6 (defined in Chummer.Gear )Chummer.Gear protected
+ _strExtra (defined in Chummer.Gear )Chummer.Gear protected
+ _strGearName (defined in Chummer.Gear )Chummer.Gear protected
+ _strLocation (defined in Chummer.Gear )Chummer.Gear protected
+ _strName (defined in Chummer.Gear )Chummer.Gear protected
+ _strNotes (defined in Chummer.Gear )Chummer.Gear protected
+ _strPage (defined in Chummer.Gear )Chummer.Gear protected
+ _strSource (defined in Chummer.Gear )Chummer.Gear protected
+ ArmorCapacity Chummer.Gear
+ Avail Chummer.Gear
+ Avail10 Chummer.Gear
+ Avail3 Chummer.Gear
+ Avail6 Chummer.Gear
+ Bonded Chummer.Gear
+ Bonus Chummer.Gear
+ CalculatedArmorCapacity Chummer.Gear
+ CalculatedCapacity Chummer.Gear
+ CalculatedCost Chummer.Gear
+ Capacity Chummer.Gear
+ CapacityRemaining Chummer.Gear
+ Category Chummer.Gear
+ ChildAvailModifier Chummer.Gear
+ ChildCostMultiplier Chummer.Gear
+ Children Chummer.Gear
+ Commlink (Character objCharacter) (defined in Chummer.Commlink )Chummer.Commlink
+ ConditionMonitor Chummer.Commlink
+ Copy (Commlink objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)Chummer.Commlink
+ Chummer::Gear.Copy (Gear objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)Chummer.Gear
+ Cost Chummer.Gear
+ Cost10 Chummer.Gear
+ Cost3 Chummer.Gear
+ Cost6 Chummer.Gear
+ CostFor Chummer.Gear
+ Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, bool blnAddImprovements=true, bool blnCreateChildren=true)Chummer.Commlink
+ Chummer::Gear.Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, string strForceValue="", bool blnHacked=false, bool blnInherent=false, bool blnAddImprovements=true, bool blnCreateChildren=true, bool blnAerodynamic=false)Chummer.Gear
+ CreateChildren (XmlDocument objXmlGearDocument, XmlNode objXmlGear, Gear objParent, TreeNode objNode, Character objCharacter, bool blnHacked) (defined in Chummer.Gear )Chummer.Gear protected
+ DiscountCost Chummer.Gear
+ DisplayCategory Chummer.Gear
+ DisplayName Chummer.Gear
+ DisplayNameShort Chummer.Gear
+ Equipped Chummer.Gear
+ Extra Chummer.Gear
+ Firewall Chummer.Commlink
+ Gear (Character objCharacter) (defined in Chummer.Gear )Chummer.Gear
+ GearName Chummer.Gear
+ HomeNode Chummer.Gear
+ IncludedInParent Chummer.Gear
+ InternalId Chummer.Gear
+ IsActive Chummer.Commlink
+ IsErgonomic Chummer.Gear
+ IsLivingPersona Chummer.Commlink
+ IsProgram Chummer.Gear
+ Load (XmlNode objNode, bool blnCopy=false)Chummer.Commlink
+ Location Chummer.Gear
+ MaxRating Chummer.Gear
+ MinRating Chummer.Gear
+ Name Chummer.Gear
+ Notes Chummer.Gear
+ OwnCost Chummer.Gear
+ Page Chummer.Gear
+ Parent Chummer.Gear
+ PluginArmorCapacity Chummer.Gear
+ PluginCapacity Chummer.Gear
+ Print (XmlTextWriter objWriter)Chummer.Commlink
+ ProcessorLimit Chummer.Commlink
+ Quantity Chummer.Gear
+ Rating Chummer.Gear
+ Response Chummer.Commlink
+ Save (XmlTextWriter objWriter)Chummer.Commlink
+ Signal Chummer.Commlink
+ Source Chummer.Gear
+ System Chummer.Commlink
+ TotalAvail (bool blnCalculateAdditions=false, bool blnForceEnglish=false)Chummer.Gear
+ TotalCost Chummer.Gear
+ TotalFirewall Chummer.Commlink
+ TotalResponse Chummer.Commlink
+ TotalSignal Chummer.Commlink
+ TotalSystem Chummer.Commlink
+ WeaponBonus Chummer.Gear
+ WeaponBonusAP Chummer.Gear
+ WeaponBonusDamage (bool blnForceEnglish=false)Chummer.Gear
+ WeaponBonusRange Chummer.Gear
+ WeaponID Chummer.Gear
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_commlink.html b/docs/class_chummer_1_1_commlink.html
new file mode 100644
index 0000000..8164919
--- /dev/null
+++ b/docs/class_chummer_1_1_commlink.html
@@ -0,0 +1,955 @@
+
+
+
+
+
+
+Chummer: Chummer.Commlink Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Commlink Device.
+ More...
+
+
+
+
+
+
+
+
+
+
+
+ Commlink (Character objCharacter)
+
+void Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, bool blnAddImprovements=true, bool blnCreateChildren=true)
+
+void Copy (Commlink objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)
+ Copy a piece of Gear . More...
+
+new void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+new void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Gear from the XmlNode. More...
+
+new void Print (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+
+
+ Gear (Character objCharacter)
+
+void Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, string strForceValue="", bool blnHacked=false, bool blnInherent=false, bool blnAddImprovements=true, bool blnCreateChildren=true, bool blnAerodynamic=false)
+
+void Copy (Gear objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)
+ Copy a piece of Gear . More...
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Gear from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+string TotalAvail (bool blnCalculateAdditions=false, bool blnForceEnglish=false)
+ Total Availablility of the Gear and its accessories. More...
+
+string WeaponBonusDamage (bool blnForceEnglish=false)
+ Weapon Bonus Damage. More...
+
+
+
+new int Response [get, set]
+ Response. More...
+
+new int Signal [get, set]
+ Signal. More...
+
+bool IsLivingPersona [get, set]
+ Whether or not this Commlink is a Living Persona. This should only be set by the character when printing. More...
+
+bool IsActive [get, set]
+ Whether or not this Commlink is active and counting towards the character's Matrix Initiative. More...
+
+int TotalResponse [get]
+ Total Response including Commlink Upgrades. More...
+
+int TotalSignal [get]
+ Total Signal including Commlink Upgrades. More...
+
+new int Firewall [get]
+ Firewall. More...
+
+new int System [get]
+ System. More...
+
+int TotalFirewall [get]
+ Total Firewall including Commlink Operating System Upgrades. More...
+
+int TotalSystem [get]
+ Total System including Commlink Operating System Upgrades. More...
+
+int ProcessorLimit [get]
+ Commlink 's Processor Limit. More...
+
+int ConditionMonitor [get]
+ Matrix Condition Monitor for the Commlink . More...
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Gear in the Character . More...
+
+string WeaponID [get, set]
+ Guid of a Cyberware Weapon . More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+XmlNode WeaponBonus [get, set]
+ WeaponBonus node from the XML file. More...
+
+string Name [get, set]
+ Name. More...
+
+string GearName [get, set]
+ A custom name for the Gear assigned by the player. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Category. More...
+
+string Capacity [get, set]
+ Gear capacity. More...
+
+string ArmorCapacity [get, set]
+ Armor capacity. More...
+
+int MinRating [get, set]
+ Minimum Rating. More...
+
+int MaxRating [get, set]
+ Maximum Rating. More...
+
+int Rating [get, set]
+ Rating. More...
+
+int Quantity [get, set]
+ Quantity. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string Avail3 [get, set]
+ Availability for up to Rating 3. More...
+
+string Avail6 [get, set]
+ Availability for up to Rating 6. More...
+
+string Avail10 [get, set]
+ Availability for up to Rating 10. More...
+
+int CostFor [get, set]
+ Use for ammo. The number of rounds that the nuyen amount buys. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Cost3 [get, set]
+ Cost for up to Rating 3. More...
+
+string Cost6 [get, set]
+ Cost for up to Rating 6. More...
+
+string Cost10 [get, set]
+ Cost for up to Rating 10. More...
+
+string Extra [get, set]
+ Value that was selected during an ImprovementManager dialogue. More...
+
+bool Bonded [get, set]
+ Whether or not the Foci is bonded. More...
+
+bool Equipped [get, set]
+ Whether or not the Gear is equipped. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+List< Gear > Children [get]
+ A List of child pieces of Gear . More...
+
+string Notes [get, set]
+ Notes. More...
+
+int Signal [get, set]
+ Signal. More...
+
+int Response [get, set]
+ Response. More...
+
+int System [get, set]
+ System. More...
+
+int Firewall [get, set]
+ Firewall. More...
+
+string Location [get, set]
+ Location. More...
+
+bool HomeNode [get, set]
+ Whether or not an item is an A.I.'s Home Node. More...
+
+bool IsProgram [get]
+ Whether or not the Gear qualifies as a Program in the printout XML. More...
+
+bool IsErgonomic [get]
+ Whether or not the Gear has the Ergonomic Program Option. More...
+
+int ChildCostMultiplier [get, set]
+ Cost multiplier for Children attached to this Gear . More...
+
+int ChildAvailModifier [get, set]
+ Avail modifier for Children attached to this Gear . More...
+
+Gear Parent [get, set]
+ Parent Gear . More...
+
+bool DiscountCost [get, set]
+ Whether or not the Gear 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+bool IncludedInParent [get, set]
+ Whether or not the Gear is included in its parent item when purchased (currently applies to Armor only). More...
+
+string CalculatedCapacity [get]
+ Caculated Capacity of the Gear . More...
+
+string CalculatedArmorCapacity [get]
+ Caculated Armor Capacity of the Gear . More...
+
+int CalculatedCost [get]
+ Total cost of the just the Gear itself. More...
+
+int TotalCost [get]
+ Total cost of the Gear and its accessories. More...
+
+int OwnCost [get]
+ The cost of just the Gear itself. More...
+
+int PluginCapacity [get]
+ The Gear 's Capacity cost if used as a plugin. More...
+
+int PluginArmorCapacity [get]
+ The Gear 's Capacity cost if used as an Armor plugin. More...
+
+int CapacityRemaining [get]
+ The amount of Capacity remaining in the Gear . More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string WeaponBonusAP [get]
+ Weapon Bonus AP. More...
+
+int WeaponBonusRange [get]
+ Weapon Bonus Range. More...
+
+
+
+
+
+void CreateChildren (XmlDocument objXmlGearDocument, XmlNode objXmlGear, Gear objParent, TreeNode objNode, Character objCharacter, bool blnHacked)
+
+
+
+Guid _guiID = new Guid()
+
+
+string _strName = ""
+
+
+string _strCategory = ""
+
+
+int _intMaxRating = 0
+
+
+int _intMinRating = 0
+
+
+int _intRating = 0
+
+
+int _intQty = 1
+
+
+string _strCapacity = ""
+
+
+string _strArmorCapacity = ""
+
+
+string _strAvail = ""
+
+
+string _strAvail3 = ""
+
+
+string _strAvail6 = ""
+
+
+string _strAvail10 = ""
+
+
+int _intCostFor = 1
+
+
+int _intSignal = 0
+
+
+string _strCost = ""
+
+
+string _strCost3 = ""
+
+
+string _strCost6 = ""
+
+
+string _strCost10 = ""
+
+
+string _strSource = ""
+
+
+string _strPage = ""
+
+
+string _strExtra = ""
+
+
+bool _blnBonded = false
+
+
+bool _blnEquipped = true
+
+
+bool _blnHomeNode = false
+
+
+XmlNode _nodBonus
+
+
+XmlNode _nodWeaponBonus
+
+
+Guid _guiWeaponID = new Guid()
+
+
+List< Gear > _objChildren = new List<Gear >()
+
+
+string _strNotes = ""
+
+
+string _strLocation = ""
+
+
+Character _objCharacter
+
+
+string _strAltName = ""
+
+
+string _strAltCategory = ""
+
+
+string _strAltPage = ""
+
+
+Gear _objParent = null
+
+
+bool _blnDiscountCost = false
+
+
+string _strGearName = ""
+
+
+bool _blnIncludedInParent = false
+
+
+
+
+
+
+
+
+
+ void Chummer.Commlink.Copy
+ (
+ Commlink
+ objGear ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes
+
+
+
+ )
+
+
+
+
+
+
Copy a piece of Gear .
+
Parameters
+
+ objGear Gear object to copy.
+ objNode TreeNode created by copying the item.
+ objWeapons List of Weapons created by copying the item.
+ objWeaponNodes List of Weapon TreeNodes created by copying the item.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Commlink.Create
+ (
+ XmlNode
+ objXmlGear ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ int
+ intRating ,
+
+
+
+
+ bool
+ blnAddImprovements = true,
+
+
+
+
+ bool
+ blnCreateChildren = true
+
+
+
+ )
+
+
+
+
+
Create a Commlink from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlGear XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ intRating Gear Rating.
+ blnAddImprovements Whether or not Improvements should be added to the character.
+ blnCreateChildren Whether or not child Gear should be created.
+
+
+
+
+
+
+
+
+
+
+
+ new void Chummer.Commlink.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Gear from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ new void Chummer.Commlink.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ new void Chummer.Commlink.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Commlink.ConditionMonitor
+
+
+
+
+get
+
+
+
+
+
Matrix Condition Monitor for the Commlink .
+
+
+
+
+
+
+
+
+
+
+
+ new int Chummer.Commlink.Firewall
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Commlink.IsActive
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Commlink is active and counting towards the character's Matrix Initiative.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Commlink.IsLivingPersona
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Commlink is a Living Persona. This should only be set by the character when printing.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Commlink.ProcessorLimit
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ new int Chummer.Commlink.Response
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ new int Chummer.Commlink.Signal
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ new int Chummer.Commlink.System
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Commlink.TotalFirewall
+
+
+
+
+get
+
+
+
+
+
Total Firewall including Commlink Operating System Upgrades.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Commlink.TotalResponse
+
+
+
+
+get
+
+
+
+
+
Total Response including Commlink Upgrades.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Commlink.TotalSignal
+
+
+
+
+get
+
+
+
+
+
Total Signal including Commlink Upgrades.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Commlink.TotalSystem
+
+
+
+
+get
+
+
+
+
+
Total System including Commlink Operating System Upgrades.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_commlink.png b/docs/class_chummer_1_1_commlink.png
new file mode 100644
index 0000000..124b306
Binary files /dev/null and b/docs/class_chummer_1_1_commlink.png differ
diff --git a/docs/class_chummer_1_1_common_functions-members.html b/docs/class_chummer_1_1_common_functions-members.html
new file mode 100644
index 0000000..4b8edef
--- /dev/null
+++ b/docs/class_chummer_1_1_common_functions-members.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.CommonFunctions , including all inherited members.
+
+ BuildCyberwareTree (Cyberware objCyberware, TreeNode objParentNode, ContextMenuStrip objMenu, ContextMenuStrip objGearMenu)Chummer.CommonFunctions
+ BuildGearTree (Gear objGear, TreeNode objNode, ContextMenuStrip objMenu)Chummer.CommonFunctions
+ ClearNodeBackground (TreeView treTree, TreeNode objHighlighted)Chummer.CommonFunctions
+ CommonFunctions (Character objCharacter) (defined in Chummer.CommonFunctions )Chummer.CommonFunctions
+ ConfirmDelete (string strMessage)Chummer.CommonFunctions
+ CreateArmorTreeNode (Armor objArmor, TreeView treArmor, ContextMenuStrip cmsArmor, ContextMenuStrip cmsArmorMod, ContextMenuStrip cmsArmorGear)Chummer.CommonFunctions
+ CreateVehicleTreeNode (Vehicle objVehicle, TreeView treVehicles, ContextMenuStrip cmsVehicle, ContextMenuStrip cmsVehicleLocation, ContextMenuStrip cmsVehicleWeapon, ContextMenuStrip cmsWeaponMod, ContextMenuStrip cmsWeaponAccessory, ContextMenuStrip cmsWeaponAccessoryGear, ContextMenuStrip cmsVehicleGear)Chummer.CommonFunctions
+ CreateWeaponTreeNode (Weapon objWeapon, TreeNode objWeaponsNode, ContextMenuStrip cmsWeapon, ContextMenuStrip cmsWeaponMod, ContextMenuStrip cmsWeaponAccessory, ContextMenuStrip cmsWeaponAccessoryGear)Chummer.CommonFunctions
+ DeleteGear (Gear objGear, TreeView treWeapons, ImprovementManager objImprovementManager)Chummer.CommonFunctions
+ DeleteVehicleGear (Gear objGear, TreeView treVehicles, Vehicle objVehicle)Chummer.CommonFunctions
+ FindArmor (string strGuid, List< Armor > lstArmors)Chummer.CommonFunctions
+ FindArmorGear (string strGuid, List< Armor > lstArmors, out Armor objFoundArmor)Chummer.CommonFunctions
+ FindArmorMod (string strGuid, List< Armor > lstArmors)Chummer.CommonFunctions
+ FindCharacterCommlinks (List< Gear > lstGear)Chummer.CommonFunctions
+ FindCritterPower (string strGuid, List< CritterPower > lstCritterPowers)Chummer.CommonFunctions
+ FindCyberware (string strGuid, List< Cyberware > lstCyberware)Chummer.CommonFunctions
+ FindCyberwareGear (string strGuid, List< Cyberware > lstCyberware, out Cyberware objFoundCyberware)Chummer.CommonFunctions
+ FindGear (string strGuid, List< Gear > lstGear)Chummer.CommonFunctions
+ FindGearByWeaponID (string strGuid, List< Gear > lstGear)Chummer.CommonFunctions
+ FindLifestyle (string strGuid, List< Lifestyle > lstLifestyles)Chummer.CommonFunctions
+ FindMartialArt (string strName, List< MartialArt > lstMartialArts)Chummer.CommonFunctions
+ FindMartialArtAdvantage (string strGuid, List< MartialArt > lstMartialArts, out MartialArt objFoundMartialArt)Chummer.CommonFunctions
+ FindMartialArtManeuver (string strGuid, List< MartialArtManeuver > lstManeuvers)Chummer.CommonFunctions
+ FindMetamagic (string strGuid, List< Metamagic > lstMetamagics)Chummer.CommonFunctions
+ FindNode (string strGuid, TreeView treTree)Chummer.CommonFunctions
+ FindNode (string strGuid, TreeNode objNode)Chummer.CommonFunctions
+ FindQuality (string strGuid, List< Quality > lstQualities)Chummer.CommonFunctions
+ FindSpell (string strGuid, List< Spell > lstSpells)Chummer.CommonFunctions
+ FindTechProgram (string strGuid, List< TechProgram > lstPrograms)Chummer.CommonFunctions
+ FindTechProgramOption (string strGuid, List< TechProgram > lstPrograms, out TechProgram objFoundProgram)Chummer.CommonFunctions
+ FindVehicle (string strGuid, List< Vehicle > lstVehicles)Chummer.CommonFunctions
+ FindVehicleCyberware (string strGuid, List< Vehicle > lstVehicles)Chummer.CommonFunctions
+ FindVehicleGear (string strGuid, List< Vehicle > lstVehicles, out Vehicle objFoundVehicle)Chummer.CommonFunctions
+ FindVehicleMod (string strGuid, List< Vehicle > lstVehicles, out Vehicle objFoundVehicle)Chummer.CommonFunctions
+ FindVehicleWeapon (string strGuid, List< Vehicle > lstVehicles, out Vehicle objFoundVehicle)Chummer.CommonFunctions
+ FindVehicleWeaponAccessory (string strGuid, List< Vehicle > lstVehicles)Chummer.CommonFunctions
+ FindVehicleWeaponMod (string strGuid, List< Vehicle > lstVehicles)Chummer.CommonFunctions
+ FindWeapon (string strGuid, List< Weapon > lstWeaopns)Chummer.CommonFunctions
+ FindWeaponAccessory (string strGuid, List< Weapon > lstWeapons)Chummer.CommonFunctions
+ FindWeaponGear (string strGuid, List< Weapon > lstWeapons, out WeaponAccessory objFoundAccessory)Chummer.CommonFunctions
+ FindWeaponMod (string strGuid, List< Weapon > lstWeapons)Chummer.CommonFunctions
+ OpenPDF (string strSource)Chummer.CommonFunctions
+ SortTree (TreeView treTree)Chummer.CommonFunctions
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_common_functions.html b/docs/class_chummer_1_1_common_functions.html
new file mode 100644
index 0000000..7011eda
--- /dev/null
+++ b/docs/class_chummer_1_1_common_functions.html
@@ -0,0 +1,1849 @@
+
+
+
+
+
+
+Chummer: Chummer.CommonFunctions Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CommonFunctions (Character objCharacter)
+
+Gear FindGear (string strGuid, List< Gear > lstGear)
+ Locate a piece of Gear . More...
+
+Gear FindGearByWeaponID (string strGuid, List< Gear > lstGear)
+ Locate a piece of Gear by matching on its Weapon ID. More...
+
+Gear FindVehicleGear (string strGuid, List< Vehicle > lstVehicles, out Vehicle objFoundVehicle)
+ Locate a piece of Gear within the character's Vehicles. More...
+
+Vehicle FindVehicle (string strGuid, List< Vehicle > lstVehicles)
+ Locate a Vehicle within the character's Vehicles. More...
+
+VehicleMod FindVehicleMod (string strGuid, List< Vehicle > lstVehicles, out Vehicle objFoundVehicle)
+ Locate a VehicleMod within the character's Vehicles. More...
+
+Weapon FindVehicleWeapon (string strGuid, List< Vehicle > lstVehicles, out Vehicle objFoundVehicle)
+ Locate a Weapon within the character's Vehicles. More...
+
+WeaponAccessory FindVehicleWeaponAccessory (string strGuid, List< Vehicle > lstVehicles)
+ Locate a Weapon Accessory within the character's Vehicles. More...
+
+WeaponMod FindVehicleWeaponMod (string strGuid, List< Vehicle > lstVehicles)
+ Locate a Weapon Mod within the character's Vehicles. More...
+
+Cyberware FindVehicleCyberware (string strGuid, List< Vehicle > lstVehicles)
+ Locate a piece of Cyberware within the character's Vehicles. More...
+
+Gear FindArmorGear (string strGuid, List< Armor > lstArmors, out Armor objFoundArmor)
+ Locate a piece of Gear within the character's Armors. More...
+
+Armor FindArmor (string strGuid, List< Armor > lstArmors)
+ Locate a piece of Armor within the character's Armors. More...
+
+ArmorMod FindArmorMod (string strGuid, List< Armor > lstArmors)
+ Locate an Armor Mod within the character's Armors. More...
+
+Gear FindCyberwareGear (string strGuid, List< Cyberware > lstCyberware, out Cyberware objFoundCyberware)
+ Locate a piece of Gear within the character's Cyberware . More...
+
+Weapon FindWeapon (string strGuid, List< Weapon > lstWeaopns)
+ Locate a Weapon within the character's Weapons. More...
+
+WeaponAccessory FindWeaponAccessory (string strGuid, List< Weapon > lstWeapons)
+ Locate a WeaponAccessory within the character's Weapons. More...
+
+WeaponMod FindWeaponMod (string strGuid, List< Weapon > lstWeapons)
+ Locate a WeaponMod within the character's Weapons. More...
+
+Gear FindWeaponGear (string strGuid, List< Weapon > lstWeapons, out WeaponAccessory objFoundAccessory)
+ Locate a piece of Gear within the character's Weapons. More...
+
+Lifestyle FindLifestyle (string strGuid, List< Lifestyle > lstLifestyles)
+ Locate a Lifestyle within the character's Lifestyles. More...
+
+Cyberware FindCyberware (string strGuid, List< Cyberware > lstCyberware)
+ Locate a piece of Cyberware within the character's Cyberware . More...
+
+TechProgram FindTechProgram (string strGuid, List< TechProgram > lstPrograms)
+ Locate a Complex Form within the character's Complex Forms. More...
+
+TechProgramOption FindTechProgramOption (string strGuid, List< TechProgram > lstPrograms, out TechProgram objFoundProgram)
+ Locate a Complex Form Option within the character's Complex Forms. More...
+
+Spell FindSpell (string strGuid, List< Spell > lstSpells)
+ Locate a Spell within the character's Spells. More...
+
+CritterPower FindCritterPower (string strGuid, List< CritterPower > lstCritterPowers)
+ Locate a Critter Power within the character's Critter Powers. More...
+
+Quality FindQuality (string strGuid, List< Quality > lstQualities)
+ Locate a Quality within the character's Qualities. More...
+
+Metamagic FindMetamagic (string strGuid, List< Metamagic > lstMetamagics)
+ Locate a Metamagic within the character's Metamagics. More...
+
+MartialArt FindMartialArt (string strName, List< MartialArt > lstMartialArts)
+ Locate a Martial Art within the character's Martial Arts. More...
+
+MartialArtAdvantage FindMartialArtAdvantage (string strGuid, List< MartialArt > lstMartialArts, out MartialArt objFoundMartialArt)
+ Locate a Martial Art Advantage within the character's Martial Arts. More...
+
+MartialArtManeuver FindMartialArtManeuver (string strGuid, List< MartialArtManeuver > lstManeuvers)
+ Locate a Martial Art Maneuver within the character's Martial Art Maneuvers. More...
+
+TreeNode FindNode (string strGuid, TreeView treTree)
+ Find a TreeNode in a TreeView based on its Tag. More...
+
+TreeNode FindNode (string strGuid, TreeNode objNode)
+ Find a TreeNode in a TreeNode based on its Tag. More...
+
+List< Commlink > FindCharacterCommlinks (List< Gear > lstGear)
+ Find all of the Commlinks carried by the character. More...
+
+void DeleteGear (Gear objGear, TreeView treWeapons, ImprovementManager objImprovementManager)
+ Recursive method to delete a piece of Gear and its Improvements from the character. More...
+
+void DeleteVehicleGear (Gear objGear, TreeView treVehicles, Vehicle objVehicle)
+ Recursive method to delete a piece of Gear and from a Vehicle . More...
+
+void ClearNodeBackground (TreeView treTree, TreeNode objHighlighted)
+ Clear the background colour for all TreeNodes except the one currently being hovered over during a drag-and-drop operation. More...
+
+void BuildGearTree (Gear objGear, TreeNode objNode, ContextMenuStrip objMenu)
+ Build up the Tree for the current piece of Gear and all of its children. More...
+
+void BuildCyberwareTree (Cyberware objCyberware, TreeNode objParentNode, ContextMenuStrip objMenu, ContextMenuStrip objGearMenu)
+ Build up the Tree for the current piece of Cyberware and all of its children. More...
+
+void SortTree (TreeView treTree)
+ Sort the contents of a TreeView alphabetically within each group Node. More...
+
+void CreateArmorTreeNode (Armor objArmor, TreeView treArmor, ContextMenuStrip cmsArmor, ContextMenuStrip cmsArmorMod, ContextMenuStrip cmsArmorGear)
+ Add a piece of Armor to the Armor TreeView. More...
+
+void CreateVehicleTreeNode (Vehicle objVehicle, TreeView treVehicles, ContextMenuStrip cmsVehicle, ContextMenuStrip cmsVehicleLocation, ContextMenuStrip cmsVehicleWeapon, ContextMenuStrip cmsWeaponMod, ContextMenuStrip cmsWeaponAccessory, ContextMenuStrip cmsWeaponAccessoryGear, ContextMenuStrip cmsVehicleGear)
+ Add a Vehicle to the TreeView. More...
+
+void CreateWeaponTreeNode (Weapon objWeapon, TreeNode objWeaponsNode, ContextMenuStrip cmsWeapon, ContextMenuStrip cmsWeaponMod, ContextMenuStrip cmsWeaponAccessory, ContextMenuStrip cmsWeaponAccessoryGear)
+ Add a Weapon to the TreeView. More...
+
+void OpenPDF (string strSource)
+ Open a PDF file using the provided source information. More...
+
+bool ConfirmDelete (string strMessage)
+ Verify that the user wants to delete an item. More...
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.BuildCyberwareTree
+ (
+ Cyberware
+ objCyberware ,
+
+
+
+
+ TreeNode
+ objParentNode ,
+
+
+
+
+ ContextMenuStrip
+ objMenu ,
+
+
+
+
+ ContextMenuStrip
+ objGearMenu
+
+
+
+ )
+
+
+
+
+
+
Build up the Tree for the current piece of Cyberware and all of its children.
+
Parameters
+
+ objCyberware Cyberware to iterate through.
+ objParentNode TreeNode to append to.
+ objMenu ContextMenuStrip that the new Cyberware TreeNodes should use.
+ objGearMenu ContextMenuStrip that the new Gear TreeNodes should use.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.BuildGearTree
+ (
+ Gear
+ objGear ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ ContextMenuStrip
+ objMenu
+
+
+
+ )
+
+
+
+
+
+
Build up the Tree for the current piece of Gear and all of its children.
+
Parameters
+
+ objGear Gear to iterate through.
+ objNode TreeNode to append to.
+ objMenu ContextMenuStrip that the new TreeNodes should use.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.ClearNodeBackground
+ (
+ TreeView
+ treTree ,
+
+
+
+
+ TreeNode
+ objHighlighted
+
+
+
+ )
+
+
+
+
+
+
Clear the background colour for all TreeNodes except the one currently being hovered over during a drag-and-drop operation.
+
Parameters
+
+ treTree TreeView to check.
+ objHighlighted TreeNode that is currently being hovered over.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CommonFunctions.ConfirmDelete
+ (
+ string
+ strMessage )
+
+
+
+
+
+
Verify that the user wants to delete an item.
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.CreateArmorTreeNode
+ (
+ Armor
+ objArmor ,
+
+
+
+
+ TreeView
+ treArmor ,
+
+
+
+
+ ContextMenuStrip
+ cmsArmor ,
+
+
+
+
+ ContextMenuStrip
+ cmsArmorMod ,
+
+
+
+
+ ContextMenuStrip
+ cmsArmorGear
+
+
+
+ )
+
+
+
+
+
+
Add a piece of Armor to the Armor TreeView.
+
Parameters
+
+ objArmor Armor to add.
+ treArmor Armor TreeView.
+ cmsArmor ContextMenuStrip for the Armor Node.
+ cmsArmorMod ContextMenuStrip for Armor Mod Nodes.
+ cmsArmorGear ContextMenuStrip for Armor Gear Nodes.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.CreateVehicleTreeNode
+ (
+ Vehicle
+ objVehicle ,
+
+
+
+
+ TreeView
+ treVehicles ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicle ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleLocation ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleWeapon ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponMod ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponAccessory ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponAccessoryGear ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleGear
+
+
+
+ )
+
+
+
+
+
+
Add a Vehicle to the TreeView.
+
Parameters
+
+ objVehicle Vehicle to add.
+ treVehicles Vehicle TreeView.
+ cmsVehicle ContextMenuStrip for the Vehicle Node.
+ cmsVehicleLocation ContextMenuStrip for Vehicle Location Nodes.
+ cmsVehicleWeapon ContextMenuStrip for Vehicle Weapon Nodes.
+ cmsWeaponMod ContextMenuStrip for Vehicle Weapon Mod Nodes.
+ cmsWeaponAccessory ContextMenuStrip for Vehicle Weapon Accessory Nodes.
+ cmsVehicleGear ContextMenuStrip for Vehicle Gear Nodes.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.CreateWeaponTreeNode
+ (
+ Weapon
+ objWeapon ,
+
+
+
+
+ TreeNode
+ objWeaponsNode ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeapon ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponMod ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponAccessory ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponAccessoryGear
+
+
+
+ )
+
+
+
+
+
+
Add a Weapon to the TreeView.
+
Parameters
+
+ objWeapon Weapon to add.
+ objWeaponsNode Node to append the Weapon Node to.
+ cmsWeapon ContextMenuStrip for the Weapon Node.
+ cmsWeaponMod ContextMenuStrip for Weapon Mod Nodes.
+ cmsWeaponAccessory ContextMenuStrip for Vehicle Accessory Nodes.
+ cmsWeaponAccessoryGear ContextMenuStrip for Vehicle Weapon Accessory Gear Nodes.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.DeleteGear
+ (
+ Gear
+ objGear ,
+
+
+
+
+ TreeView
+ treWeapons ,
+
+
+
+
+ ImprovementManager
+ objImprovementManager
+
+
+
+ )
+
+
+
+
+
+
Recursive method to delete a piece of Gear and its Improvements from the character.
+
Parameters
+
+ objGear Gear to delete.
+ treWeapons TreeView that holds the list of Weapons.
+ objImprovementManager Improvement Manager the character is using.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.DeleteVehicleGear
+ (
+ Gear
+ objGear ,
+
+
+
+
+ TreeView
+ treVehicles ,
+
+
+
+
+ Vehicle
+ objVehicle
+
+
+
+ )
+
+
+
+
+
+
Recursive method to delete a piece of Gear and from a Vehicle .
+
Parameters
+
+ objGear Gear to delete.
+ treVehicles TreeView that holds the list of Vehicles.
+ objVehicle Vehicle to remove items from.
+
+
+
+
+
+
+
+
+
+
+
+ Armor Chummer.CommonFunctions.FindArmor
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Armor >
+ lstArmors
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Armor within the character's Armors.
+
Parameters
+
+ strGuid InternalId of the Armor to Find.
+ lstArmors List of Armors to search.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.CommonFunctions.FindArmorGear
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Armor >
+ lstArmors ,
+
+
+
+
+ out Armor
+ objFoundArmor
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Gear within the character's Armors.
+
Parameters
+
+ strGuid InternalId of the Gear to find.
+ lstArmors List of Armors to search.
+ objFoundArmor Armor that the Gear was found in.
+
+
+
+
+
+
+
+
+
+
+
+ ArmorMod Chummer.CommonFunctions.FindArmorMod
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Armor >
+ lstArmors
+
+
+
+ )
+
+
+
+
+
+
Locate an Armor Mod within the character's Armors.
+
Parameters
+
+ strGuid InternalId of the ArmorMod to Find.
+ lstArmors List of Armors to search.
+
+
+
+
+
+
+
+
+
+
+
+ List<Commlink > Chummer.CommonFunctions.FindCharacterCommlinks
+ (
+ List< Gear >
+ lstGear )
+
+
+
+
+
+
Find all of the Commlinks carried by the character.
+
Parameters
+
+ lstGear List of Gear to search within for Commlinks.
+
+
+
+
+
+
+
+
+
+
+
+ CritterPower Chummer.CommonFunctions.FindCritterPower
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< CritterPower >
+ lstCritterPowers
+
+
+
+ )
+
+
+
+
+
+
Locate a Critter Power within the character's Critter Powers.
+
Parameters
+
+ strGuid InternalId of the Critter Power to find.
+ lstCritterPowers List of Critter Powers to search.
+
+
+
+
+
+
+
+
+
+
+
+ Cyberware Chummer.CommonFunctions.FindCyberware
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Cyberware >
+ lstCyberware
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.CommonFunctions.FindCyberwareGear
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Cyberware >
+ lstCyberware ,
+
+
+
+
+ out Cyberware
+ objFoundCyberware
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Gear within the character's Cyberware .
+
Parameters
+
+ strGuid InternalId of the Gear to find.
+ lstCyberware List of Cyberware to search.
+ objFoundCyberware Cyberware that the Gear was found in.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.CommonFunctions.FindGear
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Gear >
+ lstGear
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Gear .
+
Parameters
+
+ strGuid InternalId of the Gear to find.
+ lstGear List of Gear to search.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.CommonFunctions.FindGearByWeaponID
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Gear >
+ lstGear
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Gear by matching on its Weapon ID.
+
Parameters
+
+ strGuid InternalId of the Weapon to find.
+ lstGear List of Gear to search.
+
+
+
+
+
+
+
+
+
+
+
+ Lifestyle Chummer.CommonFunctions.FindLifestyle
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Lifestyle >
+ lstLifestyles
+
+
+
+ )
+
+
+
+
+
+
Locate a Lifestyle within the character's Lifestyles.
+
Parameters
+
+ strGuid InternalId of the Lifestyle to find.
+ lstLifestyles List of Lifestyles to search.
+
+
+
+
+
+
+
+
+
+
+
+ MartialArt Chummer.CommonFunctions.FindMartialArt
+ (
+ string
+ strName ,
+
+
+
+
+ List< MartialArt >
+ lstMartialArts
+
+
+
+ )
+
+
+
+
+
+
Locate a Martial Art within the character's Martial Arts.
+
Parameters
+
+ strName Name of the Martial Art to find.
+ lstMartialArts List of Martial Arts to search.
+
+
+
+
+
+
+
+
+
+
+
+ MartialArtAdvantage Chummer.CommonFunctions.FindMartialArtAdvantage
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< MartialArt >
+ lstMartialArts ,
+
+
+
+
+ out MartialArt
+ objFoundMartialArt
+
+
+
+ )
+
+
+
+
+
+
Locate a Martial Art Advantage within the character's Martial Arts.
+
Parameters
+
+ strGuid InternalId of the Martial Art Advantage to find.
+ lstMartialArts List of Martial Arts to search.
+ objFoundMartialArt MartialArt the Advantage was found in.
+
+
+
+
+
+
+
+
+
+
+
Locate a Martial Art Maneuver within the character's Martial Art Maneuvers.
+
Parameters
+
+ strGuid InternalId of the Martial Art Maneuver to find.
+ lstManeuvers List of Martial Art Maneuvers to search.
+
+
+
+
+
+
+
+
+
+
+
+ Metamagic Chummer.CommonFunctions.FindMetamagic
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Metamagic >
+ lstMetamagics
+
+
+
+ )
+
+
+
+
+
+
Locate a Metamagic within the character's Metamagics.
+
Parameters
+
+ strGuid InternalId of the Metamagic to find.
+ lstMetamagics List of Metamagics to search.
+
+
+
+
+
+
+
+
+
+
+
+ TreeNode Chummer.CommonFunctions.FindNode
+ (
+ string
+ strGuid ,
+
+
+
+
+ TreeView
+ treTree
+
+
+
+ )
+
+
+
+
+
+
Find a TreeNode in a TreeView based on its Tag.
+
Parameters
+
+ strGuid InternalId of the Node to find.
+ treTree TreeView to search.
+
+
+
+
+
+
+
+
+
+
+
+ TreeNode Chummer.CommonFunctions.FindNode
+ (
+ string
+ strGuid ,
+
+
+
+
+ TreeNode
+ objNode
+
+
+
+ )
+
+
+
+
+
+
Find a TreeNode in a TreeNode based on its Tag.
+
Parameters
+
+ strGuid InternalId of the Node to find.
+ objNode TreeNode to search.
+
+
+
+
+
+
+
+
+
+
+
+ Quality Chummer.CommonFunctions.FindQuality
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Quality >
+ lstQualities
+
+
+
+ )
+
+
+
+
+
+
Locate a Quality within the character's Qualities.
+
Parameters
+
+ strGuid InternalId of the Quality to find.
+ lstQualities List of Qualities to search.
+
+
+
+
+
+
+
+
+
+
+
+ Spell Chummer.CommonFunctions.FindSpell
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Spell >
+ lstSpells
+
+
+
+ )
+
+
+
+
+
+
Locate a Spell within the character's Spells.
+
Parameters
+
+ strGuid InternalId of the Spell to find.
+ lstSpells List of Spells to search.
+
+
+
+
+
+
+
+
+
+
+
+ TechProgram Chummer.CommonFunctions.FindTechProgram
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< TechProgram >
+ lstPrograms
+
+
+
+ )
+
+
+
+
+
+
Locate a Complex Form within the character's Complex Forms.
+
Parameters
+
+ strGuid InternalId of the Complex Form to find.
+ lstPrograms List of Complex Forms to search.
+
+
+
+
+
+
+
+
+
+
+
+ TechProgramOption Chummer.CommonFunctions.FindTechProgramOption
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< TechProgram >
+ lstPrograms ,
+
+
+
+
+ out TechProgram
+ objFoundProgram
+
+
+
+ )
+
+
+
+
+
+
Locate a Complex Form Option within the character's Complex Forms.
+
Parameters
+
+ strGuid InternalId of the Complex Form Option to Find.
+ lstPrograms List of Complex Forms to search.
+ objFoundProgram Complex Form that the Option was found in.
+
+
+
+
+
+
+
+
+
+
+
+ Vehicle Chummer.CommonFunctions.FindVehicle
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles
+
+
+
+ )
+
+
+
+
+
+
Locate a Vehicle within the character's Vehicles.
+
Parameters
+
+ strGuid InternalId of the Vehicle to Find.
+ lstArmors List of Vehicles to search.
+
+
+
+
+
+
+
+
+
+
+
+ Cyberware Chummer.CommonFunctions.FindVehicleCyberware
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Cyberware within the character's Vehicles.
+
Parameters
+
+ strGuid InternalId of the Cyberware to find.
+ lstVehicles List of Vehicles to search.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.CommonFunctions.FindVehicleGear
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles ,
+
+
+
+
+ out Vehicle
+ objFoundVehicle
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Gear within the character's Vehicles.
+
Parameters
+
+ strGuid InternalId of the Gear to find.
+ lstVehicles List of Vehicles to search.
+ objFoundVehicle Vehicle that the Gear was found in.
+
+
+
+
+
+
+
+
+
+
+
+ VehicleMod Chummer.CommonFunctions.FindVehicleMod
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles ,
+
+
+
+
+ out Vehicle
+ objFoundVehicle
+
+
+
+ )
+
+
+
+
+
+
Locate a VehicleMod within the character's Vehicles.
+
Parameters
+
+ strGuid InternalId of the VehicleMod to find.
+ lstArmors List of Vehicles to search.
+ objFoundArmor Vehicle that the VehicleMod was found in.
+
+
+
+
+
+
+
+
+
+
+
+ Weapon Chummer.CommonFunctions.FindVehicleWeapon
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles ,
+
+
+
+
+ out Vehicle
+ objFoundVehicle
+
+
+
+ )
+
+
+
+
+
+
Locate a Weapon within the character's Vehicles.
+
Parameters
+
+ strGuid InteralId of the Weapon to find.
+ lstVehicles List of Vehicles to search.
+ objFoundVehicle Vehicle that the Weapon was found in.
+
+
+
+
+
+
+
+
+
+
+
+ WeaponAccessory Chummer.CommonFunctions.FindVehicleWeaponAccessory
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles
+
+
+
+ )
+
+
+
+
+
+
Locate a Weapon Accessory within the character's Vehicles.
+
Parameters
+
+ strGuid InternalId of the Weapon Accessory to find.
+ lstVehicles List of Vehicles to search.
+
+
+
+
+
+
+
+
+
+
+
+ WeaponMod Chummer.CommonFunctions.FindVehicleWeaponMod
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Vehicle >
+ lstVehicles
+
+
+
+ )
+
+
+
+
+
+
Locate a Weapon Mod within the character's Vehicles.
+
Parameters
+
+ strGuid InternalId of the Weapon Accessory to find.
+ lstVehicles List of Vehicles to search.
+
+
+
+
+
+
+
+
+
+
+
+ Weapon Chummer.CommonFunctions.FindWeapon
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Weapon >
+ lstWeaopns
+
+
+
+ )
+
+
+
+
+
+
Locate a Weapon within the character's Weapons.
+
Parameters
+
+ strGuid InternalId of the Weapon to find.
+ lstWeaopns List of Weapons to search.
+
+
+
+
+
+
+
+
+
+
+
+ WeaponAccessory Chummer.CommonFunctions.FindWeaponAccessory
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Weapon >
+ lstWeapons
+
+
+
+ )
+
+
+
+
+
+
Locate a WeaponAccessory within the character's Weapons.
+
Parameters
+
+ strGuid InternalId of the WeaponAccessory to find.
+ lstWeapons List of Weapons to search.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.CommonFunctions.FindWeaponGear
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Weapon >
+ lstWeapons ,
+
+
+
+
+ out WeaponAccessory
+ objFoundAccessory
+
+
+
+ )
+
+
+
+
+
+
Locate a piece of Gear within the character's Weapons.
+
Parameters
+
+ strGuid InternalId of the Gear to find.
+ lstWeapons List of Weapons to search.
+ objFoundAccessory WeaponAccessory that the Gear was found in.
+
+
+
+
+
+
+
+
+
+
+
+ WeaponMod Chummer.CommonFunctions.FindWeaponMod
+ (
+ string
+ strGuid ,
+
+
+
+
+ List< Weapon >
+ lstWeapons
+
+
+
+ )
+
+
+
+
+
+
Locate a WeaponMod within the character's Weapons.
+
Parameters
+
+ strGuid InternalId of the WeaponMod to find.
+ lstWeapons List of Weapons to search.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.OpenPDF
+ (
+ string
+ strSource )
+
+
+
+
+
+
Open a PDF file using the provided source information.
+
Parameters
+
+ strSource Book coode and page number to open.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CommonFunctions.SortTree
+ (
+ TreeView
+ treTree )
+
+
+
+
+
+
Sort the contents of a TreeView alphabetically within each group Node.
+
Parameters
+
+ treTree TreeView to sort.
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsCommon.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_contact-members.html b/docs/class_chummer_1_1_contact-members.html
new file mode 100644
index 0000000..53d9540
--- /dev/null
+++ b/docs/class_chummer_1_1_contact-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Contact , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_contact.html b/docs/class_chummer_1_1_contact.html
new file mode 100644
index 0000000..3172deb
--- /dev/null
+++ b/docs/class_chummer_1_1_contact.html
@@ -0,0 +1,608 @@
+
+
+
+
+
+
+Chummer: Chummer.Contact Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Contact or Enemy.
+ More...
+
+
+string Name [get, set]
+ Name of the Contact . More...
+
+int Connection [get, set]
+ Contact 's Connection Rating. More...
+
+int Loyalty [get, set]
+ Contact 's Loyalty Rating (or Enemy's Incidence Rating). More...
+
+int Group [get]
+ Contact 's Group Rating (applies to Contacts only). More...
+
+int Membership [get, set]
+ Connection Modifier: Membership. More...
+
+int AreaOfInfluence [get, set]
+ Connection Modifier: Area of Influence. More...
+
+int MagicalResources [get, set]
+ Connection Modifier: Magical Resources. More...
+
+int MatrixResources [get, set]
+ Connection Modifier: Matrix Resources: More...
+
+ContactType EntityType [get, set]
+ The Contact 's type, either Contact or Enemy. More...
+
+string FileName [get, set]
+ Name of the save file for this Contact . More...
+
+string RelativeFileName [get, set]
+ Relative path to the save file. More...
+
+string Notes [get, set]
+ Notes. More...
+
+string GroupName [get, set]
+ Group Name. More...
+
+Color Colour [get, set]
+ Contact Colour. More...
+
+bool Free [get, set]
+ Whether or not this is a free contact. More...
+
+
+
+
+
+
+
+
+
+ ContactType Chummer.Contact.ConvertToContactType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a ContactType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Contact.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Contact from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Contact.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Contact.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.AreaOfInfluence
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Area of Influence.
+
+
+
+
+
+
+
+
+
+
+
+ Color Chummer.Contact.Colour
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.Connection
+
+
+
+
+get set
+
+
+
+
+
Contact 's Connection Rating.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Contact.FileName
+
+
+
+
+get set
+
+
+
+
+
Name of the save file for this Contact .
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Contact.Free
+
+
+
+
+get set
+
+
+
+
+
Whether or not this is a free contact.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.Group
+
+
+
+
+get
+
+
+
+
+
Contact 's Group Rating (applies to Contacts only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Contact.GroupName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.Loyalty
+
+
+
+
+get set
+
+
+
+
+
Contact 's Loyalty Rating (or Enemy's Incidence Rating).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.MagicalResources
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Magical Resources.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.MatrixResources
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Matrix Resources:
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Contact.Membership
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Membership.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Contact.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Contact.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Contact.RelativeFileName
+
+
+
+
+get set
+
+
+
+
+
Relative path to the save file.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_contact_control-members.html b/docs/class_chummer_1_1_contact_control-members.html
new file mode 100644
index 0000000..e429112
--- /dev/null
+++ b/docs/class_chummer_1_1_contact_control-members.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ContactControl , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_contact_control.html b/docs/class_chummer_1_1_contact_control.html
new file mode 100644
index 0000000..911858a
--- /dev/null
+++ b/docs/class_chummer_1_1_contact_control.html
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+Chummer: Chummer.ContactControl Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+Contact ContactObject [get, set]
+ Contact object this is linked to. More...
+
+string ContactName [get, set]
+ Contact name. More...
+
+ContactType EntityType [get, set]
+ Indicates if this is a Contact or Enemy. More...
+
+int ConnectionRating [get, set]
+ Connection Rating. More...
+
+int GroupRating [get, set]
+ Group Rating. More...
+
+int MembershipRating [get, set]
+ Connection Modifier: Membership. More...
+
+int AreaOfInfluenceRating [get, set]
+ Connection Modifier: Area of Influence. More...
+
+int MagicalResourcesRating [get, set]
+ Connection Modifier: Magical Resources. More...
+
+int MatrixResourcesRating [get, set]
+ Connection Modifier: Matrix Resources. More...
+
+int LoyaltyRating [get, set]
+ Loyalty Rating. More...
+
+bool Free [get, set]
+ Whether or not this is a free Contact . More...
+
+
+
+
+ConnectionRatingChangedHandler ConnectionRatingChanged
+
+
+ConnectionGroupRatingChangedHandler ConnectionGroupRatingChanged
+
+
+LoyaltyRatingChangedHandler LoyaltyRatingChanged
+
+
+DeleteContactHandler DeleteContact
+
+
+FileNameChangedHandler FileNameChanged
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.ContactControl.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.AreaOfInfluenceRating
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Area of Influence.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.ConnectionRating
+
+
+
+
+get set
+
+
+
+
+
Connection Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ContactControl.ContactName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Contact Chummer.ContactControl.ContactObject
+
+
+
+
+get set
+
+
+
+
+
Contact object this is linked to.
+
+
+
+
+
+
+
+
Indicates if this is a Contact or Enemy.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.ContactControl.Free
+
+
+
+
+get set
+
+
+
+
+
Whether or not this is a free Contact .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.GroupRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.LoyaltyRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.MagicalResourcesRating
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Magical Resources.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.MatrixResourcesRating
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Matrix Resources.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ContactControl.MembershipRating
+
+
+
+
+get set
+
+
+
+
+
Connection Modifier: Membership.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/ContactControl.cs
+/Users/higelm/personal-git/chummer/Chummer/ContactControl.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_contact_control.png b/docs/class_chummer_1_1_contact_control.png
new file mode 100644
index 0000000..f29d80b
Binary files /dev/null and b/docs/class_chummer_1_1_contact_control.png differ
diff --git a/docs/class_chummer_1_1_critter_power-members.html b/docs/class_chummer_1_1_critter_power-members.html
new file mode 100644
index 0000000..cd9ee4c
--- /dev/null
+++ b/docs/class_chummer_1_1_critter_power-members.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.CritterPower , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_critter_power.html b/docs/class_chummer_1_1_critter_power.html
new file mode 100644
index 0000000..9f072c8
--- /dev/null
+++ b/docs/class_chummer_1_1_critter_power.html
@@ -0,0 +1,787 @@
+
+
+
+
+
+
+Chummer: Chummer.CritterPower Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Critter Power .
+ More...
+
+
+
+ CritterPower (Character objCharacter)
+
+void Create (XmlNode objXmlPowerNode, Character objCharacter, TreeNode objNode, int intRating=0, string strForcedValue="")
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Critter Power from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Critter Power in the Improvement system. More...
+
+string Name [get, set]
+ Power 's name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+string Extra [get, set]
+ Extra information that should be applied to the name, like a linked Attribute . More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Page Number. More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Category. More...
+
+string Type [get, set]
+ Type. More...
+
+string DisplayType [get]
+ Translated Type. More...
+
+string Action [get, set]
+ Action. More...
+
+string DisplayAction [get]
+ Translated Action. More...
+
+string Range [get, set]
+ Range. More...
+
+string DisplayRange [get]
+ Translated Range. More...
+
+string Duration [get, set]
+ Duration. More...
+
+string DisplayDuration [get]
+ Translated Duration. More...
+
+double PowerPoints [get, set]
+ Power Points used by the Critter Power (Free Spirits only). More...
+
+string Notes [get, set]
+ Notes. More...
+
+bool CountTowardsLimit [get, set]
+ Whether or not the Critter Power counts towards their total number of Critter Powers. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.CritterPower.Create
+ (
+ XmlNode
+ objXmlPowerNode ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ int
+ intRating = 0,
+
+
+
+
+ string
+ strForcedValue = ""
+
+
+
+ )
+
+
+
+
+
Create a Critter Power from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlPowerNode XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ intRating Selected Rating for the Gear .
+ strForcedValue Value to forcefully select for any ImprovementManager prompts.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CritterPower.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Critter Power from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CritterPower.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.CritterPower.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Action
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.CritterPower.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.CritterPower.CountTowardsLimit
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Critter Power counts towards their total number of Critter Powers.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayAction
+
+
+
+
+get
+
+
+
+
+
Translated Action.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayDuration
+
+
+
+
+get
+
+
+
+
+
Translated Duration.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayRange
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.DisplayType
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Duration
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Extra
+
+
+
+
+get set
+
+
+
+
+
Extra information that should be applied to the name, like a linked Attribute .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Critter Power in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Page
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.CritterPower.PowerPoints
+
+
+
+
+get set
+
+
+
+
+
Power Points used by the Critter Power (Free Spirits only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Range
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.CritterPower.Type
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_cyberware-members.html b/docs/class_chummer_1_1_cyberware-members.html
new file mode 100644
index 0000000..08fcdbc
--- /dev/null
+++ b/docs/class_chummer_1_1_cyberware-members.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Cyberware , including all inherited members.
+
+ AllowGear Chummer.Cyberware
+ AllowModularPlugins Chummer.Cyberware
+ Avail Chummer.Cyberware
+ Bonus Chummer.Cyberware
+ CalculatedCapacity Chummer.Cyberware
+ CalculatedESS Chummer.Cyberware
+ Capacity Chummer.Cyberware
+ CapacityRemaining Chummer.Cyberware
+ Category Chummer.Cyberware
+ Children Chummer.Cyberware
+ ConvertToCyberwareGrade (string strValue, Improvement.ImprovementSource objSource)Chummer.Cyberware
+ Cost Chummer.Cyberware
+ Create (XmlNode objXmlCyberware, Character objCharacter, Grade objGrade, Improvement.ImprovementSource objSource, int intRating, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, bool blnCreateImprovements=true, bool blnCreateChildren=true, string strForced="")Chummer.Cyberware
+ Cyberware (Character objCharacter) (defined in Chummer.Cyberware )Chummer.Cyberware
+ DiscountCost Chummer.Cyberware
+ DisplayCategory Chummer.Cyberware
+ DisplayName Chummer.Cyberware
+ DisplayNameShort Chummer.Cyberware
+ ESS Chummer.Cyberware
+ ESSDiscount Chummer.Cyberware
+ ForceGrade Chummer.Cyberware
+ Gear Chummer.Cyberware
+ Grade Chummer.Cyberware
+ InternalId Chummer.Cyberware
+ LimbSlot Chummer.Cyberware
+ Load (XmlNode objNode, bool blnCopy=false)Chummer.Cyberware
+ Location Chummer.Cyberware
+ MaxRating Chummer.Cyberware
+ MinRating Chummer.Cyberware
+ Name Chummer.Cyberware
+ Notes Chummer.Cyberware
+ OwnCost Chummer.Cyberware
+ Page Chummer.Cyberware
+ Parent Chummer.Cyberware
+ Print (XmlTextWriter objWriter)Chummer.Cyberware
+ Rating Chummer.Cyberware
+ Save (XmlTextWriter objWriter)Chummer.Cyberware
+ Source Chummer.Cyberware
+ SourceType Chummer.Cyberware
+ Subsytems Chummer.Cyberware
+ Suite Chummer.Cyberware
+ TotalAgility Chummer.Cyberware
+ TotalAvail Chummer.Cyberware
+ TotalBody Chummer.Cyberware
+ TotalCost Chummer.Cyberware
+ TotalStrength Chummer.Cyberware
+ WeaponID Chummer.Cyberware
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_cyberware.html b/docs/class_chummer_1_1_cyberware.html
new file mode 100644
index 0000000..de7d027
--- /dev/null
+++ b/docs/class_chummer_1_1_cyberware.html
@@ -0,0 +1,1376 @@
+
+
+
+
+
+
+Chummer: Chummer.Cyberware Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A piece of Cyberware .
+ More...
+
+
+Grade ConvertToCyberwareGrade (string strValue, Improvement.ImprovementSource objSource)
+ Convert a string to a Grade . More...
+
+
+ Cyberware (Character objCharacter)
+
+void Create (XmlNode objXmlCyberware, Character objCharacter, Grade objGrade, Improvement.ImprovementSource objSource, int intRating, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, bool blnCreateImprovements=true, bool blnCreateChildren=true, string strForced="")
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Cyberware in the Improvement system. More...
+
+string WeaponID [get, set]
+ Guid of a Cyberware Weapon . More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+XmlNode AllowGear [get, set]
+ AllowGear node from the XML file. More...
+
+Improvement.ImprovementSource SourceType [get, set]
+ ImprovementSource Type. More...
+
+string Name [get, set]
+ Cyberware name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Cyberware category. More...
+
+string LimbSlot [get, set]
+ The body "slot" a Cyberlimb occupies. More...
+
+string Location [get, set]
+ The location of a Cyberlimb. More...
+
+string ESS [get, set]
+ Essence cost of the Cyberware . More...
+
+string Capacity [get, set]
+ Cyberware capacity. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+int Rating [get, set]
+ Rating. More...
+
+int MinRating [get, set]
+ Minimum Rating. More...
+
+int MaxRating [get, set]
+ Maximum Rating. More...
+
+Grade Grade [get, set]
+ Grade level of the Cyberware . More...
+
+string Subsytems [get, set]
+ The Categories of allowable Subsystems. More...
+
+bool Suite [get, set]
+ Whether or not the piece of Cyberware is part of a Cyberware Suite. More...
+
+int ESSDiscount [get, set]
+ Essence cost discount. More...
+
+List< Cyberware > Children [get]
+ A List of child pieces of Cyberware . More...
+
+List< Gear > Gear [get]
+ A List of the Gear attached to the Cyberware . More...
+
+string Notes [get, set]
+ Notes. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Cyberware 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+Cyberware Parent [get, set]
+ Parent Cyberware . More...
+
+string ForceGrade [get]
+ Grade that the Cyberware should be forced to use, if applicable. More...
+
+string TotalAvail [get]
+ Total Availablility of the Cyberware and its plugins. More...
+
+string CalculatedCapacity [get]
+ Caculated Capacity of the Cyberware . More...
+
+decimal CalculatedESS [get]
+ Calculated Essence cost of the Cyberware . More...
+
+int TotalCost [get]
+ Total cost of the Cyberware and its plugins. More...
+
+int OwnCost [get]
+ Cost of just the Cyberware itself. More...
+
+int CapacityRemaining [get]
+ The amount of Capacity remaining in the Cyberware . More...
+
+int TotalStrength [get]
+ Cyberlimb Strength. More...
+
+int TotalBody [get]
+ Cyberlimb Body. More...
+
+int TotalAgility [get]
+ Cyberlimb Agility. More...
+
+bool AllowModularPlugins [get]
+ Whether or not the Cyberware is allowed to accept Modular Plugins. More...
+
+
+
+
+
+
+
+
+
+ Grade Chummer.Cyberware.ConvertToCyberwareGrade
+ (
+ string
+ strValue ,
+
+
+
+
+ Improvement.ImprovementSource
+ objSource
+
+
+
+ )
+
+
+
+
+
+
Convert a string to a Grade .
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Cyberware.Create
+ (
+ XmlNode
+ objXmlCyberware ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ Grade
+ objGrade ,
+
+
+
+
+ Improvement.ImprovementSource
+ objSource ,
+
+
+
+
+ int
+ intRating ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes ,
+
+
+
+
+ bool
+ blnCreateImprovements = true,
+
+
+
+
+ bool
+ blnCreateChildren = true,
+
+
+
+
+ string
+ strForced = ""
+
+
+
+ )
+
+
+
+
+
Create a Cyberware from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlCyberware XmlNode to create the object from.
+ objCharacter Character object the Cyberware will be added to.
+ objGrade Grade of the selected piece.
+ objSource Source of the piece.
+ intRating Selected Rating of the piece of Cyberware .
+ objNode TreeNode to populate a TreeView.
+ objWeapons List of Weapons that should be added to the Character .
+ objWeaponNodes List of TreeNode to represent the Weapons added.
+ blnCreateImprovements Whether or not Improvements should be created.
+ blnCreateChildren Whether or not child items should be created.
+ strForced Force a particular value to be selected by an Improvement prompts.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Cyberware.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Cyberware.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Cyberware.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Cyberware.AllowGear
+
+
+
+
+get set
+
+
+
+
+
AllowGear node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Cyberware.AllowModularPlugins
+
+
+
+
+get
+
+
+
+
+
Whether or not the Cyberware is allowed to accept Modular Plugins.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Cyberware.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.CalculatedCapacity
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Cyberware.CalculatedESS
+
+
+
+
+get
+
+
+
+
+
Calculated Essence cost of the Cyberware .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Capacity
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.CapacityRemaining
+
+
+
+
+get
+
+
+
+
+
The amount of Capacity remaining in the Cyberware .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Cyberware > Chummer.Cyberware.Children
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Cyberware.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Cyberware 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.ESS
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.ESSDiscount
+
+
+
+
+get set
+
+
+
+
+
Essence cost discount.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.ForceGrade
+
+
+
+
+get
+
+
+
+
+
Grade that the Cyberware should be forced to use, if applicable.
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.Cyberware.Gear
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ Grade Chummer.Cyberware.Grade
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this piece of Cyberware in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.LimbSlot
+
+
+
+
+get set
+
+
+
+
+
The body "slot" a Cyberlimb occupies.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Location
+
+
+
+
+get set
+
+
+
+
+
The location of a Cyberlimb.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.MaxRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.MinRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.OwnCost
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.Rating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Improvement.ImprovementSource Chummer.Cyberware.SourceType
+
+
+
+
+get set
+
+
+
+
+
ImprovementSource Type.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.Subsytems
+
+
+
+
+get set
+
+
+
+
+
The Categories of allowable Subsystems.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Cyberware.Suite
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.TotalAgility
+
+
+
+
+get
+
+
+
+
+
Cyberlimb Agility.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.TotalAvail
+
+
+
+
+get
+
+
+
+
+
Total Availablility of the Cyberware and its plugins.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.TotalBody
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Cyberware and its plugins.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Cyberware.TotalStrength
+
+
+
+
+get
+
+
+
+
+
Cyberlimb Strength.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Cyberware.WeaponID
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_equipment-members.html b/docs/class_chummer_1_1_equipment-members.html
new file mode 100644
index 0000000..afea561
--- /dev/null
+++ b/docs/class_chummer_1_1_equipment-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Equipment , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_equipment.html b/docs/class_chummer_1_1_equipment.html
new file mode 100644
index 0000000..1fe388b
--- /dev/null
+++ b/docs/class_chummer_1_1_equipment.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+Chummer: Chummer.Equipment Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_expense_log_entry-members.html b/docs/class_chummer_1_1_expense_log_entry-members.html
new file mode 100644
index 0000000..084cfa0
--- /dev/null
+++ b/docs/class_chummer_1_1_expense_log_entry-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ExpenseLogEntry , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_expense_log_entry.html b/docs/class_chummer_1_1_expense_log_entry.html
new file mode 100644
index 0000000..b7dfe82
--- /dev/null
+++ b/docs/class_chummer_1_1_expense_log_entry.html
@@ -0,0 +1,507 @@
+
+
+
+
+
+
+Chummer: Chummer.ExpenseLogEntry Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Exense Log Entry.
+ More...
+
+
+ExpenseType ConvertToExpenseType (string strValue)
+ Convert a string to an ExpenseType. More...
+
+void Create (int intKarma, string strReason, ExpenseType objExpenseType, DateTime datDate, bool blnRefund=false)
+ Create a new Expense Log Entry. More...
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the KarmaLogEntry from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get, set]
+ Internal identifier which will be used to identify this Expense Log Entry. More...
+
+DateTime Date [get, set]
+ Date the Exense Log Entry was made. More...
+
+int Amount [get, set]
+ Karma/Nuyen amount gained or spent. More...
+
+string Reason [get, set]
+ The Reason for the Entry expense. More...
+
+ExpenseType Type [get, set]
+ The Expense type. More...
+
+bool Refund [get, set]
+ Whether or not the Expense is a Karma refund. More...
+
+ExpenseUndo Undo [get, set]
+ Undo object. More...
+
+
+
+
+
+
+
+
+
+
+
+ ExpenseType Chummer.ExpenseLogEntry.ConvertToExpenseType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to an ExpenseType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseLogEntry.Create
+ (
+ int
+ intKarma ,
+
+
+
+
+ string
+ strReason ,
+
+
+
+
+ ExpenseType
+ objExpenseType ,
+
+
+
+
+ DateTime
+ datDate ,
+
+
+
+
+ bool
+ blnRefund = false
+
+
+
+ )
+
+
+
+
+
+
Create a new Expense Log Entry.
+
Parameters
+
+ intKarma Amount of the Karma/Nuyen expense.
+ strReason Reason for the Karma/Nueyn change.
+ objExpenseType Type of expense, either Karma or Nuyen.
+ datDate Date and time of the Expense.
+ blnRefund Whether or not this expense is a Karma refund.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseLogEntry.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the KarmaLogEntry from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseLogEntry.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseLogEntry.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ExpenseLogEntry.Amount
+
+
+
+
+get set
+
+
+
+
+
Karma/Nuyen amount gained or spent.
+
+
+
+
+
+
+
+
+
+
+
+ DateTime Chummer.ExpenseLogEntry.Date
+
+
+
+
+get set
+
+
+
+
+
Date the Exense Log Entry was made.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ExpenseLogEntry.InternalId
+
+
+
+
+get set
+
+
+
+
+
Internal identifier which will be used to identify this Expense Log Entry.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ExpenseLogEntry.Reason
+
+
+
+
+get set
+
+
+
+
+
The Reason for the Entry expense.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.ExpenseLogEntry.Refund
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Expense is a Karma refund.
+
+
+
+
+
+
+
+
+
+
+
+ ExpenseType Chummer.ExpenseLogEntry.Type
+
+
+
+
+get set
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsExpenses.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_expense_undo-members.html b/docs/class_chummer_1_1_expense_undo-members.html
new file mode 100644
index 0000000..3f4e65b
--- /dev/null
+++ b/docs/class_chummer_1_1_expense_undo-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ExpenseUndo , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_expense_undo.html b/docs/class_chummer_1_1_expense_undo.html
new file mode 100644
index 0000000..7c15c19
--- /dev/null
+++ b/docs/class_chummer_1_1_expense_undo.html
@@ -0,0 +1,438 @@
+
+
+
+
+
+
+Chummer: Chummer.ExpenseUndo Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Undo information for an Expense Log Entry.
+ More...
+
+
+
Undo information for an Expense Log Entry.
+
+
+
+
+
+
+ KarmaExpenseType Chummer.ExpenseUndo.ConvertToKarmaExpenseType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a KarmaExpenseType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ NuyenExpenseType Chummer.ExpenseUndo.ConvertToNuyenExpenseType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a NuyenExpenseType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseUndo.CreateKarma
+ (
+ KarmaExpenseType
+ objExpenseType ,
+
+
+
+
+ string
+ strObjectId
+
+
+
+ )
+
+
+
+
+
+
Create the ExpenseUndo Entry.
+
Parameters
+
+ objExpenseType Karma expense type.
+ strObjectId Object identifier.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseUndo.CreateNuyen
+ (
+ NuyenExpenseType
+ objExpenseType ,
+
+
+
+
+ string
+ strObjectId ,
+
+
+
+
+ int
+ intQty = 0
+
+
+
+ )
+
+
+
+
+
+
Create the ExpenseUndo Entry.
+
Parameters
+
+ objExpenseType Nuyen expense type.
+ strObjectId Object identifier.
+ intQty Amount of Nuyen.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseUndo.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the KarmaLogEntry from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ExpenseUndo.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ExpenseUndo.Extra
+
+
+
+
+get set
+
+
+
+
+
Extra information.
+
+
+
+
+
+
+
+
+
+
+
+ KarmaExpenseType Chummer.ExpenseUndo.KarmaType
+
+
+
+
+get set
+
+
+
+
+
Karma Expense Type.
+
+
+
+
+
+
+
+
+
+
+
+ NuyenExpenseType Chummer.ExpenseUndo.NuyenType
+
+
+
+
+get set
+
+
+
+
+
Nuyen Expense Type.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ExpenseUndo.ObjectId
+
+
+
+
+get set
+
+
+
+
+
Object InternalId.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ExpenseUndo.Qty
+
+
+
+
+get set
+
+
+
+
+
Quantity of items added (Nuyen only).
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsExpenses.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_focus-members.html b/docs/class_chummer_1_1_focus-members.html
new file mode 100644
index 0000000..4dbeeb3
--- /dev/null
+++ b/docs/class_chummer_1_1_focus-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Focus , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_focus.html b/docs/class_chummer_1_1_focus.html
new file mode 100644
index 0000000..af9178b
--- /dev/null
+++ b/docs/class_chummer_1_1_focus.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+Chummer: Chummer.Focus Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Focus .
+ More...
+
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Focus from the XmlNode. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.Focus.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Focus from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Focus.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Focus.GearId
+
+
+
+
+get set
+
+
+
+
+
GUID of the linked Gear .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Focus.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Focus in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Focus.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Focus.Rating
+
+
+
+
+get set
+
+
+
+
+
Rating of the Foci.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_gear-members.html b/docs/class_chummer_1_1_gear-members.html
new file mode 100644
index 0000000..3f22e90
--- /dev/null
+++ b/docs/class_chummer_1_1_gear-members.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Gear , including all inherited members.
+
+ _blnBonded (defined in Chummer.Gear )Chummer.Gear protected
+ _blnDiscountCost (defined in Chummer.Gear )Chummer.Gear protected
+ _blnEquipped (defined in Chummer.Gear )Chummer.Gear protected
+ _blnHomeNode (defined in Chummer.Gear )Chummer.Gear protected
+ _blnIncludedInParent (defined in Chummer.Gear )Chummer.Gear protected
+ _guiID (defined in Chummer.Gear )Chummer.Gear protected
+ _guiWeaponID (defined in Chummer.Gear )Chummer.Gear protected
+ _intCostFor (defined in Chummer.Gear )Chummer.Gear protected
+ _intMaxRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intMinRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intQty (defined in Chummer.Gear )Chummer.Gear protected
+ _intRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intSignal (defined in Chummer.Gear )Chummer.Gear protected
+ _nodBonus (defined in Chummer.Gear )Chummer.Gear protected
+ _nodWeaponBonus (defined in Chummer.Gear )Chummer.Gear protected
+ _objCharacter (defined in Chummer.Gear )Chummer.Gear protected
+ _objChildren (defined in Chummer.Gear )Chummer.Gear protected
+ _objParent (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltCategory (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltName (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltPage (defined in Chummer.Gear )Chummer.Gear protected
+ _strArmorCapacity (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail10 (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail3 (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail6 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCapacity (defined in Chummer.Gear )Chummer.Gear protected
+ _strCategory (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost10 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost3 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost6 (defined in Chummer.Gear )Chummer.Gear protected
+ _strExtra (defined in Chummer.Gear )Chummer.Gear protected
+ _strGearName (defined in Chummer.Gear )Chummer.Gear protected
+ _strLocation (defined in Chummer.Gear )Chummer.Gear protected
+ _strName (defined in Chummer.Gear )Chummer.Gear protected
+ _strNotes (defined in Chummer.Gear )Chummer.Gear protected
+ _strPage (defined in Chummer.Gear )Chummer.Gear protected
+ _strSource (defined in Chummer.Gear )Chummer.Gear protected
+ ArmorCapacity Chummer.Gear
+ Avail Chummer.Gear
+ Avail10 Chummer.Gear
+ Avail3 Chummer.Gear
+ Avail6 Chummer.Gear
+ Bonded Chummer.Gear
+ Bonus Chummer.Gear
+ CalculatedArmorCapacity Chummer.Gear
+ CalculatedCapacity Chummer.Gear
+ CalculatedCost Chummer.Gear
+ Capacity Chummer.Gear
+ CapacityRemaining Chummer.Gear
+ Category Chummer.Gear
+ ChildAvailModifier Chummer.Gear
+ ChildCostMultiplier Chummer.Gear
+ Children Chummer.Gear
+ Copy (Gear objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)Chummer.Gear
+ Cost Chummer.Gear
+ Cost10 Chummer.Gear
+ Cost3 Chummer.Gear
+ Cost6 Chummer.Gear
+ CostFor Chummer.Gear
+ Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, string strForceValue="", bool blnHacked=false, bool blnInherent=false, bool blnAddImprovements=true, bool blnCreateChildren=true, bool blnAerodynamic=false)Chummer.Gear
+ CreateChildren (XmlDocument objXmlGearDocument, XmlNode objXmlGear, Gear objParent, TreeNode objNode, Character objCharacter, bool blnHacked) (defined in Chummer.Gear )Chummer.Gear protected
+ DiscountCost Chummer.Gear
+ DisplayCategory Chummer.Gear
+ DisplayName Chummer.Gear
+ DisplayNameShort Chummer.Gear
+ Equipped Chummer.Gear
+ Extra Chummer.Gear
+ Firewall Chummer.Gear
+ Gear (Character objCharacter) (defined in Chummer.Gear )Chummer.Gear
+ GearName Chummer.Gear
+ HomeNode Chummer.Gear
+ IncludedInParent Chummer.Gear
+ InternalId Chummer.Gear
+ IsErgonomic Chummer.Gear
+ IsProgram Chummer.Gear
+ Load (XmlNode objNode, bool blnCopy=false)Chummer.Gear
+ Location Chummer.Gear
+ MaxRating Chummer.Gear
+ MinRating Chummer.Gear
+ Name Chummer.Gear
+ Notes Chummer.Gear
+ OwnCost Chummer.Gear
+ Page Chummer.Gear
+ Parent Chummer.Gear
+ PluginArmorCapacity Chummer.Gear
+ PluginCapacity Chummer.Gear
+ Print (XmlTextWriter objWriter)Chummer.Gear
+ Quantity Chummer.Gear
+ Rating Chummer.Gear
+ Response Chummer.Gear
+ Save (XmlTextWriter objWriter)Chummer.Gear
+ Signal Chummer.Gear
+ Source Chummer.Gear
+ System Chummer.Gear
+ TotalAvail (bool blnCalculateAdditions=false, bool blnForceEnglish=false)Chummer.Gear
+ TotalCost Chummer.Gear
+ WeaponBonus Chummer.Gear
+ WeaponBonusAP Chummer.Gear
+ WeaponBonusDamage (bool blnForceEnglish=false)Chummer.Gear
+ WeaponBonusRange Chummer.Gear
+ WeaponID Chummer.Gear
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_gear.html b/docs/class_chummer_1_1_gear.html
new file mode 100644
index 0000000..ccce997
--- /dev/null
+++ b/docs/class_chummer_1_1_gear.html
@@ -0,0 +1,1938 @@
+
+
+
+
+
+
+Chummer: Chummer.Gear Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Standard Character Gear .
+ More...
+
+
+
+
+
+
+
+
+
+
+
+
+ Gear (Character objCharacter)
+
+void Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, string strForceValue="", bool blnHacked=false, bool blnInherent=false, bool blnAddImprovements=true, bool blnCreateChildren=true, bool blnAerodynamic=false)
+
+void Copy (Gear objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)
+ Copy a piece of Gear . More...
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Gear from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+string TotalAvail (bool blnCalculateAdditions=false, bool blnForceEnglish=false)
+ Total Availablility of the Gear and its accessories. More...
+
+string WeaponBonusDamage (bool blnForceEnglish=false)
+ Weapon Bonus Damage. More...
+
+
+
+
+void CreateChildren (XmlDocument objXmlGearDocument, XmlNode objXmlGear, Gear objParent, TreeNode objNode, Character objCharacter, bool blnHacked)
+
+
+
+
+Guid _guiID = new Guid()
+
+
+string _strName = ""
+
+
+string _strCategory = ""
+
+
+int _intMaxRating = 0
+
+
+int _intMinRating = 0
+
+
+int _intRating = 0
+
+
+int _intQty = 1
+
+
+string _strCapacity = ""
+
+
+string _strArmorCapacity = ""
+
+
+string _strAvail = ""
+
+
+string _strAvail3 = ""
+
+
+string _strAvail6 = ""
+
+
+string _strAvail10 = ""
+
+
+int _intCostFor = 1
+
+
+int _intSignal = 0
+
+
+string _strCost = ""
+
+
+string _strCost3 = ""
+
+
+string _strCost6 = ""
+
+
+string _strCost10 = ""
+
+
+string _strSource = ""
+
+
+string _strPage = ""
+
+
+string _strExtra = ""
+
+
+bool _blnBonded = false
+
+
+bool _blnEquipped = true
+
+
+bool _blnHomeNode = false
+
+
+XmlNode _nodBonus
+
+
+XmlNode _nodWeaponBonus
+
+
+Guid _guiWeaponID = new Guid()
+
+
+List< Gear > _objChildren = new List<Gear >()
+
+
+string _strNotes = ""
+
+
+string _strLocation = ""
+
+
+Character _objCharacter
+
+
+string _strAltName = ""
+
+
+string _strAltCategory = ""
+
+
+string _strAltPage = ""
+
+
+Gear _objParent = null
+
+
+bool _blnDiscountCost = false
+
+
+string _strGearName = ""
+
+
+bool _blnIncludedInParent = false
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Gear in the Character . More...
+
+string WeaponID [get, set]
+ Guid of a Cyberware Weapon . More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+XmlNode WeaponBonus [get, set]
+ WeaponBonus node from the XML file. More...
+
+string Name [get, set]
+ Name. More...
+
+string GearName [get, set]
+ A custom name for the Gear assigned by the player. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Category. More...
+
+string Capacity [get, set]
+ Gear capacity. More...
+
+string ArmorCapacity [get, set]
+ Armor capacity. More...
+
+int MinRating [get, set]
+ Minimum Rating. More...
+
+int MaxRating [get, set]
+ Maximum Rating. More...
+
+int Rating [get, set]
+ Rating. More...
+
+int Quantity [get, set]
+ Quantity. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string Avail3 [get, set]
+ Availability for up to Rating 3. More...
+
+string Avail6 [get, set]
+ Availability for up to Rating 6. More...
+
+string Avail10 [get, set]
+ Availability for up to Rating 10. More...
+
+int CostFor [get, set]
+ Use for ammo. The number of rounds that the nuyen amount buys. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Cost3 [get, set]
+ Cost for up to Rating 3. More...
+
+string Cost6 [get, set]
+ Cost for up to Rating 6. More...
+
+string Cost10 [get, set]
+ Cost for up to Rating 10. More...
+
+string Extra [get, set]
+ Value that was selected during an ImprovementManager dialogue. More...
+
+bool Bonded [get, set]
+ Whether or not the Foci is bonded. More...
+
+bool Equipped [get, set]
+ Whether or not the Gear is equipped. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+List< Gear > Children [get]
+ A List of child pieces of Gear . More...
+
+string Notes [get, set]
+ Notes. More...
+
+int Signal [get, set]
+ Signal. More...
+
+int Response [get, set]
+ Response. More...
+
+int System [get, set]
+ System. More...
+
+int Firewall [get, set]
+ Firewall. More...
+
+string Location [get, set]
+ Location. More...
+
+bool HomeNode [get, set]
+ Whether or not an item is an A.I.'s Home Node. More...
+
+bool IsProgram [get]
+ Whether or not the Gear qualifies as a Program in the printout XML. More...
+
+bool IsErgonomic [get]
+ Whether or not the Gear has the Ergonomic Program Option. More...
+
+int ChildCostMultiplier [get, set]
+ Cost multiplier for Children attached to this Gear . More...
+
+int ChildAvailModifier [get, set]
+ Avail modifier for Children attached to this Gear . More...
+
+Gear Parent [get, set]
+ Parent Gear . More...
+
+bool DiscountCost [get, set]
+ Whether or not the Gear 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+bool IncludedInParent [get, set]
+ Whether or not the Gear is included in its parent item when purchased (currently applies to Armor only). More...
+
+string CalculatedCapacity [get]
+ Caculated Capacity of the Gear . More...
+
+string CalculatedArmorCapacity [get]
+ Caculated Armor Capacity of the Gear . More...
+
+int CalculatedCost [get]
+ Total cost of the just the Gear itself. More...
+
+int TotalCost [get]
+ Total cost of the Gear and its accessories. More...
+
+int OwnCost [get]
+ The cost of just the Gear itself. More...
+
+int PluginCapacity [get]
+ The Gear 's Capacity cost if used as a plugin. More...
+
+int PluginArmorCapacity [get]
+ The Gear 's Capacity cost if used as an Armor plugin. More...
+
+int CapacityRemaining [get]
+ The amount of Capacity remaining in the Gear . More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string WeaponBonusAP [get]
+ Weapon Bonus AP. More...
+
+int WeaponBonusRange [get]
+ Weapon Bonus Range. More...
+
+
+
+
Standard Character Gear .
+
+
+
+
+
+
+ void Chummer.Gear.Copy
+ (
+ Gear
+ objGear ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes
+
+
+
+ )
+
+
+
+
+
+
Copy a piece of Gear .
+
Parameters
+
+ objGear Gear object to copy.
+ objNode TreeNode for the copied item.
+ objWeapons List of Weapons created by the copied item.
+ objWeaponNodes List of TreeNodes for the Weapons created by the copied item.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Gear.Create
+ (
+ XmlNode
+ objXmlGear ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ int
+ intRating ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes ,
+
+
+
+
+ string
+ strForceValue = "",
+
+
+
+
+ bool
+ blnHacked = false,
+
+
+
+
+ bool
+ blnInherent = false,
+
+
+
+
+ bool
+ blnAddImprovements = true,
+
+
+
+
+ bool
+ blnCreateChildren = true,
+
+
+
+
+ bool
+ blnAerodynamic = false
+
+
+
+ )
+
+
+
+
+
Create a Gear from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlGear XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ intRating Selected Rating for the Gear .
+ objWeapons List of Weapons that should be added to the character.
+ objWeaponNodes List of TreeNodes to represent the added Weapons
+ strForceValue Value to forcefully select for any ImprovementManager prompts.
+ blnHacked Whether or not a Matrix Program has been hacked (removing the Copy Protection and Registration plugins).
+ blnInherent Whether or not a Program is Inherent to an A.I.
+ blnAddImprovements Whether or not Improvements should be added to the character.
+ blnCreateChildren Whether or not child Gear should be created.
+ blnAerodynamic Whether or not Weapons should be created as Aerodynamic.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Gear.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Gear from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Gear.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Gear.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.TotalAvail
+ (
+ bool
+ blnCalculateAdditions = false,
+
+
+
+
+ bool
+ blnForceEnglish = false
+
+
+
+ )
+
+
+
+
+
+
Total Availablility of the Gear and its accessories.
+
+
+
+
+
+
+
+
+ string Chummer.Gear.WeaponBonusDamage
+ (
+ bool
+ blnForceEnglish = false)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.ArmorCapacity
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Avail10
+
+
+
+
+get set
+
+
+
+
+
Availability for up to Rating 10.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Avail3
+
+
+
+
+get set
+
+
+
+
+
Availability for up to Rating 3.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Avail6
+
+
+
+
+get set
+
+
+
+
+
Availability for up to Rating 6.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.Bonded
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Foci is bonded.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Gear.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.CalculatedArmorCapacity
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.CalculatedCapacity
+
+
+
+
+get
+
+
+
+
+
Caculated Capacity of the Gear .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.CalculatedCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the just the Gear itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Capacity
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.CapacityRemaining
+
+
+
+
+get
+
+
+
+
+
The amount of Capacity remaining in the Gear .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.ChildAvailModifier
+
+
+
+
+get set
+
+
+
+
+
Avail modifier for Children attached to this Gear .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.ChildCostMultiplier
+
+
+
+
+get set
+
+
+
+
+
Cost multiplier for Children attached to this Gear .
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.Gear.Children
+
+
+
+
+get
+
+
+
+
+
A List of child pieces of Gear .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Cost10
+
+
+
+
+get set
+
+
+
+
+
Cost for up to Rating 10.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Cost3
+
+
+
+
+get set
+
+
+
+
+
Cost for up to Rating 3.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Cost6
+
+
+
+
+get set
+
+
+
+
+
Cost for up to Rating 6.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.CostFor
+
+
+
+
+get set
+
+
+
+
+
Use for ammo. The number of rounds that the nuyen amount buys.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Gear 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should appear on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.Equipped
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Gear is equipped.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.Firewall
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.GearName
+
+
+
+
+get set
+
+
+
+
+
A custom name for the Gear assigned by the player.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.HomeNode
+
+
+
+
+get set
+
+
+
+
+
Whether or not an item is an A.I.'s Home Node.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.IncludedInParent
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Gear is included in its parent item when purchased (currently applies to Armor only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this piece of Gear in the Character .
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.IsErgonomic
+
+
+
+
+get
+
+
+
+
+
Whether or not the Gear has the Ergonomic Program Option.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Gear.IsProgram
+
+
+
+
+get
+
+
+
+
+
Whether or not the Gear qualifies as a Program in the printout XML.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Location
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.MaxRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.MinRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.OwnCost
+
+
+
+
+get
+
+
+
+
+
The cost of just the Gear itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.Gear.Parent
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.PluginArmorCapacity
+
+
+
+
+get
+
+
+
+
+
The Gear 's Capacity cost if used as an Armor plugin.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.PluginCapacity
+
+
+
+
+get
+
+
+
+
+
The Gear 's Capacity cost if used as a plugin.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.Quantity
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.Rating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.Response
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.Signal
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.System
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Gear and its accessories.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Gear.WeaponBonus
+
+
+
+
+get set
+
+
+
+
+
WeaponBonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.WeaponBonusAP
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Gear.WeaponBonusRange
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Gear.WeaponID
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_gear.png b/docs/class_chummer_1_1_gear.png
new file mode 100644
index 0000000..f880d01
Binary files /dev/null and b/docs/class_chummer_1_1_gear.png differ
diff --git a/docs/class_chummer_1_1_global_options-members.html b/docs/class_chummer_1_1_global_options-members.html
new file mode 100644
index 0000000..423b189
--- /dev/null
+++ b/docs/class_chummer_1_1_global_options-members.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.GlobalOptions , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_global_options.html b/docs/class_chummer_1_1_global_options.html
new file mode 100644
index 0000000..5c7fc5b
--- /dev/null
+++ b/docs/class_chummer_1_1_global_options.html
@@ -0,0 +1,743 @@
+
+
+
+
+
+
+Chummer: Chummer.GlobalOptions Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Global Options. A single instance class since Options are common for all characters, reduces execution time and memory usage.
+ More...
+
+
+static GlobalOptions Instance [get]
+ Global instance of the GlobalOptions . More...
+
+bool AutomaticUpdate [get, set]
+ Whether or not Automatic Updates are enabled. More...
+
+bool LocalisedUpdatesOnly [get, set]
+ Whether or not the app should only download localised files in the user's selected language. More...
+
+bool DatesIncludeTime [get, set]
+ Whether or not dates should include the time. More...
+
+bool PrintToFileFirst [get, set]
+ Whether or not printouts should be sent to a file before loading them in the browser. This is a fix for getting printing to work properly on Linux using Wine. More...
+
+string OmaeUserName [get, set]
+ Omae user name. More...
+
+string OmaePassword [get, set]
+ Omae password (Base64 encoded). More...
+
+bool OmaeAutoLogin [get, set]
+ Omae AutoLogin. More...
+
+frmMain MainForm [get, set]
+ Main application form. More...
+
+string Language [get, set]
+ Language. More...
+
+bool StartupFullscreen [get, set]
+ Whether or not the application should start in fullscreen mode. More...
+
+bool SingleDiceRoller [get, set]
+ Whether or not only a single instance of the Dice Roller should be allowed. More...
+
+CultureInfo CultureInfo [get]
+ CultureInfor for number localization. More...
+
+XmlDocument Clipboard [get, set]
+ Clipboard. More...
+
+ClipboardContentType ClipboardContentType [get, set]
+ Type of data that is currently stored in the clipboard. More...
+
+string DefaultCharacterSheet [get, set]
+ Default character sheet to use when printing. More...
+
+string PDFAppPath [get, set]
+ Path to the user's PDF application. More...
+
+List< SourcebookInfo > SourcebookInfo [get, set]
+ List of SourcebookInfo . More...
+
+
+
+
+MRUChangedHandler MRUChanged
+
+
+
+
Global Options. A single instance class since Options are common for all characters, reduces execution time and memory usage.
+
+
+
+
+
+
+ void Chummer.GlobalOptions.AddToMRUList
+ (
+ string
+ strFile )
+
+
+
+
+
+
Add a file to the most recently used characters.
+
Parameters
+
+ strFile Name of the file to add.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.GlobalOptions.AddToStickyMRUList
+ (
+ string
+ strFile )
+
+
+
+
+
+
Add a file to the sticky most recently used characters.
+
Parameters
+
+ strFile Name of the file to add.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.GlobalOptions.ReadMRUList
+ (
+ )
+
+
+
+
+
+
Retrieve the list of most recently used characters.
+
+
+
+
+
+
+
+
+ List<string> Chummer.GlobalOptions.ReadStickyMRUList
+ (
+ )
+
+
+
+
+
+
Retrieve the list of sticky most recently used characters.
+
+
+
+
+
+
+
+
+ void Chummer.GlobalOptions.RemoveFromMRUList
+ (
+ string
+ strFile )
+
+
+
+
+
+
Remove a file from the most recently used characters.
+
Parameters
+
+ strFile Name of the file to remove.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.GlobalOptions.RemoveFromStickyMRUList
+ (
+ string
+ strFile )
+
+
+
+
+
+
Remove a file from the sticky most recently used characters.
+
Parameters
+
+ strFile Name of the file to remove.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.AutomaticUpdate
+
+
+
+
+get set
+
+
+
+
+
Whether or not Automatic Updates are enabled.
+
+
+
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.GlobalOptions.Clipboard
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ ClipboardContentType Chummer.GlobalOptions.ClipboardContentType
+
+
+
+
+get set
+
+
+
+
+
Type of data that is currently stored in the clipboard.
+
+
+
+
+
+
+
+
+
+
+
+ CultureInfo Chummer.GlobalOptions.CultureInfo
+
+
+
+
+get
+
+
+
+
+
CultureInfor for number localization.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.DatesIncludeTime
+
+
+
+
+get set
+
+
+
+
+
Whether or not dates should include the time.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.GlobalOptions.DefaultCharacterSheet
+
+
+
+
+get set
+
+
+
+
+
Default character sheet to use when printing.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.GlobalOptions.Language
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.LocalisedUpdatesOnly
+
+
+
+
+get set
+
+
+
+
+
Whether or not the app should only download localised files in the user's selected language.
+
+
+
+
+
+
+
+
+
+
+
+ frmMain Chummer.GlobalOptions.MainForm
+
+
+
+
+get set
+
+
+
+
+
Main application form.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.OmaeAutoLogin
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.GlobalOptions.OmaePassword
+
+
+
+
+get set
+
+
+
+
+
Omae password (Base64 encoded).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.GlobalOptions.OmaeUserName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.GlobalOptions.PDFAppPath
+
+
+
+
+get set
+
+
+
+
+
Path to the user's PDF application.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.PrintToFileFirst
+
+
+
+
+get set
+
+
+
+
+
Whether or not printouts should be sent to a file before loading them in the browser. This is a fix for getting printing to work properly on Linux using Wine.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.SingleDiceRoller
+
+
+
+
+get set
+
+
+
+
+
Whether or not only a single instance of the Dice Roller should be allowed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.GlobalOptions.StartupFullscreen
+
+
+
+
+get set
+
+
+
+
+
Whether or not the application should start in fullscreen mode.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsOptions.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_grade-members.html b/docs/class_chummer_1_1_grade-members.html
new file mode 100644
index 0000000..30b4ffd
--- /dev/null
+++ b/docs/class_chummer_1_1_grade-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Grade , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_grade.html b/docs/class_chummer_1_1_grade.html
new file mode 100644
index 0000000..aef45d1
--- /dev/null
+++ b/docs/class_chummer_1_1_grade.html
@@ -0,0 +1,349 @@
+
+
+
+
+
+
+Chummer: Chummer.Grade Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Grade of Cyberware or Bioware.
+ More...
+
+
+
Grade of Cyberware or Bioware.
+
+
+
+
+
+
+ void Chummer.Grade.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Grade from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Grade.Adapsin
+
+
+
+
+get
+
+
+
+
+
Whether or not the Grade is for Adapsin.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Grade.Avail
+
+
+
+
+get
+
+
+
+
+
The Grade 's Availability modifier.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.Grade.Cost
+
+
+
+
+get
+
+
+
+
+
The Grade 's cost multiplier.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Grade.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the Grade as it should be displayed in lists.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Grade.Essence
+
+
+
+
+get
+
+
+
+
+
The Grade 's Essence cost multiplier.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Grade.Name
+
+
+
+
+get
+
+
+
+
+
The English name of the Grade .
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Grade.SecondHand
+
+
+
+
+get
+
+
+
+
+
Whether or not this is a Second-Hand Grade .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Grade.Source
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_grade_list-members.html b/docs/class_chummer_1_1_grade_list-members.html
new file mode 100644
index 0000000..85533d1
--- /dev/null
+++ b/docs/class_chummer_1_1_grade_list-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.GradeList , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_grade_list.html b/docs/class_chummer_1_1_grade_list.html
new file mode 100644
index 0000000..d5e4926
--- /dev/null
+++ b/docs/class_chummer_1_1_grade_list.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+Chummer: Chummer.GradeList Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
List of Grades for either Cyberware or Bioware.
+ More...
+
+
+
+
+
+
+
+
+
+void LoadList (Improvement.ImprovementSource objSource)
+ Fill the list of CyberwareGrades from the XML files. More...
+
+Grade GetGrade (string strGrade)
+ Retrieve the Standard Grade from the list. More...
+
+
+IEnumerator< Grade > GetEnumerator ()
+
+
+
+
List of Grades for either Cyberware or Bioware.
+
+
+
+
+
+
+ Grade Chummer.GradeList.GetGrade
+ (
+ string
+ strGrade )
+
+
+
+
+
+
Retrieve the Standard Grade from the list.
+
+
+
+
+
+
+
+
+ void Chummer.GradeList.LoadList
+ (
+ Improvement.ImprovementSource
+ objSource )
+
+
+
+
+
+
Fill the list of CyberwareGrades from the XML files.
+
Parameters
+
+ objSource Source to load the Grades from, either Bioware or Cyberware .
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_grade_list.png b/docs/class_chummer_1_1_grade_list.png
new file mode 100644
index 0000000..cc74883
Binary files /dev/null and b/docs/class_chummer_1_1_grade_list.png differ
diff --git a/docs/class_chummer_1_1_improvement-members.html b/docs/class_chummer_1_1_improvement-members.html
new file mode 100644
index 0000000..b3caea3
--- /dev/null
+++ b/docs/class_chummer_1_1_improvement-members.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Improvement , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_improvement.html b/docs/class_chummer_1_1_improvement.html
new file mode 100644
index 0000000..a93264b
--- /dev/null
+++ b/docs/class_chummer_1_1_improvement.html
@@ -0,0 +1,855 @@
+
+
+
+
+
+
+Chummer: Chummer.Improvement Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ enum ImprovementType {
+ Skill = 0,
+Attribute = 1,
+Text = 2,
+BallisticArmor = 3,
+
+ ImpactArmor = 4,
+Reach = 5,
+Nuyen = 6,
+Essence = 7,
+
+ Reaction = 8,
+PhysicalCM = 9,
+StunCM = 10,
+UnarmedDV = 11,
+
+ SkillGroup = 12,
+SkillCategory = 13,
+SkillAttribute = 14,
+InitiativePass = 15,
+
+ MatrixInitiative = 16,
+MatrixInitiativePass = 17,
+LifestyleCost = 18,
+CMThreshold = 19,
+
+ EnhancedArticulation = 20,
+WeaponCategoryDV = 21,
+CyberwareEssCost = 22,
+SpecialTab = 23,
+
+ Initiative = 24,
+Uneducated = 25,
+LivingPersonaResponse = 26,
+LivingPersonaSignal = 27,
+
+ LivingPersonaFirewall = 28,
+LivingPersonaSystem = 29,
+LivingPersonaBiofeedback = 30,
+Smartlink = 31,
+
+ BiowareEssCost = 32,
+GenetechCostMultiplier = 33,
+BasicBiowareEssCost = 34,
+TransgenicsBiowareCost = 35,
+
+ SoftWeave = 36,
+SensitiveSystem = 37,
+ConditionMonitor = 38,
+UnarmedDVPhysical = 39,
+
+ MovementPercent = 40,
+Adapsin = 41,
+FreePositiveQualities = 42,
+FreeNegativeQualities = 43,
+
+ NuyenMaxBP = 44,
+CMOverflow = 45,
+FreeSpiritPowerPoints = 46,
+AdeptPowerPoints = 47,
+
+ ArmorEncumbrancePenalty = 48,
+Uncouth = 49,
+Initiation = 50,
+Submersion = 51,
+
+ Infirm = 52,
+Skillwire = 53,
+DamageResistance = 54,
+RestrictedItemCount = 55,
+
+ AdeptLinguistics = 56,
+SwimPercent = 57,
+FlyPercent = 58,
+FlySpeed = 59,
+
+ JudgeIntentions = 60,
+LiftAndCarry = 61,
+Memory = 62,
+Concealability = 63,
+
+ SwapSkillAttribute = 64,
+DrainResistance = 65,
+FadingResistance = 66,
+MatrixInitiativePassAdd = 67,
+
+ InitiativePassAdd = 68,
+Composure = 69,
+UnarmedAP = 70,
+CMThresholdOffset = 71,
+
+ Restricted = 72,
+Notoriety = 73,
+SpellCategory = 74,
+ThrowRange = 75,
+
+ SkillsoftAccess = 76,
+AddSprite = 77,
+BlackMarketDiscount = 78,
+SelectWeapon = 79,
+
+ ComplexFormLimit = 80,
+SpellLimit = 81,
+QuickeningMetamagic = 82,
+BasicLifestyleCost = 83,
+
+ ThrowSTR = 84,
+IgnoreCMPenaltyStun = 85,
+IgnoreCMPenaltyPhysical = 86,
+CyborgEssence = 87,
+
+ EssenceMax = 88
+
+ }
+
+ enum ImprovementSource {
+ Quality = 0,
+Power = 1,
+Metatype = 2,
+Cyberware = 3,
+
+ Metavariant = 4,
+Bioware = 5,
+Nanotech = 6,
+Genetech = 7,
+
+ ArmorEncumbrance = 8,
+Gear = 9,
+Spell = 10,
+MartialArtAdvantage = 11,
+
+ Initiation = 12,
+Submersion = 13,
+Metamagic = 14,
+Echo = 15,
+
+ Armor = 16,
+ArmorMod = 17,
+EssenceLoss = 18,
+ConditionMonitor = 19,
+
+ CritterPower = 20,
+ComplexForm = 21,
+EdgeUse = 22,
+MutantCritter = 23,
+
+ Cyberzombie = 24,
+StackedFocus = 25,
+AttributeLoss = 26,
+Custom = 999
+
+ }
+
+
+
+bool Custom [get, set]
+ Whether or not this is a custom-made (manually created) Improvement . More...
+
+string CustomName [get, set]
+ User-entered name for the custom Improvement . More...
+
+string CustomId [get, set]
+ ID from the Improvements file. Only used for custom-made (manually created) Improvements. More...
+
+string CustomGroup [get, set]
+ Group name for the Custom Improvement . More...
+
+string Notes [get, set]
+ User-entered notes for the custom Improvement . More...
+
+string ImprovedName [get, set]
+ Name of the Skill or Attribute that the Improvement is improving. More...
+
+string SourceName [get, set]
+ Name of the source that granted this Improvement . More...
+
+ImprovementType ImproveType [get, set]
+ The type of Object that the Improvement is improving. More...
+
+ImprovementSource ImproveSource [get, set]
+ The type of Object that granted this Improvement . More...
+
+int Minimum [get, set]
+ Minimum value modifier. More...
+
+int Maximum [get, set]
+ Maximum value modifier. More...
+
+int AugmentedMaximum [get, set]
+ Augmented Maximum value modifier. More...
+
+int Augmented [get, set]
+ Augmented score modifier. More...
+
+int Value [get, set]
+ Value modifier. More...
+
+int Rating [get, set]
+ The Rating value for the Improvement . This is 1 by default. More...
+
+string Exclude [get, set]
+ A list of child items that should not receive the Improvement 's benefit (typically for excluding a Skill from a Skill Group bonus). More...
+
+string UniqueName [get, set]
+ A Unique name for the Improvement . Only the highest value of any one Improvement that is part of this Unique Name group will be applied. More...
+
+bool AddToRating [get, set]
+ Whether or not the bonus applies directly to a Skill 's Rating More...
+
+bool Enabled [get, set]
+ Whether or not the Improvement is enabled and provided its bonus. More...
+
+int SortOrder [get, set]
+ Sort order for Custom Improvements. More...
+
+
+
+
+
+
+
+
+ ImprovementSource Chummer.Improvement.ConvertToImprovementSource
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to an ImprovementSource.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Improvement.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Improvement.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Improvement.AddToRating
+
+
+
+
+get set
+
+
+
+
+
Whether or not the bonus applies directly to a Skill 's Rating
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.Augmented
+
+
+
+
+get set
+
+
+
+
+
Augmented score modifier.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.AugmentedMaximum
+
+
+
+
+get set
+
+
+
+
+
Augmented Maximum value modifier.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Improvement.Custom
+
+
+
+
+get set
+
+
+
+
+
Whether or not this is a custom-made (manually created) Improvement .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.CustomGroup
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.CustomId
+
+
+
+
+get set
+
+
+
+
+
ID from the Improvements file. Only used for custom-made (manually created) Improvements.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.CustomName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Improvement.Enabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Improvement is enabled and provided its bonus.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.Exclude
+
+
+
+
+get set
+
+
+
+
+
A list of child items that should not receive the Improvement 's benefit (typically for excluding a Skill from a Skill Group bonus).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.ImprovedName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ ImprovementSource Chummer.Improvement.ImproveSource
+
+
+
+
+get set
+
+
+
+
+
The type of Object that granted this Improvement .
+
+
+
+
+
+
+
+
+
+
+
+ ImprovementType Chummer.Improvement.ImproveType
+
+
+
+
+get set
+
+
+
+
+
The type of Object that the Improvement is improving.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.Maximum
+
+
+
+
+get set
+
+
+
+
+
Maximum value modifier.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.Minimum
+
+
+
+
+get set
+
+
+
+
+
Minimum value modifier.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.Rating
+
+
+
+
+get set
+
+
+
+
+
The Rating value for the Improvement . This is 1 by default.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.SortOrder
+
+
+
+
+get set
+
+
+
+
+
Sort order for Custom Improvements.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.SourceName
+
+
+
+
+get set
+
+
+
+
+
Name of the source that granted this Improvement .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Improvement.UniqueName
+
+
+
+
+get set
+
+
+
+
+
A Unique name for the Improvement . Only the highest value of any one Improvement that is part of this Unique Name group will be applied.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Improvement.Value
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsImprovement.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_improvement_manager-members.html b/docs/class_chummer_1_1_improvement_manager-members.html
new file mode 100644
index 0000000..8a3a8f3
--- /dev/null
+++ b/docs/class_chummer_1_1_improvement_manager-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ImprovementManager , including all inherited members.
+
+ Commit ()Chummer.ImprovementManager
+ CreateImprovement (string strImprovedName, Improvement.ImprovementSource objImprovementSource, string strSourceName, Improvement.ImprovementType objImprovementType, string strUnique, int intValue=0, int intRating=1, int intMinimum=0, int intMaximum=0, int intAugmented=0, int intAugmentedMaximum=0, string strExclude="", bool blnAddToRating=false)Chummer.ImprovementManager
+ CreateImprovements (Improvement.ImprovementSource objImprovementSource, string strSourceName, XmlNode nodBonus, bool blnConcatSelectedValue=false, int intRating=1, string strFriendlyName="")Chummer.ImprovementManager
+ ForcedValue Chummer.ImprovementManager
+ ImprovementManager (Character objCharacter) (defined in Chummer.ImprovementManager )Chummer.ImprovementManager
+ LimitSelection Chummer.ImprovementManager
+ RemoveImprovements (Improvement.ImprovementSource objImprovementSource, string strSourceName)Chummer.ImprovementManager
+ SelectedValue Chummer.ImprovementManager
+ ValueOf (Improvement.ImprovementType objImprovementType, bool blnAddToRating=false, string strImprovedName=null)Chummer.ImprovementManager
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_improvement_manager.html b/docs/class_chummer_1_1_improvement_manager.html
new file mode 100644
index 0000000..19af0cb
--- /dev/null
+++ b/docs/class_chummer_1_1_improvement_manager.html
@@ -0,0 +1,479 @@
+
+
+
+
+
+
+Chummer: Chummer.ImprovementManager Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ImprovementManager (Character objCharacter)
+
+int ValueOf (Improvement.ImprovementType objImprovementType, bool blnAddToRating=false, string strImprovedName=null)
+ Retrieve the total Improvement value for the specified ImprovementType. More...
+
+bool CreateImprovements (Improvement.ImprovementSource objImprovementSource, string strSourceName, XmlNode nodBonus, bool blnConcatSelectedValue=false, int intRating=1, string strFriendlyName="")
+ Create all of the Improvements for an XML Node. More...
+
+void RemoveImprovements (Improvement.ImprovementSource objImprovementSource, string strSourceName)
+ Remove all of the Improvements for an XML Node. More...
+
+void CreateImprovement (string strImprovedName, Improvement.ImprovementSource objImprovementSource, string strSourceName, Improvement.ImprovementType objImprovementType, string strUnique, int intValue=0, int intRating=1, int intMinimum=0, int intMaximum=0, int intAugmented=0, int intAugmentedMaximum=0, string strExclude="", bool blnAddToRating=false)
+ Create a new Improvement and add it to the Character . More...
+
+void Commit ()
+ Clear all of the Improvements from the Transaction List. More...
+
+
+
+string LimitSelection [get, set]
+ Limit what can be selected in Pick forms to a single value. This is typically used when selecting the Qualities for a Metavariant that has a specifiec Attribute selection for Qualities like Metagenetic Improvement . More...
+
+string SelectedValue [get]
+ The string that was entered or selected from any of the dialogue windows that were presented because of this Improvement . More...
+
+string ForcedValue [set]
+ Force any dialogue windows that open to use this string as their selected value. More...
+
+
+
+
+
+
+
+
+ void Chummer.ImprovementManager.Commit
+ (
+ )
+
+
+
+
+
+
Clear all of the Improvements from the Transaction List.
+
+
+
+
+
+
+
+
+ void Chummer.ImprovementManager.CreateImprovement
+ (
+ string
+ strImprovedName ,
+
+
+
+
+ Improvement.ImprovementSource
+ objImprovementSource ,
+
+
+
+
+ string
+ strSourceName ,
+
+
+
+
+ Improvement.ImprovementType
+ objImprovementType ,
+
+
+
+
+ string
+ strUnique ,
+
+
+
+
+ int
+ intValue = 0,
+
+
+
+
+ int
+ intRating = 1,
+
+
+
+
+ int
+ intMinimum = 0,
+
+
+
+
+ int
+ intMaximum = 0,
+
+
+
+
+ int
+ intAugmented = 0,
+
+
+
+
+ int
+ intAugmentedMaximum = 0,
+
+
+
+
+ string
+ strExclude = "",
+
+
+
+
+ bool
+ blnAddToRating = false
+
+
+
+ )
+
+
+
+
+
+
Create a new Improvement and add it to the Character .
+
Parameters
+
+ strImprovedName Speicific name of the Improved object - typically the name of an Attribute being improved.
+ objImprovementSource Type of object that grants this Improvement .
+ strSourceName Name of the item that grants this Improvement .
+ objImprovementType Type of object the Improvement applies to.
+ strUnique Name of the pool this Improvement should be added to - only the single higest value in the pool will be applied to the character.
+ intValue Set a Value for the Improvement .
+ intRating Set a Rating for the Improvement - typically used for Adept Powers.
+ intMinimum Improve the Minimum for an Attribute by the given amount.
+ intMaximum Improve the Maximum for an Attribute by the given amount.
+ intAugmented Improve the Augmented value for an Attribute by the given amount.
+ intAugmentedMaximum Improve the Augmented Maximum value for an Attribute by the given amount.
+ strExclude A list of child items that should not receive the Improvement 's benefit (typically for Skill Groups).
+ blnAddToRating Whether or not the bonus applies to a Skill 's Rating instead of the dice pool in general.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.ImprovementManager.CreateImprovements
+ (
+ Improvement.ImprovementSource
+ objImprovementSource ,
+
+
+
+
+ string
+ strSourceName ,
+
+
+
+
+ XmlNode
+ nodBonus ,
+
+
+
+
+ bool
+ blnConcatSelectedValue = false,
+
+
+
+
+ int
+ intRating = 1,
+
+
+
+
+ string
+ strFriendlyName = ""
+
+
+
+ )
+
+
+
+
+
+
Create all of the Improvements for an XML Node.
+
Parameters
+
+ objImprovementSource Type of object that grants these Improvements.
+ strSourceName Name of the item that grants these Improvements.
+ nodBonus bonus XMLXode from the source data file.
+ blnConcatSelectedValue Whether or not any selected values should be concatinated with the SourceName string when storing.
+ intRating Selected Rating value that is used to replace the Rating string in an Improvement .
+ strFriendlyName Friendly name to show in any dialogue windows that ask for a value.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.ImprovementManager.RemoveImprovements
+ (
+ Improvement.ImprovementSource
+ objImprovementSource ,
+
+
+
+
+ string
+ strSourceName
+
+
+
+ )
+
+
+
+
+
+
Remove all of the Improvements for an XML Node.
+
Parameters
+
+ objImprovementSource Type of object that granted these Improvements.
+ strSourceName Name of the item that granted these Improvements.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ImprovementManager.ValueOf
+ (
+ Improvement.ImprovementType
+ objImprovementType ,
+
+
+
+
+ bool
+ blnAddToRating = false,
+
+
+
+
+ string
+ strImprovedName = null
+
+
+
+ )
+
+
+
+
+
+
Retrieve the total Improvement value for the specified ImprovementType.
+
Parameters
+
+ objImprovementType ImprovementType to retrieve the value of.
+ blnAddToRating Whether or not we should only retrieve values that have AddToRating enabled.
+ strImprovedName Name to assign to the Improvement .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ImprovementManager.ForcedValue
+
+
+
+
+set
+
+
+
+
+
Force any dialogue windows that open to use this string as their selected value.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ImprovementManager.LimitSelection
+
+
+
+
+get set
+
+
+
+
+
Limit what can be selected in Pick forms to a single value. This is typically used when selecting the Qualities for a Metavariant that has a specifiec Attribute selection for Qualities like Metagenetic Improvement .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ImprovementManager.SelectedValue
+
+
+
+
+get
+
+
+
+
+
The string that was entered or selected from any of the dialogue windows that were presented because of this Improvement .
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsImprovement.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_initiation_grade-members.html b/docs/class_chummer_1_1_initiation_grade-members.html
new file mode 100644
index 0000000..c203cbc
--- /dev/null
+++ b/docs/class_chummer_1_1_initiation_grade-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.InitiationGrade , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_initiation_grade.html b/docs/class_chummer_1_1_initiation_grade.html
new file mode 100644
index 0000000..3a02446
--- /dev/null
+++ b/docs/class_chummer_1_1_initiation_grade.html
@@ -0,0 +1,428 @@
+
+
+
+
+
+
+Chummer: Chummer.InitiationGrade Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
An Initiation Grade .
+ More...
+
+
+
+ InitiationGrade (Character objCharacter)
+
+void Create (int intGrade, bool blnTechnomancer, bool blnGroup, bool blnOrdeal)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Initiation Grade from the XmlNode. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.InitiationGrade.Create
+ (
+ int
+ intGrade ,
+
+
+
+
+ bool
+ blnTechnomancer ,
+
+
+
+
+ bool
+ blnGroup ,
+
+
+
+
+ bool
+ blnOrdeal
+
+
+
+ )
+
+
+
+
+
Create an Intiation Grade from an XmlNode and return the TreeNodes for it.
Parameters
+
+ intGrade Grade number.
+ blnTechnomancer Whether or not the character is a Technomancer.
+ blnGroup Whether or not a Group was used.
+ blnOrdeal Whether or not an Ordeal was used.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.InitiationGrade.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Initiation Grade from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.InitiationGrade.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.InitiationGrade.Grade
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.InitiationGrade.Group
+
+
+
+
+get set
+
+
+
+
+
Whether or not a Group was used.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.InitiationGrade.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Initiation Grade in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.InitiationGrade.KarmaCost
+
+
+
+
+get
+
+
+
+
+
The Initiation Grade 's Karma cost.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.InitiationGrade.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.InitiationGrade.Ordeal
+
+
+
+
+get set
+
+
+
+
+
Whether or not an Ordeal was used.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.InitiationGrade.Technomancer
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Initiation Grade is for a Technomancer.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.InitiationGrade.Text
+
+
+
+
+get
+
+
+
+
+
Text to display in the Initiation Grade list.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_language_manager-members.html b/docs/class_chummer_1_1_language_manager-members.html
new file mode 100644
index 0000000..2991530
--- /dev/null
+++ b/docs/class_chummer_1_1_language_manager-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.LanguageManager , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_language_manager.html b/docs/class_chummer_1_1_language_manager.html
new file mode 100644
index 0000000..2e23c55
--- /dev/null
+++ b/docs/class_chummer_1_1_language_manager.html
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+Chummer: Chummer.LanguageManager Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void Load (string strLanguage, object objObject)
+ Load the selected XML file and its associated custom file. More...
+
+string GetString (string strKey)
+ Retrieve a string from the language file. More...
+
+void VerifyStrings (string strLanguage)
+ Check the Keys in the selected language file against the English version. More...
+
+string TranslateExtra (string strExtra)
+ Attempt to translate any Extra text for an item. More...
+
+
+
+
+
+
+
+
+ string Chummer.LanguageManager.GetString
+ (
+ string
+ strKey )
+
+
+
+
+
+
Retrieve a string from the language file.
+
Parameters
+
+ strKey Key to retrieve.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.LanguageManager.Load
+ (
+ string
+ strLanguage ,
+
+
+
+
+ object
+ objObject
+
+
+
+ )
+
+
+
+
+
+
Load the selected XML file and its associated custom file.
+
Parameters
+
+ strLanguage Language to Load.
+ objObject Object to translate after loading the data.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.LanguageManager.TranslateExtra
+ (
+ string
+ strExtra )
+
+
+
+
+
+
Attempt to translate any Extra text for an item.
+
Parameters
+
+ strExtra Extra string to translate.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.LanguageManager.VerifyStrings
+ (
+ string
+ strLanguage )
+
+
+
+
+
+
Check the Keys in the selected language file against the English version.
+
Parameters
+
+ strLanguage Language to check.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.LanguageManager.DataDoc
+
+
+
+
+get
+
+
+
+
+
XmlDocument that holds item name translations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.LanguageManager.Loaded
+
+
+
+
+get
+
+
+
+
+
Whether or not the LanguageManager loaded the default language successfully.
+
+
+
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.LanguageManager.XmlDoc
+
+
+
+
+get
+
+
+
+
+
XmlDocument that holds UI translations.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsLanguageManager.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_lifestyle-members.html b/docs/class_chummer_1_1_lifestyle-members.html
new file mode 100644
index 0000000..cf9040e
--- /dev/null
+++ b/docs/class_chummer_1_1_lifestyle-members.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Lifestyle , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_lifestyle.html b/docs/class_chummer_1_1_lifestyle.html
new file mode 100644
index 0000000..2f28a59
--- /dev/null
+++ b/docs/class_chummer_1_1_lifestyle.html
@@ -0,0 +1,905 @@
+
+
+
+
+
+
+Chummer: Chummer.Lifestyle Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lifestyle .
+ More...
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Lifestyle in the Improvement system. More...
+
+string Name [get, set]
+ Name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+int Cost [get, set]
+ Cost. More...
+
+int Dice [get, set]
+ Number of dice the character rolls to determine their statring Nuyen. More...
+
+int Multiplier [get, set]
+ Number the character multiplies the dice roll with to determine their starting Nuyen. More...
+
+int Months [get, set]
+ Months purchased. More...
+
+bool Purchased [get, set]
+ Whether or not the Lifestyle has been Purchased and no longer rented. More...
+
+string Comforts [get, set]
+ Advance Lifestyle Comforts. More...
+
+string Entertainment [get, set]
+ Advance Lifestyle Comforts. More...
+
+string Necessities [get, set]
+ Advance Lifestyle Necessities. More...
+
+string Neighborhood [get, set]
+ Advance Lifestyle Neighborhood. More...
+
+string Security [get, set]
+ Advance Lifestyle Security. More...
+
+List< string > Qualities [get]
+ Advanced Lifestyle Qualities. More...
+
+string Notes [get, set]
+ Notes. More...
+
+string LifestyleName [get, set]
+ A custom name for the Lifestyle assigned by the player. More...
+
+LifestyleType StyleType [get, set]
+ Type of the Lifestyle . More...
+
+int Roommates [get, set]
+ Number of Roommates this Lifestyle is shared with. More...
+
+int Percentage [get, set]
+ Percentage of the total cost the character pays per month. More...
+
+int TotalCost [get]
+ Total cost of the Lifestyle . More...
+
+int TotalMonthlyCost [get]
+ Total monthly cost of the Lifestyle . More...
+
+
+
+
+
+
+
+
+
+ LifestyleType Chummer.Lifestyle.ConverToLifestyleType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a LifestyleType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Lifestyle.Create
+ (
+ XmlNode
+ objXmlLifestyle ,
+
+
+
+
+ TreeNode
+ objNode
+
+
+
+ )
+
+
+
+
+
Create a Lifestyle from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlLifestyle XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Lifestyle.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Lifestyle.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Lifestyle.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Lifestyle.SetInternalId
+ (
+ string
+ strInternalId )
+
+
+
+
+
+
Set the InternalId for the Lifestyle . Used when editing an Advanced Lifestyle .
+
Parameters
+
+ strInternalId InternalId to set.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Comforts
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.Dice
+
+
+
+
+get set
+
+
+
+
+
Number of dice the character rolls to determine their statring Nuyen.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Entertainment
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.InternalId
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.LifestyleName
+
+
+
+
+get set
+
+
+
+
+
A custom name for the Lifestyle assigned by the player.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.Months
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.Multiplier
+
+
+
+
+get set
+
+
+
+
+
Number the character multiplies the dice roll with to determine their starting Nuyen.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Necessities
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Neighborhood
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.Percentage
+
+
+
+
+get set
+
+
+
+
+
Percentage of the total cost the character pays per month.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Lifestyle.Purchased
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Lifestyle has been Purchased and no longer rented.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.Lifestyle.Qualities
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.Roommates
+
+
+
+
+get set
+
+
+
+
+
Number of Roommates this Lifestyle is shared with.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Security
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Lifestyle.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.TotalCost
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Lifestyle.TotalMonthlyCost
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_list_item-members.html b/docs/class_chummer_1_1_list_item-members.html
new file mode 100644
index 0000000..457294a
--- /dev/null
+++ b/docs/class_chummer_1_1_list_item-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ListItem , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_list_item.html b/docs/class_chummer_1_1_list_item.html
new file mode 100644
index 0000000..17f8a99
--- /dev/null
+++ b/docs/class_chummer_1_1_list_item.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+Chummer: Chummer.ListItem Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ListItem class to make populating a DropDownList from a DataSource easier.
+ More...
+
+
+
ListItem class to make populating a DropDownList from a DataSource easier.
+
+
+
+
+
+
+
+
+
+ string Chummer.ListItem.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.ListItem.Value
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsListItems.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_list_view_column_sorter-members.html b/docs/class_chummer_1_1_list_view_column_sorter-members.html
new file mode 100644
index 0000000..7be0bf7
--- /dev/null
+++ b/docs/class_chummer_1_1_list_view_column_sorter-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.ListViewColumnSorter , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_list_view_column_sorter.html b/docs/class_chummer_1_1_list_view_column_sorter.html
new file mode 100644
index 0000000..e0cc9cb
--- /dev/null
+++ b/docs/class_chummer_1_1_list_view_column_sorter.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+Chummer: Chummer.ListViewColumnSorter Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sort ListViewColumns.
+ More...
+
+
+
+
+
+
+
+
+
+
+int Compare (object x, object y)
+
+
+
+
+
+
+
+
+
+
+
+
+ SortOrder Chummer.ListViewColumnSorter.Order
+
+
+
+
+get set
+
+
+
+
+
SortOrder to be used.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.ListViewColumnSorter.SortColumn
+
+
+
+
+get set
+
+
+
+
+
Column number to sort on.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsListItems.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_list_view_column_sorter.png b/docs/class_chummer_1_1_list_view_column_sorter.png
new file mode 100644
index 0000000..b756a63
Binary files /dev/null and b/docs/class_chummer_1_1_list_view_column_sorter.png differ
diff --git a/docs/class_chummer_1_1_main_controller-members.html b/docs/class_chummer_1_1_main_controller-members.html
new file mode 100644
index 0000000..18e74be
--- /dev/null
+++ b/docs/class_chummer_1_1_main_controller-members.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.MainController , including all inherited members.
+
+ CalculateFreeSpiritPowerPoints ()Chummer.MainController
+ CalculateFreeSpritePowerPoints ()Chummer.MainController
+ ChangeGearEquippedStatus (Gear objGear, bool blnEquipped)Chummer.MainController
+ ChangeGearEquippedStatus (List< Gear > lstGear, bool blnEquipped)Chummer.MainController
+ ClearAdeptTab ()Chummer.MainController
+ ClearCritterTab (TreeView treCritterPowers)Chummer.MainController
+ ClearInitiationTab (TreeView treMetamagic)Chummer.MainController
+ ClearSpellTab (TreeView treSpells)Chummer.MainController
+ ClearTechnomancerTab (TreeView treComplexForms)Chummer.MainController
+ MainController (Character objCharacter) (defined in Chummer.MainController )Chummer.MainController
+ MentorInformation (MentorType objMentorType)Chummer.MainController
+ MentorType enum name (defined in Chummer.MainController )Chummer.MainController
+ MoveArmorNode (int intNewIndex, TreeNode objDestination, TreeView treArmor)Chummer.MainController
+ MoveArmorRoot (int intNewIndex, TreeNode objDestination, TreeView treArmor)Chummer.MainController
+ MoveGearNode (int intNewIndex, TreeNode objDestination, TreeView treGear)Chummer.MainController
+ MoveGearParent (int intNewIndex, TreeNode objDestination, TreeView treGear, ContextMenuStrip cmsGear)Chummer.MainController
+ MoveGearRoot (int intNewIndex, TreeNode objDestination, TreeView treGear)Chummer.MainController
+ MoveImprovementNode (int intNewIndex, TreeNode objDestination, TreeView treImprovements)Chummer.MainController
+ MoveImprovementRoot (int intNewIndex, TreeNode objDestination, TreeView treImprovements)Chummer.MainController
+ MoveLifestyleNode (int intNewIndex, TreeNode objDestination, TreeView treLifestyles)Chummer.MainController
+ MoveVehicleGearParent (int intNewIndex, TreeNode objDestination, TreeView treVehicles, ContextMenuStrip cmsVehicleGear)Chummer.MainController
+ MoveVehicleNode (int intNewIndex, TreeNode objDestination, TreeView treVehicles)Chummer.MainController
+ MoveWeaponNode (int intNewIndex, TreeNode objDestination, TreeView treWeapons)Chummer.MainController
+ MoveWeaponRoot (int intNewIndex, TreeNode objDestination, TreeView treWeapons)Chummer.MainController
+ PopulateFocusList (TreeView treFoci)Chummer.MainController
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_main_controller.html b/docs/class_chummer_1_1_main_controller.html
new file mode 100644
index 0000000..835b4ef
--- /dev/null
+++ b/docs/class_chummer_1_1_main_controller.html
@@ -0,0 +1,937 @@
+
+
+
+
+
+
+Chummer: Chummer.MainController Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ enum MentorType { Mentor = 0,
+Paragon = 1
+ }
+
+
+
+
+ MainController (Character objCharacter)
+
+void MoveGearParent (int intNewIndex, TreeNode objDestination, TreeView treGear, ContextMenuStrip cmsGear)
+ Move a Gear TreeNode after Drag and Drop, changing its parent. More...
+
+void MoveGearNode (int intNewIndex, TreeNode objDestination, TreeView treGear)
+ Move a Gear TreeNode after Drag and Drop. More...
+
+void MoveGearRoot (int intNewIndex, TreeNode objDestination, TreeView treGear)
+ Move a Gear Location TreeNode after Drag and Drop. More...
+
+void MoveLifestyleNode (int intNewIndex, TreeNode objDestination, TreeView treLifestyles)
+ Move a Lifestyle TreeNode after Drag and Drop. More...
+
+void MoveArmorNode (int intNewIndex, TreeNode objDestination, TreeView treArmor)
+ Move an Armor TreeNode after Drag and Drop. More...
+
+void MoveArmorRoot (int intNewIndex, TreeNode objDestination, TreeView treArmor)
+ Move an Armor Location TreeNode after Drag and Drop. More...
+
+void MoveWeaponNode (int intNewIndex, TreeNode objDestination, TreeView treWeapons)
+ Move a Weapon TreeNode after Drag and Drop. More...
+
+void MoveWeaponRoot (int intNewIndex, TreeNode objDestination, TreeView treWeapons)
+ Move a Weapon Location TreeNode after Drag and Drop. More...
+
+void MoveVehicleNode (int intNewIndex, TreeNode objDestination, TreeView treVehicles)
+ Move a Vehicle TreeNode after Drag and Drop. More...
+
+void MoveVehicleGearParent (int intNewIndex, TreeNode objDestination, TreeView treVehicles, ContextMenuStrip cmsVehicleGear)
+ Move a Vehicle Gear TreeNode after Drag and Drop. More...
+
+void MoveImprovementNode (int intNewIndex, TreeNode objDestination, TreeView treImprovements)
+ Move an Improvement TreeNode after Drag and Drop. More...
+
+void MoveImprovementRoot (int intNewIndex, TreeNode objDestination, TreeView treImprovements)
+ Move an Improvement Group TreeNode after Drag and Drop. More...
+
+void ClearSpellTab (TreeView treSpells)
+ Clear all Spell tab elements from the character. More...
+
+void ClearAdeptTab ()
+ Clear all Adept tab elements from the character. More...
+
+void ClearTechnomancerTab (TreeView treComplexForms)
+ Clear all Technomancer tab elements from the character. More...
+
+void ClearCritterTab (TreeView treCritterPowers)
+ Clear all Critter tab elements from the character. More...
+
+void ClearInitiationTab (TreeView treMetamagic)
+ Clera all Initiation tab elements from the character. More...
+
+void PopulateFocusList (TreeView treFoci)
+ Populate the list of Bonded Foci. More...
+
+string CalculateFreeSpiritPowerPoints ()
+ Calculate the number of Free Spirit Power Points used. More...
+
+string CalculateFreeSpritePowerPoints ()
+ Calculate the number of Free Sprite Power Points used. More...
+
+MentorSpirit MentorInformation (MentorType objMentorType)
+ Retrieve the information for the Mentor Spirit or Paragon the character might have. More...
+
+void ChangeGearEquippedStatus (Gear objGear, bool blnEquipped)
+ Change the Equipped status of a piece of Gear and all of its children. More...
+
+void ChangeGearEquippedStatus (List< Gear > lstGear, bool blnEquipped)
+ Change the Equipped status of all Gear plugins. This should only be called from the other ChangeGearEquippedStatus and never used directly. More...
+
+
+
+
+
+
+
+
+ string Chummer.MainController.CalculateFreeSpiritPowerPoints
+ (
+ )
+
+
+
+
+
+
Calculate the number of Free Spirit Power Points used.
+
+
+
+
+
+
+
+
+ string Chummer.MainController.CalculateFreeSpritePowerPoints
+ (
+ )
+
+
+
+
+
+
Calculate the number of Free Sprite Power Points used.
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ChangeGearEquippedStatus
+ (
+ Gear
+ objGear ,
+
+
+
+
+ bool
+ blnEquipped
+
+
+
+ )
+
+
+
+
+
+
Change the Equipped status of a piece of Gear and all of its children.
+
Parameters
+
+ objGear Gear object to change.
+ blnEquipped Whether or not the Gear should be marked as Equipped.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ChangeGearEquippedStatus
+ (
+ List< Gear >
+ lstGear ,
+
+
+
+
+ bool
+ blnEquipped
+
+
+
+ )
+
+
+
+
+
+
Change the Equipped status of all Gear plugins. This should only be called from the other ChangeGearEquippedStatus and never used directly.
+
Parameters
+
+ lstGear List of child Gear to change.
+ blnEquipped Whether or not the children should be marked as Equipped.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ClearAdeptTab
+ (
+ )
+
+
+
+
+
+
Clear all Adept tab elements from the character.
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ClearCritterTab
+ (
+ TreeView
+ treCritterPowers )
+
+
+
+
+
+
Clear all Critter tab elements from the character.
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ClearInitiationTab
+ (
+ TreeView
+ treMetamagic )
+
+
+
+
+
+
Clera all Initiation tab elements from the character.
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ClearSpellTab
+ (
+ TreeView
+ treSpells )
+
+
+
+
+
+
Clear all Spell tab elements from the character.
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.ClearTechnomancerTab
+ (
+ TreeView
+ treComplexForms )
+
+
+
+
+
+
Clear all Technomancer tab elements from the character.
+
+
+
+
+
+
+
+
+ MentorSpirit Chummer.MainController.MentorInformation
+ (
+ MentorType
+ objMentorType )
+
+
+
+
+
+
Retrieve the information for the Mentor Spirit or Paragon the character might have.
+
Parameters
+
+ objMentorType Type of feature to check for, either Mentor Spirit or Paragon.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveArmorNode
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treArmor
+
+
+
+ )
+
+
+
+
+
+
Move an Armor TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveArmorRoot
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treArmor
+
+
+
+ )
+
+
+
+
+
+
Move an Armor Location TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveGearNode
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treGear
+
+
+
+ )
+
+
+
+
+
+
Move a Gear TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveGearParent
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treGear ,
+
+
+
+
+ ContextMenuStrip
+ cmsGear
+
+
+
+ )
+
+
+
+
+
+
Move a Gear TreeNode after Drag and Drop, changing its parent.
+
Parameters
+
+ intNewIndex Node's new idnex.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveGearRoot
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treGear
+
+
+
+ )
+
+
+
+
+
+
Move a Gear Location TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveImprovementNode
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treImprovements
+
+
+
+ )
+
+
+
+
+
+
Move an Improvement TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveImprovementRoot
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treImprovements
+
+
+
+ )
+
+
+
+
+
+
Move an Improvement Group TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveLifestyleNode
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treLifestyles
+
+
+
+ )
+
+
+
+
+
+
Move a Lifestyle TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveVehicleGearParent
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treVehicles ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleGear
+
+
+
+ )
+
+
+
+
+
+
Move a Vehicle Gear TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveVehicleNode
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treVehicles
+
+
+
+ )
+
+
+
+
+
+
Move a Vehicle TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveWeaponNode
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treWeapons
+
+
+
+ )
+
+
+
+
+
+
Move a Weapon TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.MoveWeaponRoot
+ (
+ int
+ intNewIndex ,
+
+
+
+
+ TreeNode
+ objDestination ,
+
+
+
+
+ TreeView
+ treWeapons
+
+
+
+ )
+
+
+
+
+
+
Move a Weapon Location TreeNode after Drag and Drop.
+
Parameters
+
+ intNewIndex Node's new index.
+ objDestination Destination Node.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MainController.PopulateFocusList
+ (
+ TreeView
+ treFoci )
+
+
+
+
+
+
Populate the list of Bonded Foci.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/controllers/clsMainController.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_martial_art-members.html b/docs/class_chummer_1_1_martial_art-members.html
new file mode 100644
index 0000000..e4e3dae
--- /dev/null
+++ b/docs/class_chummer_1_1_martial_art-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.MartialArt , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_martial_art.html b/docs/class_chummer_1_1_martial_art.html
new file mode 100644
index 0000000..241ec1d
--- /dev/null
+++ b/docs/class_chummer_1_1_martial_art.html
@@ -0,0 +1,448 @@
+
+
+
+
+
+
+Chummer: Chummer.MartialArt Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Martial Art.
+ More...
+
+
+
+ MartialArt (Character objCharacter)
+
+void Create (XmlNode objXmlArtNode, TreeNode objNode, Character objCharacter)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Martial Art from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArt.Create
+ (
+ XmlNode
+ objXmlArtNode ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ Character
+ objCharacter
+
+
+
+ )
+
+
+
+
+
Create a Martial Art from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlArtNode XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+ objCharacter Character the Martial Art is being added to.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArt.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Martial Art from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArt.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArt.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
Selected Martial Arts Advantages.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArt.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArt.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArt.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArt.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArt.Page
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.MartialArt.Rating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArt.Source
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_martial_art_advantage-members.html b/docs/class_chummer_1_1_martial_art_advantage-members.html
new file mode 100644
index 0000000..c1b7906
--- /dev/null
+++ b/docs/class_chummer_1_1_martial_art_advantage-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.MartialArtAdvantage , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_martial_art_advantage.html b/docs/class_chummer_1_1_martial_art_advantage.html
new file mode 100644
index 0000000..2012257
--- /dev/null
+++ b/docs/class_chummer_1_1_martial_art_advantage.html
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+Chummer: Chummer.MartialArtAdvantage Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Martial Arts Advantage.
+ More...
+
+
+
+ MartialArtAdvantage (Character objCharacter)
+
+void Create (XmlNode objXmlAdvantageNode, Character objCharacter, TreeNode objNode)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Martial Art Advantage from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Martial Art Advantage in the Improvement system. More...
+
+string Name [get, set]
+ Name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+
+
+
A Martial Arts Advantage.
+
+
+
+
+
+
+ void Chummer.MartialArtAdvantage.Create
+ (
+ XmlNode
+ objXmlAdvantageNode ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode
+
+
+
+ )
+
+
+
+
+
Create a Martial Art Advantage from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlAdvantageNode XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArtAdvantage.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Martial Art Advantage from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArtAdvantage.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArtAdvantage.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtAdvantage.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtAdvantage.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtAdvantage.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Martial Art Advantage in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtAdvantage.Name
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_martial_art_maneuver-members.html b/docs/class_chummer_1_1_martial_art_maneuver-members.html
new file mode 100644
index 0000000..f0d8c95
--- /dev/null
+++ b/docs/class_chummer_1_1_martial_art_maneuver-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.MartialArtManeuver , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_martial_art_maneuver.html b/docs/class_chummer_1_1_martial_art_maneuver.html
new file mode 100644
index 0000000..8dcbfac
--- /dev/null
+++ b/docs/class_chummer_1_1_martial_art_maneuver.html
@@ -0,0 +1,416 @@
+
+
+
+
+
+
+Chummer: Chummer.MartialArtManeuver Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Martial Art Maneuver.
+ More...
+
+
+
+ MartialArtManeuver (Character objCharacter)
+
+void Create (XmlNode objXmlManeuverNode, TreeNode objNode)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Martial Art Maneuver from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+
A Martial Art Maneuver.
+
+
+
+
+
+
+ void Chummer.MartialArtManeuver.Create
+ (
+ XmlNode
+ objXmlManeuverNode ,
+
+
+
+
+ TreeNode
+ objNode
+
+
+
+ )
+
+
+
+
+
Create a Martial Art Maneuver from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlManeuverNode XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArtManeuver.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Martial Art Maneuver from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArtManeuver.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.MartialArtManeuver.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Martial Art Maneuver in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.Page
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MartialArtManeuver.Source
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_mentor_spirit-members.html b/docs/class_chummer_1_1_mentor_spirit-members.html
new file mode 100644
index 0000000..af5d2ca
--- /dev/null
+++ b/docs/class_chummer_1_1_mentor_spirit-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.MentorSpirit , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_mentor_spirit.html b/docs/class_chummer_1_1_mentor_spirit.html
new file mode 100644
index 0000000..656b5cd
--- /dev/null
+++ b/docs/class_chummer_1_1_mentor_spirit.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+Chummer: Chummer.MentorSpirit Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MentorSpirit.Advantages
+
+
+
+
+get set
+
+
+
+
+
Advantages and Disadvantages that the Mentor Spirit or Paragon grants.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.MentorSpirit.Name
+
+
+
+
+get set
+
+
+
+
+
Name of the Mentor Spirit or Paragon.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_metamagic-members.html b/docs/class_chummer_1_1_metamagic-members.html
new file mode 100644
index 0000000..68abccd
--- /dev/null
+++ b/docs/class_chummer_1_1_metamagic-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Metamagic , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_metamagic.html b/docs/class_chummer_1_1_metamagic.html
new file mode 100644
index 0000000..8acbd08
--- /dev/null
+++ b/docs/class_chummer_1_1_metamagic.html
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+Chummer: Chummer.Metamagic Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Metamagic or Echo.
+ More...
+
+
+
+ Metamagic (Character objCharacter)
+
+void Create (XmlNode objXmlMetamagicNode, Character objCharacter, TreeNode objNode, Improvement.ImprovementSource objSource)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Metamagic from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.Metamagic.Create
+ (
+ XmlNode
+ objXmlMetamagicNode ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ Improvement.ImprovementSource
+ objSource
+
+
+
+ )
+
+
+
+
+
Create a Metamagic from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlMetamagicNode XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ objSource Source of the Improvement .
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Metamagic.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Metamagic from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Metamagic.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Metamagic.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Metamagic.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.InternalId
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Metamagic.PaidWithKarma
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Metamagic was paid for with Karma.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Metamagic.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Improvement.ImprovementSource Chummer.Metamagic.SourceType
+
+
+
+
+get set
+
+
+
+
+
ImprovementSource Type.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_my_list_view-members.html b/docs/class_chummer_1_1_my_list_view-members.html
new file mode 100644
index 0000000..ebcb87a
--- /dev/null
+++ b/docs/class_chummer_1_1_my_list_view-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.MyListView , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_my_list_view.html b/docs/class_chummer_1_1_my_list_view.html
new file mode 100644
index 0000000..22f004e
--- /dev/null
+++ b/docs/class_chummer_1_1_my_list_view.html
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+Chummer: Chummer.MyListView Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Summary description for UserControl1.
+ More...
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+override void WndProc (ref Message msg)
+
+
+
+
Summary description for UserControl1.
+
+
+
+
+
+
+
+
+
+ override void Chummer.MyListView.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/InheritedListView.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_my_list_view.png b/docs/class_chummer_1_1_my_list_view.png
new file mode 100644
index 0000000..28b1a7a
Binary files /dev/null and b/docs/class_chummer_1_1_my_list_view.png differ
diff --git a/docs/class_chummer_1_1_omae_helper-members.html b/docs/class_chummer_1_1_omae_helper-members.html
new file mode 100644
index 0000000..53ecc08
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_helper-members.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeHelper , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_helper.html b/docs/class_chummer_1_1_omae_helper.html
new file mode 100644
index 0000000..7b21cae
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_helper.html
@@ -0,0 +1,447 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeHelper Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.OmaeHelper.Base64Decode
+ (
+ string
+ data )
+
+
+
+
+
+
Decode a Base64 encoded string.
+
+
+
+
+
+
+
+
+ string Chummer.OmaeHelper.Base64Encode
+ (
+ string
+ data )
+
+
+
+
+
+
Base64 encode a string.
+
+
+
+
+
+
+
+
+ byte [] Chummer.OmaeHelper.Compress
+ (
+ byte[]
+ raw )
+
+
+
+
+
+
Compresses byte array to new byte array.
+
+
+
+
+
+
+
+
+ byte [] Chummer.OmaeHelper.CompressMutiple
+ (
+ List< string >
+ lstFiles )
+
+
+
+
+
+
Compress multiple files to a byte array.
+
Parameters
+
+ lstFiles List of files to compress.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.OmaeHelper.CompressMutipleToFile
+ (
+ List< string >
+ lstFiles ,
+
+
+
+
+ string
+ strDestination
+
+
+
+ )
+
+
+
+
+
+
Compress multiple files to a file. This is only used for testing an compressing NPC packs. This is not to be used by end users.
+
Parameters
+
+ lstFiles List of files to compress.
+ strDestination File to compress to.
+
+
+
+
+
+
+
+
+
+
+
+ byte [] Chummer.OmaeHelper.Decompress
+ (
+ byte[]
+ gzip )
+
+
+
+
+
+
Decompress byte array to a new byte array.
+
+
+
+
+
+
+
+
+ void Chummer.OmaeHelper.DecompressCharacterSheet
+ (
+ byte[]
+ bytBuffer )
+
+
+
+
+
+
Decompress multiple files from a single zip file.
+
///
Parameters
+
+ bytBuffer Byte array that contains the zip file.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.OmaeHelper.DecompressDataFile
+ (
+ byte[]
+ bytBuffer ,
+
+
+
+
+ string
+ strPrefix
+
+
+
+ )
+
+
+
+
+
+
Decompress multiple files from a single zip file.
+
Parameters
+
+ bytBuffer Byte array that contains the zip file.
+ strPrefix Prefix to attach to the decompressed files.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.OmaeHelper.DecompressNPCs
+ (
+ byte[]
+ bytBuffer )
+
+
+
+
+
+
Decompress multiple files from a single zip file.
+
Parameters
+
+ bytBuffer Byte array that contains the zip file.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.OmaeHelper.DecompressNPCs
+ (
+ string
+ strExtract )
+
+
+
+
+
+
Decompress multiple files from a single zip file.
+
Parameters
+
+ strExtract Zip file to extract from.
+
+
+
+
+
+
+
+
+
+
+
Set all of the BasicHttpBinding properties and configure the EndPoint. This is done to avoid the need for an app.config file to be shippped with the application.
+
+
+
+
+
+
+
+
Set all of the BasicHttpBinding properties and configure the EndPoint. This is done to avoid the need for an app.config file to be shippped with the application.
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.OmaeHelper.XmlDocumentFromStream
+ (
+ MemoryStream
+ objStream )
+
+
+
+
+
+
Write the contents of a MemoryStream to an XmlDocument.
+
Parameters
+
+ objStream MemoryStream to read.
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsOmaeHelper.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_record-members.html b/docs/class_chummer_1_1_omae_record-members.html
new file mode 100644
index 0000000..5b6cae8
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_record-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeRecord , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_record.html b/docs/class_chummer_1_1_omae_record.html
new file mode 100644
index 0000000..5ebcdbb
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_record.html
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeRecord Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OmaeRecord (XmlNode objNode, int intTypeID, OmaeMode objMode)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+OmaeDownloadClickedHandler OmaeDownloadClicked
+
+
+OmaePostUpdateClickedHandler OmaePostUpdateClicked
+
+
+OmaeDeleteClickedHandler OmaeDeleteClicked
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.OmaeRecord.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.OmaeRecord.CharacterID
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.OmaeRecord.CharacterName
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.OmaeRecord.CharacterType
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.OmaeRecord.Description
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.OmaeRecord.OwnedByUser
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Character is owned by the current user which enables the Post Update and Delete buttons.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.OmaeRecord.UserName
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/OmaeRecord.cs
+/Users/higelm/personal-git/chummer/Chummer/OmaeRecord.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_record.png b/docs/class_chummer_1_1_omae_record.png
new file mode 100644
index 0000000..65cea30
Binary files /dev/null and b/docs/class_chummer_1_1_omae_record.png differ
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_request-members.html
new file mode 100644
index 0000000..ac1c3a4
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadCharacterRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_request.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_request.html
new file mode 100644
index 0000000..0c0d0d9
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadCharacterRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_request_body-members.html
new file mode 100644
index 0000000..b6f9095
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_request_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadCharacterRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_request_body.html
new file mode 100644
index 0000000..fc5dc86
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_request_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadCharacterRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DownloadCharacterRequestBody (int intCharacterID)
+
+
+
+
+int intCharacterID
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_response-members.html
new file mode 100644
index 0000000..aeb8ab7
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadCharacterResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_response.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_response.html
new file mode 100644
index 0000000..ccf68ff
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadCharacterResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_response_body-members.html
new file mode 100644
index 0000000..89e0f64
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadCharacterResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_character_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_download_character_response_body.html
new file mode 100644
index 0000000..ad24396
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_character_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadCharacterResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DownloadCharacterResponseBody (byte[] DownloadCharacterResult)
+
+
+
+
+byte[] DownloadCharacterResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request-members.html
new file mode 100644
index 0000000..31b2a3a
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadDataFileRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request.html
new file mode 100644
index 0000000..8c0b711
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadDataFileRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request_body-members.html
new file mode 100644
index 0000000..4e7eac4
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadDataFileRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request_body.html
new file mode 100644
index 0000000..db7335e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_request_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadDataFileRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DownloadDataFileRequestBody (int intDataID)
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response-members.html
new file mode 100644
index 0000000..9aca1d9
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadDataFileResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response.html
new file mode 100644
index 0000000..b1095fc
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadDataFileResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response_body-members.html
new file mode 100644
index 0000000..ebbd8e1
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadDataFileResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response_body.html
new file mode 100644
index 0000000..8d530bd
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_data_file_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadDataFileResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DownloadDataFileResponseBody (byte[] DownloadDataFileResult)
+
+
+
+
+byte[] DownloadDataFileResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request-members.html
new file mode 100644
index 0000000..2f867ca
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadSheetRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request.html
new file mode 100644
index 0000000..345e87c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadSheetRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request_body-members.html
new file mode 100644
index 0000000..c50e9be
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadSheetRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request_body.html
new file mode 100644
index 0000000..54f9d25
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_request_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadSheetRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DownloadSheetRequestBody (int intSheetID)
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response-members.html
new file mode 100644
index 0000000..f26422e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadSheetResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response.html
new file mode 100644
index 0000000..4e0e043
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadSheetResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response_body-members.html
new file mode 100644
index 0000000..d1049f0
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.DownloadSheetResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response_body.html
new file mode 100644
index 0000000..26edf4f
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_download_sheet_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.DownloadSheetResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DownloadSheetResponseBody (byte[] DownloadSheetResult)
+
+
+
+
+byte[] DownloadSheetResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request-members.html
new file mode 100644
index 0000000..8c23749
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharacters153Request , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request.html
new file mode 100644
index 0000000..e5538a0
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharacters153Request Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body-members.html
new file mode 100644
index 0000000..8aa8b9f
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharacters153RequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body.html
new file mode 100644
index 0000000..f451006
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharacters153RequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchCharacters153RequestBody (int intTypeID, int intSortOrder, string strMetatype, string strMetavariant, int intCreated, string strUser, string strQuality1, string strQuality2, string strQuality3)
+
+
+
+
+int intTypeID
+
+
+int intSortOrder
+
+
+string strMetatype
+
+
+string strMetavariant
+
+
+int intCreated
+
+
+string strUser
+
+
+string strQuality1
+
+
+string strQuality2
+
+
+string strQuality3
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response-members.html
new file mode 100644
index 0000000..c01a8d7
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharacters153Response , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response.html
new file mode 100644
index 0000000..b125892
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharacters153Response Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body-members.html
new file mode 100644
index 0000000..a2f215c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharacters153ResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body.html
new file mode 100644
index 0000000..ab5995e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharacters153ResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchCharacters153ResponseBody (System.Xml.Linq.XElement FetchCharacters153Result)
+
+
+
+
+System.Xml.Linq.XElement FetchCharacters153Result
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request-members.html
new file mode 100644
index 0000000..36a4619
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharactersRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request.html
new file mode 100644
index 0000000..262c2d1
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharactersRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request_body-members.html
new file mode 100644
index 0000000..681347c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request_body-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharactersRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request_body.html
new file mode 100644
index 0000000..0a289b5
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_request_body.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharactersRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchCharactersRequestBody (int intTypeID, int intSortOrder, string strMetatype, string strMetavariant, string strUser, string strQuality1, string strQuality2, string strQuality3)
+
+
+
+
+int intTypeID
+
+
+int intSortOrder
+
+
+string strMetatype
+
+
+string strMetavariant
+
+
+string strUser
+
+
+string strQuality1
+
+
+string strQuality2
+
+
+string strQuality3
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response-members.html
new file mode 100644
index 0000000..a8830c5
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharactersResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response.html
new file mode 100644
index 0000000..99f175e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharactersResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response_body-members.html
new file mode 100644
index 0000000..9624937
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchCharactersResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response_body.html
new file mode 100644
index 0000000..1de9224
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_characters_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchCharactersResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchCharactersResponseBody (System.Xml.Linq.XElement FetchCharactersResult)
+
+
+
+
+System.Xml.Linq.XElement FetchCharactersResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request-members.html
new file mode 100644
index 0000000..22d1d6d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchDataFilesRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request.html
new file mode 100644
index 0000000..19c8580
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchDataFilesRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body-members.html
new file mode 100644
index 0000000..f329ecf
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchDataFilesRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body.html
new file mode 100644
index 0000000..91523fc
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchDataFilesRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchDataFilesRequestBody (int intSortOrder, string strFilesIncluded, string strUser)
+
+
+
+
+int intSortOrder
+
+
+string strFilesIncluded
+
+
+string strUser
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response-members.html
new file mode 100644
index 0000000..7f122c2
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchDataFilesResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response.html
new file mode 100644
index 0000000..a6c6491
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchDataFilesResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body-members.html
new file mode 100644
index 0000000..bb38a15
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchDataFilesResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body.html
new file mode 100644
index 0000000..9df49c1
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchDataFilesResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchDataFilesResponseBody (System.Xml.Linq.XElement FetchDataFilesResult)
+
+
+
+
+System.Xml.Linq.XElement FetchDataFilesResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request-members.html
new file mode 100644
index 0000000..43a28f4
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchSheetsRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request.html
new file mode 100644
index 0000000..dd3e027
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchSheetsRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body-members.html
new file mode 100644
index 0000000..deb3696
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchSheetsRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body.html
new file mode 100644
index 0000000..a1e162e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchSheetsRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchSheetsRequestBody (int intSortOrder, string strUser)
+
+
+
+
+int intSortOrder
+
+
+string strUser
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response-members.html
new file mode 100644
index 0000000..1bf0bcb
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchSheetsResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response.html
new file mode 100644
index 0000000..931b619
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchSheetsResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body-members.html
new file mode 100644
index 0000000..863ce93
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.FetchSheetsResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body.html
new file mode 100644
index 0000000..ad79c0c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.FetchSheetsResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FetchSheetsResponseBody (System.Xml.Linq.XElement FetchSheetsResult)
+
+
+
+
+System.Xml.Linq.XElement FetchSheetsResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request-members.html
new file mode 100644
index 0000000..cac4a0a
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetCharacterTypesRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request.html
new file mode 100644
index 0000000..8f0171d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetCharacterTypesRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request_body-members.html
new file mode 100644
index 0000000..649caaf
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request_body-members.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetCharacterTypesRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request_body.html
new file mode 100644
index 0000000..7358345
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_request_body.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetCharacterTypesRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response-members.html
new file mode 100644
index 0000000..428e658
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetCharacterTypesResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response.html
new file mode 100644
index 0000000..cc0ee15
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetCharacterTypesResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response_body-members.html
new file mode 100644
index 0000000..c43425c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetCharacterTypesResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response_body.html
new file mode 100644
index 0000000..29a961b
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_character_types_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetCharacterTypesResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GetCharacterTypesResponseBody (System.Xml.Linq.XElement GetCharacterTypesResult)
+
+
+
+
+System.Xml.Linq.XElement GetCharacterTypesResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request-members.html
new file mode 100644
index 0000000..ecfcbda
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetEmailAddressRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request.html
new file mode 100644
index 0000000..fdc8d65
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetEmailAddressRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request_body-members.html
new file mode 100644
index 0000000..40b6c9a
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetEmailAddressRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request_body.html
new file mode 100644
index 0000000..ee897c6
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_request_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetEmailAddressRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GetEmailAddressRequestBody (string strUserName)
+
+
+
+
+string strUserName
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response-members.html
new file mode 100644
index 0000000..f033b8d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetEmailAddressResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response.html
new file mode 100644
index 0000000..e862c2b
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetEmailAddressResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response_body-members.html
new file mode 100644
index 0000000..92136c5
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.GetEmailAddressResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response_body.html
new file mode 100644
index 0000000..25b4ae0
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_get_email_address_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.GetEmailAddressResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GetEmailAddressResponseBody (string GetEmailAddressResult)
+
+
+
+
+string GetEmailAddressResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_login_request-members.html
new file mode 100644
index 0000000..73c867e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.LoginRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_request.html b/docs/class_chummer_1_1_omae_service_1_1_login_request.html
new file mode 100644
index 0000000..f2d0612
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.LoginRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_login_request_body-members.html
new file mode 100644
index 0000000..a386d8e
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_request_body-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.LoginRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_login_request_body.html
new file mode 100644
index 0000000..08b0bc0
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_request_body.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.LoginRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LoginRequestBody (string strUserName, string strPassword)
+
+
+
+
+string strUserName
+
+
+string strPassword
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_login_response-members.html
new file mode 100644
index 0000000..8f82630
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.LoginResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_response.html b/docs/class_chummer_1_1_omae_service_1_1_login_response.html
new file mode 100644
index 0000000..afa0b8d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.LoginResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_login_response_body-members.html
new file mode 100644
index 0000000..e038056
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.LoginResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_login_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_login_response_body.html
new file mode 100644
index 0000000..a958715
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_login_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.LoginResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LoginResponseBody (bool LoginResult)
+
+
+
+
+bool LoginResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_request-members.html
new file mode 100644
index 0000000..c1a6f7f
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.RegisterUserRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_request.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_request.html
new file mode 100644
index 0000000..702b867
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.RegisterUserRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_request_body-members.html
new file mode 100644
index 0000000..61bec48
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_request_body-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.RegisterUserRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_request_body.html
new file mode 100644
index 0000000..c207877
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_request_body.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.RegisterUserRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RegisterUserRequestBody (string strUserName, string strPassword)
+
+
+
+
+string strUserName
+
+
+string strPassword
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_response-members.html
new file mode 100644
index 0000000..f7c6a5d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.RegisterUserResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_response.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_response.html
new file mode 100644
index 0000000..5c8800a
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.RegisterUserResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_response_body-members.html
new file mode 100644
index 0000000..d3b7cf5
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.RegisterUserResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_register_user_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_register_user_response_body.html
new file mode 100644
index 0000000..3829a31
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_register_user_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.RegisterUserResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RegisterUserResponseBody (int RegisterUserResult)
+
+
+
+
+int RegisterUserResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request-members.html
new file mode 100644
index 0000000..0fbd198
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.ResetPasswordRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_request.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request.html
new file mode 100644
index 0000000..1e16d7d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.ResetPasswordRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request_body-members.html
new file mode 100644
index 0000000..c8d6875
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.ResetPasswordRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request_body.html
new file mode 100644
index 0000000..8616e72
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_request_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.ResetPasswordRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ResetPasswordRequestBody (string strUserName)
+
+
+
+
+string strUserName
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response-members.html
new file mode 100644
index 0000000..3b1e851
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.ResetPasswordResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_response.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response.html
new file mode 100644
index 0000000..e79e973
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.ResetPasswordResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response_body-members.html
new file mode 100644
index 0000000..a122366
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.ResetPasswordResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_reset_password_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response_body.html
new file mode 100644
index 0000000..1391d98
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_reset_password_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.ResetPasswordResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ResetPasswordResponseBody (bool ResetPasswordResult)
+
+
+
+
+bool ResetPasswordResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request-members.html
new file mode 100644
index 0000000..626e485
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.SetEmailAddressRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request.html
new file mode 100644
index 0000000..5a6fe7f
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.SetEmailAddressRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request_body-members.html
new file mode 100644
index 0000000..8cacfff
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request_body-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.SetEmailAddressRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request_body.html
new file mode 100644
index 0000000..5fcdcae
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_request_body.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.SetEmailAddressRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SetEmailAddressRequestBody (string strUserName, string strEmail)
+
+
+
+
+string strUserName
+
+
+string strEmail
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response-members.html
new file mode 100644
index 0000000..e407c86
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.SetEmailAddressResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response.html
new file mode 100644
index 0000000..0308610
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.SetEmailAddressResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response_body-members.html
new file mode 100644
index 0000000..b1073d3
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.SetEmailAddressResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response_body.html
new file mode 100644
index 0000000..50031ac
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_set_email_address_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.SetEmailAddressResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SetEmailAddressResponseBody (bool SetEmailAddressResult)
+
+
+
+
+bool SetEmailAddressResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request-members.html
new file mode 100644
index 0000000..c4772c5
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacter153Request , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request.html
new file mode 100644
index 0000000..7637660
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacter153Request Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request_body-members.html
new file mode 100644
index 0000000..d697d0c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request_body-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacter153RequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request_body.html
new file mode 100644
index 0000000..c53da1d
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_request_body.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacter153RequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadCharacter153RequestBody (string strUserName, int intCharacterID, string strCharacterName, string strDescription, string strMetatype, string strMetavariant, string strQualities, int intTypeID, int intCreated, byte[] bytFile)
+
+
+
+
+string strUserName
+
+
+int intCharacterID
+
+
+string strCharacterName
+
+
+string strDescription
+
+
+string strMetatype
+
+
+string strMetavariant
+
+
+string strQualities
+
+
+int intTypeID
+
+
+int intCreated
+
+
+byte[] bytFile
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response-members.html
new file mode 100644
index 0000000..6e047a1
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacter153Response , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response.html
new file mode 100644
index 0000000..18f1386
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacter153Response Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response_body-members.html
new file mode 100644
index 0000000..9ada0a7
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacter153ResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response_body.html
new file mode 100644
index 0000000..7a0749f
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character153_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacter153ResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadCharacter153ResponseBody (bool UploadCharacter153Result)
+
+
+
+
+bool UploadCharacter153Result
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request-members.html
new file mode 100644
index 0000000..19b5708
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacterRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_request.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request.html
new file mode 100644
index 0000000..4e7fda2
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacterRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request_body-members.html
new file mode 100644
index 0000000..b8b287a
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request_body-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacterRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request_body.html
new file mode 100644
index 0000000..788d365
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_request_body.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacterRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadCharacterRequestBody (string strUserName, int intCharacterID, string strCharacterName, string strDescription, string strMetatype, string strMetavariant, string strQualities, int intTypeID, byte[] bytFile)
+
+
+
+
+string strUserName
+
+
+int intCharacterID
+
+
+string strCharacterName
+
+
+string strDescription
+
+
+string strMetatype
+
+
+string strMetavariant
+
+
+string strQualities
+
+
+int intTypeID
+
+
+byte[] bytFile
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response-members.html
new file mode 100644
index 0000000..8e6b01a
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacterResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_response.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response.html
new file mode 100644
index 0000000..fb22b70
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacterResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response_body-members.html
new file mode 100644
index 0000000..8b24e0b
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadCharacterResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_character_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response_body.html
new file mode 100644
index 0000000..1bdb986
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_character_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadCharacterResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadCharacterResponseBody (bool UploadCharacterResult)
+
+
+
+
+bool UploadCharacterResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request-members.html
new file mode 100644
index 0000000..88fb144
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadDataFileRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request.html
new file mode 100644
index 0000000..f98c074
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadDataFileRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request_body-members.html
new file mode 100644
index 0000000..42ddc0c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request_body-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadDataFileRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request_body.html
new file mode 100644
index 0000000..5b006d1
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_request_body.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadDataFileRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadDataFileRequestBody (string strUserName, int intDataID, string strDataName, string strDescription, string strFilesIncluded, byte[] bytFile)
+
+
+
+
+string strUserName
+
+
+int intDataID
+
+
+string strDataName
+
+
+string strDescription
+
+
+string strFilesIncluded
+
+
+byte[] bytFile
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response-members.html
new file mode 100644
index 0000000..7074b59
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadDataFileResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response.html
new file mode 100644
index 0000000..15bb61c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadDataFileResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response_body-members.html
new file mode 100644
index 0000000..47c8afe
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadDataFileResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response_body.html
new file mode 100644
index 0000000..74ca159
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_data_file_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadDataFileResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadDataFileResponseBody (bool UploadDataFileResult)
+
+
+
+
+bool UploadDataFileResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request-members.html
new file mode 100644
index 0000000..e9d50b3
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadSheetRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request.html
new file mode 100644
index 0000000..f92ab82
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadSheetRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request_body-members.html
new file mode 100644
index 0000000..94fe132
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request_body-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadSheetRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request_body.html
new file mode 100644
index 0000000..5145283
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_request_body.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadSheetRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadSheetRequestBody (string strUserName, int intSheetID, string strSheetName, string strDescription, byte[] bytFile)
+
+
+
+
+string strUserName
+
+
+int intSheetID
+
+
+string strSheetName
+
+
+string strDescription
+
+
+byte[] bytFile
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response-members.html
new file mode 100644
index 0000000..49d48f5
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadSheetResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response.html
new file mode 100644
index 0000000..24419b4
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadSheetResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response_body-members.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response_body-members.html
new file mode 100644
index 0000000..4e803bc
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.UploadSheetResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response_body.html b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response_body.html
new file mode 100644
index 0000000..85f3b58
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1_upload_sheet_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.UploadSheetResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadSheetResponseBody (bool UploadSheetResult)
+
+
+
+
+bool UploadSheetResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1omae_soap_client-members.html b/docs/class_chummer_1_1_omae_service_1_1omae_soap_client-members.html
new file mode 100644
index 0000000..764d796
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1omae_soap_client-members.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.omaeSoapClient , including all inherited members.
+
+ DeleteCharacter (int intCharacterID) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ DeleteDataFile (int intDataID) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ DeleteSheet (int intSheetID) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ DownloadCharacter (int intCharacterID) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ DownloadDataFile (int intDataID) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ DownloadSheet (int intSheetID) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ FetchCharacters (int intTypeID, int intSortOrder, string strMetatype, string strMetavariant, string strUser, string strQuality1, string strQuality2, string strQuality3) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ FetchCharacters153 (int intTypeID, int intSortOrder, string strMetatype, string strMetavariant, int intCreated, string strUser, string strQuality1, string strQuality2, string strQuality3) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ FetchDataFiles (int intSortOrder, string strFilesIncluded, string strUser) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ FetchSheets (int intSortOrder, string strUser) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ GetCharacterTypes () (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ GetEmailAddress (string strUserName) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ Login (string strUserName, string strPassword) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ omaeSoapClient () (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ omaeSoapClient (string endpointConfigurationName) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ omaeSoapClient (string endpointConfigurationName, string remoteAddress) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ omaeSoapClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ omaeSoapClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ RegisterUser (string strUserName, string strPassword) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ ResetPassword (string strUserName) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ SetEmailAddress (string strUserName, string strEmail) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ UploadCharacter (string strUserName, int intCharacterID, string strCharacterName, string strDescription, string strMetatype, string strMetavariant, string strQualities, int intTypeID, byte[] bytFile) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ UploadCharacter153 (string strUserName, int intCharacterID, string strCharacterName, string strDescription, string strMetatype, string strMetavariant, string strQualities, int intTypeID, int intCreated, byte[] bytFile) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ UploadDataFile (string strUserName, int intDataID, string strDataName, string strDescription, string strFilesIncluded, byte[] bytFile) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+ UploadSheet (string strUserName, int intSheetID, string strSheetName, string strDescription, byte[] bytFile) (defined in Chummer.OmaeService.omaeSoapClient )Chummer.OmaeService.omaeSoapClient
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1omae_soap_client.html b/docs/class_chummer_1_1_omae_service_1_1omae_soap_client.html
new file mode 100644
index 0000000..ca3b25c
--- /dev/null
+++ b/docs/class_chummer_1_1_omae_service_1_1omae_soap_client.html
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.omaeSoapClient Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ omaeSoapClient (string endpointConfigurationName)
+
+
+ omaeSoapClient (string endpointConfigurationName, string remoteAddress)
+
+
+ omaeSoapClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
+
+
+ omaeSoapClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
+
+
+int RegisterUser (string strUserName, string strPassword)
+
+
+bool Login (string strUserName, string strPassword)
+
+
+bool SetEmailAddress (string strUserName, string strEmail)
+
+
+string GetEmailAddress (string strUserName)
+
+
+bool ResetPassword (string strUserName)
+
+
+System.Xml.Linq.XElement GetCharacterTypes ()
+
+
+bool UploadCharacter (string strUserName, int intCharacterID, string strCharacterName, string strDescription, string strMetatype, string strMetavariant, string strQualities, int intTypeID, byte[] bytFile)
+
+
+bool UploadCharacter153 (string strUserName, int intCharacterID, string strCharacterName, string strDescription, string strMetatype, string strMetavariant, string strQualities, int intTypeID, int intCreated, byte[] bytFile)
+
+
+byte[] DownloadCharacter (int intCharacterID)
+
+
+bool DeleteCharacter (int intCharacterID)
+
+
+System.Xml.Linq.XElement FetchCharacters (int intTypeID, int intSortOrder, string strMetatype, string strMetavariant, string strUser, string strQuality1, string strQuality2, string strQuality3)
+
+
+System.Xml.Linq.XElement FetchCharacters153 (int intTypeID, int intSortOrder, string strMetatype, string strMetavariant, int intCreated, string strUser, string strQuality1, string strQuality2, string strQuality3)
+
+
+bool UploadDataFile (string strUserName, int intDataID, string strDataName, string strDescription, string strFilesIncluded, byte[] bytFile)
+
+
+byte[] DownloadDataFile (int intDataID)
+
+
+bool DeleteDataFile (int intDataID)
+
+
+System.Xml.Linq.XElement FetchDataFiles (int intSortOrder, string strFilesIncluded, string strUser)
+
+
+bool UploadSheet (string strUserName, int intSheetID, string strSheetName, string strDescription, byte[] bytFile)
+
+
+byte[] DownloadSheet (int intSheetID)
+
+
+bool DeleteSheet (int intSheetID)
+
+
+System.Xml.Linq.XElement FetchSheets (int intSortOrder, string strUser)
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_omae_service_1_1omae_soap_client.png b/docs/class_chummer_1_1_omae_service_1_1omae_soap_client.png
new file mode 100644
index 0000000..6d325ec
Binary files /dev/null and b/docs/class_chummer_1_1_omae_service_1_1omae_soap_client.png differ
diff --git a/docs/class_chummer_1_1_operating_system-members.html b/docs/class_chummer_1_1_operating_system-members.html
new file mode 100644
index 0000000..ba6db61
--- /dev/null
+++ b/docs/class_chummer_1_1_operating_system-members.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OperatingSystem , including all inherited members.
+
+ _blnBonded (defined in Chummer.Gear )Chummer.Gear protected
+ _blnDiscountCost (defined in Chummer.Gear )Chummer.Gear protected
+ _blnEquipped (defined in Chummer.Gear )Chummer.Gear protected
+ _blnHomeNode (defined in Chummer.Gear )Chummer.Gear protected
+ _blnIncludedInParent (defined in Chummer.Gear )Chummer.Gear protected
+ _guiID (defined in Chummer.Gear )Chummer.Gear protected
+ _guiWeaponID (defined in Chummer.Gear )Chummer.Gear protected
+ _intCostFor (defined in Chummer.Gear )Chummer.Gear protected
+ _intMaxRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intMinRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intQty (defined in Chummer.Gear )Chummer.Gear protected
+ _intRating (defined in Chummer.Gear )Chummer.Gear protected
+ _intSignal (defined in Chummer.Gear )Chummer.Gear protected
+ _nodBonus (defined in Chummer.Gear )Chummer.Gear protected
+ _nodWeaponBonus (defined in Chummer.Gear )Chummer.Gear protected
+ _objCharacter (defined in Chummer.Gear )Chummer.Gear protected
+ _objChildren (defined in Chummer.Gear )Chummer.Gear protected
+ _objParent (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltCategory (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltName (defined in Chummer.Gear )Chummer.Gear protected
+ _strAltPage (defined in Chummer.Gear )Chummer.Gear protected
+ _strArmorCapacity (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail10 (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail3 (defined in Chummer.Gear )Chummer.Gear protected
+ _strAvail6 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCapacity (defined in Chummer.Gear )Chummer.Gear protected
+ _strCategory (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost10 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost3 (defined in Chummer.Gear )Chummer.Gear protected
+ _strCost6 (defined in Chummer.Gear )Chummer.Gear protected
+ _strExtra (defined in Chummer.Gear )Chummer.Gear protected
+ _strGearName (defined in Chummer.Gear )Chummer.Gear protected
+ _strLocation (defined in Chummer.Gear )Chummer.Gear protected
+ _strName (defined in Chummer.Gear )Chummer.Gear protected
+ _strNotes (defined in Chummer.Gear )Chummer.Gear protected
+ _strPage (defined in Chummer.Gear )Chummer.Gear protected
+ _strSource (defined in Chummer.Gear )Chummer.Gear protected
+ ArmorCapacity Chummer.Gear
+ Avail Chummer.Gear
+ Avail10 Chummer.Gear
+ Avail3 Chummer.Gear
+ Avail6 Chummer.Gear
+ Bonded Chummer.Gear
+ Bonus Chummer.Gear
+ CalculatedArmorCapacity Chummer.Gear
+ CalculatedCapacity Chummer.Gear
+ CalculatedCost Chummer.Gear
+ Capacity Chummer.Gear
+ CapacityRemaining Chummer.Gear
+ Category Chummer.Gear
+ ChildAvailModifier Chummer.Gear
+ ChildCostMultiplier Chummer.Gear
+ Children Chummer.Gear
+ Copy (OperatingSystem objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)Chummer.OperatingSystem
+ Chummer::Gear.Copy (Gear objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)Chummer.Gear
+ Cost Chummer.Gear
+ Cost10 Chummer.Gear
+ Cost3 Chummer.Gear
+ Cost6 Chummer.Gear
+ CostFor Chummer.Gear
+ Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, bool blnAddImprovements=true, bool blnCreateChildren=true)Chummer.OperatingSystem
+ Chummer::Gear.Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, string strForceValue="", bool blnHacked=false, bool blnInherent=false, bool blnAddImprovements=true, bool blnCreateChildren=true, bool blnAerodynamic=false)Chummer.Gear
+ CreateChildren (XmlDocument objXmlGearDocument, XmlNode objXmlGear, Gear objParent, TreeNode objNode, Character objCharacter, bool blnHacked) (defined in Chummer.Gear )Chummer.Gear protected
+ DiscountCost Chummer.Gear
+ DisplayCategory Chummer.Gear
+ DisplayName Chummer.Gear
+ DisplayNameShort Chummer.Gear
+ Equipped Chummer.Gear
+ Extra Chummer.Gear
+ Firewall Chummer.OperatingSystem
+ Gear (Character objCharacter) (defined in Chummer.Gear )Chummer.Gear
+ GearName Chummer.Gear
+ HomeNode Chummer.Gear
+ IncludedInParent Chummer.Gear
+ InternalId Chummer.Gear
+ IsErgonomic Chummer.Gear
+ IsProgram Chummer.Gear
+ Load (XmlNode objNode, bool blnCopy=false)Chummer.OperatingSystem
+ Location Chummer.Gear
+ MaxRating Chummer.Gear
+ MinRating Chummer.Gear
+ Name Chummer.Gear
+ Notes Chummer.Gear
+ OperatingSystem (Character objCharacter) (defined in Chummer.OperatingSystem )Chummer.OperatingSystem
+ OwnCost Chummer.Gear
+ Page Chummer.Gear
+ Parent Chummer.Gear
+ PluginArmorCapacity Chummer.Gear
+ PluginCapacity Chummer.Gear
+ Print (XmlTextWriter objWriter)Chummer.OperatingSystem
+ Quantity Chummer.Gear
+ Rating Chummer.Gear
+ Response Chummer.Gear
+ Save (XmlTextWriter objWriter)Chummer.OperatingSystem
+ Signal Chummer.Gear
+ Source Chummer.Gear
+ System Chummer.OperatingSystem
+ TotalAvail (bool blnCalculateAdditions=false, bool blnForceEnglish=false)Chummer.Gear
+ TotalCost Chummer.Gear
+ WeaponBonus Chummer.Gear
+ WeaponBonusAP Chummer.Gear
+ WeaponBonusDamage (bool blnForceEnglish=false)Chummer.Gear
+ WeaponBonusRange Chummer.Gear
+ WeaponID Chummer.Gear
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_operating_system.html b/docs/class_chummer_1_1_operating_system.html
new file mode 100644
index 0000000..e27f9e3
--- /dev/null
+++ b/docs/class_chummer_1_1_operating_system.html
@@ -0,0 +1,705 @@
+
+
+
+
+
+
+Chummer: Chummer.OperatingSystem Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Commlink Operating System.
+ More...
+
+
+
+
+
+
+
+
+
+
+
+ OperatingSystem (Character objCharacter)
+
+void Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, bool blnAddImprovements=true, bool blnCreateChildren=true)
+
+void Copy (OperatingSystem objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)
+ Copy a piece of Gear . More...
+
+new void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+new void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Gear from the XmlNode. More...
+
+new void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+ Gear (Character objCharacter)
+
+void Create (XmlNode objXmlGear, Character objCharacter, TreeNode objNode, int intRating, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes, string strForceValue="", bool blnHacked=false, bool blnInherent=false, bool blnAddImprovements=true, bool blnCreateChildren=true, bool blnAerodynamic=false)
+
+void Copy (Gear objGear, TreeNode objNode, List< Weapon > objWeapons, List< TreeNode > objWeaponNodes)
+ Copy a piece of Gear . More...
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Gear from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+string TotalAvail (bool blnCalculateAdditions=false, bool blnForceEnglish=false)
+ Total Availablility of the Gear and its accessories. More...
+
+string WeaponBonusDamage (bool blnForceEnglish=false)
+ Weapon Bonus Damage. More...
+
+
+
+new int Firewall [get, set]
+ Firewall. More...
+
+new int System [get, set]
+ System. More...
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Gear in the Character . More...
+
+string WeaponID [get, set]
+ Guid of a Cyberware Weapon . More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+XmlNode WeaponBonus [get, set]
+ WeaponBonus node from the XML file. More...
+
+string Name [get, set]
+ Name. More...
+
+string GearName [get, set]
+ A custom name for the Gear assigned by the player. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Category. More...
+
+string Capacity [get, set]
+ Gear capacity. More...
+
+string ArmorCapacity [get, set]
+ Armor capacity. More...
+
+int MinRating [get, set]
+ Minimum Rating. More...
+
+int MaxRating [get, set]
+ Maximum Rating. More...
+
+int Rating [get, set]
+ Rating. More...
+
+int Quantity [get, set]
+ Quantity. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string Avail3 [get, set]
+ Availability for up to Rating 3. More...
+
+string Avail6 [get, set]
+ Availability for up to Rating 6. More...
+
+string Avail10 [get, set]
+ Availability for up to Rating 10. More...
+
+int CostFor [get, set]
+ Use for ammo. The number of rounds that the nuyen amount buys. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Cost3 [get, set]
+ Cost for up to Rating 3. More...
+
+string Cost6 [get, set]
+ Cost for up to Rating 6. More...
+
+string Cost10 [get, set]
+ Cost for up to Rating 10. More...
+
+string Extra [get, set]
+ Value that was selected during an ImprovementManager dialogue. More...
+
+bool Bonded [get, set]
+ Whether or not the Foci is bonded. More...
+
+bool Equipped [get, set]
+ Whether or not the Gear is equipped. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+List< Gear > Children [get]
+ A List of child pieces of Gear . More...
+
+string Notes [get, set]
+ Notes. More...
+
+int Signal [get, set]
+ Signal. More...
+
+int Response [get, set]
+ Response. More...
+
+int System [get, set]
+ System. More...
+
+int Firewall [get, set]
+ Firewall. More...
+
+string Location [get, set]
+ Location. More...
+
+bool HomeNode [get, set]
+ Whether or not an item is an A.I.'s Home Node. More...
+
+bool IsProgram [get]
+ Whether or not the Gear qualifies as a Program in the printout XML. More...
+
+bool IsErgonomic [get]
+ Whether or not the Gear has the Ergonomic Program Option. More...
+
+int ChildCostMultiplier [get, set]
+ Cost multiplier for Children attached to this Gear . More...
+
+int ChildAvailModifier [get, set]
+ Avail modifier for Children attached to this Gear . More...
+
+Gear Parent [get, set]
+ Parent Gear . More...
+
+bool DiscountCost [get, set]
+ Whether or not the Gear 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+bool IncludedInParent [get, set]
+ Whether or not the Gear is included in its parent item when purchased (currently applies to Armor only). More...
+
+string CalculatedCapacity [get]
+ Caculated Capacity of the Gear . More...
+
+string CalculatedArmorCapacity [get]
+ Caculated Armor Capacity of the Gear . More...
+
+int CalculatedCost [get]
+ Total cost of the just the Gear itself. More...
+
+int TotalCost [get]
+ Total cost of the Gear and its accessories. More...
+
+int OwnCost [get]
+ The cost of just the Gear itself. More...
+
+int PluginCapacity [get]
+ The Gear 's Capacity cost if used as a plugin. More...
+
+int PluginArmorCapacity [get]
+ The Gear 's Capacity cost if used as an Armor plugin. More...
+
+int CapacityRemaining [get]
+ The amount of Capacity remaining in the Gear . More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string WeaponBonusAP [get]
+ Weapon Bonus AP. More...
+
+int WeaponBonusRange [get]
+ Weapon Bonus Range. More...
+
+
+
+
+
+void CreateChildren (XmlDocument objXmlGearDocument, XmlNode objXmlGear, Gear objParent, TreeNode objNode, Character objCharacter, bool blnHacked)
+
+
+
+Guid _guiID = new Guid()
+
+
+string _strName = ""
+
+
+string _strCategory = ""
+
+
+int _intMaxRating = 0
+
+
+int _intMinRating = 0
+
+
+int _intRating = 0
+
+
+int _intQty = 1
+
+
+string _strCapacity = ""
+
+
+string _strArmorCapacity = ""
+
+
+string _strAvail = ""
+
+
+string _strAvail3 = ""
+
+
+string _strAvail6 = ""
+
+
+string _strAvail10 = ""
+
+
+int _intCostFor = 1
+
+
+int _intSignal = 0
+
+
+string _strCost = ""
+
+
+string _strCost3 = ""
+
+
+string _strCost6 = ""
+
+
+string _strCost10 = ""
+
+
+string _strSource = ""
+
+
+string _strPage = ""
+
+
+string _strExtra = ""
+
+
+bool _blnBonded = false
+
+
+bool _blnEquipped = true
+
+
+bool _blnHomeNode = false
+
+
+XmlNode _nodBonus
+
+
+XmlNode _nodWeaponBonus
+
+
+Guid _guiWeaponID = new Guid()
+
+
+List< Gear > _objChildren = new List<Gear >()
+
+
+string _strNotes = ""
+
+
+string _strLocation = ""
+
+
+Character _objCharacter
+
+
+string _strAltName = ""
+
+
+string _strAltCategory = ""
+
+
+string _strAltPage = ""
+
+
+Gear _objParent = null
+
+
+bool _blnDiscountCost = false
+
+
+string _strGearName = ""
+
+
+bool _blnIncludedInParent = false
+
+
+
+
Commlink Operating System.
+
+
+
+
+
+
+ void Chummer.OperatingSystem.Copy
+ (
+ OperatingSystem
+ objGear ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes
+
+
+
+ )
+
+
+
+
+
+
Copy a piece of Gear .
+
Parameters
+
+ objGear Gear object to copy.
+ objNode TreeNode created by copying the item.
+ objWeapons List of Weapons created by copying the item.
+ objWeaponNodes List of Weapon TreeNodes created by copying the item.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.OperatingSystem.Create
+ (
+ XmlNode
+ objXmlGear ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ int
+ intRating ,
+
+
+
+
+ bool
+ blnAddImprovements = true,
+
+
+
+
+ bool
+ blnCreateChildren = true
+
+
+
+ )
+
+
+
+
+
Create an Operating System from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlGear XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ intRating Selected Rating for the Gear .
+ blnAddImprovements Whether or not Improvements should be added to the character.
+ blnCreateChildren Whether or not child Gear should be created.
+
+
+
+
+
+
+
+
+
+
+
+ new void Chummer.OperatingSystem.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Gear from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ new void Chummer.OperatingSystem.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ new void Chummer.OperatingSystem.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ new int Chummer.OperatingSystem.Firewall
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ new int Chummer.OperatingSystem.System
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_operating_system.png b/docs/class_chummer_1_1_operating_system.png
new file mode 100644
index 0000000..1f8c260
Binary files /dev/null and b/docs/class_chummer_1_1_operating_system.png differ
diff --git a/docs/class_chummer_1_1_pet_control-members.html b/docs/class_chummer_1_1_pet_control-members.html
new file mode 100644
index 0000000..2bd1f7a
--- /dev/null
+++ b/docs/class_chummer_1_1_pet_control-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.PetControl , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_pet_control.html b/docs/class_chummer_1_1_pet_control.html
new file mode 100644
index 0000000..fb49416
--- /dev/null
+++ b/docs/class_chummer_1_1_pet_control.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+Chummer: Chummer.PetControl Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+DeleteContactHandler DeleteContact
+
+
+FileNameChangedHandler FileNameChanged
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.PetControl.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.PetControl.ContactName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Contact Chummer.PetControl.ContactObject
+
+
+
+
+get set
+
+
+
+
+
Contact object this is linked to.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/PetControl.cs
+/Users/higelm/personal-git/chummer/Chummer/PetControl.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_pet_control.png b/docs/class_chummer_1_1_pet_control.png
new file mode 100644
index 0000000..4361d62
Binary files /dev/null and b/docs/class_chummer_1_1_pet_control.png differ
diff --git a/docs/class_chummer_1_1_power-members.html b/docs/class_chummer_1_1_power-members.html
new file mode 100644
index 0000000..e6aa67e
--- /dev/null
+++ b/docs/class_chummer_1_1_power-members.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Power , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_power.html b/docs/class_chummer_1_1_power.html
new file mode 100644
index 0000000..d153dc7
--- /dev/null
+++ b/docs/class_chummer_1_1_power.html
@@ -0,0 +1,706 @@
+
+
+
+
+
+
+Chummer: Chummer.Power Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
An Adept Power .
+ More...
+
+
+
+ Power (Character objCharacter)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Power from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+Character CharacterObject [get]
+ The Character object being used by the Power . More...
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Power in the Improvement system. More...
+
+string Name [get, set]
+ Power 's name. More...
+
+string Extra [get, set]
+ Extra information that should be applied to the name, like a linked Attribute . More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string FullName [get]
+ The full name of the Power (Name + any Extra text). More...
+
+decimal PointsPerLevel [get, set]
+ Power Point cost per level of the Power . More...
+
+decimal CalculatedPointsPerLevel [get]
+ Calculated Power Point cost per level of the Power (including discounts). More...
+
+decimal Rating [get, set]
+ The current Rating of the Power . More...
+
+decimal PowerPoints [get]
+ Total number of Power Points the Power costs. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Page Number. More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+bool LevelsEnabled [get, set]
+ Whether or not Levels enabled for the Power . More...
+
+int MaxLevels [get, set]
+ Maximum Level for the Power . More...
+
+bool DiscountedAdeptWay [get, set]
+ Whether or not the Power Cost is discounted by 25% from Adept Way. More...
+
+bool DiscountedGeas [get, set]
+ Whether or not the Power Cost is discounted by 25% from Geas. More...
+
+string Notes [get, set]
+ Notes. More...
+
+bool DoubleCost [get, set]
+ Whether or not the Power Point cost is doubled when an Attribute exceeds its Metatype Maximum. More...
+
+int DoubledPoints [get]
+ The number of Power Points that have been doubled because of exceeding the Metatype's Maximum Attribute values. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.Power.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Power from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Power.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Power.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Power.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Power.CalculatedPointsPerLevel
+
+
+
+
+get
+
+
+
+
+
Calculated Power Point cost per level of the Power (including discounts).
+
+
+
+
+
+
+
+
+
+
+
+ Character Chummer.Power.CharacterObject
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Power.DiscountedAdeptWay
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Power Cost is discounted by 25% from Adept Way.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Power.DiscountedGeas
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Power Cost is discounted by 25% from Geas.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Power.DoubleCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Power Point cost is doubled when an Attribute exceeds its Metatype Maximum.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Power.DoubledPoints
+
+
+
+
+get
+
+
+
+
+
The number of Power Points that have been doubled because of exceeding the Metatype's Maximum Attribute values.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.Extra
+
+
+
+
+get set
+
+
+
+
+
Extra information that should be applied to the name, like a linked Attribute .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.FullName
+
+
+
+
+get
+
+
+
+
+
The full name of the Power (Name + any Extra text).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Power in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Power.LevelsEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not Levels enabled for the Power .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Power.MaxLevels
+
+
+
+
+get set
+
+
+
+
+
Maximum Level for the Power .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.Page
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Power.PointsPerLevel
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Power.PowerPoints
+
+
+
+
+get
+
+
+
+
+
Total number of Power Points the Power costs.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.Power.Rating
+
+
+
+
+get set
+
+
+
+
+
The current Rating of the Power .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Power.Source
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_power_control-members.html b/docs/class_chummer_1_1_power_control-members.html
new file mode 100644
index 0000000..7767b1a
--- /dev/null
+++ b/docs/class_chummer_1_1_power_control-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.PowerControl , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_power_control.html b/docs/class_chummer_1_1_power_control.html
new file mode 100644
index 0000000..1fe4c6a
--- /dev/null
+++ b/docs/class_chummer_1_1_power_control.html
@@ -0,0 +1,542 @@
+
+
+
+
+
+
+Chummer: Chummer.PowerControl Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+Power PowerObject [get, set]
+ The Power object this control is linked to. More...
+
+string PowerName [get, set]
+ Power name. More...
+
+string Extra [get, set]
+ Extra Power information (selected Attribute or Skill name). More...
+
+int PowerLevel [get, set]
+ Power level. More...
+
+bool LevelEnabled [get, set]
+ Is the Power level enabled? More...
+
+decimal PointsPerLevel [get, set]
+ The number of Power Points this Power costs per level. More...
+
+decimal PowerPoints [get]
+ The Power 's total cost in Power Points. More...
+
+int MaxLevels [get, set]
+ Maximum number of levels allowed. More...
+
+bool DiscountedByAdeptWay [get, set]
+ Whether or not the Power Cost is discounted by 25% for Adept Way. More...
+
+bool DiscountedByGeas [get, set]
+ Whether or not the Power Cost is discounted by 25% for Geas. More...
+
+bool DiscountAdeptWayEnabled [get, set]
+ Whether or not the Discounted by Adept Way CheckBox is enabled. More...
+
+bool DiscountGeasEnabled [get, set]
+ Whether or not the Discounted by Geas CheckBox is enabled. More...
+
+
+
+
+PowerRatingChangedHandler PowerRatingChanged
+
+
+DeletePowerHandler DeletePower
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.PowerControl.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.PowerControl.RefreshMaximum
+ (
+ int
+ intMAG )
+
+
+
+
+
+
Refresh the maximum level for the Power based on the character's MAG Attribute .
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.PowerControl.RefreshTooltip
+ (
+ )
+
+
+
+
+
+
Refresh the tooltip for the control.
+
+
+
+
+
+
+
+
+ void Chummer.PowerControl.UpdatePointsPerLevel
+ (
+ )
+
+
+
+
+
+
Update the Power Points display for the Control.
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.PowerControl.DiscountAdeptWayEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Discounted by Adept Way CheckBox is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.PowerControl.DiscountedByAdeptWay
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Power Cost is discounted by 25% for Adept Way.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.PowerControl.DiscountedByGeas
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Power Cost is discounted by 25% for Geas.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.PowerControl.DiscountGeasEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Discounted by Geas CheckBox is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.PowerControl.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.PowerControl.LevelEnabled
+
+
+
+
+get set
+
+
+
+
+
Is the Power level enabled?
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.PowerControl.MaxLevels
+
+
+
+
+get set
+
+
+
+
+
Maximum number of levels allowed.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.PowerControl.PointsPerLevel
+
+
+
+
+get set
+
+
+
+
+
The number of Power Points this Power costs per level.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.PowerControl.PowerLevel
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.PowerControl.PowerName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Chummer.PowerControl.PowerObject
+
+
+
+
+get set
+
+
+
+
+
The Power object this control is linked to.
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.PowerControl.PowerPoints
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/PowerControl.cs
+/Users/higelm/personal-git/chummer/Chummer/PowerControl.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_power_control.png b/docs/class_chummer_1_1_power_control.png
new file mode 100644
index 0000000..92077cc
Binary files /dev/null and b/docs/class_chummer_1_1_power_control.png differ
diff --git a/docs/class_chummer_1_1_quality-members.html b/docs/class_chummer_1_1_quality-members.html
new file mode 100644
index 0000000..ccf32a8
--- /dev/null
+++ b/docs/class_chummer_1_1_quality-members.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Quality , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_quality.html b/docs/class_chummer_1_1_quality.html
new file mode 100644
index 0000000..cb6aa22
--- /dev/null
+++ b/docs/class_chummer_1_1_quality.html
@@ -0,0 +1,758 @@
+
+
+
+
+
+
+Chummer: Chummer.Quality Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Quality .
+ More...
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Quality in the Improvement system. More...
+
+string WeaponID [get, set]
+ Guid of a Weapon . More...
+
+string Name [get, set]
+ Quality 's name. More...
+
+string Extra [get, set]
+ Extra information that should be applied to the name, like a linked Attribute . More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Page Number. More...
+
+XmlNode Bonus [get, set]
+ Bonus node from the XML file. More...
+
+QualityType Type [get, set]
+ Quality Type. More...
+
+QualitySource OriginSource [get, set]
+ Source of the Quality . More...
+
+int BP [get, set]
+ Number of Build Points the Quality costs. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+bool AllowPrint [get, set]
+ Whether or not the Quality appears on the printouts. More...
+
+bool ContributeToLimit [get, set]
+ Whether or not the Quality contributes towards the character's Quality BP limits. More...
+
+bool ContributeToBP [get]
+ Whether or not the Quality contributes towards the character's Total BP. More...
+
+int MutantPoints [get]
+ Number of points a Quality counts as for a Mutant Critter. More...
+
+string Notes [get, set]
+ Notes. More...
+
+
+
+
+
+
+
+
+
+ QualitySource Chummer.Quality.ConvertToQualitySource
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a QualitySource.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ QualityType Chummer.Quality.ConvertToQualityType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a QualityType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Quality.Create
+ (
+ XmlNode
+ objXmlQuality ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ QualitySource
+ objQualitySource ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ List< Weapon >
+ objWeapons ,
+
+
+
+
+ List< TreeNode >
+ objWeaponNodes ,
+
+
+
+
+ string
+ strForceValue = ""
+
+
+
+ )
+
+
+
+
+
+
Create a Quality from an XmlNode and return the TreeNodes for it.
+
Parameters
+
+ objXmlQuality XmlNode to create the object from.
+ objCharacter Character object the Quality will be added to.
+ objQualitySource Source of the Quality .
+ objNode TreeNode to populate a TreeView.
+ objWeapons List of Weapons that should be added to the Character .
+ objWeaponNodes List of TreeNodes to represent the Weapons added.
+ strForceValue Force a value to be selected for the Quality .
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Quality.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Quality.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Quality.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Quality.AllowPrint
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Quality appears on the printouts.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.Quality.Bonus
+
+
+
+
+get set
+
+
+
+
+
Bonus node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Quality.BP
+
+
+
+
+get set
+
+
+
+
+
Number of Build Points the Quality costs.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Quality.ContributeToBP
+
+
+
+
+get
+
+
+
+
+
Whether or not the Quality contributes towards the character's Total BP.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Quality.ContributeToLimit
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Quality contributes towards the character's Quality BP limits.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.Extra
+
+
+
+
+get set
+
+
+
+
+
Extra information that should be applied to the name, like a linked Attribute .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Quality in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Quality.MutantPoints
+
+
+
+
+get
+
+
+
+
+
Number of points a Quality counts as for a Mutant Critter.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.Page
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Quality.WeaponID
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill-members.html b/docs/class_chummer_1_1_skill-members.html
new file mode 100644
index 0000000..c6d0745
--- /dev/null
+++ b/docs/class_chummer_1_1_skill-members.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Skill , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill.html b/docs/class_chummer_1_1_skill.html
new file mode 100644
index 0000000..0e899d5
--- /dev/null
+++ b/docs/class_chummer_1_1_skill.html
@@ -0,0 +1,781 @@
+
+
+
+
+
+
+Chummer: Chummer.Skill Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Object that represents a single Skill .
+ More...
+
+
+
+ Skill (Character objCharacter)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+Character CharacterObject [get]
+ The Character object being used by the Skill . More...
+
+string Name [get, set]
+ Skill 's name. More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+int Rating [get, set]
+ Skill 's current rating. More...
+
+bool KnowledgeSkill [get, set]
+ Is this Skill a Knowledge Skill ? More...
+
+bool ExoticSkill [get, set]
+ Is this Skill an Exotic Skill ? More...
+
+string Specialization [get, set]
+ Skill 's Specialization (if any). More...
+
+string SkillGroup [get, set]
+ Name of the Skill Group the Skill belongs to. More...
+
+bool IsGrouped [get, set]
+ Whether or not the Skill is currently rolled into its Skill Group. More...
+
+string SkillCategory [get, set]
+ Name of the Skill Category the Skill belongs to. More...
+
+string DisplayCategory [get]
+ Translated name of the Skill Category the Skill belongs to. More...
+
+string Attribute [get, set]
+ Attribute the Skill is linked to. More...
+
+bool Default [get, set]
+ Whether or not this Skill allows defaulting. More...
+
+bool AllowDelete [get, set]
+ Whether or not the Skill can be deleted. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Page Number. More...
+
+int TotalRating [get]
+ Skill 's total Rating (Rating + Modifiers). More...
+
+int AttributeModifiers [get]
+ Skill 's Modifiers that come from its linked Attribute . More...
+
+int RatingModifiers [get]
+ Skill 's Rating Modifiers. More...
+
+int DicePoolModifiers [get]
+ Skill 's Dice Pool Modifiers. More...
+
+string DicePoolModifiersTooltip [get]
+ Skill 's Dice Pool Modifiers Tooltip. More...
+
+int RatingMaximum [get, set]
+ Maximum Rating for the Skill . More...
+
+string DisplayAttribute [get]
+ Translated Attribute . More...
+
+
+
+
Object that represents a single Skill .
+
+
+
+
+
+
+ void Chummer.Skill.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Skill.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Skill.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Skill.AllowDelete
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Skill can be deleted.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.Attribute
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Skill.AttributeModifiers
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ Character Chummer.Skill.CharacterObject
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Skill.Default
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Skill allows defaulting.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Skill.DicePoolModifiers
+
+
+
+
+get
+
+
+
+
+
Skill 's Dice Pool Modifiers.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.DicePoolModifiersTooltip
+
+
+
+
+get
+
+
+
+
+
Skill 's Dice Pool Modifiers Tooltip.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.DisplayAttribute
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated name of the Skill Category the Skill belongs to.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Skill.ExoticSkill
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Skill.IsGrouped
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Skill is currently rolled into its Skill Group.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Skill.KnowledgeSkill
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.Page
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Skill.Rating
+
+
+
+
+get set
+
+
+
+
+
Skill 's current rating.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Skill.RatingMaximum
+
+
+
+
+get set
+
+
+
+
+
Maximum Rating for the Skill .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Skill.RatingModifiers
+
+
+
+
+get
+
+
+
+
+
Skill 's Rating Modifiers.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.SkillCategory
+
+
+
+
+get set
+
+
+
+
+
Name of the Skill Category the Skill belongs to.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.SkillGroup
+
+
+
+
+get set
+
+
+
+
+
Name of the Skill Group the Skill belongs to.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Skill.Specialization
+
+
+
+
+get set
+
+
+
+
+
Skill 's Specialization (if any).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Skill.TotalRating
+
+
+
+
+get
+
+
+
+
+
Skill 's total Rating (Rating + Modifiers).
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_control-members.html b/docs/class_chummer_1_1_skill_control-members.html
new file mode 100644
index 0000000..c0b20bf
--- /dev/null
+++ b/docs/class_chummer_1_1_skill_control-members.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SkillControl , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_control.html b/docs/class_chummer_1_1_skill_control.html
new file mode 100644
index 0000000..814439b
--- /dev/null
+++ b/docs/class_chummer_1_1_skill_control.html
@@ -0,0 +1,537 @@
+
+
+
+
+
+
+Chummer: Chummer.SkillControl Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+Skill SkillObject [get, set]
+ Skill object that this control is linked to. More...
+
+string SkillName [get, set]
+ Skill name. More...
+
+int SkillRating [get, set]
+ Skill Rating. More...
+
+int SkillRatingMaximum [get, set]
+ Maximum Skill Rating. More...
+
+bool KnowledgeSkill [get, set]
+ Is the Skill a Knowledge Skill ? More...
+
+string SkillSpec [get, set]
+ Specialization. More...
+
+string SkillGroup [get, set]
+ Name of the Skill Group the Skill is currently a part of (blank for no group). More...
+
+bool IsGrouped [get, set]
+ Whether or not the Skill is currently rolled into its Skill Group. More...
+
+string SkillCategory [get, set]
+ Name of the Skill Category the Skill is currently a part of. More...
+
+string Attribute [get]
+ Attribute the Skill is linked to. More...
+
+bool AllowDelete [get, set]
+ Whether or not the Delete button should be displayed. More...
+
+string OldSpecialization [get]
+ Specialization that was selected before editing it. More...
+
+
+
+
+RatingChangedHandler RatingChanged
+
+
+SpecializationChangedHandler SpecializationChanged
+
+
+SpecializationLeaveHandler SpecializationLeave
+
+
+DeleteSkillHandler DeleteSkill
+
+
+SkillKaramClickHandler SkillKarmaClicked
+
+
+DiceRollerHandler DiceRollerClicked
+
+
+BreakGroupHandler BreakGroupClicked
+
+
+
+
+
+
+
+
+ void Chummer.SkillControl.AddSpec
+ (
+ string
+ strSpec )
+
+
+
+
+
+
Add a string to the Specialization list.
+
Parameters
+
+ strSpec String to add.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.SkillControl.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.SkillControl.RefreshControl
+ (
+ )
+
+
+
+
+
+
Update the Modified Rating shown.
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillControl.AllowDelete
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Delete button should be displayed.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillControl.Attribute
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillControl.IsGrouped
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Skill is currently rolled into its Skill Group.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillControl.KnowledgeSkill
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillControl.OldSpecialization
+
+
+
+
+get
+
+
+
+
+
Specialization that was selected before editing it.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillControl.SkillCategory
+
+
+
+
+get set
+
+
+
+
+
Name of the Skill Category the Skill is currently a part of.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillControl.SkillGroup
+
+
+
+
+get set
+
+
+
+
+
Name of the Skill Group the Skill is currently a part of (blank for no group).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillControl.SkillName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Skill Chummer.SkillControl.SkillObject
+
+
+
+
+get set
+
+
+
+
+
Skill object that this control is linked to.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SkillControl.SkillRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SkillControl.SkillRatingMaximum
+
+
+
+
+get set
+
+
+
+
+
Maximum Skill Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillControl.SkillSpec
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/SkillControl.cs
+/Users/higelm/personal-git/chummer/Chummer/SkillControl.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_control.png b/docs/class_chummer_1_1_skill_control.png
new file mode 100644
index 0000000..3e7f92a
Binary files /dev/null and b/docs/class_chummer_1_1_skill_control.png differ
diff --git a/docs/class_chummer_1_1_skill_group-members.html b/docs/class_chummer_1_1_skill_group-members.html
new file mode 100644
index 0000000..3cc989b
--- /dev/null
+++ b/docs/class_chummer_1_1_skill_group-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SkillGroup , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_group.html b/docs/class_chummer_1_1_skill_group.html
new file mode 100644
index 0000000..6d427e8
--- /dev/null
+++ b/docs/class_chummer_1_1_skill_group.html
@@ -0,0 +1,476 @@
+
+
+
+
+
+
+Chummer: Chummer.SkillGroup Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Object that represents a single Skill Group.
+ More...
+
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Attribute from the XmlNode. More...
+
+
+
+
Object that represents a single Skill Group.
+
+
+
+
+
+
+ void Chummer.SkillGroup.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.SkillGroup.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.Broken
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Skill Group has been broken through improving an individual Active Skill .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillGroup.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasCombatSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Combat Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasMagicalSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Magical Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasPhysicalSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Physical Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasResonanceSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Resonance Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasSocialSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Social Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasTechnicalSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Technical Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroup.HasVehicleSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Vehicle Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillGroup.Name
+
+
+
+
+get set
+
+
+
+
+
Skill Group's name.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SkillGroup.Rating
+
+
+
+
+get set
+
+
+
+
+
Skill Group's current rating.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SkillGroup.RatingMaximum
+
+
+
+
+get set
+
+
+
+
+
Skill Group's maximum rating.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_group_control-members.html b/docs/class_chummer_1_1_skill_group_control-members.html
new file mode 100644
index 0000000..0668922
--- /dev/null
+++ b/docs/class_chummer_1_1_skill_group_control-members.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SkillGroupControl , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_group_control.html b/docs/class_chummer_1_1_skill_group_control.html
new file mode 100644
index 0000000..059c9ce
--- /dev/null
+++ b/docs/class_chummer_1_1_skill_group_control.html
@@ -0,0 +1,503 @@
+
+
+
+
+
+
+Chummer: Chummer.SkillGroupControl Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+GroupRatingChangedHandler GroupRatingChanged
+
+
+GroupKaramClickHandler GroupKarmaClicked
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.SkillGroupControl.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.Broken
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Skill Group has been broken by improving an individual Active Skill .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SkillGroupControl.GroupName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SkillGroupControl.GroupRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SkillGroupControl.GroupRatingMaximum
+
+
+
+
+get set
+
+
+
+
+
Maximum Group Rating.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasCombatSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Combat Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasMagicalSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Magical Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasPhysicalSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Physical Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasResonanceSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Resonance Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasSocialSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Social Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasTechnicalSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Technical Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.HasVehicleSkills
+
+
+
+
+get
+
+
+
+
+
Whether or not the Skill Group has any Vehicle Active Skills.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SkillGroupControl.IsEnabled
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Skill Group is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ SkillGroup Chummer.SkillGroupControl.SkillGroupObject
+
+
+
+
+get set
+
+
+
+
+
Skill Group object that this control is linked to.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/SkillGroupControl.cs
+/Users/higelm/personal-git/chummer/Chummer/SkillGroupControl.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_skill_group_control.png b/docs/class_chummer_1_1_skill_group_control.png
new file mode 100644
index 0000000..78795f0
Binary files /dev/null and b/docs/class_chummer_1_1_skill_group_control.png differ
diff --git a/docs/class_chummer_1_1_sort_by_date-members.html b/docs/class_chummer_1_1_sort_by_date-members.html
new file mode 100644
index 0000000..b7b7f76
--- /dev/null
+++ b/docs/class_chummer_1_1_sort_by_date-members.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SortByDate , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sort_by_date.html b/docs/class_chummer_1_1_sort_by_date.html
new file mode 100644
index 0000000..2bf4095
--- /dev/null
+++ b/docs/class_chummer_1_1_sort_by_date.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Chummer.SortByDate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sort ListViewItems in reverse chronological order.
+ More...
+
+
+
+
+
+
+
+
+
+
+int Compare (object objX, object objY)
+
+
+
+
Sort ListViewItems in reverse chronological order.
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsListItems.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sort_by_date.png b/docs/class_chummer_1_1_sort_by_date.png
new file mode 100644
index 0000000..a579542
Binary files /dev/null and b/docs/class_chummer_1_1_sort_by_date.png differ
diff --git a/docs/class_chummer_1_1_sort_by_name-members.html b/docs/class_chummer_1_1_sort_by_name-members.html
new file mode 100644
index 0000000..0b8dfce
--- /dev/null
+++ b/docs/class_chummer_1_1_sort_by_name-members.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SortByName , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sort_by_name.html b/docs/class_chummer_1_1_sort_by_name.html
new file mode 100644
index 0000000..5f1a566
--- /dev/null
+++ b/docs/class_chummer_1_1_sort_by_name.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Chummer.SortByName Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sort TreeNodes in alphabetical order, ignoring [].
+ More...
+
+
+
+
+
+
+
+
+
+
+int Compare (object objX, object objY)
+
+
+
+
Sort TreeNodes in alphabetical order, ignoring [].
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsListItems.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sort_by_name.png b/docs/class_chummer_1_1_sort_by_name.png
new file mode 100644
index 0000000..33641e3
Binary files /dev/null and b/docs/class_chummer_1_1_sort_by_name.png differ
diff --git a/docs/class_chummer_1_1_sort_list_item-members.html b/docs/class_chummer_1_1_sort_list_item-members.html
new file mode 100644
index 0000000..a335f91
--- /dev/null
+++ b/docs/class_chummer_1_1_sort_list_item-members.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SortListItem , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sort_list_item.html b/docs/class_chummer_1_1_sort_list_item.html
new file mode 100644
index 0000000..ff0f1a1
--- /dev/null
+++ b/docs/class_chummer_1_1_sort_list_item.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Chummer.SortListItem Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sort ListItems by Name in alphabetical order.
+ More...
+
+
+
+
+
+
+
+
+
+
+int Compare (object objX, object objY)
+
+
+
+
Sort ListItems by Name in alphabetical order.
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsListItems.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sort_list_item.png b/docs/class_chummer_1_1_sort_list_item.png
new file mode 100644
index 0000000..7832b2f
Binary files /dev/null and b/docs/class_chummer_1_1_sort_list_item.png differ
diff --git a/docs/class_chummer_1_1_sourcebook_info-members.html b/docs/class_chummer_1_1_sourcebook_info-members.html
new file mode 100644
index 0000000..915f507
--- /dev/null
+++ b/docs/class_chummer_1_1_sourcebook_info-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SourcebookInfo , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_sourcebook_info.html b/docs/class_chummer_1_1_sourcebook_info.html
new file mode 100644
index 0000000..57b3941
--- /dev/null
+++ b/docs/class_chummer_1_1_sourcebook_info.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+Chummer: Chummer.SourcebookInfo Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+string Code [get, set]
+
+
+string Path [get, set]
+
+
+int Offset [get, set]
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsOptions.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spell-members.html b/docs/class_chummer_1_1_spell-members.html
new file mode 100644
index 0000000..a36d4b0
--- /dev/null
+++ b/docs/class_chummer_1_1_spell-members.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Spell , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spell.html b/docs/class_chummer_1_1_spell.html
new file mode 100644
index 0000000..b9ee743
--- /dev/null
+++ b/docs/class_chummer_1_1_spell.html
@@ -0,0 +1,944 @@
+
+
+
+
+
+
+Chummer: Chummer.Spell Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Magician Spell .
+ More...
+
+
+
+ Spell (Character objCharacter)
+
+void Create (XmlNode objXmlSpellNode, Character objCharacter, TreeNode objNode, string strForcedValue="", bool blnLimited=false, bool blnExtended=false)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Spell from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Spell in the Improvement system. More...
+
+string Name [get, set]
+ Spell 's name. More...
+
+string Descriptors [get, set]
+ Spell 's descriptors. More...
+
+string DisplayDescriptors [get]
+ Translated Descriptors. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Spell 's category. More...
+
+string Type [get, set]
+ Spell 's type. More...
+
+string DisplayType [get]
+ Translated Type. More...
+
+string DisplayDV [get]
+ Translated Drain Value. More...
+
+string DVTooltip [get]
+ Drain Tooltip. More...
+
+string Range [get, set]
+ Spell 's range. More...
+
+string DisplayRange [get]
+ Translated Range. More...
+
+string Damage [get, set]
+ Spell 's damage. More...
+
+string DisplayDamage [get]
+ Translated Damage. More...
+
+string Duration [get, set]
+ Spell 's duration. More...
+
+string DisplayDuration [get]
+ Translated Duration. More...
+
+string DV [get, set]
+ Spell 's drain value. More...
+
+string Source [get, set]
+ Spell 's Source. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+string Extra [get, set]
+ Extra information from Improvement dialogues. More...
+
+bool Limited [get, set]
+ Whether or not the Spell is Limited. More...
+
+bool Extended [get, set]
+ Whether or not the Spell is Extended. More...
+
+string Notes [get, set]
+ Notes. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. More...
+
+int DicePool [get]
+ The Dice Pool size for the Active Skill required to cast the Spell . More...
+
+string DicePoolTooltip [get]
+ Tooltip information for the Dice Pool. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.Spell.Create
+ (
+ XmlNode
+ objXmlSpellNode ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ string
+ strForcedValue = "",
+
+
+
+
+ bool
+ blnLimited = false,
+
+
+
+
+ bool
+ blnExtended = false
+
+
+
+ )
+
+
+
+
+
Create a Spell from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlSpellNode XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ strForcedValue Value to forcefully select for any ImprovementManager prompts.
+ blnLimited Whether or not the Spell should be marked as Limited.
+ blnExtended Whether or not the Spell should be marked as Extended.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Spell.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Spell from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Spell.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Spell.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Damage
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Descriptors
+
+
+
+
+get set
+
+
+
+
+
Spell 's descriptors.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Spell.DicePool
+
+
+
+
+get
+
+
+
+
+
The Dice Pool size for the Active Skill required to cast the Spell .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DicePoolTooltip
+
+
+
+
+get
+
+
+
+
+
Tooltip information for the Dice Pool.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayDamage
+
+
+
+
+get
+
+
+
+
+
Translated Damage.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayDescriptors
+
+
+
+
+get
+
+
+
+
+
Translated Descriptors.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayDuration
+
+
+
+
+get
+
+
+
+
+
Translated Duration.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayDV
+
+
+
+
+get
+
+
+
+
+
Translated Drain Value.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayRange
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DisplayType
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Duration
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DV
+
+
+
+
+get set
+
+
+
+
+
Spell 's drain value.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.DVTooltip
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Spell.Extended
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Spell is Extended.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Spell in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Spell.Limited
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Spell is Limited.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Range
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spell.Type
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spirit-members.html b/docs/class_chummer_1_1_spirit-members.html
new file mode 100644
index 0000000..d9845c6
--- /dev/null
+++ b/docs/class_chummer_1_1_spirit-members.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Spirit , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spirit.html b/docs/class_chummer_1_1_spirit.html
new file mode 100644
index 0000000..eefc924
--- /dev/null
+++ b/docs/class_chummer_1_1_spirit.html
@@ -0,0 +1,483 @@
+
+
+
+
+
+
+Chummer: Chummer.Spirit Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Magician's Spirit or Technomancer's Sprite.
+ More...
+
+
+Character CharacterObject [get]
+ The Character object being used by the Spirit . More...
+
+string Name [get, set]
+ Name of the Spirit 's Metatype. More...
+
+string CritterName [get, set]
+ Name of the Spirit . More...
+
+int ServicesOwed [get, set]
+ Number of Services the Spirit owes. More...
+
+int Force [get, set]
+ The Spirit 's Force. More...
+
+bool Bound [get, set]
+ Whether or not the Spirit is Bound. More...
+
+SpiritType EntityType [get, set]
+ The Spirit 's type, either Spirit or Sprite. More...
+
+string FileName [get, set]
+ Name of the save file for this Spirit/Sprite. More...
+
+string RelativeFileName [get, set]
+ Relative path to the save file. More...
+
+string Notes [get, set]
+ Notes. More...
+
+
+
+
A Magician's Spirit or Technomancer's Sprite.
+
+
+
+
+
+
+ SpiritType Chummer.Spirit.ConvertToSpiritType
+ (
+ string
+ strValue )
+
+
+
+
+
+
Convert a string to a SpiritType.
+
Parameters
+
+ strValue String value to convert.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Spirit.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Spirit from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Spirit.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Spirit.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Spirit.Bound
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Spirit is Bound.
+
+
+
+
+
+
+
+
+
+
+
+ Character Chummer.Spirit.CharacterObject
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spirit.CritterName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spirit.FileName
+
+
+
+
+get set
+
+
+
+
+
Name of the save file for this Spirit/Sprite.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Spirit.Force
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spirit.Name
+
+
+
+
+get set
+
+
+
+
+
Name of the Spirit 's Metatype.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spirit.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Spirit.RelativeFileName
+
+
+
+
+get set
+
+
+
+
+
Relative path to the save file.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Spirit.ServicesOwed
+
+
+
+
+get set
+
+
+
+
+
Number of Services the Spirit owes.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spirit_control-members.html b/docs/class_chummer_1_1_spirit_control-members.html
new file mode 100644
index 0000000..85c426e
--- /dev/null
+++ b/docs/class_chummer_1_1_spirit_control-members.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.SpiritControl , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spirit_control.html b/docs/class_chummer_1_1_spirit_control.html
new file mode 100644
index 0000000..f046943
--- /dev/null
+++ b/docs/class_chummer_1_1_spirit_control.html
@@ -0,0 +1,436 @@
+
+
+
+
+
+
+Chummer: Chummer.SpiritControl Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SpiritControl (bool blnCareer=false)
+
+
+void RebuildSpiritList (string strTradition)
+
+string ExpressionToString (string strIn, int intForce, int intOffset)
+ Convert Force, 1D6, or 2D6 into a usable value. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+ServicesOwedChangedHandler ServicesOwedChanged
+
+
+ForceChangedHandler ForceChanged
+
+
+BoundChangedHandler BoundChanged
+
+
+DeleteSpiritHandler DeleteSpirit
+
+
+FileNameChangedHandler FileNameChanged
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.SpiritControl.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SpiritControl.ExpressionToString
+ (
+ string
+ strIn ,
+
+
+
+
+ int
+ intForce ,
+
+
+
+
+ int
+ intOffset
+
+
+
+ )
+
+
+
+
+
+
Convert Force, 1D6, or 2D6 into a usable value.
+
Parameters
+
+ strIn Expression to convert.
+ intForce Force value to use.
+ intOffset Dice offset.
+
+
+
+
Returns
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.SpiritControl.Bound
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Spirit is Bound.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SpiritControl.CritterName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ SpiritType Chummer.SpiritControl.EntityType
+
+
+
+
+get set
+
+
+
+
+
Indicates if this is a Spirit or Sprite. For labeling purposes only.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SpiritControl.Force
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SpiritControl.ForceMaximum
+
+
+
+
+get set
+
+
+
+
+
Maximum Force of the Spirit .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.SpiritControl.ServicesOwed
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.SpiritControl.SpiritName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ Spirit Chummer.SpiritControl.SpiritObject
+
+
+
+
+get set
+
+
+
+
+
Spirit object this is linked to.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/SpiritControl.cs
+/Users/higelm/personal-git/chummer/Chummer/SpiritControl.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_spirit_control.png b/docs/class_chummer_1_1_spirit_control.png
new file mode 100644
index 0000000..67435ec
Binary files /dev/null and b/docs/class_chummer_1_1_spirit_control.png differ
diff --git a/docs/class_chummer_1_1_stacked_focus-members.html b/docs/class_chummer_1_1_stacked_focus-members.html
new file mode 100644
index 0000000..07f9e33
--- /dev/null
+++ b/docs/class_chummer_1_1_stacked_focus-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.StackedFocus , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_stacked_focus.html b/docs/class_chummer_1_1_stacked_focus.html
new file mode 100644
index 0000000..8c78cc9
--- /dev/null
+++ b/docs/class_chummer_1_1_stacked_focus.html
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+Chummer: Chummer.StackedFocus Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Stacked Focus .
+ More...
+
+
+
+ StackedFocus (Character objCharacter)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Stacked Focus from the XmlNode. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.StackedFocus.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Stacked Focus from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.StackedFocus.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.StackedFocus.BindingCost
+
+
+
+
+get
+
+
+
+
+
The cost in Karma to bind this Stacked Focus .
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.StackedFocus.Bonded
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Stacked Focus in Bonded.
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.StackedFocus.Gear
+
+
+
+
+get set
+
+
+
+
+
List of Gear that make up the Stacked Focus .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.StackedFocus.GearId
+
+
+
+
+get set
+
+
+
+
+
GUID of the linked Gear .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.StackedFocus.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Stacked Focus in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.StackedFocus.Name
+
+
+
+
+get
+
+
+
+
+
Stacked Focus Name.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.StackedFocus.TotalForce
+
+
+
+
+get
+
+
+
+
+
The Stacked Focus ' total Force.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_tech_program-members.html b/docs/class_chummer_1_1_tech_program-members.html
new file mode 100644
index 0000000..a64de58
--- /dev/null
+++ b/docs/class_chummer_1_1_tech_program-members.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TechProgram , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_tech_program.html b/docs/class_chummer_1_1_tech_program.html
new file mode 100644
index 0000000..d4d9973
--- /dev/null
+++ b/docs/class_chummer_1_1_tech_program.html
@@ -0,0 +1,730 @@
+
+
+
+
+
+
+Chummer: Chummer.TechProgram Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Technoamncer Program or Complex Form.
+ More...
+
+
+
+ TechProgram (Character objCharacter)
+
+void Create (XmlNode objXmlProgramNode, Character objCharacter, TreeNode objNode, string strForcedValue="")
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Complex Form from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Complex Form in the Improvement system. More...
+
+string Name [get, set]
+ Complex Form's name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Complex Form's Category. More...
+
+int Rating [get, set]
+ The Complex Form's Rating. More...
+
+int MaxRating [get, set]
+ The Complex Form's Maximum Rating. More...
+
+List< string > Tags [get]
+ The Complex Form's Tags including any added by Options. More...
+
+List< TechProgramOption > Options [get]
+ The TechProgramOptions attached to the Complex Form. More...
+
+string Capacity [get, set]
+ The Complex Form's Capacity for Options. More...
+
+int CapacityRemaining [get]
+ Capacity Remaining. More...
+
+string Source [get, set]
+ Complex Form's Source. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+string Extra [get, set]
+ Extra information from Improvement dialogues. More...
+
+string Skill [get, set]
+ Common Skill . More...
+
+string DisplaySkill [get]
+ Translated Common Skill . More...
+
+string Notes [get, set]
+ Notes. More...
+
+int CalculatedCapacity [get]
+ Caculated Capacity of the Complex Form. More...
+
+
+
+
A Technoamncer Program or Complex Form.
+
+
+
+
+
+
+ void Chummer.TechProgram.Create
+ (
+ XmlNode
+ objXmlProgramNode ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ string
+ strForcedValue = ""
+
+
+
+ )
+
+
+
+
+
Create a Complex Form from an XmlNode.
Parameters
+
+ objXmlProgramNode XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ strForcedValue Value to forcefully select for any ImprovementManager prompts.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.TechProgram.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Complex Form from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.TechProgram.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.TechProgram.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.TechProgram.CalculatedCapacity
+
+
+
+
+get
+
+
+
+
+
Caculated Capacity of the Complex Form.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Capacity
+
+
+
+
+get set
+
+
+
+
+
The Complex Form's Capacity for Options.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.TechProgram.CapacityRemaining
+
+
+
+
+get
+
+
+
+
+
Capacity Remaining.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Category
+
+
+
+
+get set
+
+
+
+
+
Complex Form's Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.DisplaySkill
+
+
+
+
+get
+
+
+
+
+
Translated Common Skill .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Complex Form in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.TechProgram.MaxRating
+
+
+
+
+get set
+
+
+
+
+
The Complex Form's Maximum Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Name
+
+
+
+
+get set
+
+
+
+
+
Complex Form's name.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
The TechProgramOptions attached to the Complex Form.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.TechProgram.Rating
+
+
+
+
+get set
+
+
+
+
+
The Complex Form's Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Skill
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgram.Source
+
+
+
+
+get set
+
+
+
+
+
Complex Form's Source.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.TechProgram.Tags
+
+
+
+
+get
+
+
+
+
+
The Complex Form's Tags including any added by Options.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_tech_program_option-members.html b/docs/class_chummer_1_1_tech_program_option-members.html
new file mode 100644
index 0000000..2b7c9bb
--- /dev/null
+++ b/docs/class_chummer_1_1_tech_program_option-members.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TechProgramOption , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_tech_program_option.html b/docs/class_chummer_1_1_tech_program_option.html
new file mode 100644
index 0000000..4d3efdb
--- /dev/null
+++ b/docs/class_chummer_1_1_tech_program_option.html
@@ -0,0 +1,530 @@
+
+
+
+
+
+
+Chummer: Chummer.TechProgramOption Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Technomancer Complex Form Option.
+ More...
+
+
+
+ TechProgramOption (Character objCharacter)
+
+void Create (XmlNode objXmlOptionNode, Character objCharacter, TreeNode objNode, string strForcedValue="")
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode)
+ Load the Complex Form Option from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Complex Form Option in the Improvement system. More...
+
+string Name [get, set]
+ Program's name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+int Rating [get, set]
+ The Complex Form Option's Rating. More...
+
+int MaxRating [get, set]
+ The Complex Form Option's Maximum Rating. More...
+
+List< string > Tags [get]
+ The Complex Form Option's Tags. More...
+
+string Source [get, set]
+ Complex Form Option's Source. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+string Extra [get, set]
+ Extra information from Improvement dialogues. More...
+
+string Notes [get, set]
+ Notes. More...
+
+
+
+
A Technomancer Complex Form Option.
+
+
+
+
+
+
+ void Chummer.TechProgramOption.Create
+ (
+ XmlNode
+ objXmlOptionNode ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ string
+ strForcedValue = ""
+
+
+
+ )
+
+
+
+
+
Create a Complex Form from an XmlNode.
Parameters
+
+ objXmlOptionNode XmlNode to create the object from.
+ objCharacter Character the Gear is being added to.
+ objNode TreeNode to populate a TreeView.
+ strForcedValue Value to forcefully select for any ImprovementManager prompts.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.TechProgramOption.Load
+ (
+ XmlNode
+ objNode )
+
+
+
+
+
+
Load the Complex Form Option from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.TechProgramOption.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.TechProgramOption.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Complex Form Option in the Improvement system.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.TechProgramOption.MaxRating
+
+
+
+
+get set
+
+
+
+
+
The Complex Form Option's Maximum Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.TechProgramOption.Rating
+
+
+
+
+get set
+
+
+
+
+
The Complex Form Option's Rating.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.TechProgramOption.Source
+
+
+
+
+get set
+
+
+
+
+
Complex Form Option's Source.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.TechProgramOption.Tags
+
+
+
+
+get
+
+
+
+
+
The Complex Form Option's Tags.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsUnique.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request-members.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request-members.html
new file mode 100644
index 0000000..b2ce332
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.CanUploadLanguageRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request.html
new file mode 100644
index 0000000..d6cc10a
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.CanUploadLanguageRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request_body-members.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request_body-members.html
new file mode 100644
index 0000000..92f9cca
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.CanUploadLanguageRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request_body.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request_body.html
new file mode 100644
index 0000000..43492af
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_request_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.CanUploadLanguageRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CanUploadLanguageRequestBody (string strUserName)
+
+
+
+
+string strUserName
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response-members.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response-members.html
new file mode 100644
index 0000000..0b1cb25
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.CanUploadLanguageResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response.html
new file mode 100644
index 0000000..e92af32
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.CanUploadLanguageResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response_body-members.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response_body-members.html
new file mode 100644
index 0000000..db6fed5
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.CanUploadLanguageResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response_body.html b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response_body.html
new file mode 100644
index 0000000..e062bd2
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_can_upload_language_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.CanUploadLanguageResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CanUploadLanguageResponseBody (bool CanUploadLanguageResult)
+
+
+
+
+bool CanUploadLanguageResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_request-members.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request-members.html
new file mode 100644
index 0000000..ff5cd65
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.UploadLanguageRequest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_request.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request.html
new file mode 100644
index 0000000..2cab6e2
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.UploadLanguageRequest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_request_body-members.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request_body-members.html
new file mode 100644
index 0000000..4035a40
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request_body-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.UploadLanguageRequestBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_request_body.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request_body.html
new file mode 100644
index 0000000..fffe13f
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_request_body.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.UploadLanguageRequestBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadLanguageRequestBody (string strUserName, string strFileName, byte[] bytFile)
+
+
+
+
+string strUserName
+
+
+string strFileName
+
+
+byte[] bytFile
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_response-members.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response-members.html
new file mode 100644
index 0000000..8ff9b20
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.UploadLanguageResponse , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_response.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response.html
new file mode 100644
index 0000000..6891849
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.UploadLanguageResponse Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_response_body-members.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response_body-members.html
new file mode 100644
index 0000000..12153c3
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response_body-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.UploadLanguageResponseBody , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1_upload_language_response_body.html b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response_body.html
new file mode 100644
index 0000000..5c566e4
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1_upload_language_response_body.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.UploadLanguageResponseBody Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UploadLanguageResponseBody (int UploadLanguageResult)
+
+
+
+
+int UploadLanguageResult
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1translation_soap_client-members.html b/docs/class_chummer_1_1_translation_service_1_1translation_soap_client-members.html
new file mode 100644
index 0000000..8907f68
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1translation_soap_client-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.translationSoapClient , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1translation_soap_client.html b/docs/class_chummer_1_1_translation_service_1_1translation_soap_client.html
new file mode 100644
index 0000000..0f960db
--- /dev/null
+++ b/docs/class_chummer_1_1_translation_service_1_1translation_soap_client.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.translationSoapClient Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ translationSoapClient (string endpointConfigurationName)
+
+
+ translationSoapClient (string endpointConfigurationName, string remoteAddress)
+
+
+ translationSoapClient (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
+
+
+ translationSoapClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
+
+
+bool CanUploadLanguage (string strUserName)
+
+
+int UploadLanguage (string strUserName, string strFileName, byte[] bytFile)
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_translation_service_1_1translation_soap_client.png b/docs/class_chummer_1_1_translation_service_1_1translation_soap_client.png
new file mode 100644
index 0000000..dc617b0
Binary files /dev/null and b/docs/class_chummer_1_1_translation_service_1_1translation_soap_client.png differ
diff --git a/docs/class_chummer_1_1_vehicle-members.html b/docs/class_chummer_1_1_vehicle-members.html
new file mode 100644
index 0000000..f42c7a9
--- /dev/null
+++ b/docs/class_chummer_1_1_vehicle-members.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Vehicle , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_vehicle.html b/docs/class_chummer_1_1_vehicle.html
new file mode 100644
index 0000000..2267493
--- /dev/null
+++ b/docs/class_chummer_1_1_vehicle.html
@@ -0,0 +1,1513 @@
+
+
+
+
+
+
+Chummer: Chummer.Vehicle Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vehicle .
+ More...
+
+
+
+ Vehicle (Character objCharacter)
+
+void Create (XmlNode objXmlVehicle, TreeNode objNode, ContextMenuStrip cmsVehicle, ContextMenuStrip cmsVehicleGear, ContextMenuStrip cmsVehicleWeapon, ContextMenuStrip cmsVehicleWeaponAccessory, ContextMenuStrip cmsVehicleWeaponMod, bool blnCreateChildren=true)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Vehicle from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+bool HasModularElectronics ()
+ Whether or not the Vehicle has the Modular Electronics Vehicle Modification installed. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Gear in the Character . More...
+
+string Name [get, set]
+ Name. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Category. More...
+
+int Handling [get, set]
+ Handling. More...
+
+string Accel [get, set]
+ Acceleration. More...
+
+int Speed [get, set]
+ Speed. More...
+
+int Pilot [get, set]
+ Pilot. More...
+
+int Body [get, set]
+ Body. More...
+
+int Armor [get, set]
+ Armor . More...
+
+int Sensor [get, set]
+ Sensor. More...
+
+int DeviceRating [get, set]
+ Device Rating. More...
+
+int PhysicalCM [get]
+ Physical Condition Monitor boxes. More...
+
+int PhysicalCMFilled [get, set]
+ Physical Condition Monitor boxes filled. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+List< VehicleMod > Mods [get]
+ Vehicle Modifications applied to the Vehicle . More...
+
+List< Gear > Gear [get]
+ Gear applied to the Vehicle . More...
+
+List< Weapon > Weapons [get]
+ Weapons applied to the Vehicle through Gear . More...
+
+string CalculatedAvail [get]
+ Calculated Availablility of the Vehicle . More...
+
+int AccelWalking [get]
+ Acceleration "Walking" speed (first number of the set). More...
+
+int AccelRunning [get]
+ Acceleration "Running" speed (second number of the set). More...
+
+int Slots [get]
+ Number of Slots the Vehicle has for Modifications. More...
+
+int Response [get]
+ Response. More...
+
+int System [get]
+ System. More...
+
+int Firewall [get]
+ Firewall. More...
+
+int Signal [get]
+ Signal. More...
+
+int SensorSignal [get]
+ Sensor's Signal. More...
+
+int CalculatedSensor [get]
+ Calculate the Vehicle 's Sensor Rating based on the items within its Sensor. More...
+
+string Notes [get, set]
+ Notes. More...
+
+string VehicleName [get, set]
+ A custom name for the Vehicle assigned by the player. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ Display name. More...
+
+bool HomeNode [get, set]
+ Whether or not the Vehicle is an A.I.'s Home Node. More...
+
+List< string > Locations [get]
+ Locations. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+int SlotsUsed [get]
+ The number of Slots on the Vehicle that are used by Mods. More...
+
+int TotalCost [get]
+ Total cost of the Vehicle including all after-market Modification. More...
+
+int OwnCost [get]
+ The cost of just the Vehicle itself. More...
+
+int TotalSpeed [get]
+ Total Speed of the Vehicle including Modifications. More...
+
+string TotalAccel [get]
+ Total Accel of the Vehicle including Modifications. More...
+
+int TotalBody [get]
+ Total Body of the Vehicle including Modifications. More...
+
+int TotalHandling [get]
+ Total Handling of the Vehicle including Modifications. More...
+
+int TotalArmor [get]
+ Total Armor of the Vehicle including Modifications. More...
+
+int MaxArmor [get]
+ Maximum amount of each Armor type the Vehicle can hold. More...
+
+int Maneuver [get]
+ Vehicle 's Maneuver AutoSoft Rating. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.Vehicle.Create
+ (
+ XmlNode
+ objXmlVehicle ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicle ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleGear ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleWeapon ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleWeaponAccessory ,
+
+
+
+
+ ContextMenuStrip
+ cmsVehicleWeaponMod ,
+
+
+
+
+ bool
+ blnCreateChildren = true
+
+
+
+ )
+
+
+
+
+
Create a Vehicle from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlVehicle XmlNode of the Vehicle to create.
+ objNode TreeNode to add to a TreeView.
+ cmsVehicle ContextMenuStrip to attach to Weapon Mounts.
+ cmsVehicleGear ContextMenuStrip to attach to Gear .
+ cmsVehicleWeapon ContextMenuStrip to attach to Vehicle Weapons.
+ cmsVehicleWeaponAccessory ContextMenuStrip to attach to Weapon Accessories.
+ cmsVehicleWeaponMod ContextMenuStrip to attachk to Weapon Mods.
+ blnCreateChildren Whether or not child items should be created.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Vehicle.HasModularElectronics
+ (
+ )
+
+
+
+
+
+
Whether or not the Vehicle has the Modular Electronics Vehicle Modification installed.
+
+
+
+
+
+
+
+
+ void Chummer.Vehicle.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Vehicle from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Vehicle.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Vehicle.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Accel
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.AccelRunning
+
+
+
+
+get
+
+
+
+
+
Acceleration "Running" speed (second number of the set).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.AccelWalking
+
+
+
+
+get
+
+
+
+
+
Acceleration "Walking" speed (first number of the set).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Armor
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Body
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.CalculatedAvail
+
+
+
+
+get
+
+
+
+
+
Calculated Availablility of the Vehicle .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.CalculatedSensor
+
+
+
+
+get
+
+
+
+
+
Calculate the Vehicle 's Sensor Rating based on the items within its Sensor.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.DeviceRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Vehicle.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.DisplayName
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should appear on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Firewall
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.Vehicle.Gear
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Handling
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Vehicle.HomeNode
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Vehicle is an A.I.'s Home Node.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this piece of Gear in the Character .
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.Vehicle.Locations
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Maneuver
+
+
+
+
+get
+
+
+
+
+
Vehicle 's Maneuver AutoSoft Rating.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.MaxArmor
+
+
+
+
+get
+
+
+
+
+
Maximum amount of each Armor type the Vehicle can hold.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.OwnCost
+
+
+
+
+get
+
+
+
+
+
The cost of just the Vehicle itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.PhysicalCM
+
+
+
+
+get
+
+
+
+
+
Physical Condition Monitor boxes.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.PhysicalCMFilled
+
+
+
+
+get set
+
+
+
+
+
Physical Condition Monitor boxes filled.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Pilot
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Response
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Sensor
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.SensorSignal
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Signal
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Slots
+
+
+
+
+get
+
+
+
+
+
Number of Slots the Vehicle has for Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.SlotsUsed
+
+
+
+
+get
+
+
+
+
+
The number of Slots on the Vehicle that are used by Mods.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.Speed
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.System
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.TotalAccel
+
+
+
+
+get
+
+
+
+
+
Total Accel of the Vehicle including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.TotalArmor
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.TotalBody
+
+
+
+
+get
+
+
+
+
+
Total Body of the Vehicle including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Vehicle including all after-market Modification.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.TotalHandling
+
+
+
+
+get
+
+
+
+
+
Total Handling of the Vehicle including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Vehicle.TotalSpeed
+
+
+
+
+get
+
+
+
+
+
Total Speed of the Vehicle including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Vehicle.VehicleName
+
+
+
+
+get set
+
+
+
+
+
A custom name for the Vehicle assigned by the player.
+
+
+
+
+
+
+
+
+
+
+
+ List<Weapon > Chummer.Vehicle.Weapons
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_vehicle_mod-members.html b/docs/class_chummer_1_1_vehicle_mod-members.html
new file mode 100644
index 0000000..3b4ad2e
--- /dev/null
+++ b/docs/class_chummer_1_1_vehicle_mod-members.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.VehicleMod , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_vehicle_mod.html b/docs/class_chummer_1_1_vehicle_mod.html
new file mode 100644
index 0000000..9a02a22
--- /dev/null
+++ b/docs/class_chummer_1_1_vehicle_mod.html
@@ -0,0 +1,1101 @@
+
+
+
+
+
+
+Chummer: Chummer.VehicleMod Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vehicle Modification.
+ More...
+
+
+
+ VehicleMod (Character objCharacter)
+
+void Create (XmlNode objXmlMod, TreeNode objNode, int intRating)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the VehicleMod from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+List< Weapon > Weapons [get]
+ Weapons. More...
+
+
+List< Cyberware > Cyberware [get]
+
+string InternalId [get]
+ Internal identifier which will be used to identify this piece of Gear in the Character . More...
+
+string Name [get, set]
+ Name. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string Category [get, set]
+ Category. More...
+
+string Limit [get, set]
+ Which Vehicle types the Mod is limited to. More...
+
+string Slots [get, set]
+ Number of Slots the Mod uses. More...
+
+int Rating [get, set]
+ Rating. More...
+
+string MaxRating [get, set]
+ Maximum Rating. More...
+
+int Response [get, set]
+ Response. More...
+
+int System [get, set]
+ System. More...
+
+int Firewall [get, set]
+ Firewall. More...
+
+int Signal [get, set]
+ Signal. More...
+
+int Pilot [get, set]
+ Pilot. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+XmlNode Bonus [get, set]
+ Bonus node. More...
+
+bool IncludedInVehicle [get, set]
+ Whether or not the Mod included with the Vehicle by default. More...
+
+bool Installed [get, set]
+ Whether or not this Mod is installed and contributing towards the Vehicle 's stats. More...
+
+
+int VehicleCost [get, set]
+
+
+int Body [get, set]
+
+
+int Speed [get, set]
+
+
+int AccelRunning [get, set]
+
+
+int AccelWalking [get, set]
+
+string Notes [get, set]
+ Notes. More...
+
+bool AllowCyberware [get]
+ Whether or not the Vehicle Mod allows Cyberware Plugins. More...
+
+string Subsystems [get, set]
+ Allowed Cyberwarre Subsystems. More...
+
+string Extra [get, set]
+ Value that was selected during an ImprovementManager dialogue. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+string TotalAvail [get]
+ Total Availablility of the VehicleMod . More...
+
+int TotalCost [get]
+ Total cost of the VehicleMod . More...
+
+int OwnCost [get]
+ The cost of just the Vehicle Mod itself. More...
+
+int CalculatedSlots [get]
+ The number of Slots the Mod consumes. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should be displayed on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+bool AllowModularPlugins [get]
+ Whether or not the Mod is allowed to accept Cyberware Modular Plugins. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.VehicleMod.Create
+ (
+ XmlNode
+ objXmlMod ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ int
+ intRating
+
+
+
+ )
+
+
+
+
+
Create a Vehicle Modification from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlMod XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+ intRating Selected Rating for the Gear .
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.VehicleMod.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the VehicleMod from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.VehicleMod.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.VehicleMod.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.VehicleMod.AllowCyberware
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.VehicleMod.AllowModularPlugins
+
+
+
+
+get
+
+
+
+
+
Whether or not the Mod is allowed to accept Cyberware Modular Plugins.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.VehicleMod.Bonus
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.CalculatedSlots
+
+
+
+
+get
+
+
+
+
+
The number of Slots the Mod consumes.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.VehicleMod.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.Firewall
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.VehicleMod.IncludedInVehicle
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Mod included with the Vehicle by default.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.VehicleMod.Installed
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Mod is installed and contributing towards the Vehicle 's stats.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this piece of Gear in the Character .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Limit
+
+
+
+
+get set
+
+
+
+
+
Which Vehicle types the Mod is limited to.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.MaxRating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.OwnCost
+
+
+
+
+get
+
+
+
+
+
The cost of just the Vehicle Mod itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.Pilot
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.Rating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.Response
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.Signal
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Slots
+
+
+
+
+get set
+
+
+
+
+
Number of Slots the Mod uses.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.Subsystems
+
+
+
+
+get set
+
+
+
+
+
Allowed Cyberwarre Subsystems.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.System
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.VehicleMod.TotalAvail
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.VehicleMod.TotalCost
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Weapon > Chummer.VehicleMod.Weapons
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_weapon-members.html b/docs/class_chummer_1_1_weapon-members.html
new file mode 100644
index 0000000..e474154
--- /dev/null
+++ b/docs/class_chummer_1_1_weapon-members.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.Weapon , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_weapon.html b/docs/class_chummer_1_1_weapon.html
new file mode 100644
index 0000000..bae6201
--- /dev/null
+++ b/docs/class_chummer_1_1_weapon.html
@@ -0,0 +1,1868 @@
+
+
+
+
+
+
+Chummer: Chummer.Weapon Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Weapon .
+ More...
+
+
+
+ Weapon (Character objCharacter)
+
+void Create (XmlNode objXmlWeapon, Character objCharacter, TreeNode objNode, ContextMenuStrip cmsWeapon, ContextMenuStrip cmsWeaponAccessory, ContextMenuStrip cmsWeaponMod, bool blnCreateChildren=true)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+string CalculatedConcealability ()
+ Weapon 's total Concealability including all Accessories and Modifications. More...
+
+string CalculatedDamage (int intUseSTR=0, bool blnForceEnglish=false)
+ Weapon 's Damage including all Accessories, Modifications, Attributes, and Ammunition. More...
+
+string CalculatedAmmo (bool blnForceEnglish=false)
+ Calculated Ammo capacity. More...
+
+bool AllowMode (string strFindMode)
+ Determine if the Weapon is capable of firing in a particular mode. More...
+
+void SetRange (string strRange)
+ Permanently alters the Weapon 's Range category. More...
+
+
+
+List< WeaponAccessory > WeaponAccessories [get]
+ Weapon Accessories. More...
+
+List< WeaponMod > WeaponMods [get]
+ Weapon Modifications. More...
+
+List< Weapon > UnderbarrelWeapons [get]
+ Underbarrel Weapon . More...
+
+bool IsUnderbarrelWeapon [get, set]
+ Whether or not this Weapon is an Underbarrel Weapon . More...
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Weapon . More...
+
+
+string DisplayNameShort [get]
+
+string DisplayName [get]
+ Display name. More...
+
+string Name [get, set]
+ Name. More...
+
+string WeaponName [get, set]
+ A custom name for the Weapon assigned by the player. More...
+
+string DisplayCategory [get]
+ Translated Category. More...
+
+string DisplayAmmoCategory [get]
+ Translated Ammo Category. More...
+
+string Category [get, set]
+ Category. More...
+
+string WeaponType [get, set]
+ Type of Weapon (either Melee or Ranged). More...
+
+int Reach [get, set]
+ Reach. More...
+
+string Damage [get, set]
+ Damage. More...
+
+string AP [get, set]
+ Armor Penetration. More...
+
+string Mode [get, set]
+ Firing Mode. More...
+
+string RC [get, set]
+ Recoil. More...
+
+string Ammo [get, set]
+ Ammo. More...
+
+string AmmoCategory [get]
+ Category of Ammo the Weapon uses. More...
+
+int AmmoRemaining [get, set]
+ The number of rounds remaining in the Weapon . More...
+
+string AmmoLoaded [get, set]
+ The type of Ammuniation loaded in the Weapon . More...
+
+int ActiveAmmoSlot [get, set]
+ Active Ammo slot number. More...
+
+int AmmoSlots [get]
+ Number of Ammo slots the Weapon has. More...
+
+int Concealability [get, set]
+ Concealability. More...
+
+string Avail [get, set]
+ Avail. More...
+
+int Cost [get, set]
+ Cost. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+string Location [get, set]
+ Location. More...
+
+string Notes [get, set]
+ Notes. More...
+
+bool VehicleMounted [get, set]
+ Whether or not the Weapon is mounted on a Vehicle . More...
+
+bool IncludedInWeapon [get, set]
+ Whether or not the Underbarrel Weapon is part of the parent Weapon by default. More...
+
+bool Installed [get, set]
+ Whether or not the Underbarrel Weapon is installed. More...
+
+string UseSkill [get, set]
+ Active Skill that should be used with this Weapon instead of the default one. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+bool RequireAmmo [get, set]
+ Whether or not the Weapon requires Ammo to be reloaded. More...
+
+string Spec [get]
+ The Active Skill Specialization that this Weapon uses, in addition to any others it would normally use. More...
+
+string Spec2 [get]
+ The second Active Skill Specialization that this Weapon uses, in addition to any others it would normally use. More...
+
+string CalculatedMode [get]
+ The Weapon 's Firing Mode including Modifications. More...
+
+int MultipliableCost [get]
+ Weapon Cost to use when working with Total Cost price modifiers for Weapon Mods. More...
+
+int TotalCost [get]
+ The Weapon 's total cost including Accessories and Modifications. More...
+
+int OwnCost [get]
+ The cost of just the Weapon itself. More...
+
+string TotalAP [get]
+ The Weapon 's total AP including Ammunition. More...
+
+string TotalRC [get]
+ The Weapon 's total RC including Accessories and Modifications. More...
+
+int TotalReach [get]
+ The full Reach of the Weapons including the Character 's Reach. More...
+
+int SlotsRemaining [get]
+ The number of Weapon Mod slots remaining. More...
+
+double RangeBonus [get]
+ Weapon 's total Range bonus from Modifications. More...
+
+string RangeShort [get]
+ Weapon 's Short Range. More...
+
+string RangeMedium [get]
+ Weapon 's Medium Range. More...
+
+string RangeLong [get]
+ Weapon 's Long Range. More...
+
+string RangeExtreme [get]
+ Weapon 's Extreme Range. More...
+
+int FullBurst [get]
+ Number of rounds consumed by Full Burst. More...
+
+int Suppressive [get]
+ Number of rounds consumed by Suppressive Fire. More...
+
+int AccessoryMultiplier [get]
+ Total Accessory Cost multiplier for the Weapon . More...
+
+int ModMultiplier [get]
+ Total Mod Cost multiplier for the Weapon . More...
+
+string DicePool [get]
+ The Dice Pool size for the Active Skill required to use the Weapon . More...
+
+string DicePoolTooltip [get]
+ Tooltip information for the Dice Pool. More...
+
+string TotalAvail [get]
+ Total Availability. More...
+
+
+int CostMultiplier [get]
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.AllowMode
+ (
+ string
+ strFindMode )
+
+
+
+
+
+
Determine if the Weapon is capable of firing in a particular mode.
+
Parameters
+
+ strFindMode Firing mode to find.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.CalculatedAmmo
+ (
+ bool
+ blnForceEnglish = false)
+
+
+
+
+
+
Calculated Ammo capacity.
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.CalculatedConcealability
+ (
+ )
+
+
+
+
+
+
Weapon 's total Concealability including all Accessories and Modifications.
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.CalculatedDamage
+ (
+ int
+ intUseSTR = 0,
+
+
+
+
+ bool
+ blnForceEnglish = false
+
+
+
+ )
+
+
+
+
+
+
Weapon 's Damage including all Accessories, Modifications, Attributes, and Ammunition.
+
+
+
+
+
+
+
+
+ void Chummer.Weapon.Create
+ (
+ XmlNode
+ objXmlWeapon ,
+
+
+
+
+ Character
+ objCharacter ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeapon ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponAccessory ,
+
+
+
+
+ ContextMenuStrip
+ cmsWeaponMod ,
+
+
+
+
+ bool
+ blnCreateChildren = true
+
+
+
+ )
+
+
+
+
+
Create a Weapon from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlWeapon XmlNode to create the object from.
+ objCharacter Character that the Weapon is being added to.
+ objNode TreeNode to populate a TreeView.
+ cmsWeapon ContextMenuStrip to use for Weapons.
+ cmsWeaponAccessory ContextMenuStrip to use for Accessories.
+ cmsWeaponMod ContextMenuStrip to use for Weapon Mods.
+ blnCreateChildren Whether or not child items should be created.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Weapon.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Weapon.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Weapon.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.Weapon.SetRange
+ (
+ string
+ strRange )
+
+
+
+
+
+
Permanently alters the Weapon 's Range category.
+
Parameters
+
+ strRange name of the new Range category to use.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.AccessoryMultiplier
+
+
+
+
+get
+
+
+
+
+
Total Accessory Cost multiplier for the Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.ActiveAmmoSlot
+
+
+
+
+get set
+
+
+
+
+
Active Ammo slot number.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Ammo
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.AmmoCategory
+
+
+
+
+get
+
+
+
+
+
Category of Ammo the Weapon uses.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.AmmoLoaded
+
+
+
+
+get set
+
+
+
+
+
The type of Ammuniation loaded in the Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.AmmoRemaining
+
+
+
+
+get set
+
+
+
+
+
The number of rounds remaining in the Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.AmmoSlots
+
+
+
+
+get
+
+
+
+
+
Number of Ammo slots the Weapon has.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.AP
+
+
+
+
+get set
+
+
+
+
+
Armor Penetration.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.CalculatedMode
+
+
+
+
+get
+
+
+
+
+
The Weapon 's Firing Mode including Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Category
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.Concealability
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Damage
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.DicePool
+
+
+
+
+get
+
+
+
+
+
The Dice Pool size for the Active Skill required to use the Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.DicePoolTooltip
+
+
+
+
+get
+
+
+
+
+
Tooltip information for the Dice Pool.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.DisplayAmmoCategory
+
+
+
+
+get
+
+
+
+
+
Translated Ammo Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.DisplayCategory
+
+
+
+
+get
+
+
+
+
+
Translated Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.DisplayName
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.FullBurst
+
+
+
+
+get
+
+
+
+
+
Number of rounds consumed by Full Burst.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.IncludedInWeapon
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Underbarrel Weapon is part of the parent Weapon by default.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.Installed
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Underbarrel Weapon is installed.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.IsUnderbarrelWeapon
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Location
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Mode
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.ModMultiplier
+
+
+
+
+get
+
+
+
+
+
Total Mod Cost multiplier for the Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.MultipliableCost
+
+
+
+
+get
+
+
+
+
+
Weapon Cost to use when working with Total Cost price modifiers for Weapon Mods.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.OwnCost
+
+
+
+
+get
+
+
+
+
+
The cost of just the Weapon itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.Weapon.RangeBonus
+
+
+
+
+get
+
+
+
+
+
Weapon 's total Range bonus from Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.RangeExtreme
+
+
+
+
+get
+
+
+
+
+
Weapon 's Extreme Range.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.RangeLong
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.RangeMedium
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.RangeShort
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.RC
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.Reach
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.RequireAmmo
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Weapon requires Ammo to be reloaded.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.SlotsRemaining
+
+
+
+
+get
+
+
+
+
+
The number of Weapon Mod slots remaining.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Spec
+
+
+
+
+get
+
+
+
+
+
The Active Skill Specialization that this Weapon uses, in addition to any others it would normally use.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.Spec2
+
+
+
+
+get
+
+
+
+
+
The second Active Skill Specialization that this Weapon uses, in addition to any others it would normally use.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.Suppressive
+
+
+
+
+get
+
+
+
+
+
Number of rounds consumed by Suppressive Fire.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.TotalAP
+
+
+
+
+get
+
+
+
+
+
The Weapon 's total AP including Ammunition.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.TotalAvail
+
+
+
+
+get
+
+
+
+
+
Total Availability.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.TotalCost
+
+
+
+
+get
+
+
+
+
+
The Weapon 's total cost including Accessories and Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.TotalRC
+
+
+
+
+get
+
+
+
+
+
The Weapon 's total RC including Accessories and Modifications.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.Weapon.TotalReach
+
+
+
+
+get
+
+
+
+
+
The full Reach of the Weapons including the Character 's Reach.
+
+
+
+
+
+
+
+
+
+
+
+ List<Weapon > Chummer.Weapon.UnderbarrelWeapons
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.UseSkill
+
+
+
+
+get set
+
+
+
+
+
Active Skill that should be used with this Weapon instead of the default one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.Weapon.VehicleMounted
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List<WeaponMod > Chummer.Weapon.WeaponMods
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.WeaponName
+
+
+
+
+get set
+
+
+
+
+
A custom name for the Weapon assigned by the player.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.Weapon.WeaponType
+
+
+
+
+get set
+
+
+
+
+
Type of Weapon (either Melee or Ranged).
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_weapon_accessory-members.html b/docs/class_chummer_1_1_weapon_accessory-members.html
new file mode 100644
index 0000000..37672b2
--- /dev/null
+++ b/docs/class_chummer_1_1_weapon_accessory-members.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.WeaponAccessory , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_weapon_accessory.html b/docs/class_chummer_1_1_weapon_accessory.html
new file mode 100644
index 0000000..5ab702e
--- /dev/null
+++ b/docs/class_chummer_1_1_weapon_accessory.html
@@ -0,0 +1,833 @@
+
+
+
+
+
+
+Chummer: Chummer.WeaponAccessory Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Weapon Accessory.
+ More...
+
+
+
+ WeaponAccessory (Character objCharacter)
+
+void Create (XmlNode objXmlAccessory, TreeNode objNode, string strMount)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this Weapon . More...
+
+string Name [get, set]
+ Name. More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Name (Extra). More...
+
+string Mount [get, set]
+ Mount Used. More...
+
+string RC [get, set]
+ Recoil. More...
+
+int RCGroup [get]
+ Recoil Group. More...
+
+int Concealability [get, set]
+ Concealability. More...
+
+string Avail [get, set]
+ Avail. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+bool IncludedInWeapon [get, set]
+ Whether or not this Accessory is part of the base weapon configuration. More...
+
+bool Installed [get, set]
+ Whether or not this Accessory is installed and contributing towards the Weapon 's stats. More...
+
+string Notes [get, set]
+ Notes. More...
+
+string TotalAvail [get]
+ Total Availability. More...
+
+XmlNode AllowGear [get, set]
+ AllowGear node from the XML file. More...
+
+List< Gear > Gear [get]
+ A List of the Gear attached to the Cyberware . More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+Weapon Parent [get, set]
+ Parent Weapon . More...
+
+int TotalCost [get]
+ Total cost of the Weapon Accessory. More...
+
+int OwnCost [get]
+ The cost of just the Weapon Accessory itself. More...
+
+int DicePool [get]
+ Dice Pool modifier. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponAccessory.Create
+ (
+ XmlNode
+ objXmlAccessory ,
+
+
+
+
+ TreeNode
+ objNode ,
+
+
+
+
+ string
+ strMount
+
+
+
+ )
+
+
+
+
+
Create a Weapon Accessory from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlAccessory XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+ strMount Mount slot that the Weapon Accessory will consume.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponAccessory.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponAccessory.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponAccessory.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.WeaponAccessory.AllowGear
+
+
+
+
+get set
+
+
+
+
+
AllowGear node from the XML file.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponAccessory.Concealability
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponAccessory.DicePool
+
+
+
+
+get
+
+
+
+
+
Dice Pool modifier.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.WeaponAccessory.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Name (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should appear on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.WeaponAccessory.Gear
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.WeaponAccessory.IncludedInWeapon
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Accessory is part of the base weapon configuration.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.WeaponAccessory.Installed
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Accessory is installed and contributing towards the Weapon 's stats.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this Weapon .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Mount
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponAccessory.OwnCost
+
+
+
+
+get
+
+
+
+
+
The cost of just the Weapon Accessory itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ Weapon Chummer.WeaponAccessory.Parent
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.RC
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponAccessory.RCGroup
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponAccessory.TotalAvail
+
+
+
+
+get
+
+
+
+
+
Total Availability.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponAccessory.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Weapon Accessory.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_weapon_mod-members.html b/docs/class_chummer_1_1_weapon_mod-members.html
new file mode 100644
index 0000000..1827b99
--- /dev/null
+++ b/docs/class_chummer_1_1_weapon_mod-members.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.WeaponMod , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_weapon_mod.html b/docs/class_chummer_1_1_weapon_mod.html
new file mode 100644
index 0000000..933ab58
--- /dev/null
+++ b/docs/class_chummer_1_1_weapon_mod.html
@@ -0,0 +1,1076 @@
+
+
+
+
+
+
+Chummer: Chummer.WeaponMod Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Weapon Modification.
+ More...
+
+
+
+ WeaponMod (Character objCharacter)
+
+void Create (XmlNode objXmlMod, TreeNode objNode)
+
+void Save (XmlTextWriter objWriter)
+ Save the object's XML to the XmlWriter. More...
+
+void Load (XmlNode objNode, bool blnCopy=false)
+ Load the Attribute from the XmlNode. More...
+
+void Print (XmlTextWriter objWriter)
+ Print the object's XML to the XmlWriter. More...
+
+
+
+string InternalId [get]
+ Internal identifier which will be used to identify this VehicleWeaponMod. More...
+
+string Name [get, set]
+ Name. More...
+
+int Slots [get, set]
+ Slots used by the Mod. More...
+
+int Concealability [get, set]
+ Concealability. More...
+
+string Avail [get, set]
+ Availability. More...
+
+string RC [get, set]
+ Recoil. More...
+
+int RCGroup [get]
+ Recoil Group. More...
+
+string Cost [get, set]
+ Cost. More...
+
+string Source [get, set]
+ Sourcebook. More...
+
+string Page [get, set]
+ Sourcebook Page Number. More...
+
+bool IncludedInWeapon [get, set]
+ Whether or not this Mod is part of the base weapon configuration. More...
+
+bool Installed [get, set]
+ Whether or not this Mod is installed and contributing towards the Weapon 's stats. More...
+
+int AmmoBonus [get, set]
+ Adjust the Weapon 's Ammo amount by the specified percent. More...
+
+string AmmoReplace [get, set]
+ Replace the Weapon 's Ammo value with the Weapon Mod's value. More...
+
+int AccessoryCostMultiplier [get, set]
+ Accessory cost multiplier (comes from the Vintage mod). More...
+
+int ModCostMultiplier [get, set]
+ Mod cost multiplier (comes from the Vintage mod). More...
+
+string AddMode [get, set]
+ Additional Weapon Firing Mode. More...
+
+int Rating [get, set]
+ Weapon Mod Rating. More...
+
+string Notes [get, set]
+ Notes. More...
+
+int FullBurst [get]
+ Number of rounds consumed by Full Burst. More...
+
+int Suppressive [get]
+ Number of rounds consumed by Suppressive Fire. More...
+
+int RangeBonus [get]
+ Range bonus granted by the Modification. More...
+
+int DVBonus [get]
+ DV bonus granted by the Modification. More...
+
+int APBonus [get]
+ AP bonus granted by the Modification. More...
+
+string Extra [get, set]
+ Value that was selected during an ImprovementManager dialogue. More...
+
+bool DiscountCost [get, set]
+ Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality . More...
+
+Weapon Parent [get, set]
+ Parent Weapon . More...
+
+string DisplayNameShort [get]
+ The name of the object as it should appear on printouts (translated name only). More...
+
+string DisplayName [get]
+ The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra). More...
+
+string TotalAvail [get]
+ Total Availability. More...
+
+int DicePool [get]
+ Dice Pool modifier. More...
+
+int TotalCost [get]
+ Total cost of the Weapon Mod. More...
+
+int OwnCost [get]
+ The cost of just the Weapon Mod itself. More...
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponMod.Create
+ (
+ XmlNode
+ objXmlMod ,
+
+
+
+
+ TreeNode
+ objNode
+
+
+
+ )
+
+
+
+
+
Create a Weapon Modification from an XmlNode and return the TreeNodes for it.
Parameters
+
+ objXmlMod XmlNode to create the object from.
+ objNode TreeNode to populate a TreeView.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponMod.Load
+ (
+ XmlNode
+ objNode ,
+
+
+
+
+ bool
+ blnCopy = false
+
+
+
+ )
+
+
+
+
+
+
Load the Attribute from the XmlNode.
+
Parameters
+
+ objNode XmlNode to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponMod.Print
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Print the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.WeaponMod.Save
+ (
+ XmlTextWriter
+ objWriter )
+
+
+
+
+
+
Save the object's XML to the XmlWriter.
+
Parameters
+
+ objWriter XmlTextWriter to write with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.AccessoryCostMultiplier
+
+
+
+
+get set
+
+
+
+
+
Accessory cost multiplier (comes from the Vintage mod).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.AddMode
+
+
+
+
+get set
+
+
+
+
+
Additional Weapon Firing Mode.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.AmmoBonus
+
+
+
+
+get set
+
+
+
+
+
Adjust the Weapon 's Ammo amount by the specified percent.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.AmmoReplace
+
+
+
+
+get set
+
+
+
+
+
Replace the Weapon 's Ammo value with the Weapon Mod's value.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.APBonus
+
+
+
+
+get
+
+
+
+
+
AP bonus granted by the Modification.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Avail
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.Concealability
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Cost
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.DicePool
+
+
+
+
+get
+
+
+
+
+
Dice Pool modifier.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.WeaponMod.DiscountCost
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Armor 's cost should be discounted by 10% through the Black Market Pipeline Quality .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.DisplayName
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should be displayed in lists. Qty Name (Rating) (Extra).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.DisplayNameShort
+
+
+
+
+get
+
+
+
+
+
The name of the object as it should appear on printouts (translated name only).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.DVBonus
+
+
+
+
+get
+
+
+
+
+
DV bonus granted by the Modification.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Extra
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.FullBurst
+
+
+
+
+get
+
+
+
+
+
Number of rounds consumed by Full Burst.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.WeaponMod.IncludedInWeapon
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Mod is part of the base weapon configuration.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.WeaponMod.Installed
+
+
+
+
+get set
+
+
+
+
+
Whether or not this Mod is installed and contributing towards the Weapon 's stats.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.InternalId
+
+
+
+
+get
+
+
+
+
+
Internal identifier which will be used to identify this VehicleWeaponMod.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.ModCostMultiplier
+
+
+
+
+get set
+
+
+
+
+
Mod cost multiplier (comes from the Vintage mod).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Name
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Notes
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.OwnCost
+
+
+
+
+get
+
+
+
+
+
The cost of just the Weapon Mod itself.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Page
+
+
+
+
+get set
+
+
+
+
+
Sourcebook Page Number.
+
+
+
+
+
+
+
+
+
+
+
+ Weapon Chummer.WeaponMod.Parent
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.RangeBonus
+
+
+
+
+get
+
+
+
+
+
Range bonus granted by the Modification.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.Rating
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.RC
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.RCGroup
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.Slots
+
+
+
+
+get set
+
+
+
+
+
Slots used by the Mod.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.Source
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.Suppressive
+
+
+
+
+get
+
+
+
+
+
Number of rounds consumed by Suppressive Fire.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.WeaponMod.TotalAvail
+
+
+
+
+get
+
+
+
+
+
Total Availability.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.WeaponMod.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Weapon Mod.
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsEquipment.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_xml_manager-members.html b/docs/class_chummer_1_1_xml_manager-members.html
new file mode 100644
index 0000000..921fe49
--- /dev/null
+++ b/docs/class_chummer_1_1_xml_manager-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.XmlManager , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1_xml_manager.html b/docs/class_chummer_1_1_xml_manager.html
new file mode 100644
index 0000000..cb85069
--- /dev/null
+++ b/docs/class_chummer_1_1_xml_manager.html
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+Chummer: Chummer.XmlManager Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+XmlDocument Load (string strFileName)
+ Load the selected XML file and its associated custom file. More...
+
+void Verify (string strLanguage, List< string > lstBooks)
+ Verify the contents of the language data translation file. More...
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.XmlManager.Load
+ (
+ string
+ strFileName )
+
+
+
+
+
+
Load the selected XML file and its associated custom file.
+
Parameters
+
+ strFileName Name of the XML file to load.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.XmlManager.Verify
+ (
+ string
+ strLanguage ,
+
+
+
+
+ List< string >
+ lstBooks
+
+
+
+ )
+
+
+
+
+
+
Verify the contents of the language data translation file.
+
Parameters
+
+ strLanguage Language to check.
+ lstBooks List of books.
+
+
+
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/clsXmlManager.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_about-members.html b/docs/class_chummer_1_1frm_about-members.html
new file mode 100644
index 0000000..44de0f4
--- /dev/null
+++ b/docs/class_chummer_1_1frm_about-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmAbout , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_about.html b/docs/class_chummer_1_1frm_about.html
new file mode 100644
index 0000000..efe1b97
--- /dev/null
+++ b/docs/class_chummer_1_1frm_about.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+Chummer: Chummer.frmAbout Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+string AssemblyTitle [get]
+
+
+string AssemblyVersion [get]
+
+
+string AssemblyDescription [get]
+
+
+string AssemblyProduct [get]
+
+
+string AssemblyCopyright [get]
+
+
+string AssemblyCompany [get]
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmAbout.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmAbout.cs
+/Users/higelm/personal-git/chummer/Chummer/frmAbout.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_about.png b/docs/class_chummer_1_1frm_about.png
new file mode 100644
index 0000000..e01a3f6
Binary files /dev/null and b/docs/class_chummer_1_1frm_about.png differ
diff --git a/docs/class_chummer_1_1frm_career-members.html b/docs/class_chummer_1_1frm_career-members.html
new file mode 100644
index 0000000..e2eb8c9
--- /dev/null
+++ b/docs/class_chummer_1_1frm_career-members.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmCareer , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_career.html b/docs/class_chummer_1_1frm_career.html
new file mode 100644
index 0000000..ebfd59f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_career.html
@@ -0,0 +1,449 @@
+
+
+
+
+
+
+Chummer: Chummer.frmCareer Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+bool Loading [set]
+ Set the form to Loading mode so that certain events do not fire while data is being populated. More...
+
+string CharacterName [get]
+ Character 's name to use when loading them in a new tab. More...
+
+
+
+
+DiceRollerOpenHandler DiceRollerOpened
+
+
+DiceRollerOpenIntHandler DiceRollerOpenedInt
+
+
+
+
+
+
+
+
+ bool Chummer.frmCareer.ConfirmKarmaExpense
+ (
+ string
+ strMessage )
+
+
+
+
+
+
Verify that the user wants to spend their Karma and did not accidentally click the button.
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmCareer.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.MetatypeSelected
+ (
+ )
+
+
+
+
+
+
Let the application know that a Metatype has been selected.
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.PopulateCalendar
+ (
+ )
+
+
+
+
+
+
Populate the Calendar List.
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.PopulateExpenseList
+ (
+ )
+
+
+
+
+
+
Populate the Expense Log Lists.
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.PopulateMRU
+ (
+ )
+
+
+
+
+
+
Dummy method to trap the Options MRUChanged Event.
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.RefreshSelectedArmor
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed Armor .
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.RefreshSelectedCyberware
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed piece of Cyberware .
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.RefreshSelectedGear
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed Gear .
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.RefreshSelectedWeapon
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed Weapon .
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.UpdateCharacterInfo
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmCareer.UpdateInitiationGradeList
+ (
+ )
+
+
+
+
+
+
Update the contents of the Initiation Grade list.
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmCareer.CharacterName
+
+
+
+
+get
+
+
+
+
+
Character 's name to use when loading them in a new tab.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmCareer.Loading
+
+
+
+
+set
+
+
+
+
+
Set the form to Loading mode so that certain events do not fire while data is being populated.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmCareer.cs
+/Users/higelm/personal-git/chummer/Chummer/frmCareer.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_career.png b/docs/class_chummer_1_1frm_career.png
new file mode 100644
index 0000000..b7eb3e0
Binary files /dev/null and b/docs/class_chummer_1_1frm_career.png differ
diff --git a/docs/class_chummer_1_1frm_create-members.html b/docs/class_chummer_1_1frm_create-members.html
new file mode 100644
index 0000000..50d5f0e
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmCreate , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create.html b/docs/class_chummer_1_1frm_create.html
new file mode 100644
index 0000000..9afabd9
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create.html
@@ -0,0 +1,524 @@
+
+
+
+
+
+
+Chummer: Chummer.frmCreate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+bool Loading [set]
+ Set the form to Loading mode so that certain events do not fire while data is being populated. More...
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.AddPACKSKit
+ (
+ )
+
+
+
+
+
+
Add a PACKS Kit to the character.
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.ChangeMetatype
+ (
+ )
+
+
+
+
+
+
Change the character's Metatype.
+
+
+
+
+
+
+
+
+ bool Chummer.frmCreate.ConfirmSaveCreatedCharacter
+ (
+ )
+
+
+
+
+
+
Verify that the user wants to save this character as Created.
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.CreatePACKSKit
+ (
+ )
+
+
+
+
+
+
Create a PACKS Kit from the character.
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmCreate.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.MetatypeSelected
+ (
+ )
+
+
+
+
+
+
Let the application know that a Metatype has been selected.
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.PopulateCyberwareGradeList
+ (
+ bool
+ blnBioware = false,
+
+
+
+
+ bool
+ blnIgnoreSecondHand = false
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.PopulateMRU
+ (
+ )
+
+
+
+
+
+
Dummy method to trap the Options MRUChanged Event.
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.RefreshSelectedArmor
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed Armor .
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.RefreshSelectedCyberware
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed piece of Cyberware .
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.RefreshSelectedGear
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed Gear .
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.RefreshSelectedWeapon
+ (
+ )
+
+
+
+
+
+
Refresh the information for the currently displayed Weapon .
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.ShowAttributeBPRule
+ (
+ )
+
+
+
+
+
+
Show the message that describes the number of BP/Karma the character can spend on Primary Attributes.
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.ShowAttributeRule
+ (
+ )
+
+
+
+
+
+
Show the dialogue that notifies the user that characters cannot have more than 1 Attribute at its maximum value during character creation.
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.UpdateCharacterInfo
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmCreate.UpdateInitiationGradeList
+ (
+ )
+
+
+
+
+
+
Update the contents of the Initiation Grade list.
+
+
+
+
+
+
+
+
+ bool Chummer.frmCreate.ValidateCharacter
+ (
+ )
+
+
+
+
+
+
Check the character and determine if it has broken any of the rules.
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmCreate.Loading
+
+
+
+
+set
+
+
+
+
+
Set the form to Loading mode so that certain events do not fire while data is being populated.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmCreate.cs
+/Users/higelm/personal-git/chummer/Chummer/frmCreate.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create.png b/docs/class_chummer_1_1frm_create.png
new file mode 100644
index 0000000..9acb3c4
Binary files /dev/null and b/docs/class_chummer_1_1frm_create.png differ
diff --git a/docs/class_chummer_1_1frm_create_cyberware_suite-members.html b/docs/class_chummer_1_1frm_create_cyberware_suite-members.html
new file mode 100644
index 0000000..cdb1471
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_cyberware_suite-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmCreateCyberwareSuite , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_cyberware_suite.html b/docs/class_chummer_1_1frm_create_cyberware_suite.html
new file mode 100644
index 0000000..ac97876
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_cyberware_suite.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmCreateCyberwareSuite Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmCreateCyberwareSuite (Character objCharacter, Improvement.ImprovementSource objSource)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmCreateCyberwareSuite.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmCreateCyberwareSuite.cs
+/Users/higelm/personal-git/chummer/Chummer/frmCreateCyberwareSuite.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_cyberware_suite.png b/docs/class_chummer_1_1frm_create_cyberware_suite.png
new file mode 100644
index 0000000..8654ff5
Binary files /dev/null and b/docs/class_chummer_1_1frm_create_cyberware_suite.png differ
diff --git a/docs/class_chummer_1_1frm_create_improvement-members.html b/docs/class_chummer_1_1frm_create_improvement-members.html
new file mode 100644
index 0000000..c78d7de
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_improvement-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmCreateImprovement , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_improvement.html b/docs/class_chummer_1_1frm_create_improvement.html
new file mode 100644
index 0000000..568794f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_improvement.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+Chummer: Chummer.frmCreateImprovement Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmCreateImprovement (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmCreateImprovement.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Improvement Chummer.frmCreateImprovement.EditImprovementObject
+
+
+
+
+set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmCreateImprovement.cs
+/Users/higelm/personal-git/chummer/Chummer/frmCreateImprovement.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_improvement.png b/docs/class_chummer_1_1frm_create_improvement.png
new file mode 100644
index 0000000..8c78f62
Binary files /dev/null and b/docs/class_chummer_1_1frm_create_improvement.png differ
diff --git a/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit-members.html b/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit-members.html
new file mode 100644
index 0000000..194196b
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmCreatePACKSKit , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit.html b/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit.html
new file mode 100644
index 0000000..a015ca0
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmCreatePACKSKit Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmCreatePACKSKit (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmCreatePACKSKit.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmCreatePACKSKit.cs
+/Users/higelm/personal-git/chummer/Chummer/frmCreatePACKSKit.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit.png b/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit.png
new file mode 100644
index 0000000..d831fa4
Binary files /dev/null and b/docs/class_chummer_1_1frm_create_p_a_c_k_s_kit.png differ
diff --git a/docs/class_chummer_1_1frm_create_spell-members.html b/docs/class_chummer_1_1frm_create_spell-members.html
new file mode 100644
index 0000000..5485cae
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_spell-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmCreateSpell , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_spell.html b/docs/class_chummer_1_1frm_create_spell.html
new file mode 100644
index 0000000..ef72245
--- /dev/null
+++ b/docs/class_chummer_1_1frm_create_spell.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+Chummer: Chummer.frmCreateSpell Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmCreateSpell (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmCreateSpell.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spell Chummer.frmCreateSpell.SelectedSpell
+
+
+
+
+get
+
+
+
+
+
Spell that was created in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmCreateSpell.cs
+/Users/higelm/personal-git/chummer/Chummer/frmCreateSpell.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_create_spell.png b/docs/class_chummer_1_1frm_create_spell.png
new file mode 100644
index 0000000..1c24774
Binary files /dev/null and b/docs/class_chummer_1_1frm_create_spell.png differ
diff --git a/docs/class_chummer_1_1frm_dice_hits-members.html b/docs/class_chummer_1_1frm_dice_hits-members.html
new file mode 100644
index 0000000..4c96474
--- /dev/null
+++ b/docs/class_chummer_1_1frm_dice_hits-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmDiceHits , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_dice_hits.html b/docs/class_chummer_1_1frm_dice_hits.html
new file mode 100644
index 0000000..4d8282f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_dice_hits.html
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+Chummer: Chummer.frmDiceHits Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmDiceHits.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmDiceHits.Description
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmDiceHits.Dice
+
+
+
+
+get set
+
+
+
+
+
Number of dice that are rolled for the lifestyle.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmDiceHits.Result
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmDiceHits.Title
+
+
+
+
+set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmDiceHits.cs
+/Users/higelm/personal-git/chummer/Chummer/frmDiceHits.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_dice_hits.png b/docs/class_chummer_1_1frm_dice_hits.png
new file mode 100644
index 0000000..9253edf
Binary files /dev/null and b/docs/class_chummer_1_1frm_dice_hits.png differ
diff --git a/docs/class_chummer_1_1frm_dice_roller-members.html b/docs/class_chummer_1_1frm_dice_roller-members.html
new file mode 100644
index 0000000..b034199
--- /dev/null
+++ b/docs/class_chummer_1_1frm_dice_roller-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmDiceRoller , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_dice_roller.html b/docs/class_chummer_1_1frm_dice_roller.html
new file mode 100644
index 0000000..d8533db
--- /dev/null
+++ b/docs/class_chummer_1_1frm_dice_roller.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+Chummer: Chummer.frmDiceRoller Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmDiceRoller (frmMain frmMainForm, List< Quality > lstQualities=null, int intDice=1)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+int Dice [set]
+ Number of dice to roll. More...
+
+List< Quality > Qualities [set]
+ List of Qualities the character has to determine whether or not they have Gremlins and at which Rating. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmDiceRoller.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmDiceRoller.Dice
+
+
+
+
+set
+
+
+
+
+
Number of dice to roll.
+
+
+
+
+
+
+
+
+
+
+
+ List<Quality > Chummer.frmDiceRoller.Qualities
+
+
+
+
+set
+
+
+
+
+
List of Qualities the character has to determine whether or not they have Gremlins and at which Rating.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmDiceRoller.cs
+/Users/higelm/personal-git/chummer/Chummer/frmDiceRoller.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_dice_roller.png b/docs/class_chummer_1_1frm_dice_roller.png
new file mode 100644
index 0000000..e98815f
Binary files /dev/null and b/docs/class_chummer_1_1frm_dice_roller.png differ
diff --git a/docs/class_chummer_1_1frm_expense-members.html b/docs/class_chummer_1_1frm_expense-members.html
new file mode 100644
index 0000000..55bce35
--- /dev/null
+++ b/docs/class_chummer_1_1frm_expense-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmExpense , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_expense.html b/docs/class_chummer_1_1frm_expense.html
new file mode 100644
index 0000000..75aa6e9
--- /dev/null
+++ b/docs/class_chummer_1_1frm_expense.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+Chummer: Chummer.frmExpense Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void LockFields (bool blnEditAmount=false)
+ Lock fields on the Form so that only the Date and Reason fields are editable. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+int Amount [get, set]
+ Amount gained or spent. More...
+
+string strReason [get, set]
+ Reason for the Karma change. More...
+
+bool Refund [get, set]
+ Whether or not this is a Karma refund. More...
+
+DateTime SelectedDate [get, set]
+ Date and Time that was selected. More...
+
+ExpenseType Mode [set]
+ The Expense's mode (either Karma or Nuyen). More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmExpense.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmExpense.LockFields
+ (
+ bool
+ blnEditAmount = false)
+
+
+
+
+
+
Lock fields on the Form so that only the Date and Reason fields are editable.
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmExpense.Amount
+
+
+
+
+get set
+
+
+
+
+
Amount gained or spent.
+
+
+
+
+
+
+
+
+
+
+
+ ExpenseType Chummer.frmExpense.Mode
+
+
+
+
+set
+
+
+
+
+
The Expense's mode (either Karma or Nuyen).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmExpense.Refund
+
+
+
+
+get set
+
+
+
+
+
Whether or not this is a Karma refund.
+
+
+
+
+
+
+
+
+
+
+
+ DateTime Chummer.frmExpense.SelectedDate
+
+
+
+
+get set
+
+
+
+
+
Date and Time that was selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmExpense.strReason
+
+
+
+
+get set
+
+
+
+
+
Reason for the Karma change.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmExpense.cs
+/Users/higelm/personal-git/chummer/Chummer/frmExpense.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_expense.png b/docs/class_chummer_1_1frm_expense.png
new file mode 100644
index 0000000..6b136cc
Binary files /dev/null and b/docs/class_chummer_1_1frm_expense.png differ
diff --git a/docs/class_chummer_1_1frm_export-members.html b/docs/class_chummer_1_1frm_export-members.html
new file mode 100644
index 0000000..1a6ea6f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_export-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmExport , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_export.html b/docs/class_chummer_1_1frm_export.html
new file mode 100644
index 0000000..ba88b71
--- /dev/null
+++ b/docs/class_chummer_1_1frm_export.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Chummer: Chummer.frmExport Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmExport.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.frmExport.CharacterXML
+
+
+
+
+set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmExport.cs
+/Users/higelm/personal-git/chummer/Chummer/frmExport.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_export.png b/docs/class_chummer_1_1frm_export.png
new file mode 100644
index 0000000..9d20e5c
Binary files /dev/null and b/docs/class_chummer_1_1frm_export.png differ
diff --git a/docs/class_chummer_1_1frm_history-members.html b/docs/class_chummer_1_1frm_history-members.html
new file mode 100644
index 0000000..9a1d9f2
--- /dev/null
+++ b/docs/class_chummer_1_1frm_history-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmHistory , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_history.html b/docs/class_chummer_1_1frm_history.html
new file mode 100644
index 0000000..cc4ab89
--- /dev/null
+++ b/docs/class_chummer_1_1frm_history.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+Chummer: Chummer.frmHistory Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmHistory.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmHistory.cs
+/Users/higelm/personal-git/chummer/Chummer/frmHistory.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_history.png b/docs/class_chummer_1_1frm_history.png
new file mode 100644
index 0000000..3905c95
Binary files /dev/null and b/docs/class_chummer_1_1frm_history.png differ
diff --git a/docs/class_chummer_1_1frm_lifestyle_nuyen-members.html b/docs/class_chummer_1_1frm_lifestyle_nuyen-members.html
new file mode 100644
index 0000000..1fdbc95
--- /dev/null
+++ b/docs/class_chummer_1_1frm_lifestyle_nuyen-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmLifestyleNuyen , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_lifestyle_nuyen.html b/docs/class_chummer_1_1frm_lifestyle_nuyen.html
new file mode 100644
index 0000000..7fd16ff
--- /dev/null
+++ b/docs/class_chummer_1_1frm_lifestyle_nuyen.html
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+Chummer: Chummer.frmLifestyleNuyen Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmLifestyleNuyen.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmLifestyleNuyen.Dice
+
+
+
+
+get set
+
+
+
+
+
Number of dice that are rolled for the lifestyle.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmLifestyleNuyen.Extra
+
+
+
+
+get set
+
+
+
+
+
Extra number that is added to the dice roll.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmLifestyleNuyen.Multiplier
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmLifestyleNuyen.StartingNuyen
+
+
+
+
+get
+
+
+
+
+
The total amount of Nuyen resulting from the dice roll.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmLifestyleNuyen.cs
+/Users/higelm/personal-git/chummer/Chummer/frmLifestyleNuyen.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_lifestyle_nuyen.png b/docs/class_chummer_1_1frm_lifestyle_nuyen.png
new file mode 100644
index 0000000..8a92d56
Binary files /dev/null and b/docs/class_chummer_1_1frm_lifestyle_nuyen.png differ
diff --git a/docs/class_chummer_1_1frm_main-members.html b/docs/class_chummer_1_1frm_main-members.html
new file mode 100644
index 0000000..f51789c
--- /dev/null
+++ b/docs/class_chummer_1_1frm_main-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmMain , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_main.html b/docs/class_chummer_1_1frm_main.html
new file mode 100644
index 0000000..f57cb23
--- /dev/null
+++ b/docs/class_chummer_1_1frm_main.html
@@ -0,0 +1,287 @@
+
+
+
+
+
+
+Chummer: Chummer.frmMain Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void LoadCharacter (string strFileName, bool blnIncludeInMRU=true, string strNewName="", bool blnClearFileName=false)
+ Load a Character and open the correct window. More...
+
+void PopulateMRU ()
+ Populate the MRU items. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmMain.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmMain.LoadCharacter
+ (
+ string
+ strFileName ,
+
+
+
+
+ bool
+ blnIncludeInMRU = true,
+
+
+
+
+ string
+ strNewName = "",
+
+
+
+
+ bool
+ blnClearFileName = false
+
+
+
+ )
+
+
+
+
+
+
Load a Character and open the correct window.
+
Parameters
+
+ strFileName File to load.
+ blnIncludeInMRU Whether or not the file should appear in the MRU list.
+ strNewName New name for the character.
+ blnClearFileName Whether or not the name of the save file should be cleared.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmMain.PopulateMRU
+ (
+ )
+
+
+
+
+
+
Populate the MRU items.
+
+
+
+
+
+
+
+
+
+
+
+
+ frmOmae Chummer.frmMain.OmaeWindow
+
+
+
+
+get set
+
+
+
+
+
The frmOmae window being used by the application.
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmMain.cs
+/Users/higelm/personal-git/chummer/Chummer/frmMain.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_main.png b/docs/class_chummer_1_1frm_main.png
new file mode 100644
index 0000000..0e307b6
Binary files /dev/null and b/docs/class_chummer_1_1frm_main.png differ
diff --git a/docs/class_chummer_1_1frm_metatype-members.html b/docs/class_chummer_1_1frm_metatype-members.html
new file mode 100644
index 0000000..be1ca19
--- /dev/null
+++ b/docs/class_chummer_1_1frm_metatype-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmMetatype , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_metatype.html b/docs/class_chummer_1_1frm_metatype.html
new file mode 100644
index 0000000..e472cab
--- /dev/null
+++ b/docs/class_chummer_1_1frm_metatype.html
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+Chummer: Chummer.frmMetatype Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmMetatype (Character objCharacter)
+
+string ExpressionToString (string strIn, int intForce, int intOffset)
+ Convert Force, 1D6, or 2D6 into a usable value. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+string XmlFile [set]
+ XML file to read Metatype/Critter information from. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmMetatype.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmMetatype.ExpressionToString
+ (
+ string
+ strIn ,
+
+
+
+
+ int
+ intForce ,
+
+
+
+
+ int
+ intOffset
+
+
+
+ )
+
+
+
+
+
+
Convert Force, 1D6, or 2D6 into a usable value.
+
Parameters
+
+ strIn Expression to convert.
+ intForce Force value to use.
+ intOffset Dice offset.
+
+
+
+
Returns
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmMetatype.XmlFile
+
+
+
+
+set
+
+
+
+
+
XML file to read Metatype/Critter information from.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmMetatype.cs
+/Users/higelm/personal-git/chummer/Chummer/frmMetatype.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_metatype.png b/docs/class_chummer_1_1frm_metatype.png
new file mode 100644
index 0000000..a1a15b4
Binary files /dev/null and b/docs/class_chummer_1_1frm_metatype.png differ
diff --git a/docs/class_chummer_1_1frm_natural_weapon-members.html b/docs/class_chummer_1_1frm_natural_weapon-members.html
new file mode 100644
index 0000000..33b6157
--- /dev/null
+++ b/docs/class_chummer_1_1frm_natural_weapon-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmNaturalWeapon , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_natural_weapon.html b/docs/class_chummer_1_1frm_natural_weapon.html
new file mode 100644
index 0000000..6e9d5c3
--- /dev/null
+++ b/docs/class_chummer_1_1frm_natural_weapon.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+Chummer: Chummer.frmNaturalWeapon Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmNaturalWeapon (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmNaturalWeapon.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Weapon Chummer.frmNaturalWeapon.SelectedWeapon
+
+
+
+
+get
+
+
+
+
+
Weapon that was created as a result of the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmNaturalWeapon.cs
+/Users/higelm/personal-git/chummer/Chummer/frmNaturalWeapon.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_natural_weapon.png b/docs/class_chummer_1_1frm_natural_weapon.png
new file mode 100644
index 0000000..5d7214c
Binary files /dev/null and b/docs/class_chummer_1_1frm_natural_weapon.png differ
diff --git a/docs/class_chummer_1_1frm_notes-members.html b/docs/class_chummer_1_1frm_notes-members.html
new file mode 100644
index 0000000..36552b4
--- /dev/null
+++ b/docs/class_chummer_1_1frm_notes-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmNotes , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_notes.html b/docs/class_chummer_1_1frm_notes.html
new file mode 100644
index 0000000..edbb811
--- /dev/null
+++ b/docs/class_chummer_1_1frm_notes.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Chummer: Chummer.frmNotes Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmNotes.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmNotes.Notes
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmNotes.cs
+/Users/higelm/personal-git/chummer/Chummer/frmNotes.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_notes.png b/docs/class_chummer_1_1frm_notes.png
new file mode 100644
index 0000000..d912183
Binary files /dev/null and b/docs/class_chummer_1_1frm_notes.png differ
diff --git a/docs/class_chummer_1_1frm_omae-members.html b/docs/class_chummer_1_1frm_omae-members.html
new file mode 100644
index 0000000..5282213
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmae , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae.html b/docs/class_chummer_1_1frm_omae.html
new file mode 100644
index 0000000..10ba392
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmae Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmae.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmOmae.GetCharacterTypes
+ (
+ )
+
+
+
+
+
+
Attempt to get the list of character types.
+
+
+
+
+
+
+
+
+ void Chummer.frmOmae.PopulateMetatypes
+ (
+ )
+
+
+
+
+
+
Populate the list of Metatypes.
+
+
+
+
+
+
+
+
+ void Chummer.frmOmae.PopulateMode
+ (
+ )
+
+
+
+
+
+
Populate the Created Status list.
+
+
+
+
+
+
+
+
+ void Chummer.frmOmae.PopulateQualities
+ (
+ )
+
+
+
+
+
+
Populate the list of Qualities.
+
+
+
+
+
+
+
+
+ void Chummer.frmOmae.PopulateSortOrder
+ (
+ )
+
+
+
+
+
+
Populate the sort order list.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmae.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmae.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae.png b/docs/class_chummer_1_1frm_omae.png
new file mode 100644
index 0000000..bf00c11
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae.png differ
diff --git a/docs/class_chummer_1_1frm_omae_account-members.html b/docs/class_chummer_1_1frm_omae_account-members.html
new file mode 100644
index 0000000..f53b65e
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_account-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmaeAccount , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_account.html b/docs/class_chummer_1_1frm_omae_account.html
new file mode 100644
index 0000000..016dda6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_account.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmaeAccount Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmOmaeAccount (string strUserName)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmaeAccount.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeAccount.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeAccount.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_account.png b/docs/class_chummer_1_1frm_omae_account.png
new file mode 100644
index 0000000..0119196
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae_account.png differ
diff --git a/docs/class_chummer_1_1frm_omae_compress-members.html b/docs/class_chummer_1_1frm_omae_compress-members.html
new file mode 100644
index 0000000..7983091
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_compress-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmaeCompress , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_compress.html b/docs/class_chummer_1_1frm_omae_compress.html
new file mode 100644
index 0000000..72effb0
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_compress.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmaeCompress Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmaeCompress.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeCompress.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeCompress.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_compress.png b/docs/class_chummer_1_1frm_omae_compress.png
new file mode 100644
index 0000000..17b1159
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae_compress.png differ
diff --git a/docs/class_chummer_1_1frm_omae_upload-members.html b/docs/class_chummer_1_1frm_omae_upload-members.html
new file mode 100644
index 0000000..b75acf2
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmaeUpload , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload.html b/docs/class_chummer_1_1frm_omae_upload.html
new file mode 100644
index 0000000..7a6c958
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmaeUpload Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmOmaeUpload (string strUserName, List< ListItem > lstCharacterTypes, int intCharacterType, int intCharacterID=0, string strDescription="")
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmaeUpload.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUpload.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUpload.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload.png b/docs/class_chummer_1_1frm_omae_upload.png
new file mode 100644
index 0000000..dc88ee4
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae_upload.png differ
diff --git a/docs/class_chummer_1_1frm_omae_upload_data-members.html b/docs/class_chummer_1_1frm_omae_upload_data-members.html
new file mode 100644
index 0000000..79aa297
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload_data-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmaeUploadData , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload_data.html b/docs/class_chummer_1_1frm_omae_upload_data.html
new file mode 100644
index 0000000..e23c519
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload_data.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmaeUploadData Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmOmaeUploadData (string strUserName, int intDataID=0, string strDescription="", string strName="")
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmaeUploadData.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUploadData.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUploadData.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload_data.png b/docs/class_chummer_1_1frm_omae_upload_data.png
new file mode 100644
index 0000000..18ac149
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae_upload_data.png differ
diff --git a/docs/class_chummer_1_1frm_omae_upload_language-members.html b/docs/class_chummer_1_1frm_omae_upload_language-members.html
new file mode 100644
index 0000000..1aac373
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload_language-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmaeUploadLanguage , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload_language.html b/docs/class_chummer_1_1frm_omae_upload_language.html
new file mode 100644
index 0000000..50cc726
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload_language.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmaeUploadLanguage Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmOmaeUploadLanguage (string strUserName)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmaeUploadLanguage.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUploadLanguage.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUploadLanguage.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload_language.png b/docs/class_chummer_1_1frm_omae_upload_language.png
new file mode 100644
index 0000000..1cb4527
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae_upload_language.png differ
diff --git a/docs/class_chummer_1_1frm_omae_upload_sheet-members.html b/docs/class_chummer_1_1frm_omae_upload_sheet-members.html
new file mode 100644
index 0000000..47bf511
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload_sheet-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOmaeUploadSheet , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload_sheet.html b/docs/class_chummer_1_1frm_omae_upload_sheet.html
new file mode 100644
index 0000000..e37c62c
--- /dev/null
+++ b/docs/class_chummer_1_1frm_omae_upload_sheet.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOmaeUploadSheet Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmOmaeUploadSheet (string strUserName, int intSheetID=0, string strDescription="", string strName="")
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOmaeUploadSheet.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUploadSheet.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOmaeUploadSheet.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_omae_upload_sheet.png b/docs/class_chummer_1_1frm_omae_upload_sheet.png
new file mode 100644
index 0000000..78a685f
Binary files /dev/null and b/docs/class_chummer_1_1frm_omae_upload_sheet.png differ
diff --git a/docs/class_chummer_1_1frm_options-members.html b/docs/class_chummer_1_1frm_options-members.html
new file mode 100644
index 0000000..6ae3819
--- /dev/null
+++ b/docs/class_chummer_1_1frm_options-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmOptions , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_options.html b/docs/class_chummer_1_1frm_options.html
new file mode 100644
index 0000000..0eccbec
--- /dev/null
+++ b/docs/class_chummer_1_1frm_options.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+Chummer: Chummer.frmOptions Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmOptions.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmOptions.cs
+/Users/higelm/personal-git/chummer/Chummer/frmOptions.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_options.png b/docs/class_chummer_1_1frm_options.png
new file mode 100644
index 0000000..a98be72
Binary files /dev/null and b/docs/class_chummer_1_1frm_options.png differ
diff --git a/docs/class_chummer_1_1frm_print_multiple-members.html b/docs/class_chummer_1_1frm_print_multiple-members.html
new file mode 100644
index 0000000..1cd3b79
--- /dev/null
+++ b/docs/class_chummer_1_1frm_print_multiple-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmPrintMultiple , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_print_multiple.html b/docs/class_chummer_1_1frm_print_multiple.html
new file mode 100644
index 0000000..4a98805
--- /dev/null
+++ b/docs/class_chummer_1_1frm_print_multiple.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+Chummer: Chummer.frmPrintMultiple Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmPrintMultiple.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmPrintMultiple.cs
+/Users/higelm/personal-git/chummer/Chummer/frmPrintMultiple.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_print_multiple.png b/docs/class_chummer_1_1frm_print_multiple.png
new file mode 100644
index 0000000..895d74e
Binary files /dev/null and b/docs/class_chummer_1_1frm_print_multiple.png differ
diff --git a/docs/class_chummer_1_1frm_reload-members.html b/docs/class_chummer_1_1frm_reload-members.html
new file mode 100644
index 0000000..7092878
--- /dev/null
+++ b/docs/class_chummer_1_1frm_reload-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmReload , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_reload.html b/docs/class_chummer_1_1frm_reload.html
new file mode 100644
index 0000000..bce81a7
--- /dev/null
+++ b/docs/class_chummer_1_1frm_reload.html
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+Chummer: Chummer.frmReload Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmReload.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.frmReload.Ammo
+
+
+
+
+set
+
+
+
+
+
List of Ammo Gear that the user can selected.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.frmReload.Count
+
+
+
+
+set
+
+
+
+
+
List of ammunition that the user can select.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmReload.SelectedAmmo
+
+
+
+
+get
+
+
+
+
+
Name of the ammunition that was selected.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmReload.SelectedCount
+
+
+
+
+get
+
+
+
+
+
Number of rounds that were selected to be loaded.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmReload.cs
+/Users/higelm/personal-git/chummer/Chummer/frmReload.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_reload.png b/docs/class_chummer_1_1frm_reload.png
new file mode 100644
index 0000000..5331c3b
Binary files /dev/null and b/docs/class_chummer_1_1frm_reload.png differ
diff --git a/docs/class_chummer_1_1frm_select_advanced_lifestyle-members.html b/docs/class_chummer_1_1frm_select_advanced_lifestyle-members.html
new file mode 100644
index 0000000..0217c15
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_advanced_lifestyle-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectAdvancedLifestyle , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_advanced_lifestyle.html b/docs/class_chummer_1_1frm_select_advanced_lifestyle.html
new file mode 100644
index 0000000..9b1d387
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_advanced_lifestyle.html
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectAdvancedLifestyle Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectAdvancedLifestyle.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectAdvancedLifestyle.SetLifestyle
+ (
+ Lifestyle
+ objLifestyle )
+
+
+
+
+
+
Lifestyle to update when editing.
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectAdvancedLifestyle.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ Lifestyle Chummer.frmSelectAdvancedLifestyle.SelectedLifestyle
+
+
+
+
+get
+
+
+
+
+
Lifestyle that was created in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ LifestyleType Chummer.frmSelectAdvancedLifestyle.StyleType
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectAdvancedLifestyle.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectAdvancedLifestyle.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_advanced_lifestyle.png b/docs/class_chummer_1_1frm_select_advanced_lifestyle.png
new file mode 100644
index 0000000..5cbccb0
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_advanced_lifestyle.png differ
diff --git a/docs/class_chummer_1_1frm_select_armor-members.html b/docs/class_chummer_1_1frm_select_armor-members.html
new file mode 100644
index 0000000..9de8c08
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_armor-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectArmor , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_armor.html b/docs/class_chummer_1_1frm_select_armor.html
new file mode 100644
index 0000000..544c003
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_armor.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectArmor Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectArmor (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectArmor.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectArmor.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectArmor.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectArmor.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectArmor.SelectedArmor
+
+
+
+
+get
+
+
+
+
+
Armor that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectArmor.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectArmor.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_armor.png b/docs/class_chummer_1_1frm_select_armor.png
new file mode 100644
index 0000000..f635c56
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_armor.png differ
diff --git a/docs/class_chummer_1_1frm_select_armor_mod-members.html b/docs/class_chummer_1_1frm_select_armor_mod-members.html
new file mode 100644
index 0000000..825921a
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_armor_mod-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectArmorMod , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_armor_mod.html b/docs/class_chummer_1_1frm_select_armor_mod.html
new file mode 100644
index 0000000..b3517c7
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_armor_mod.html
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectArmorMod Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectArmorMod (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectArmorMod.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectArmorMod.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectArmorMod.AllowedCategories
+
+
+
+
+get set
+
+
+
+
+
Categories that the Armor allows to be used.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectArmorMod.ArmorCost
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ CapacityStyle Chummer.frmSelectArmorMod.CapacityDisplayStyle
+
+
+
+
+set
+
+
+
+
+
Capacity display style.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectArmorMod.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectArmorMod.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectArmorMod.SelectedArmorMod
+
+
+
+
+get
+
+
+
+
+
Name of Accessory that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectArmorMod.SelectedRating
+
+
+
+
+get
+
+
+
+
+
Rating that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectArmorMod.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectArmorMod.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_armor_mod.png b/docs/class_chummer_1_1frm_select_armor_mod.png
new file mode 100644
index 0000000..9801783
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_armor_mod.png differ
diff --git a/docs/class_chummer_1_1frm_select_attribute-members.html b/docs/class_chummer_1_1frm_select_attribute-members.html
new file mode 100644
index 0000000..aaca467
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_attribute-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectAttribute , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_attribute.html b/docs/class_chummer_1_1frm_select_attribute.html
new file mode 100644
index 0000000..0dbb4c6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_attribute.html
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectAttribute Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectAttribute.AddMAG
+ (
+ )
+
+
+
+
+
+
Add MAG to the list of selectable Attributes.
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectAttribute.AddRES
+ (
+ )
+
+
+
+
+
+
Add RES to the list of selectable Attributes.
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectAttribute.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectAttribute.LimitToList
+ (
+ List< string >
+ strValue )
+
+
+
+
+
+
Limit the list to a few Attributes.
+
Parameters
+
+ strValue List of Attributes.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectAttribute.RemoveFromList
+ (
+ List< string >
+ strValue )
+
+
+
+
+
+
Exclude the list of Attributes.
+
Parameters
+
+ strValue List of Attributes.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectAttribute.SingleAttribute
+ (
+ string
+ strValue )
+
+
+
+
+
+
Limit the list to a single Attribute .
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectAttribute.Description
+
+
+
+
+set
+
+
+
+
+
Description to display on the form.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectAttribute.DoNotAffectMetatypeMaximum
+
+
+
+
+get
+
+
+
+
+
Whether or not the Metatype Maximum value should be affected as well.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectAttribute.SelectedAttribute
+
+
+
+
+get
+
+
+
+
+
Attribute that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectAttribute.ShowMetatypeMaximum
+
+
+
+
+set
+
+
+
+
+
Whether or not the Do not affect Metatype Maximum checkbox should be shown on the form.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectAttribute.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectAttribute.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_attribute.png b/docs/class_chummer_1_1frm_select_attribute.png
new file mode 100644
index 0000000..5e1b374
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_attribute.png differ
diff --git a/docs/class_chummer_1_1frm_select_b_p-members.html b/docs/class_chummer_1_1frm_select_b_p-members.html
new file mode 100644
index 0000000..53615e2
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_b_p-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectBP , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_b_p.html b/docs/class_chummer_1_1frm_select_b_p.html
new file mode 100644
index 0000000..0f83758
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_b_p.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectBP Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectBP (Character objCharacter, bool blnUseCurrentValues=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectBP.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectBP.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectBP.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_b_p.png b/docs/class_chummer_1_1frm_select_b_p.png
new file mode 100644
index 0000000..85cb613
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_b_p.png differ
diff --git a/docs/class_chummer_1_1frm_select_calendar_start-members.html b/docs/class_chummer_1_1frm_select_calendar_start-members.html
new file mode 100644
index 0000000..dc03e9d
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_calendar_start-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectCalendarStart , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_calendar_start.html b/docs/class_chummer_1_1frm_select_calendar_start.html
new file mode 100644
index 0000000..2690c35
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_calendar_start.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectCalendarStart Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectCalendarStart.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCalendarStart.SelectedWeek
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCalendarStart.SelectedYear
+
+
+
+
+get
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCalendarStart.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCalendarStart.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_calendar_start.png b/docs/class_chummer_1_1frm_select_calendar_start.png
new file mode 100644
index 0000000..0c76e0b
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_calendar_start.png differ
diff --git a/docs/class_chummer_1_1frm_select_contact_connection-members.html b/docs/class_chummer_1_1frm_select_contact_connection-members.html
new file mode 100644
index 0000000..7c30d40
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_contact_connection-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectContactConnection , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_contact_connection.html b/docs/class_chummer_1_1frm_select_contact_connection.html
new file mode 100644
index 0000000..3b45fe2
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_contact_connection.html
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectContactConnection Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectContactConnection.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectContactConnection.AreaOfInfluence
+
+
+
+
+get set
+
+
+
+
+
Area of Influence.
+
+
+
+
+
+
+
+
+
+
+
+ Color Chummer.frmSelectContactConnection.Colour
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectContactConnection.Free
+
+
+
+
+get set
+
+
+
+
+
Whether or not this is a free contact.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectContactConnection.GroupName
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectContactConnection.MagicalResources
+
+
+
+
+get set
+
+
+
+
+
Magical Resources.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectContactConnection.MatrixResources
+
+
+
+
+get set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectContactConnection.Membership
+
+
+
+
+get set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectContactConnection.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectContactConnection.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_contact_connection.png b/docs/class_chummer_1_1frm_select_contact_connection.png
new file mode 100644
index 0000000..3c63233
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_contact_connection.png differ
diff --git a/docs/class_chummer_1_1frm_select_critter_power-members.html b/docs/class_chummer_1_1frm_select_critter_power-members.html
new file mode 100644
index 0000000..b6483e8
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_critter_power-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectCritterPower , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_critter_power.html b/docs/class_chummer_1_1frm_select_critter_power.html
new file mode 100644
index 0000000..515978e
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_critter_power.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectCritterPower Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectCritterPower (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectCritterPower.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectCritterPower.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSelectCritterPower.PowerPoints
+
+
+
+
+get
+
+
+
+
+
Power Point cost for the Critter Power (only applies to Free Spirits).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectCritterPower.SelectedPower
+
+
+
+
+get
+
+
+
+
+
Criter Power that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCritterPower.SelectedRating
+
+
+
+
+get
+
+
+
+
+
Rating for the Critter Power that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCritterPower.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCritterPower.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_critter_power.png b/docs/class_chummer_1_1frm_select_critter_power.png
new file mode 100644
index 0000000..e80f436
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_critter_power.png differ
diff --git a/docs/class_chummer_1_1frm_select_cyberware-members.html b/docs/class_chummer_1_1frm_select_cyberware-members.html
new file mode 100644
index 0000000..3eb77cb
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_cyberware-members.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectCyberware , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_cyberware.html b/docs/class_chummer_1_1frm_select_cyberware.html
new file mode 100644
index 0000000..46f13cd
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_cyberware.html
@@ -0,0 +1,621 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectCyberware Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ enum Mode { Cyberware = 0,
+Bioware = 1
+ }
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectCyberware.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectCyberware.LockGrade
+ (
+ )
+
+
+
+
+
+
Lock the Grade so it cannot be changed.
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectCyberware.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectCyberware.AllowModularPlugins
+
+
+
+
+set
+
+
+
+
+
Whether or not Modular Plugins are allowed.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSelectCyberware.BasicBiowareESSMultiplier
+
+
+
+
+set
+
+
+
+
+
Essence cost multiplier for Basic Bioware.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSelectCyberware.CharacterESSMultiplier
+
+
+
+
+set
+
+
+
+
+
Essence cost multiplier from the character.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectCyberware.ForceTransgenic
+
+
+
+
+get
+
+
+
+
+
Whether or not the Bioware should be forced into the Genetech: Transgenics category.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectCyberware.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item has no cost.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSelectCyberware.GenetechCostMultiplier
+
+
+
+
+set
+
+
+
+
+
Cost multiplier for Genetech.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCyberware.MaximumCapacity
+
+
+
+
+set
+
+
+
+
+
Set the maximum Capacity the piece of Cyberware is allowed to be.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectCyberware.SelectedCyberware
+
+
+
+
+get
+
+
+
+
+
Name of Cyberware that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCyberware.SelectedESSDiscount
+
+
+
+
+get
+
+
+
+
+
Selected Essence cost discount.
+
+
+
+
+
+
+
+
+
+
+
+ Grade Chummer.frmSelectCyberware.SelectedGrade
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCyberware.SelectedRating
+
+
+
+
+get
+
+
+
+
+
Rating of the selected piece of Cyberware (0 if not applicable).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectCyberware.SetGrade
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectCyberware.ShowOnlySubsystems
+
+
+
+
+set
+
+
+
+
+
Set whether or not only subsystems (those that consume Capacity) should be shown.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectCyberware.Subsystems
+
+
+
+
+set
+
+
+
+
+
Comma-separate list of Categories to show for Subsystems.
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSelectCyberware.TransgenicsBiowareCostMultiplier
+
+
+
+
+set
+
+
+
+
+
Cost multiplier for Transgenics Bioware.
+
+
+
+
+
+
+
+
+
+
+
+ Mode Chummer.frmSelectCyberware.WindowMode
+
+
+
+
+get set
+
+
+
+
+
Set the window's Mode to Cyberware or Bioware.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCyberware.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCyberware.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_cyberware.png b/docs/class_chummer_1_1frm_select_cyberware.png
new file mode 100644
index 0000000..c667160
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_cyberware.png differ
diff --git a/docs/class_chummer_1_1frm_select_cyberware_suite-members.html b/docs/class_chummer_1_1frm_select_cyberware_suite-members.html
new file mode 100644
index 0000000..5f1e24d
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_cyberware_suite-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectCyberwareSuite , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_cyberware_suite.html b/docs/class_chummer_1_1frm_select_cyberware_suite.html
new file mode 100644
index 0000000..78aade6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_cyberware_suite.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectCyberwareSuite Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectCyberwareSuite (Improvement.ImprovementSource objSource, Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectCyberwareSuite.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSelectCyberwareSuite.CharacterESSMultiplier
+
+
+
+
+set
+
+
+
+
+
Essence cost multiplier from the character.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectCyberwareSuite.SelectedSuite
+
+
+
+
+get
+
+
+
+
+
Name of Suite that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectCyberwareSuite.TotalCost
+
+
+
+
+get
+
+
+
+
+
Total cost of the Cyberware Suite. This is done to make it easier to obtain the actual cost in Career Mode.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCyberwareSuite.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectCyberwareSuite.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_cyberware_suite.png b/docs/class_chummer_1_1frm_select_cyberware_suite.png
new file mode 100644
index 0000000..37dad3d
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_cyberware_suite.png differ
diff --git a/docs/class_chummer_1_1frm_select_exotic_skill-members.html b/docs/class_chummer_1_1frm_select_exotic_skill-members.html
new file mode 100644
index 0000000..eceefa7
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_exotic_skill-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectExoticSkill , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_exotic_skill.html b/docs/class_chummer_1_1frm_select_exotic_skill.html
new file mode 100644
index 0000000..67ecfab
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_exotic_skill.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectExoticSkill Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectExoticSkill.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectExoticSkill.SelectedExoticSkill
+
+
+
+
+get
+
+
+
+
+
Skill that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectExoticSkill.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectExoticSkill.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_exotic_skill.png b/docs/class_chummer_1_1frm_select_exotic_skill.png
new file mode 100644
index 0000000..13a7791
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_exotic_skill.png differ
diff --git a/docs/class_chummer_1_1frm_select_gear-members.html b/docs/class_chummer_1_1frm_select_gear-members.html
new file mode 100644
index 0000000..28952ea
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_gear-members.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectGear , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_gear.html b/docs/class_chummer_1_1frm_select_gear.html
new file mode 100644
index 0000000..91ef368
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_gear.html
@@ -0,0 +1,764 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectGear Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectGear (Character objCharacter, bool blnCareer=false, int intAvailModifier=0, int intCostMultiplier=1)
+
+void AddCategory (string strCategories)
+ Add a Category to the Category list. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectGear.AddCategory
+ (
+ string
+ strCategories )
+
+
+
+
+
+
Add a Category to the Category list.
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectGear.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.Aerodynamic
+
+
+
+
+get
+
+
+
+
+
Whether or not a Grenade is Aerodynamic.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectGear.AllowedCategories
+
+
+
+
+get set
+
+
+
+
+
Categories that the Gear allows to be used.
+
+
+
+
+
+
+
+
Capacity display style.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.CommlinkFirewall
+
+
+
+
+set
+
+
+
+
+
Commlink 's Firewall which will determine the highest Firewall Upgrade available.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.CommlinkResponse
+
+
+
+
+set
+
+
+
+
+
Commlink 's Response which will determine the highest Response Upgrade available.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.CommlinkSignal
+
+
+
+
+set
+
+
+
+
+
Commlink 's Signal which will determine the highest Signal Upgrade available.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.CommlinkSystem
+
+
+
+
+set
+
+
+
+
+
Commlink 's System which will determine the highest System Upgrade available.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.DoItYourself
+
+
+
+
+get
+
+
+
+
+
Whether or not the item's cost should be cut in half for being a Do It Yourself component/upgrade.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.EnableStack
+
+
+
+
+set
+
+
+
+
+
Whether or not the Stack Checkbox should be shown (default true).
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.Hacked
+
+
+
+
+get
+
+
+
+
+
Whether or not the item was hacked which reduces the cost to 10% of the original value.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.InherentProgram
+
+
+
+
+get
+
+
+
+
+
Whether or not the item is an Inherent Program for A.I.s.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.MaximumCapacity
+
+
+
+
+set
+
+
+
+
+
Set the maximum Capacity the piece of Gear is allowed to be.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectGear.SelectedCategory
+
+
+
+
+get
+
+
+
+
+
Name of the Category the selected piece of Gear belongs to.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectGear.SelectedGear
+
+
+
+
+get set
+
+
+
+
+
Name of Gear that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.SelectedQty
+
+
+
+
+get
+
+
+
+
+
Quantity that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectGear.SelectedRating
+
+
+
+
+get
+
+
+
+
+
Rating that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.ShowArmorCapacityOnly
+
+
+
+
+set
+
+
+
+
+
Only items that consume Armor Capacity should be shown.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.ShowNegativeCapacityOnly
+
+
+
+
+set
+
+
+
+
+
Only items that consume Capacity should be shown.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.ShowPositiveCapacityOnly
+
+
+
+
+set
+
+
+
+
+
Only items that grant Capacity should be shown.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectGear.Stack
+
+
+
+
+get
+
+
+
+
+
Whether or not the Gear should stack with others if possible.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectGear.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectGear.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_gear.png b/docs/class_chummer_1_1frm_select_gear.png
new file mode 100644
index 0000000..9d0a8ac
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_gear.png differ
diff --git a/docs/class_chummer_1_1frm_select_item-members.html b/docs/class_chummer_1_1frm_select_item-members.html
new file mode 100644
index 0000000..bda6c02
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_item-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectItem , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_item.html b/docs/class_chummer_1_1frm_select_item.html
new file mode 100644
index 0000000..e527263
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_item.html
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectItem Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectItem.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectItem.AllowAutoSelect
+
+
+
+
+get set
+
+
+
+
+
Whether or not the Form should be accepted if there is only one item left in the list.
+
+
+
+
+
+
+
+
+
+
+
+ Character Chummer.frmSelectItem.Character
+
+
+
+
+set
+
+
+
+
+
Character object to search for Restricted items.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectItem.Description
+
+
+
+
+set
+
+
+
+
+
Description to show in the window.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectItem.ForceItem
+
+
+
+
+set
+
+
+
+
+
Force the window to select a value.
+
+
+
+
+
+
+
+
+
+
+
+ List<Gear > Chummer.frmSelectItem.Gear
+
+
+
+
+set
+
+
+
+
+
List of Gear that the user can select.
+
+
+
+
+
+
+
+
+
+
+
+ List<ListItem > Chummer.frmSelectItem.GeneralItems
+
+
+
+
+set
+
+
+
+
+
List of general items that the user can select.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectItem.SelectedItem
+
+
+
+
+get
+
+
+
+
+
Name of the item that was selected.
+
+
+
+
+
+
+
+
+
+
+
+ List<VehicleMod > Chummer.frmSelectItem.VehicleMods
+
+
+
+
+set
+
+
+
+
+
List of Vehicle Mods that the user can select.
+
+
+
+
+
+
+
+
+
+
+
+ List<Vehicle > Chummer.frmSelectItem.Vehicles
+
+
+
+
+set
+
+
+
+
+
List of Vehicles that the user can selet.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectItem.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectItem.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_item.png b/docs/class_chummer_1_1frm_select_item.png
new file mode 100644
index 0000000..b3ecb93
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_item.png differ
diff --git a/docs/class_chummer_1_1frm_select_lifestyle-members.html b/docs/class_chummer_1_1frm_select_lifestyle-members.html
new file mode 100644
index 0000000..6732340
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_lifestyle-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectLifestyle , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_lifestyle.html b/docs/class_chummer_1_1frm_select_lifestyle.html
new file mode 100644
index 0000000..2213473
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_lifestyle.html
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectLifestyle Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectLifestyle.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectLifestyle.SetLifestyle
+ (
+ Lifestyle
+ objLifestyle )
+
+
+
+
+
+
Lifestyle to update when editing.
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectLifestyle.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ Lifestyle Chummer.frmSelectLifestyle.SelectedLifestyle
+
+
+
+
+get
+
+
+
+
+
Lifestyle that was created in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectLifestyle.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectLifestyle.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_lifestyle.png b/docs/class_chummer_1_1frm_select_lifestyle.png
new file mode 100644
index 0000000..94b2679
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_lifestyle.png differ
diff --git a/docs/class_chummer_1_1frm_select_martial_art-members.html b/docs/class_chummer_1_1frm_select_martial_art-members.html
new file mode 100644
index 0000000..17f8b4a
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_martial_art-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectMartialArt , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_martial_art.html b/docs/class_chummer_1_1frm_select_martial_art.html
new file mode 100644
index 0000000..e6c7e42
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_martial_art.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectMartialArt Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectMartialArt (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectMartialArt.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectMartialArt.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMartialArt.ForcedValue
+
+
+
+
+set
+
+
+
+
+
Force a Martial Art to be selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMartialArt.SelectedMartialArt
+
+
+
+
+get
+
+
+
+
+
Martial Art that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMartialArt.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMartialArt.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_martial_art.png b/docs/class_chummer_1_1frm_select_martial_art.png
new file mode 100644
index 0000000..7f7979e
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_martial_art.png differ
diff --git a/docs/class_chummer_1_1frm_select_martial_art_advantage-members.html b/docs/class_chummer_1_1frm_select_martial_art_advantage-members.html
new file mode 100644
index 0000000..8172234
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_martial_art_advantage-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectMartialArtAdvantage , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_martial_art_advantage.html b/docs/class_chummer_1_1frm_select_martial_art_advantage.html
new file mode 100644
index 0000000..4392e45
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_martial_art_advantage.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectMartialArtAdvantage Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectMartialArtAdvantage (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectMartialArtAdvantage.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectMartialArtAdvantage.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMartialArtAdvantage.MartialArt
+
+
+
+
+set
+
+
+
+
+
Martial Art to display Advantages for.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMartialArtAdvantage.SelectedAdvantage
+
+
+
+
+get
+
+
+
+
+
Martial Art Advantage that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMartialArtAdvantage.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMartialArtAdvantage.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_martial_art_advantage.png b/docs/class_chummer_1_1frm_select_martial_art_advantage.png
new file mode 100644
index 0000000..f8b489c
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_martial_art_advantage.png differ
diff --git a/docs/class_chummer_1_1frm_select_martial_art_maneuver-members.html b/docs/class_chummer_1_1frm_select_martial_art_maneuver-members.html
new file mode 100644
index 0000000..b3c5955
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_martial_art_maneuver-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectMartialArtManeuver , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_martial_art_maneuver.html b/docs/class_chummer_1_1frm_select_martial_art_maneuver.html
new file mode 100644
index 0000000..68d38b2
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_martial_art_maneuver.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectMartialArtManeuver Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectMartialArtManeuver (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectMartialArtManeuver.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectMartialArtManeuver.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMartialArtManeuver.SelectedManeuver
+
+
+
+
+get
+
+
+
+
+
Maneuver that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMartialArtManeuver.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMartialArtManeuver.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_martial_art_maneuver.png b/docs/class_chummer_1_1frm_select_martial_art_maneuver.png
new file mode 100644
index 0000000..821fec1
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_martial_art_maneuver.png differ
diff --git a/docs/class_chummer_1_1frm_select_mentor_spirit-members.html b/docs/class_chummer_1_1frm_select_mentor_spirit-members.html
new file mode 100644
index 0000000..6fd57f0
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_mentor_spirit-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectMentorSpirit , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_mentor_spirit.html b/docs/class_chummer_1_1frm_select_mentor_spirit.html
new file mode 100644
index 0000000..8eb0866
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_mentor_spirit.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectMentorSpirit Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectMentorSpirit (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectMentorSpirit.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.frmSelectMentorSpirit.BonusNode
+
+
+
+
+get
+
+
+
+
+
Bonus Node for the Mentor that was selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMentorSpirit.Choice1
+
+
+
+
+get
+
+
+
+
+
First choice that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.frmSelectMentorSpirit.Choice1BonusNode
+
+
+
+
+get
+
+
+
+
+
Bonus Node for the first choice that was selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMentorSpirit.Choice2
+
+
+
+
+get
+
+
+
+
+
Second choice that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ XmlNode Chummer.frmSelectMentorSpirit.Choice2BonusNode
+
+
+
+
+get
+
+
+
+
+
Bonus Node for the second choice that was selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMentorSpirit.SelectedMentor
+
+
+
+
+get
+
+
+
+
+
Mentor that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMentorSpirit.XmlFile
+
+
+
+
+set
+
+
+
+
+
XML file to read from. Default mentors.xml.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMentorSpirit.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMentorSpirit.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_mentor_spirit.png b/docs/class_chummer_1_1frm_select_mentor_spirit.png
new file mode 100644
index 0000000..3500b43
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_mentor_spirit.png differ
diff --git a/docs/class_chummer_1_1frm_select_metamagic-members.html b/docs/class_chummer_1_1frm_select_metamagic-members.html
new file mode 100644
index 0000000..8de1258
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_metamagic-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectMetamagic , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_metamagic.html b/docs/class_chummer_1_1frm_select_metamagic.html
new file mode 100644
index 0000000..d014953
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_metamagic.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectMetamagic Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ enum Mode { Metamagic = 0,
+Echo = 1
+ }
+
+
+
+
+ frmSelectMetamagic (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectMetamagic.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectMetamagic.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectMetamagic.SelectedMetamagic
+
+
+
+
+get
+
+
+
+
+
Name of Metamagic that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ Mode Chummer.frmSelectMetamagic.WindowMode
+
+
+
+
+get set
+
+
+
+
+
Set the window's Mode to Cyberware or Bioware.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMetamagic.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectMetamagic.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_metamagic.png b/docs/class_chummer_1_1frm_select_metamagic.png
new file mode 100644
index 0000000..07be09e
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_metamagic.png differ
diff --git a/docs/class_chummer_1_1frm_select_nexus-members.html b/docs/class_chummer_1_1frm_select_nexus-members.html
new file mode 100644
index 0000000..905099d
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_nexus-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectNexus , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_nexus.html b/docs/class_chummer_1_1frm_select_nexus.html
new file mode 100644
index 0000000..f7eb8c7
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_nexus.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectNexus Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectNexus (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectNexus.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectNexus.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ Gear Chummer.frmSelectNexus.SelectedNexus
+
+
+
+
+get
+
+
+
+
+
Nexus Gear that was built using the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectNexus.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectNexus.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_nexus.png b/docs/class_chummer_1_1frm_select_nexus.png
new file mode 100644
index 0000000..cd742dc
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_nexus.png differ
diff --git a/docs/class_chummer_1_1frm_select_number-members.html b/docs/class_chummer_1_1frm_select_number-members.html
new file mode 100644
index 0000000..f01b74f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_number-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectNumber , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_number.html b/docs/class_chummer_1_1frm_select_number.html
new file mode 100644
index 0000000..1353189
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_number.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectNumber Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectNumber.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectNumber.AllowCancel
+
+
+
+
+set
+
+
+
+
+
Whether or not the Cancel button is enabled.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectNumber.Description
+
+
+
+
+set
+
+
+
+
+
Description to display in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectNumber.Maximum
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectNumber.Minimum
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectNumber.SelectedValue
+
+
+
+
+get set
+
+
+
+
+
Value that was entered in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectNumber.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectNumber.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_number.png b/docs/class_chummer_1_1frm_select_number.png
new file mode 100644
index 0000000..bc69fa6
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_number.png differ
diff --git a/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit-members.html b/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit-members.html
new file mode 100644
index 0000000..77771d2
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectPACKSKit , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit.html b/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit.html
new file mode 100644
index 0000000..18244e8
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectPACKSKit Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectPACKSKit (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectPACKSKit.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectPACKSKit.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectPACKSKit.SelectedCategory
+
+
+
+
+get
+
+
+
+
+
Category that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectPACKSKit.SelectedKit
+
+
+
+
+get
+
+
+
+
+
Name of Kit that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectPACKSKit.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectPACKSKit.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit.png b/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit.png
new file mode 100644
index 0000000..9e60e58
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_p_a_c_k_s_kit.png differ
diff --git a/docs/class_chummer_1_1frm_select_power-members.html b/docs/class_chummer_1_1frm_select_power-members.html
new file mode 100644
index 0000000..6a14ad8
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_power-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectPower , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_power.html b/docs/class_chummer_1_1frm_select_power.html
new file mode 100644
index 0000000..0319d46
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_power.html
@@ -0,0 +1,288 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectPower Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectPower (Character objCharacter)
+
+int MaxLevels ()
+ Maximum number of levels allowed by the Power . Standard rules apply if this is 0. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectPower.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectPower.MaxLevels
+ (
+ )
+
+
+
+
+
+
Maximum number of levels allowed by the Power . Standard rules apply if this is 0.
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectPower.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectPower.LevelEnabled
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ decimal Chummer.frmSelectPower.PointsPerLevel
+
+
+
+
+get
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectPower.SelectedPower
+
+
+
+
+get
+
+
+
+
+
Power that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectPower.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectPower.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_power.png b/docs/class_chummer_1_1frm_select_power.png
new file mode 100644
index 0000000..eedee85
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_power.png differ
diff --git a/docs/class_chummer_1_1frm_select_program-members.html b/docs/class_chummer_1_1frm_select_program-members.html
new file mode 100644
index 0000000..3db6b49
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_program-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectProgram , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_program.html b/docs/class_chummer_1_1frm_select_program.html
new file mode 100644
index 0000000..c311bfd
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_program.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectProgram Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectProgram (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+bool AddAgain [get]
+ Whether or not the user wants to add another item after this one. More...
+
+string SelectedProgram [get]
+ Program that was selected in the dialogue. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectProgram.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectProgram.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectProgram.SelectedProgram
+
+
+
+
+get
+
+
+
+
+
Program that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectProgram.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectProgram.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_program.png b/docs/class_chummer_1_1frm_select_program.png
new file mode 100644
index 0000000..e7eeae3
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_program.png differ
diff --git a/docs/class_chummer_1_1frm_select_program_option-members.html b/docs/class_chummer_1_1frm_select_program_option-members.html
new file mode 100644
index 0000000..7babc0f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_program_option-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectProgramOption , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_program_option.html b/docs/class_chummer_1_1frm_select_program_option.html
new file mode 100644
index 0000000..ed68d6a
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_program_option.html
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectProgramOption Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectProgramOption (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectProgramOption.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectProgramOption.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectProgramOption.ProgramCategory
+
+
+
+
+set
+
+
+
+
+
Category of the Program the Option will be added to.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectProgramOption.ProgramName
+
+
+
+
+set
+
+
+
+
+
Name of the Program the Option will be added to.
+
+
+
+
+
+
+
+
+
+
+
+ List<string> Chummer.frmSelectProgramOption.ProgramTags
+
+
+
+
+get set
+
+
+
+
+
Tags associated with the Program.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectProgramOption.SelectedOption
+
+
+
+
+get
+
+
+
+
+
Program Option that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectProgramOption.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectProgramOption.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_program_option.png b/docs/class_chummer_1_1frm_select_program_option.png
new file mode 100644
index 0000000..4598c3e
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_program_option.png differ
diff --git a/docs/class_chummer_1_1frm_select_quality-members.html b/docs/class_chummer_1_1frm_select_quality-members.html
new file mode 100644
index 0000000..4a11128
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_quality-members.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectQuality , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_quality.html b/docs/class_chummer_1_1frm_select_quality.html
new file mode 100644
index 0000000..32ffe70
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_quality.html
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectQuality Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectQuality (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectQuality.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectQuality.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectQuality.ForceCategory
+
+
+
+
+set
+
+
+
+
+
Forcefully add a Category to the list.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectQuality.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item has no cost.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectQuality.IgnoreQuality
+
+
+
+
+set
+
+
+
+
+
A Quality the character has that should be ignored for checking Fobidden requirements (which would prevent upgrading/downgrading a Quality ).
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectQuality.SelectedQuality
+
+
+
+
+get
+
+
+
+
+
Quality that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectQuality.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectQuality.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_quality.png b/docs/class_chummer_1_1frm_select_quality.png
new file mode 100644
index 0000000..41f81fa
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_quality.png differ
diff --git a/docs/class_chummer_1_1frm_select_setting-members.html b/docs/class_chummer_1_1frm_select_setting-members.html
new file mode 100644
index 0000000..d263091
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_setting-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSetting , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_setting.html b/docs/class_chummer_1_1frm_select_setting.html
new file mode 100644
index 0000000..1de6928
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_setting.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSetting Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSetting.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSetting.SettingsFile
+
+
+
+
+get
+
+
+
+
+
Settings file that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSetting.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSetting.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_setting.png b/docs/class_chummer_1_1frm_select_setting.png
new file mode 100644
index 0000000..445e12e
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_setting.png differ
diff --git a/docs/class_chummer_1_1frm_select_side-members.html b/docs/class_chummer_1_1frm_select_side-members.html
new file mode 100644
index 0000000..3acfeeb
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_side-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSide , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_side.html b/docs/class_chummer_1_1frm_select_side.html
new file mode 100644
index 0000000..e1e3c70
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_side.html
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSide Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void ForceValue (string strSide)
+ Force a particular value to be selected in the window. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+string Description [set]
+
+string SelectedSide [get]
+ Side that was selected in the dialogue. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSide.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmSelectSide.ForceValue
+ (
+ string
+ strSide )
+
+
+
+
+
+
Force a particular value to be selected in the window.
+
Parameters
+
+ strSide Value to force.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSide.SelectedSide
+
+
+
+
+get
+
+
+
+
+
Side that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSide.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSide.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_side.png b/docs/class_chummer_1_1frm_select_side.png
new file mode 100644
index 0000000..f819134
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_side.png differ
diff --git a/docs/class_chummer_1_1frm_select_skill-members.html b/docs/class_chummer_1_1frm_select_skill-members.html
new file mode 100644
index 0000000..1aae598
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_skill-members.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSkill , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_skill.html b/docs/class_chummer_1_1frm_select_skill.html
new file mode 100644
index 0000000..176c32e
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_skill.html
@@ -0,0 +1,393 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSkill Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectSkill (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSkill.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.Description
+
+
+
+
+set
+
+
+
+
+
Description to show in the window.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.ExcludeCategory
+
+
+
+
+set
+
+
+
+
+
Only Skills not in the selected Category should be in the list.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.ExcludeSkillGroup
+
+
+
+
+set
+
+
+
+
+
Only Skills not in the selected Skill Group should be in the list.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.LimitToSkill
+
+
+
+
+set
+
+
+
+
+
Only the provided Skills should be shown in the list.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.OnlyCategory
+
+
+
+
+set
+
+
+
+
+
Only Skills of the selected Category should be in the list.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.OnlySkill
+
+
+
+
+set
+
+
+
+
+
Restrict the list to only a single Skill .
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.OnlySkillGroup
+
+
+
+
+set
+
+
+
+
+
Only Skills in the selected Skill Group should be in the list.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkill.SelectedSkill
+
+
+
+
+get
+
+
+
+
+
Skill that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectSkill.ShowKnowledgeSkills
+
+
+
+
+set
+
+
+
+
+
Whether or not Knowledge Skills should be shown instead.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSkill.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSkill.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_skill.png b/docs/class_chummer_1_1frm_select_skill.png
new file mode 100644
index 0000000..0dae6b0
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_skill.png differ
diff --git a/docs/class_chummer_1_1frm_select_skill_category-members.html b/docs/class_chummer_1_1frm_select_skill_category-members.html
new file mode 100644
index 0000000..765700d
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_skill_category-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSkillCategory , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_skill_category.html b/docs/class_chummer_1_1frm_select_skill_category.html
new file mode 100644
index 0000000..4af5dba
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_skill_category.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSkillCategory Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSkillCategory.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkillCategory.Description
+
+
+
+
+set
+
+
+
+
+
Description to show in the window.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkillCategory.OnlyCategory
+
+
+
+
+set
+
+
+
+
+
Restrict the list to only a single Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkillCategory.SelectedCategory
+
+
+
+
+get
+
+
+
+
+
Weapon Category that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSkillCategory.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSkillCategory.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_skill_category.png b/docs/class_chummer_1_1frm_select_skill_category.png
new file mode 100644
index 0000000..0c8d25a
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_skill_category.png differ
diff --git a/docs/class_chummer_1_1frm_select_skill_group-members.html b/docs/class_chummer_1_1frm_select_skill_group-members.html
new file mode 100644
index 0000000..bf69d6c
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_skill_group-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSkillGroup , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_skill_group.html b/docs/class_chummer_1_1frm_select_skill_group.html
new file mode 100644
index 0000000..dd34071
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_skill_group.html
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSkillGroup Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+string SelectedSkillGroup [get]
+
+
+string Description [set]
+
+string OnlyGroup [set]
+ Force a specific SkillGroup to be selected. More...
+
+string ExcludeCategory [set]
+ Only Skills not in the selected Category should be in the list. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSkillGroup.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkillGroup.ExcludeCategory
+
+
+
+
+set
+
+
+
+
+
Only Skills not in the selected Category should be in the list.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSkillGroup.OnlyGroup
+
+
+
+
+set
+
+
+
+
+
Force a specific SkillGroup to be selected.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSkillGroup.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSkillGroup.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_skill_group.png b/docs/class_chummer_1_1frm_select_skill_group.png
new file mode 100644
index 0000000..619f7a9
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_skill_group.png differ
diff --git a/docs/class_chummer_1_1frm_select_spell-members.html b/docs/class_chummer_1_1frm_select_spell-members.html
new file mode 100644
index 0000000..26e5ee6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_spell-members.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSpell , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_spell.html b/docs/class_chummer_1_1frm_select_spell.html
new file mode 100644
index 0000000..fe8b010
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_spell.html
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSpell Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectSpell (Character objCharacter)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSpell.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectSpell.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectSpell.Extended
+
+
+
+
+get
+
+
+
+
+
Whether or not an Extended version of the Spell was selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSpell.ForceSpellName
+
+
+
+
+set
+
+
+
+
+
Force a particular Spell to be selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSpell.LimitCategory
+
+
+
+
+set
+
+
+
+
+
Limit the Spell list to a particular Category.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectSpell.Limited
+
+
+
+
+get
+
+
+
+
+
Whether or not a Limited version of the Spell was selected.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSpell.SelectedSpell
+
+
+
+
+get
+
+
+
+
+
Spell that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSpell.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSpell.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_spell.png b/docs/class_chummer_1_1frm_select_spell.png
new file mode 100644
index 0000000..4380750
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_spell.png differ
diff --git a/docs/class_chummer_1_1frm_select_spell_category-members.html b/docs/class_chummer_1_1frm_select_spell_category-members.html
new file mode 100644
index 0000000..d40146f
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_spell_category-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectSpellCategory , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_spell_category.html b/docs/class_chummer_1_1frm_select_spell_category.html
new file mode 100644
index 0000000..a5a9ca6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_spell_category.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectSpellCategory Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectSpellCategory.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSpellCategory.Description
+
+
+
+
+set
+
+
+
+
+
Description to show in the window.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSpellCategory.OnlyCategory
+
+
+
+
+set
+
+
+
+
+
Restrict the list to only a single Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectSpellCategory.SelectedCategory
+
+
+
+
+get
+
+
+
+
+
Weapon Category that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSpellCategory.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectSpellCategory.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_spell_category.png b/docs/class_chummer_1_1frm_select_spell_category.png
new file mode 100644
index 0000000..e2b78cd
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_spell_category.png differ
diff --git a/docs/class_chummer_1_1frm_select_text-members.html b/docs/class_chummer_1_1frm_select_text-members.html
new file mode 100644
index 0000000..347e7a5
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_text-members.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectText , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_text.html b/docs/class_chummer_1_1frm_select_text.html
new file mode 100644
index 0000000..fbb8904
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_text.html
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectText Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectText.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectText.Description
+
+
+
+
+set
+
+
+
+
+
Description to display in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectText.SelectedValue
+
+
+
+
+get set
+
+
+
+
+
Value that was entered in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectText.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectText.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_text.png b/docs/class_chummer_1_1frm_select_text.png
new file mode 100644
index 0000000..b8ab024
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_text.png differ
diff --git a/docs/class_chummer_1_1frm_select_vehicle-members.html b/docs/class_chummer_1_1frm_select_vehicle-members.html
new file mode 100644
index 0000000..e39c2a3
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_vehicle-members.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectVehicle , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_vehicle.html b/docs/class_chummer_1_1frm_select_vehicle.html
new file mode 100644
index 0000000..f09cbba
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_vehicle.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectVehicle Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectVehicle (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectVehicle.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectVehicle.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectVehicle.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicle.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectVehicle.SelectedVehicle
+
+
+
+
+get
+
+
+
+
+
Name of Vehicle that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectVehicle.UsedAvail
+
+
+
+
+get
+
+
+
+
+
Vehicle 's Aavailability when it is used.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicle.UsedCost
+
+
+
+
+get
+
+
+
+
+
Cost of the Vehicle 's cost by when it is used.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectVehicle.UsedVehicle
+
+
+
+
+get
+
+
+
+
+
Whether or not the selected Vehicle is used.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectVehicle.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectVehicle.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_vehicle.png b/docs/class_chummer_1_1frm_select_vehicle.png
new file mode 100644
index 0000000..4585cac
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_vehicle.png differ
diff --git a/docs/class_chummer_1_1frm_select_vehicle_mod-members.html b/docs/class_chummer_1_1frm_select_vehicle_mod-members.html
new file mode 100644
index 0000000..f53acc4
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_vehicle_mod-members.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectVehicleMod , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_vehicle_mod.html b/docs/class_chummer_1_1frm_select_vehicle_mod.html
new file mode 100644
index 0000000..dd6904b
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_vehicle_mod.html
@@ -0,0 +1,593 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectVehicleMod Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectVehicleMod (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectVehicleMod.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.AccelRunning
+
+
+
+
+set
+
+
+
+
+
Vehicle 's Acceleration (Running) speed.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.AccelWalking
+
+
+
+
+set
+
+
+
+
+
Vehicle 's Acceleration (Walking) speed.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectVehicleMod.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectVehicleMod.AllowedCategories
+
+
+
+
+get set
+
+
+
+
+
Categories that the Gear allows to be used.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.Body
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.DeviceRating
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectVehicleMod.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectVehicleMod.HasModularElectronics
+
+
+
+
+set
+
+
+
+
+
Whether or not the Vehicle has the Modular Electronics Vehicle Mod.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectVehicleMod.InputFile
+
+
+
+
+set
+
+
+
+
+
Which XML file should the window read from (default vehicles).
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.ModMultiplier
+
+
+
+
+set
+
+
+
+
+
Weapon 's Modification Cost Multiplier.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectVehicleMod.SelectedMod
+
+
+
+
+get
+
+
+
+
+
Name of the Mod that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.SelectedRating
+
+
+
+
+get
+
+
+
+
+
Rating that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.Speed
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.TotalWeaponCost
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.VehicleCost
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectVehicleMod.WeaponCost
+
+
+
+
+set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectVehicleMod.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectVehicleMod.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_vehicle_mod.png b/docs/class_chummer_1_1frm_select_vehicle_mod.png
new file mode 100644
index 0000000..281f3e8
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_vehicle_mod.png differ
diff --git a/docs/class_chummer_1_1frm_select_weapon-members.html b/docs/class_chummer_1_1frm_select_weapon-members.html
new file mode 100644
index 0000000..ff7319d
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_weapon-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectWeapon , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_weapon.html b/docs/class_chummer_1_1frm_select_weapon.html
new file mode 100644
index 0000000..028d273
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_weapon.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectWeapon Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectWeapon (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectWeapon.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectWeapon.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectWeapon.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectWeapon.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeapon.SelectedWeapon
+
+
+
+
+get
+
+
+
+
+
Name of Weapon that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectWeapon.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectWeapon.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_weapon.png b/docs/class_chummer_1_1frm_select_weapon.png
new file mode 100644
index 0000000..bd1fa76
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_weapon.png differ
diff --git a/docs/class_chummer_1_1frm_select_weapon_accessory-members.html b/docs/class_chummer_1_1frm_select_weapon_accessory-members.html
new file mode 100644
index 0000000..8ce6298
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_weapon_accessory-members.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectWeaponAccessory , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_weapon_accessory.html b/docs/class_chummer_1_1frm_select_weapon_accessory.html
new file mode 100644
index 0000000..7909eb9
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_weapon_accessory.html
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectWeaponAccessory Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ frmSelectWeaponAccessory (Character objCharacter, bool blnCareer=false)
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectWeaponAccessory.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectWeaponAccessory.AccessoryMultiplier
+
+
+
+
+set
+
+
+
+
+
Weapon 's Accessory Cost Multiplier.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectWeaponAccessory.AddAgain
+
+
+
+
+get
+
+
+
+
+
Whether or not the user wants to add another item after this one.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeaponAccessory.AllowedMounts
+
+
+
+
+set
+
+
+
+
+
Mounts that the Weapon allows to be used.
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmSelectWeaponAccessory.FreeCost
+
+
+
+
+get
+
+
+
+
+
Whether or not the item should be added for free.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectWeaponAccessory.Markup
+
+
+
+
+get
+
+
+
+
+
Markup percentage.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeaponAccessory.SelectedAccessory
+
+
+
+
+get
+
+
+
+
+
Name of Accessory that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeaponAccessory.SelectedMount
+
+
+
+
+get
+
+
+
+
+
Mount that was selected in the dialogue.
+
+
+
+
+
+
+
+
+
+
+
+ int Chummer.frmSelectWeaponAccessory.WeaponCost
+
+
+
+
+set
+
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectWeaponAccessory.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectWeaponAccessory.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_weapon_accessory.png b/docs/class_chummer_1_1frm_select_weapon_accessory.png
new file mode 100644
index 0000000..4c914f6
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_weapon_accessory.png differ
diff --git a/docs/class_chummer_1_1frm_select_weapon_category-members.html b/docs/class_chummer_1_1frm_select_weapon_category-members.html
new file mode 100644
index 0000000..29590f7
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_weapon_category-members.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSelectWeaponCategory , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_weapon_category.html b/docs/class_chummer_1_1frm_select_weapon_category.html
new file mode 100644
index 0000000..15d7406
--- /dev/null
+++ b/docs/class_chummer_1_1frm_select_weapon_category.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSelectWeaponCategory Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSelectWeaponCategory.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeaponCategory.Description
+
+
+
+
+set
+
+
+
+
+
Description to show in the window.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeaponCategory.OnlyCategory
+
+
+
+
+set
+
+
+
+
+
Restrict the list to only a single Category.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmSelectWeaponCategory.SelectedCategory
+
+
+
+
+get
+
+
+
+
+
Weapon Category that was selected in the dialogue.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSelectWeaponCategory.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSelectWeaponCategory.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_select_weapon_category.png b/docs/class_chummer_1_1frm_select_weapon_category.png
new file mode 100644
index 0000000..4a63740
Binary files /dev/null and b/docs/class_chummer_1_1frm_select_weapon_category.png differ
diff --git a/docs/class_chummer_1_1frm_sell_item-members.html b/docs/class_chummer_1_1frm_sell_item-members.html
new file mode 100644
index 0000000..a3be724
--- /dev/null
+++ b/docs/class_chummer_1_1frm_sell_item-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmSellItem , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_sell_item.html b/docs/class_chummer_1_1frm_sell_item.html
new file mode 100644
index 0000000..9c5b5ba
--- /dev/null
+++ b/docs/class_chummer_1_1frm_sell_item.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Chummer: Chummer.frmSellItem Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmSellItem.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ double Chummer.frmSellItem.SellPercent
+
+
+
+
+get
+
+
+
+
+
The percentage the item will be sold at.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmSellItem.cs
+/Users/higelm/personal-git/chummer/Chummer/frmSellItem.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_sell_item.png b/docs/class_chummer_1_1frm_sell_item.png
new file mode 100644
index 0000000..9ccea06
Binary files /dev/null and b/docs/class_chummer_1_1frm_sell_item.png differ
diff --git a/docs/class_chummer_1_1frm_test-members.html b/docs/class_chummer_1_1frm_test-members.html
new file mode 100644
index 0000000..d14b3c9
--- /dev/null
+++ b/docs/class_chummer_1_1frm_test-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmTest , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_test.html b/docs/class_chummer_1_1frm_test.html
new file mode 100644
index 0000000..94b5d16
--- /dev/null
+++ b/docs/class_chummer_1_1frm_test.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+Chummer: Chummer.frmTest Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+string ExpressionToString (string strIn, int intForce, int intOffset)
+ Convert Force, 1D6, or 2D6 into a usable value. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmTest.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmTest.ExpressionToString
+ (
+ string
+ strIn ,
+
+
+
+
+ int
+ intForce ,
+
+
+
+
+ int
+ intOffset
+
+
+
+ )
+
+
+
+
+
+
Convert Force, 1D6, or 2D6 into a usable value.
+
Parameters
+
+ strIn Expression to convert.
+ intForce Force value to use.
+ intOffset Dice offset.
+
+
+
+
Returns
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmTest.cs
+/Users/higelm/personal-git/chummer/Chummer/frmTest.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_test.png b/docs/class_chummer_1_1frm_test.png
new file mode 100644
index 0000000..4ded048
Binary files /dev/null and b/docs/class_chummer_1_1frm_test.png differ
diff --git a/docs/class_chummer_1_1frm_update-members.html b/docs/class_chummer_1_1frm_update-members.html
new file mode 100644
index 0000000..9a833d6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_update-members.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmUpdate , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_update.html b/docs/class_chummer_1_1frm_update.html
new file mode 100644
index 0000000..7423de6
--- /dev/null
+++ b/docs/class_chummer_1_1frm_update.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Chummer: Chummer.frmUpdate Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+bool SilentMode [get, set]
+ When running in silent mode, the update window will not be shown. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmUpdate.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bool Chummer.frmUpdate.SilentMode
+
+
+
+
+get set
+
+
+
+
+
When running in silent mode, the update window will not be shown.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmUpdate.cs
+/Users/higelm/personal-git/chummer/Chummer/frmUpdate.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_update.png b/docs/class_chummer_1_1frm_update.png
new file mode 100644
index 0000000..11f68bb
Binary files /dev/null and b/docs/class_chummer_1_1frm_update.png differ
diff --git a/docs/class_chummer_1_1frm_viewer-members.html b/docs/class_chummer_1_1frm_viewer-members.html
new file mode 100644
index 0000000..082792d
--- /dev/null
+++ b/docs/class_chummer_1_1frm_viewer-members.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.frmViewer , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_viewer.html b/docs/class_chummer_1_1frm_viewer.html
new file mode 100644
index 0000000..8f3e0fd
--- /dev/null
+++ b/docs/class_chummer_1_1frm_viewer.html
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+Chummer: Chummer.frmViewer Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void RefreshView ()
+ Asynchronously update the contents of the Viewer window. More...
+
+
+
+override void Dispose (bool disposing)
+ Clean up any resources being used. More...
+
+
+
+
+
+
+
+
+
+
+
+ override void Chummer.frmViewer.Dispose
+ (
+ bool
+ disposing )
+
+
+
+
+
+protected
+
+
+
+
+
Clean up any resources being used.
+
Parameters
+
+ disposing true if managed resources should be disposed; otherwise, false.
+
+
+
+
+
+
+
+
+
+
+
+ void Chummer.frmViewer.RefreshView
+ (
+ )
+
+
+
+
+
+
Asynchronously update the contents of the Viewer window.
+
+
+
+
+
+
+
+
+
+
+
+
+ List<Character > Chummer.frmViewer.Characters
+
+
+
+
+set
+
+
+
+
+
List of Characters to print.
+
+
+
+
+
+
+
+
+
+
+
+ XmlDocument Chummer.frmViewer.CharacterXML
+
+
+
+
+set
+
+
+
+
+
+
+
+
+
+
+
+
+ string Chummer.frmViewer.SelectedSheet
+
+
+
+
+set
+
+
+
+
+
Set the XSL sheet that will be selected by default.
+
+
+
+
The documentation for this class was generated from the following files:
+/Users/higelm/personal-git/chummer/Chummer/frmViewer.cs
+/Users/higelm/personal-git/chummer/Chummer/frmViewer.Designer.cs
+
+
+
+
+
+
diff --git a/docs/class_chummer_1_1frm_viewer.png b/docs/class_chummer_1_1frm_viewer.png
new file mode 100644
index 0000000..a8626d9
Binary files /dev/null and b/docs/class_chummer_1_1frm_viewer.png differ
diff --git a/docs/class_split_button-members.html b/docs/class_split_button-members.html
new file mode 100644
index 0000000..7c1d8d3
--- /dev/null
+++ b/docs/class_split_button-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for SplitButton , including all inherited members.
+
+
+
+
+
diff --git a/docs/class_split_button.html b/docs/class_split_button.html
new file mode 100644
index 0000000..c50e6fc
--- /dev/null
+++ b/docs/class_split_button.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+Chummer: SplitButton Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+override Size GetPreferredSize (Size proposedSize)
+
+
+
+
+override bool IsInputKey (Keys keyData)
+
+
+override void OnGotFocus (EventArgs e)
+
+
+override void OnKeyDown (KeyEventArgs kevent)
+
+
+override void OnKeyUp (KeyEventArgs kevent)
+
+
+override void OnEnabledChanged (EventArgs e)
+
+
+override void OnLostFocus (EventArgs e)
+
+
+override void OnMouseEnter (EventArgs e)
+
+
+override void OnMouseLeave (EventArgs e)
+
+
+override void OnMouseDown (MouseEventArgs e)
+
+
+override void OnMouseUp (MouseEventArgs mevent)
+
+
+override void OnPaint (PaintEventArgs pevent)
+
+
+override void WndProc (ref Message m)
+
+
+
+
+override ContextMenuStrip ContextMenuStrip [get, set]
+
+
+ContextMenu SplitMenu [get, set]
+
+
+ContextMenuStrip SplitMenuStrip [get, set]
+
+
+bool ShowSplit [set]
+
+
+
The documentation for this class was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/SplitButton.cs
+
+
+
+
+
+
diff --git a/docs/class_split_button.png b/docs/class_split_button.png
new file mode 100644
index 0000000..8d7e826
Binary files /dev/null and b/docs/class_split_button.png differ
diff --git a/docs/classes.html b/docs/classes.html
new file mode 100644
index 0000000..a7df7da
--- /dev/null
+++ b/docs/classes.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+Chummer: Class Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/closed.png b/docs/closed.png
new file mode 100644
index 0000000..98cc2c9
Binary files /dev/null and b/docs/closed.png differ
diff --git a/docs/dir_04293ebafbdd88816be894aeada836c5.html b/docs/dir_04293ebafbdd88816be894aeada836c5.html
new file mode 100644
index 0000000..64af0e1
--- /dev/null
+++ b/docs/dir_04293ebafbdd88816be894aeada836c5.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_05554df8d9b1439d2cbf191fb225b20d.html b/docs/dir_05554df8d9b1439d2cbf191fb225b20d.html
new file mode 100644
index 0000000..1cde609
--- /dev/null
+++ b/docs/dir_05554df8d9b1439d2cbf191fb225b20d.html
@@ -0,0 +1,444 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer/Chummer Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+file clsCharacter.cs
+
+file clsCommon.cs
+
+file clsEquipment.cs
+
+file clsExpenses.cs
+
+file clsImprovement.cs
+
+file clsLanguageManager.cs
+
+file clsListItems.cs
+
+file clsOmaeHelper.cs
+
+file clsOptions.cs
+
+file clsUnique.cs
+
+file clsXmlManager.cs
+
+file ContactControl.cs
+
+file ContactControl.Designer.cs
+
+file frmAbout.cs
+
+file frmAbout.Designer.cs
+
+file frmCareer.cs
+
+file frmCareer.Designer.cs
+
+file frmCreate.cs
+
+file frmCreate.Designer.cs
+
+file frmCreateCyberwareSuite.cs
+
+file frmCreateCyberwareSuite.Designer.cs
+
+file frmCreateImprovement.cs
+
+file frmCreateImprovement.Designer.cs
+
+file frmCreatePACKSKit.cs
+
+file frmCreatePACKSKit.Designer.cs
+
+file frmCreateSpell.cs
+
+file frmCreateSpell.Designer.cs
+
+file frmDiceHits.cs
+
+file frmDiceHits.Designer.cs
+
+file frmDiceRoller.cs
+
+file frmDiceRoller.Designer.cs
+
+file frmExpense.cs
+
+file frmExpense.Designer.cs
+
+file frmExport.cs
+
+file frmExport.Designer.cs
+
+file frmHistory.cs
+
+file frmHistory.Designer.cs
+
+file frmLifestyleNuyen.cs
+
+file frmLifestyleNuyen.Designer.cs
+
+file frmMain.cs
+
+file frmMain.Designer.cs
+
+file frmMetatype.cs
+
+file frmMetatype.Designer.cs
+
+file frmNaturalWeapon.cs
+
+file frmNaturalWeapon.Designer.cs
+
+file frmNotes.cs
+
+file frmNotes.Designer.cs
+
+file frmOmae.cs
+
+file frmOmae.Designer.cs
+
+file frmOmaeAccount.cs
+
+file frmOmaeAccount.Designer.cs
+
+file frmOmaeCompress.cs
+
+file frmOmaeCompress.Designer.cs
+
+file frmOmaeUpload.cs
+
+file frmOmaeUpload.Designer.cs
+
+file frmOmaeUploadData.cs
+
+file frmOmaeUploadData.Designer.cs
+
+file frmOmaeUploadLanguage.cs
+
+file frmOmaeUploadLanguage.Designer.cs
+
+file frmOmaeUploadSheet.cs
+
+file frmOmaeUploadSheet.Designer.cs
+
+file frmOptions.cs
+
+file frmOptions.Designer.cs
+
+file frmPrintMultiple.cs
+
+file frmPrintMultiple.Designer.cs
+
+file frmReload.cs
+
+file frmReload.Designer.cs
+
+file frmSelectAdvancedLifestyle.cs
+
+file frmSelectAdvancedLifestyle.Designer.cs
+
+file frmSelectArmor.cs
+
+file frmSelectArmor.Designer.cs
+
+file frmSelectArmorMod.cs
+
+file frmSelectArmorMod.Designer.cs
+
+file frmSelectAttribute.cs
+
+file frmSelectAttribute.Designer.cs
+
+file frmSelectBP.cs
+
+file frmSelectBP.Designer.cs
+
+file frmSelectCalendarStart.cs
+
+file frmSelectCalendarStart.Designer.cs
+
+file frmSelectContactConnection.cs
+
+file frmSelectContactConnection.Designer.cs
+
+file frmSelectCritterPower.cs
+
+file frmSelectCritterPower.Designer.cs
+
+file frmSelectCyberware.cs
+
+file frmSelectCyberware.Designer.cs
+
+file frmSelectCyberwareSuite.cs
+
+file frmSelectCyberwareSuite.Designer.cs
+
+file frmSelectExoticSkill.cs
+
+file frmSelectExoticSkill.Designer.cs
+
+file frmSelectGear.cs
+
+file frmSelectGear.Designer.cs
+
+file frmSelectItem.cs
+
+file frmSelectItem.Designer.cs
+
+file frmSelectLifestyle.cs
+
+file frmSelectLifestyle.Designer.cs
+
+file frmSelectMartialArt.cs
+
+file frmSelectMartialArt.Designer.cs
+
+file frmSelectMartialArtAdvantage.cs
+
+file frmSelectMartialArtAdvantage.Designer.cs
+
+file frmSelectMartialArtManeuver.cs
+
+file frmSelectMartialArtManeuver.Designer.cs
+
+file frmSelectMentorSpirit.cs
+
+file frmSelectMentorSpirit.Designer.cs
+
+file frmSelectMetamagic.cs
+
+file frmSelectMetamagic.Designer.cs
+
+file frmSelectNexus.cs
+
+file frmSelectNexus.Designer.cs
+
+file frmSelectNumber.cs
+
+file frmSelectNumber.Designer.cs
+
+file frmSelectPACKSKit.cs
+
+file frmSelectPACKSKit.Designer.cs
+
+file frmSelectPower.cs
+
+file frmSelectPower.Designer.cs
+
+file frmSelectProgram.cs
+
+file frmSelectProgram.Designer.cs
+
+file frmSelectProgramOption.cs
+
+file frmSelectProgramOption.Designer.cs
+
+file frmSelectQuality.cs
+
+file frmSelectQuality.Designer.cs
+
+file frmSelectSetting.cs
+
+file frmSelectSetting.Designer.cs
+
+file frmSelectSide.cs
+
+file frmSelectSide.Designer.cs
+
+file frmSelectSkill.cs
+
+file frmSelectSkill.Designer.cs
+
+file frmSelectSkillCategory.cs
+
+file frmSelectSkillCategory.Designer.cs
+
+file frmSelectSkillGroup.cs
+
+file frmSelectSkillGroup.Designer.cs
+
+file frmSelectSpell.cs
+
+file frmSelectSpell.Designer.cs
+
+file frmSelectSpellCategory.cs
+
+file frmSelectSpellCategory.Designer.cs
+
+file frmSelectText.cs
+
+file frmSelectText.Designer.cs
+
+file frmSelectVehicle.cs
+
+file frmSelectVehicle.Designer.cs
+
+file frmSelectVehicleMod.cs
+
+file frmSelectVehicleMod.Designer.cs
+
+file frmSelectWeapon.cs
+
+file frmSelectWeapon.Designer.cs
+
+file frmSelectWeaponAccessory.cs
+
+file frmSelectWeaponAccessory.Designer.cs
+
+file frmSelectWeaponCategory.cs
+
+file frmSelectWeaponCategory.Designer.cs
+
+file frmSellItem.cs
+
+file frmSellItem.Designer.cs
+
+file frmTest.cs
+
+file frmTest.Designer.cs
+
+file frmUpdate.cs
+
+file frmUpdate.Designer.cs
+
+file frmViewer.cs
+
+file frmViewer.Designer.cs
+
+file InheritedListView.cs
+
+file OmaeRecord.cs
+
+file OmaeRecord.Designer.cs
+
+file PetControl.cs
+
+file PetControl.Designer.cs
+
+file PowerControl.cs
+
+file PowerControl.Designer.cs
+
+file Program.cs
+
+file Settings.cs
+
+file SkillControl.cs
+
+file SkillControl.Designer.cs
+
+file SkillGroupControl.cs
+
+file SkillGroupControl.Designer.cs
+
+file SpiritControl.cs
+
+file SpiritControl.Designer.cs
+
+file SplitButton.cs
+
+
+
+
+
+
+
diff --git a/docs/dir_476c7ae5f28c4661de8758573c5262d6.html b/docs/dir_476c7ae5f28c4661de8758573c5262d6.html
new file mode 100644
index 0000000..181c9a6
--- /dev/null
+++ b/docs/dir_476c7ae5f28c4661de8758573c5262d6.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer/Chummer/controllers Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+file clsMainController.cs
+
+
+
+
+
+
+
diff --git a/docs/dir_4fc96022f0a0cc82b0be3ec76f5cc66f.html b/docs/dir_4fc96022f0a0cc82b0be3ec76f5cc66f.html
new file mode 100644
index 0000000..4315607
--- /dev/null
+++ b/docs/dir_4fc96022f0a0cc82b0be3ec76f5cc66f.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_8ec0c9ce87aec1b76a38d5f3393f565d.html b/docs/dir_8ec0c9ce87aec1b76a38d5f3393f565d.html
new file mode 100644
index 0000000..72f1535
--- /dev/null
+++ b/docs/dir_8ec0c9ce87aec1b76a38d5f3393f565d.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer/Chummer/Service References Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_9286823737a6524530612478515ea239.html b/docs/dir_9286823737a6524530612478515ea239.html
new file mode 100644
index 0000000..2b92020
--- /dev/null
+++ b/docs/dir_9286823737a6524530612478515ea239.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_9ad5a812d433ab44655263e3478ea0ab.html b/docs/dir_9ad5a812d433ab44655263e3478ea0ab.html
new file mode 100644
index 0000000..5143841
--- /dev/null
+++ b/docs/dir_9ad5a812d433ab44655263e3478ea0ab.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users/higelm Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_9e51036813d6151dfecc72d5fa7c02b3.html b/docs/dir_9e51036813d6151dfecc72d5fa7c02b3.html
new file mode 100644
index 0000000..d88ec50
--- /dev/null
+++ b/docs/dir_9e51036813d6151dfecc72d5fa7c02b3.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_ba50acf74ebadebd363b6e9cd0acc4bb.html b/docs/dir_ba50acf74ebadebd363b6e9cd0acc4bb.html
new file mode 100644
index 0000000..69d32ed
--- /dev/null
+++ b/docs/dir_ba50acf74ebadebd363b6e9cd0acc4bb.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/dir_d23d0db09c90f41618d281f6fdeb3625.html b/docs/dir_d23d0db09c90f41618d281f6fdeb3625.html
new file mode 100644
index 0000000..3bb5759
--- /dev/null
+++ b/docs/dir_d23d0db09c90f41618d281f6fdeb3625.html
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+Chummer: /Users/higelm/personal-git/chummer/Chummer/Properties Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+file AssemblyInfo.cs
+
+file Resources.Designer.cs
+
+file Settings.Designer.cs
+
+
+
+
+
+
+
diff --git a/docs/doc.png b/docs/doc.png
new file mode 100644
index 0000000..17edabf
Binary files /dev/null and b/docs/doc.png differ
diff --git a/docs/doxygen.css b/docs/doxygen.css
new file mode 100644
index 0000000..a000833
--- /dev/null
+++ b/docs/doxygen.css
@@ -0,0 +1,1449 @@
+/* The standard CSS for doxygen 1.8.9.1 */
+
+body, table, div, p, dl {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+/* @group Heading Levels */
+
+h1.groupheader {
+ font-size: 150%;
+}
+
+.title {
+ font: 400 14px/28px Roboto,sans-serif;
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 2px;
+}
+
+h2.groupheader {
+ border-bottom: 1px solid #879ECB;
+ color: #354C7B;
+ font-size: 150%;
+ font-weight: normal;
+ margin-top: 1.75em;
+ padding-top: 8px;
+ padding-bottom: 4px;
+ width: 100%;
+}
+
+h3.groupheader {
+ font-size: 100%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ -webkit-transition: text-shadow 0.5s linear;
+ -moz-transition: text-shadow 0.5s linear;
+ -ms-transition: text-shadow 0.5s linear;
+ -o-transition: text-shadow 0.5s linear;
+ transition: text-shadow 0.5s linear;
+ margin-right: 15px;
+}
+
+h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
+ text-shadow: 0 0 15px cyan;
+}
+
+dt {
+ font-weight: bold;
+}
+
+div.multicol {
+ -moz-column-gap: 1em;
+ -webkit-column-gap: 1em;
+ -moz-column-count: 3;
+ -webkit-column-count: 3;
+}
+
+p.startli, p.startdd {
+ margin-top: 2px;
+}
+
+p.starttd {
+ margin-top: 0px;
+}
+
+p.endli {
+ margin-bottom: 0px;
+}
+
+p.enddd {
+ margin-bottom: 4px;
+}
+
+p.endtd {
+ margin-bottom: 2px;
+}
+
+/* @end */
+
+caption {
+ font-weight: bold;
+}
+
+span.legend {
+ font-size: 70%;
+ text-align: center;
+}
+
+h3.version {
+ font-size: 90%;
+ text-align: center;
+}
+
+div.qindex, div.navtab{
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+}
+
+div.qindex, div.navpath {
+ width: 100%;
+ line-height: 140%;
+}
+
+div.navtab {
+ margin-right: 15px;
+}
+
+/* @group Link Styling */
+
+a {
+ color: #3D578C;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.contents a:visited {
+ color: #4665A2;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.qindex {
+ font-weight: bold;
+}
+
+a.qindexHL {
+ font-weight: bold;
+ background-color: #9CAFD4;
+ color: #ffffff;
+ border: 1px double #869DCA;
+}
+
+.contents a.qindexHL:visited {
+ color: #ffffff;
+}
+
+a.el {
+ font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code, a.code:visited, a.line, a.line:visited {
+ color: #4665A2;
+}
+
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
+ color: #4665A2;
+}
+
+/* @end */
+
+dl.el {
+ margin-left: -1cm;
+}
+
+pre.fragment {
+ border: 1px solid #C4CFE5;
+ background-color: #FBFCFD;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ overflow: auto;
+ word-wrap: break-word;
+ font-size: 9pt;
+ line-height: 125%;
+ font-family: monospace, fixed;
+ font-size: 105%;
+}
+
+div.fragment {
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ background-color: #FBFCFD;
+ border: 1px solid #C4CFE5;
+}
+
+div.line {
+ font-family: monospace, fixed;
+ font-size: 13px;
+ min-height: 13px;
+ line-height: 1.0;
+ text-wrap: unrestricted;
+ white-space: -moz-pre-wrap; /* Moz */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: pre-wrap; /* CSS3 */
+ word-wrap: break-word; /* IE 5.5+ */
+ text-indent: -53px;
+ padding-left: 53px;
+ padding-bottom: 0px;
+ margin: 0px;
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+div.line.glow {
+ background-color: cyan;
+ box-shadow: 0 0 10px cyan;
+}
+
+
+span.lineno {
+ padding-right: 4px;
+ text-align: right;
+ border-right: 2px solid #0F0;
+ background-color: #E8E8E8;
+ white-space: pre;
+}
+span.lineno a {
+ background-color: #D8D8D8;
+}
+
+span.lineno a:hover {
+ background-color: #C8C8C8;
+}
+
+div.ah, span.ah {
+ background-color: black;
+ font-weight: bold;
+ color: #ffffff;
+ margin-bottom: 3px;
+ margin-top: 3px;
+ padding: 0.2em;
+ border: solid thin #333;
+ border-radius: 0.5em;
+ -webkit-border-radius: .5em;
+ -moz-border-radius: .5em;
+ box-shadow: 2px 2px 3px #999;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
+}
+
+div.classindex ul {
+ list-style: none;
+ padding-left: 0;
+}
+
+div.classindex span.ai {
+ display: inline-block;
+}
+
+div.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ font-weight: bold;
+}
+
+div.groupText {
+ margin-left: 16px;
+ font-style: italic;
+}
+
+body {
+ background-color: white;
+ color: black;
+ margin: 0;
+}
+
+div.contents {
+ margin-top: 10px;
+ margin-left: 12px;
+ margin-right: 8px;
+}
+
+td.indexkey {
+ background-color: #EBEFF6;
+ font-weight: bold;
+ border: 1px solid #C4CFE5;
+ margin: 2px 0px 2px 0;
+ padding: 2px 10px;
+ white-space: nowrap;
+ vertical-align: top;
+}
+
+td.indexvalue {
+ background-color: #EBEFF6;
+ border: 1px solid #C4CFE5;
+ padding: 2px 10px;
+ margin: 2px 0px;
+}
+
+tr.memlist {
+ background-color: #EEF1F7;
+}
+
+p.formulaDsp {
+ text-align: center;
+}
+
+img.formulaDsp {
+
+}
+
+img.formulaInl {
+ vertical-align: middle;
+}
+
+div.center {
+ text-align: center;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0px;
+}
+
+div.center img {
+ border: 0px;
+}
+
+address.footer {
+ text-align: right;
+ padding-right: 12px;
+}
+
+img.footer {
+ border: 0px;
+ vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+ color: #008000
+}
+
+span.keywordtype {
+ color: #604020
+}
+
+span.keywordflow {
+ color: #e08000
+}
+
+span.comment {
+ color: #800000
+}
+
+span.preprocessor {
+ color: #806020
+}
+
+span.stringliteral {
+ color: #002080
+}
+
+span.charliteral {
+ color: #008080
+}
+
+span.vhdldigit {
+ color: #ff00ff
+}
+
+span.vhdlchar {
+ color: #000000
+}
+
+span.vhdlkeyword {
+ color: #700070
+}
+
+span.vhdllogic {
+ color: #ff0000
+}
+
+blockquote {
+ background-color: #F7F8FB;
+ border-left: 2px solid #9CAFD4;
+ margin: 0 24px 0 4px;
+ padding: 0 12px 0 16px;
+}
+
+/* @end */
+
+/*
+.search {
+ color: #003399;
+ font-weight: bold;
+}
+
+form.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+input.search {
+ font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+ font-size: 75%;
+}
+
+.dirtab {
+ padding: 4px;
+ border-collapse: collapse;
+ border: 1px solid #A3B4D7;
+}
+
+th.dirtab {
+ background: #EBEFF6;
+ font-weight: bold;
+}
+
+hr {
+ height: 0px;
+ border: none;
+ border-top: 1px solid #4A6AAA;
+}
+
+hr.footer {
+ height: 1px;
+}
+
+/* @group Member Descriptions */
+
+table.memberdecls {
+ border-spacing: 0px;
+ padding: 0px;
+}
+
+.memberdecls td, .fieldtable tr {
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+.memberdecls td.glow, .fieldtable tr.glow {
+ background-color: cyan;
+ box-shadow: 0 0 15px cyan;
+}
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+ background-color: #F9FAFC;
+ border: none;
+ margin: 4px;
+ padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+ padding: 0px 8px 4px 8px;
+ color: #555;
+}
+
+.memSeparator {
+ border-bottom: 1px solid #DEE4F0;
+ line-height: 1px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.memItemLeft, .memTemplItemLeft {
+ white-space: nowrap;
+}
+
+.memItemRight {
+ width: 100%;
+}
+
+.memTemplParams {
+ color: #4665A2;
+ white-space: nowrap;
+ font-size: 80%;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtemplate {
+ font-size: 80%;
+ color: #4665A2;
+ font-weight: normal;
+ margin-left: 9px;
+}
+
+.memnav {
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+ margin: 2px;
+ margin-right: 15px;
+ padding: 2px;
+}
+
+.mempage {
+ width: 100%;
+}
+
+.memitem {
+ padding: 0;
+ margin-bottom: 10px;
+ margin-right: 5px;
+ -webkit-transition: box-shadow 0.5s linear;
+ -moz-transition: box-shadow 0.5s linear;
+ -ms-transition: box-shadow 0.5s linear;
+ -o-transition: box-shadow 0.5s linear;
+ transition: box-shadow 0.5s linear;
+ display: table !important;
+ width: 100%;
+}
+
+.memitem.glow {
+ box-shadow: 0 0 15px cyan;
+}
+
+.memname {
+ font-weight: bold;
+ margin-left: 6px;
+}
+
+.memname td {
+ vertical-align: bottom;
+}
+
+.memproto, dl.reflist dt {
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 0px 6px 0px;
+ color: #253555;
+ font-weight: bold;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
+ /* opera specific markup */
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ /* firefox specific markup */
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ -moz-border-radius-topright: 4px;
+ -moz-border-radius-topleft: 4px;
+ /* webkit specific markup */
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ -webkit-border-top-right-radius: 4px;
+ -webkit-border-top-left-radius: 4px;
+
+}
+
+.memdoc, dl.reflist dd {
+ border-bottom: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 10px 2px 10px;
+ background-color: #FBFCFD;
+ border-top-width: 0;
+ background-image:url('nav_g.png');
+ background-repeat:repeat-x;
+ background-color: #FFFFFF;
+ /* opera specific markup */
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ /* firefox specific markup */
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ /* webkit specific markup */
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+dl.reflist dt {
+ padding: 5px;
+}
+
+dl.reflist dd {
+ margin: 0px 0px 10px 0px;
+ padding: 5px;
+}
+
+.paramkey {
+ text-align: right;
+}
+
+.paramtype {
+ white-space: nowrap;
+}
+
+.paramname {
+ color: #602020;
+ white-space: nowrap;
+}
+.paramname em {
+ font-style: normal;
+}
+.paramname code {
+ line-height: 14px;
+}
+
+.params, .retval, .exception, .tparams {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+.params .paramname, .retval .paramname {
+ font-weight: bold;
+ vertical-align: top;
+}
+
+.params .paramtype {
+ font-style: italic;
+ vertical-align: top;
+}
+
+.params .paramdir {
+ font-family: "courier new",courier,monospace;
+ vertical-align: top;
+}
+
+table.mlabels {
+ border-spacing: 0px;
+}
+
+td.mlabels-left {
+ width: 100%;
+ padding: 0px;
+}
+
+td.mlabels-right {
+ vertical-align: bottom;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+span.mlabels {
+ margin-left: 8px;
+}
+
+span.mlabel {
+ background-color: #728DC1;
+ border-top:1px solid #5373B4;
+ border-left:1px solid #5373B4;
+ border-right:1px solid #C4CFE5;
+ border-bottom:1px solid #C4CFE5;
+ text-shadow: none;
+ color: white;
+ margin-right: 4px;
+ padding: 2px 3px;
+ border-radius: 3px;
+ font-size: 7pt;
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+
+
+/* @end */
+
+/* these are for tree view inside a (index) page */
+
+div.directory {
+ margin: 10px 0px;
+ border-top: 1px solid #9CAFD4;
+ border-bottom: 1px solid #9CAFD4;
+ width: 100%;
+}
+
+.directory table {
+ border-collapse:collapse;
+}
+
+.directory td {
+ margin: 0px;
+ padding: 0px;
+ vertical-align: top;
+}
+
+.directory td.entry {
+ white-space: nowrap;
+ padding-right: 6px;
+ padding-top: 3px;
+}
+
+.directory td.entry a {
+ outline:none;
+}
+
+.directory td.entry a img {
+ border: none;
+}
+
+.directory td.desc {
+ width: 100%;
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ border-left: 1px solid rgba(0,0,0,0.05);
+}
+
+.directory tr.even {
+ padding-left: 6px;
+ background-color: #F7F8FB;
+}
+
+.directory img {
+ vertical-align: -30%;
+}
+
+.directory .levels {
+ white-space: nowrap;
+ width: 100%;
+ text-align: right;
+ font-size: 9pt;
+}
+
+.directory .levels span {
+ cursor: pointer;
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #3D578C;
+}
+
+.arrow {
+ color: #9CAFD4;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ font-size: 80%;
+ display: inline-block;
+ width: 16px;
+ height: 22px;
+}
+
+.icon {
+ font-family: Arial, Helvetica;
+ font-weight: bold;
+ font-size: 12px;
+ height: 14px;
+ width: 16px;
+ display: inline-block;
+ background-color: #728DC1;
+ color: white;
+ text-align: center;
+ border-radius: 4px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+.icona {
+ width: 24px;
+ height: 22px;
+ display: inline-block;
+}
+
+.iconfopen {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderopen.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.iconfclosed {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderclosed.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.icondoc {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('doc.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+table.directory {
+ font: 400 14px Roboto,sans-serif;
+}
+
+/* @end */
+
+div.dynheader {
+ margin-top: 8px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+address {
+ font-style: normal;
+ color: #2A3D61;
+}
+
+table.doxtable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.doxtable td, table.doxtable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.doxtable th {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+table.fieldtable {
+ /*width: 100%;*/
+ margin-bottom: 10px;
+ border: 1px solid #A8B8D9;
+ border-spacing: 0px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+}
+
+.fieldtable td, .fieldtable th {
+ padding: 3px 7px 2px;
+}
+
+.fieldtable td.fieldtype, .fieldtable td.fieldname {
+ white-space: nowrap;
+ border-right: 1px solid #A8B8D9;
+ border-bottom: 1px solid #A8B8D9;
+ vertical-align: top;
+}
+
+.fieldtable td.fieldname {
+ padding-top: 3px;
+}
+
+.fieldtable td.fielddoc {
+ border-bottom: 1px solid #A8B8D9;
+ /*width: 100%;*/
+}
+
+.fieldtable td.fielddoc p:first-child {
+ margin-top: 0px;
+}
+
+.fieldtable td.fielddoc p:last-child {
+ margin-bottom: 2px;
+}
+
+.fieldtable tr:last-child td {
+ border-bottom: none;
+}
+
+.fieldtable th {
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
+ font-size: 90%;
+ color: #253555;
+ padding-bottom: 4px;
+ padding-top: 5px;
+ text-align:left;
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ border-bottom: 1px solid #A8B8D9;
+}
+
+
+.tabsearch {
+ top: 0px;
+ left: 10px;
+ height: 36px;
+ background-image: url('tab_b.png');
+ z-index: 101;
+ overflow: hidden;
+ font-size: 13px;
+}
+
+.navpath ul
+{
+ font-size: 11px;
+ background-image:url('tab_b.png');
+ background-repeat:repeat-x;
+ background-position: 0 -5px;
+ height:30px;
+ line-height:30px;
+ color:#8AA0CC;
+ border:solid 1px #C2CDE4;
+ overflow:hidden;
+ margin:0px;
+ padding:0px;
+}
+
+.navpath li
+{
+ list-style-type:none;
+ float:left;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:url('bc_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+}
+
+.navpath li.navelem a
+{
+ height:32px;
+ display:block;
+ text-decoration: none;
+ outline: none;
+ color: #283A5D;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+}
+
+.navpath li.navelem a:hover
+{
+ color:#6884BD;
+}
+
+.navpath li.footer
+{
+ list-style-type:none;
+ float:right;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+ font-size: 8pt;
+}
+
+
+div.summary
+{
+ float: right;
+ font-size: 8pt;
+ padding-right: 5px;
+ width: 50%;
+ text-align: right;
+}
+
+div.summary a
+{
+ white-space: nowrap;
+}
+
+div.ingroups
+{
+ font-size: 8pt;
+ width: 50%;
+ text-align: left;
+}
+
+div.ingroups a
+{
+ white-space: nowrap;
+}
+
+div.header
+{
+ background-image:url('nav_h.png');
+ background-repeat:repeat-x;
+ background-color: #F9FAFC;
+ margin: 0px;
+ border-bottom: 1px solid #C4CFE5;
+}
+
+div.headertitle
+{
+ padding: 5px 5px 5px 10px;
+}
+
+dl
+{
+ padding: 0 0 0 10px;
+}
+
+/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
+dl.section
+{
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+dl.note
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #D0C000;
+}
+
+dl.warning, dl.attention
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #FF0000;
+}
+
+dl.pre, dl.post, dl.invariant
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #00D000;
+}
+
+dl.deprecated
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #505050;
+}
+
+dl.todo
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #00C0E0;
+}
+
+dl.test
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #3030E0;
+}
+
+dl.bug
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #C08050;
+}
+
+dl.section dd {
+ margin-bottom: 6px;
+}
+
+
+#projectlogo
+{
+ text-align: center;
+ vertical-align: bottom;
+ border-collapse: separate;
+}
+
+#projectlogo img
+{
+ border: 0px none;
+}
+
+#projectname
+{
+ font: 300% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 2px 0px;
+}
+
+#projectbrief
+{
+ font: 120% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#projectnumber
+{
+ font: 50% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#titlearea
+{
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-bottom: 1px solid #5373B4;
+}
+
+.image
+{
+ text-align: center;
+}
+
+.dotgraph
+{
+ text-align: center;
+}
+
+.mscgraph
+{
+ text-align: center;
+}
+
+.diagraph
+{
+ text-align: center;
+}
+
+.caption
+{
+ font-weight: bold;
+}
+
+div.zoom
+{
+ border: 1px solid #90A5CE;
+}
+
+dl.citelist {
+ margin-bottom:50px;
+}
+
+dl.citelist dt {
+ color:#334975;
+ float:left;
+ font-weight:bold;
+ margin-right:10px;
+ padding:5px;
+}
+
+dl.citelist dd {
+ margin:2px 0;
+ padding:5px 0;
+}
+
+div.toc {
+ padding: 14px 25px;
+ background-color: #F4F6FA;
+ border: 1px solid #D8DFEE;
+ border-radius: 7px 7px 7px 7px;
+ float: right;
+ height: auto;
+ margin: 0 20px 10px 10px;
+ width: 200px;
+}
+
+div.toc li {
+ background: url("bdwn.png") no-repeat scroll 0 5px transparent;
+ font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ margin-top: 5px;
+ padding-left: 10px;
+ padding-top: 2px;
+}
+
+div.toc h3 {
+ font: bold 12px/1.2 Arial,FreeSans,sans-serif;
+ color: #4665A2;
+ border-bottom: 0 none;
+ margin: 0;
+}
+
+div.toc ul {
+ list-style: none outside none;
+ border: medium none;
+ padding: 0px;
+}
+
+div.toc li.level1 {
+ margin-left: 0px;
+}
+
+div.toc li.level2 {
+ margin-left: 15px;
+}
+
+div.toc li.level3 {
+ margin-left: 30px;
+}
+
+div.toc li.level4 {
+ margin-left: 45px;
+}
+
+.inherit_header {
+ font-weight: bold;
+ color: gray;
+ cursor: pointer;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.inherit_header td {
+ padding: 6px 0px 2px 5px;
+}
+
+.inherit {
+ display: none;
+}
+
+tr.heading h2 {
+ margin-top: 12px;
+ margin-bottom: 4px;
+}
+
+/* tooltip related style info */
+
+.ttc {
+ position: absolute;
+ display: none;
+}
+
+#powerTip {
+ cursor: default;
+ white-space: nowrap;
+ background-color: white;
+ border: 1px solid gray;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 1px 1px 7px gray;
+ display: none;
+ font-size: smaller;
+ max-width: 80%;
+ opacity: 0.9;
+ padding: 1ex 1em 1em;
+ position: absolute;
+ z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+ color: grey;
+ font-style: italic;
+}
+
+#powerTip div.ttname a {
+ font-weight: bold;
+}
+
+#powerTip div.ttname {
+ font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+ color: #006318;
+}
+
+#powerTip div {
+ margin: 0px;
+ padding: 0px;
+ font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+ content: "";
+ position: absolute;
+ margin: 0px;
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.w:after, #powerTip.w:before,
+#powerTip.e:after, #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ border: solid transparent;
+ content: " ";
+ height: 0;
+ width: 0;
+ position: absolute;
+}
+
+#powerTip.n:after, #powerTip.s:after,
+#powerTip.w:after, #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+ border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before, #powerTip.s:before,
+#powerTip.w:before, #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+ border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+ top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+ border-top-color: #ffffff;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+#powerTip.n:before {
+ border-top-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+ left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+ right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+ left: 14px;
+}
+
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+ border-bottom-color: #ffffff;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+ border-bottom-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+ left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+ right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+ left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+ left: 100%;
+}
+#powerTip.e:after {
+ border-left-color: #ffffff;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.e:before {
+ border-left-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+ right: 100%;
+}
+#powerTip.w:after {
+ border-right-color: #ffffff;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.w:before {
+ border-right-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+@media print
+{
+ #top { display: none; }
+ #side-nav { display: none; }
+ #nav-path { display: none; }
+ body { overflow:visible; }
+ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
+ .summary { display: none; }
+ .memitem { page-break-inside: avoid; }
+ #doc-content
+ {
+ margin-left:0 !important;
+ height:auto !important;
+ width:auto !important;
+ overflow:inherit;
+ display:inline;
+ }
+}
+
diff --git a/docs/doxygen.png b/docs/doxygen.png
new file mode 100644
index 0000000..3ff17d8
Binary files /dev/null and b/docs/doxygen.png differ
diff --git a/docs/dynsections.js b/docs/dynsections.js
new file mode 100644
index 0000000..85e1836
--- /dev/null
+++ b/docs/dynsections.js
@@ -0,0 +1,97 @@
+function toggleVisibility(linkObj)
+{
+ var base = $(linkObj).attr('id');
+ var summary = $('#'+base+'-summary');
+ var content = $('#'+base+'-content');
+ var trigger = $('#'+base+'-trigger');
+ var src=$(trigger).attr('src');
+ if (content.is(':visible')===true) {
+ content.hide();
+ summary.show();
+ $(linkObj).addClass('closed').removeClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
+ } else {
+ content.show();
+ summary.hide();
+ $(linkObj).removeClass('closed').addClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
+ }
+ return false;
+}
+
+function updateStripes()
+{
+ $('table.directory tr').
+ removeClass('even').filter(':visible:even').addClass('even');
+}
+
+function toggleLevel(level)
+{
+ $('table.directory tr').each(function() {
+ var l = this.id.split('_').length-1;
+ var i = $('#img'+this.id.substring(3));
+ var a = $('#arr'+this.id.substring(3));
+ if (l
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- a -
+Abbrev
+: Chummer.Attribute
+
+Accel
+: Chummer.Vehicle
+
+AccelRunning
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+AccelWalking
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+AccessoryCostMultiplier
+: Chummer.WeaponMod
+
+AccessoryMultiplier
+: Chummer.frmSelectWeaponAccessory
+, Chummer.Weapon
+
+Action
+: Chummer.CritterPower
+
+ActiveAmmoSlot
+: Chummer.Weapon
+
+Adapsin
+: Chummer.Grade
+
+AdapsinEnabled
+: Chummer.Character
+
+AddAgain
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectCritterPower
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+, Chummer.frmSelectLifestyle
+, Chummer.frmSelectMartialArt
+, Chummer.frmSelectMartialArtAdvantage
+, Chummer.frmSelectMartialArtManeuver
+, Chummer.frmSelectMetamagic
+, Chummer.frmSelectPACKSKit
+, Chummer.frmSelectPower
+, Chummer.frmSelectProgram
+, Chummer.frmSelectProgramOption
+, Chummer.frmSelectQuality
+, Chummer.frmSelectSpell
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+
+AddCategory()
+: Chummer.frmSelectGear
+
+AddMAG()
+: Chummer.frmSelectAttribute
+
+AddMode
+: Chummer.WeaponMod
+
+AddPACKSKit()
+: Chummer.frmCreate
+
+AddRES()
+: Chummer.frmSelectAttribute
+
+AddSpec()
+: Chummer.SkillControl
+
+AddToMRUList()
+: Chummer.GlobalOptions
+
+AddToRating
+: Chummer.Improvement
+
+AddToStickyMRUList()
+: Chummer.GlobalOptions
+
+AdeptEnabled
+: Chummer.Character
+
+Advantages
+: Chummer.MartialArt
+, Chummer.MentorSpirit
+
+Aerodynamic
+: Chummer.frmSelectGear
+
+Age
+: Chummer.Character
+
+AGI
+: Chummer.Character
+
+Alias
+: Chummer.Character
+
+AllowAutoSelect
+: Chummer.frmSelectItem
+
+AllowBiowareSuites
+: Chummer.CharacterOptions
+
+AllowCancel
+: Chummer.frmSelectNumber
+
+AllowCustomTransgenics
+: Chummer.CharacterOptions
+
+AllowCyberware
+: Chummer.VehicleMod
+
+AllowCyberwareESSDiscounts
+: Chummer.CharacterOptions
+
+AllowDelete
+: Chummer.Skill
+, Chummer.SkillControl
+
+AllowedCategories
+: Chummer.frmSelectArmorMod
+, Chummer.frmSelectGear
+, Chummer.frmSelectVehicleMod
+
+AllowEditPartOfBaseWeapon
+: Chummer.CharacterOptions
+
+AllowedMounts
+: Chummer.frmSelectWeaponAccessory
+
+AllowExceedAttributeBP
+: Chummer.CharacterOptions
+
+AllowGear
+: Chummer.Cyberware
+, Chummer.WeaponAccessory
+
+AllowHigherStackedFoci
+: Chummer.CharacterOptions
+
+AllowMode()
+: Chummer.Weapon
+
+AllowModularPlugins
+: Chummer.Cyberware
+, Chummer.frmSelectCyberware
+, Chummer.VehicleMod
+
+AllowObsolescentUpgrade
+: Chummer.CharacterOptions
+
+AllowPrint
+: Chummer.Quality
+
+AllowSkillDiceRolling
+: Chummer.CharacterOptions
+
+AllowSkillRegrouping
+: Chummer.CharacterOptions
+
+AlternateArmorEncumbrance
+: Chummer.CharacterOptions
+
+AlternateComplexFormCost
+: Chummer.CharacterOptions
+
+AlternateMatrixAttribute
+: Chummer.CharacterOptions
+
+AlternateMetatypeAttributeKarma
+: Chummer.CharacterOptions
+
+Ammo
+: Chummer.frmReload
+, Chummer.Weapon
+
+AmmoBonus
+: Chummer.WeaponMod
+
+AmmoCategory
+: Chummer.Weapon
+
+AmmoLoaded
+: Chummer.Weapon
+
+AmmoRemaining
+: Chummer.Weapon
+
+AmmoReplace
+: Chummer.WeaponMod
+
+AmmoSlots
+: Chummer.Weapon
+
+Amount
+: Chummer.ExpenseLogEntry
+, Chummer.frmExpense
+
+AP
+: Chummer.Weapon
+
+APBonus
+: Chummer.WeaponMod
+
+AreaOfInfluence
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+AreaOfInfluenceRating
+: Chummer.ContactControl
+
+Armor
+: Chummer.Character
+, Chummer.Vehicle
+
+ArmorBundles
+: Chummer.Character
+
+ArmorCapacity
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Gear
+
+ArmorCost
+: Chummer.frmSelectArmorMod
+
+ArmorDegradation
+: Chummer.CharacterOptions
+
+ArmorMods
+: Chummer.Armor
+
+ArmorName
+: Chummer.Armor
+
+ArmorSuitCapacity
+: Chummer.CharacterOptions
+
+AssignLimits()
+: Chummer.Attribute
+
+AstralInitiative
+: Chummer.Character
+
+AstralInitiativePasses
+: Chummer.Character
+
+Attribute()
+: Chummer.Attribute
+, Chummer.Skill
+, Chummer.SkillControl
+
+AttributeModifiers
+: Chummer.Attribute
+, Chummer.Skill
+
+AttributeValueModifiers
+: Chummer.Attribute
+
+Augmented
+: Chummer.Attribute
+, Chummer.Improvement
+
+AugmentedMaximum
+: Chummer.Improvement
+
+AugmentedMaximumModifiers
+: Chummer.Attribute
+
+AugmentModifier
+: Chummer.Attribute
+
+AutomaticCopyProtection
+: Chummer.CharacterOptions
+
+AutomaticRegistration
+: Chummer.CharacterOptions
+
+AutomaticUpdate
+: Chummer.GlobalOptions
+
+Avail
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Avail10
+: Chummer.Gear
+
+Avail3
+: Chummer.Gear
+
+Avail6
+: Chummer.Gear
+
+Availability
+: Chummer.CharacterOptions
+
+AvailTest()
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_b.html b/docs/functions_b.html
new file mode 100644
index 0000000..b2d6a0b
--- /dev/null
+++ b/docs/functions_b.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- b -
+Background
+: Chummer.Character
+
+Ballistic
+: Chummer.Armor
+, Chummer.ArmorMod
+
+BallisticArmorEncumbrance
+: Chummer.Character
+
+BallisticArmorRating
+: Chummer.Character
+
+BallisticDamage
+: Chummer.Armor
+
+Base64Decode()
+: Chummer.OmaeHelper
+
+Base64Encode()
+: Chummer.OmaeHelper
+
+BasicBiowareESSMultiplier
+: Chummer.frmSelectCyberware
+
+BindingCost
+: Chummer.StackedFocus
+
+BiowareEssence
+: Chummer.Character
+
+BlackMarket
+: Chummer.Character
+
+BOD
+: Chummer.Character
+
+Body
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+Bonded
+: Chummer.Gear
+, Chummer.StackedFocus
+
+Bonus
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.VehicleMod
+
+BonusNode
+: Chummer.frmSelectMentorSpirit
+
+BookEnabled()
+: Chummer.CharacterOptions
+
+BookFromAltCode()
+: Chummer.CharacterOptions
+
+BookFromCode()
+: Chummer.CharacterOptions
+
+Books
+: Chummer.CharacterOptions
+
+BookXPath()
+: Chummer.CharacterOptions
+
+Bound
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+BP
+: Chummer.Quality
+
+BPActiveSkill
+: Chummer.CharacterOptions
+
+BPActiveSkillSpecialization
+: Chummer.CharacterOptions
+
+BPAttribute
+: Chummer.CharacterOptions
+
+BPAttributeMax
+: Chummer.CharacterOptions
+
+BPComplexForm
+: Chummer.CharacterOptions
+
+BPComplexFormOption
+: Chummer.CharacterOptions
+
+BPContact
+: Chummer.CharacterOptions
+
+BPFocus
+: Chummer.CharacterOptions
+
+BPKnowledgeSkill
+: Chummer.CharacterOptions
+
+BPMartialArt
+: Chummer.CharacterOptions
+
+BPMartialArtManeuver
+: Chummer.CharacterOptions
+
+BPSkillGroup
+: Chummer.CharacterOptions
+
+BPSpell
+: Chummer.CharacterOptions
+
+BPSpirit
+: Chummer.CharacterOptions
+
+BreakSkillGroupsInCreateMode
+: Chummer.CharacterOptions
+
+Broken
+: Chummer.SkillGroup
+, Chummer.SkillGroupControl
+
+BuildCyberwareTree()
+: Chummer.CommonFunctions
+
+BuildGearTree()
+: Chummer.CommonFunctions
+
+BuildKarma
+: Chummer.Character
+
+BuildMethod
+: Chummer.Character
+, Chummer.CharacterOptions
+
+BuildPoints
+: Chummer.Character
+, Chummer.CharacterOptions
+
+BurntStreetCred
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_c.html b/docs/functions_c.html
new file mode 100644
index 0000000..6dd1d2c
--- /dev/null
+++ b/docs/functions_c.html
@@ -0,0 +1,562 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- c -
+CalculateCommlinkResponse
+: Chummer.CharacterOptions
+
+CalculatedAmmo()
+: Chummer.Weapon
+
+CalculatedArmorCapacity
+: Chummer.Gear
+
+CalculatedAvail
+: Chummer.Vehicle
+
+CalculatedCapacity
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+
+CalculatedConcealability()
+: Chummer.Weapon
+
+CalculatedCost
+: Chummer.Gear
+
+CalculatedDamage()
+: Chummer.Weapon
+
+CalculatedESS
+: Chummer.Cyberware
+
+CalculatedMode
+: Chummer.Weapon
+
+CalculatedNotoriety
+: Chummer.Character
+
+CalculatedPointsPerLevel
+: Chummer.Power
+
+CalculatedPublicAwareness
+: Chummer.Character
+
+CalculatedSensor
+: Chummer.Vehicle
+
+CalculatedSlots
+: Chummer.VehicleMod
+
+CalculatedStreetCred
+: Chummer.Character
+
+CalculateFreeSpiritPowerPoints()
+: Chummer.MainController
+
+CalculateFreeSpritePowerPoints()
+: Chummer.MainController
+
+Calendar
+: Chummer.Character
+
+Capacity
+: Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+
+CapacityDisplayStyle
+: Chummer.Armor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectGear
+
+CapacityRemaining
+: Chummer.Armor
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+
+CapSkillRating
+: Chummer.CharacterOptions
+
+CareerKarma
+: Chummer.Character
+
+CareerNuyen
+: Chummer.Character
+
+Category
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+
+CHA
+: Chummer.Character
+
+ChangeGearEquippedStatus()
+: Chummer.MainController
+
+ChangeMetatype()
+: Chummer.frmCreate
+
+Character()
+: Chummer.Character
+, Chummer.frmSelectItem
+
+CharacterESSMultiplier
+: Chummer.frmSelectCyberware
+, Chummer.frmSelectCyberwareSuite
+
+CharacterID
+: Chummer.OmaeRecord
+
+CharacterName
+: Chummer.frmCareer
+, Chummer.OmaeRecord
+
+CharacterObject
+: Chummer.Power
+, Chummer.Skill
+, Chummer.Spirit
+
+Characters
+: Chummer.frmViewer
+
+CharacterType
+: Chummer.OmaeRecord
+
+CharacterXML
+: Chummer.frmExport
+, Chummer.frmViewer
+
+ChildAvailModifier
+: Chummer.Gear
+
+ChildCostMultiplier
+: Chummer.Gear
+
+Children
+: Chummer.Cyberware
+, Chummer.Gear
+
+Choice1
+: Chummer.frmSelectMentorSpirit
+
+Choice1BonusNode
+: Chummer.frmSelectMentorSpirit
+
+Choice2
+: Chummer.frmSelectMentorSpirit
+
+Choice2BonusNode
+: Chummer.frmSelectMentorSpirit
+
+ClearAdeptTab()
+: Chummer.MainController
+
+ClearCritterTab()
+: Chummer.MainController
+
+ClearInitiationTab()
+: Chummer.MainController
+
+ClearNodeBackground()
+: Chummer.CommonFunctions
+
+ClearSpellTab()
+: Chummer.MainController
+
+ClearTechnomancerTab()
+: Chummer.MainController
+
+Clipboard
+: Chummer.GlobalOptions
+
+ClipboardContentType
+: Chummer.GlobalOptions
+
+CMOverflow
+: Chummer.Character
+
+CMThreshold
+: Chummer.Character
+
+CMThresholdOffset
+: Chummer.Character
+
+Colour
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+Comforts
+: Chummer.Lifestyle
+
+Commit()
+: Chummer.ImprovementManager
+
+CommlinkFirewall
+: Chummer.frmSelectGear
+
+CommlinkResponse
+: Chummer.frmSelectGear
+
+CommlinkSignal
+: Chummer.frmSelectGear
+
+CommlinkSystem
+: Chummer.frmSelectGear
+
+CompareDate()
+: Chummer.ExpenseLogEntry
+
+Composure
+: Chummer.Character
+
+Compress()
+: Chummer.OmaeHelper
+
+CompressMutiple()
+: Chummer.OmaeHelper
+
+CompressMutipleToFile()
+: Chummer.OmaeHelper
+
+Concealability
+: Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Concept
+: Chummer.Character
+
+ConditionMonitor
+: Chummer.Commlink
+
+ConfirmDelete
+: Chummer.CharacterOptions
+, Chummer.CommonFunctions
+
+ConfirmKarmaExpense
+: Chummer.CharacterOptions
+, Chummer.frmCareer
+
+ConfirmSaveCreatedCharacter()
+: Chummer.frmCreate
+
+Connection
+: Chummer.Contact
+
+ConnectionRating
+: Chummer.ContactControl
+
+ContactName
+: Chummer.ContactControl
+, Chummer.PetControl
+
+ContactObject
+: Chummer.ContactControl
+, Chummer.PetControl
+
+Contacts
+: Chummer.Character
+
+ContributeToBP
+: Chummer.Quality
+
+ContributeToLimit
+: Chummer.Quality
+
+ConverToLifestyleType()
+: Chummer.Lifestyle
+
+ConvertToCharacterBuildMethod()
+: Chummer.Character
+
+ConvertToContactType()
+: Chummer.Contact
+
+ConvertToCyberwareGrade()
+: Chummer.Cyberware
+
+ConvertToExpenseType()
+: Chummer.ExpenseLogEntry
+
+ConvertToImprovementSource()
+: Chummer.Improvement
+
+ConvertToKarmaExpenseType()
+: Chummer.ExpenseUndo
+
+ConvertToNuyenExpenseType()
+: Chummer.ExpenseUndo
+
+ConvertToQualitySource()
+: Chummer.Quality
+
+ConvertToQualityType()
+: Chummer.Quality
+
+ConvertToSpiritType()
+: Chummer.Spirit
+
+Copy()
+: Chummer.Commlink
+, Chummer.Gear
+, Chummer.OperatingSystem
+
+Cost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Cost10
+: Chummer.Gear
+
+Cost3
+: Chummer.Gear
+
+Cost6
+: Chummer.Gear
+
+CostFor
+: Chummer.Gear
+
+Count
+: Chummer.frmReload
+
+CountTowardsLimit
+: Chummer.CritterPower
+
+Create()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Commlink
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.Gear
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+CreateArmorTreeNode()
+: Chummer.CommonFunctions
+
+CreateBackupOnCareer
+: Chummer.CharacterOptions
+
+Created
+: Chummer.Character
+
+CreateImprovement()
+: Chummer.ImprovementManager
+
+CreateImprovements()
+: Chummer.ImprovementManager
+
+CreateKarma()
+: Chummer.ExpenseUndo
+
+CreateNuyen()
+: Chummer.ExpenseUndo
+
+CreatePACKSKit()
+: Chummer.frmCreate
+
+CreateVehicleTreeNode()
+: Chummer.CommonFunctions
+
+CreateWeaponTreeNode()
+: Chummer.CommonFunctions
+
+CritterEnabled
+: Chummer.Character
+
+CritterName
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+CritterPowers
+: Chummer.Character
+
+CultureInfo
+: Chummer.GlobalOptions
+
+Custom
+: Chummer.Improvement
+
+CustomGroup
+: Chummer.Improvement
+
+CustomId
+: Chummer.Improvement
+
+CustomName
+: Chummer.Improvement
+
+Cyberware
+: Chummer.Character
+
+CyberwareEssence
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_d.html b/docs/functions_d.html
new file mode 100644
index 0000000..3cf5de4
--- /dev/null
+++ b/docs/functions_d.html
@@ -0,0 +1,438 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- d -
+Damage
+: Chummer.Spell
+, Chummer.Weapon
+
+DataDoc
+: Chummer.LanguageManager
+
+Date
+: Chummer.ExpenseLogEntry
+
+DatesIncludeTime
+: Chummer.GlobalOptions
+
+Decompress()
+: Chummer.OmaeHelper
+
+DecompressCharacterSheet()
+: Chummer.OmaeHelper
+
+DecompressDataFile()
+: Chummer.OmaeHelper
+
+DecompressNPCs()
+: Chummer.OmaeHelper
+
+Default
+: Chummer.Skill
+
+DefaultCharacterSheet
+: Chummer.GlobalOptions
+
+DeleteGear()
+: Chummer.CommonFunctions
+
+DeleteVehicleGear()
+: Chummer.CommonFunctions
+
+Description
+: Chummer.Character
+, Chummer.frmDiceHits
+, Chummer.frmSelectAttribute
+, Chummer.frmSelectItem
+, Chummer.frmSelectNumber
+, Chummer.frmSelectSkill
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectText
+, Chummer.frmSelectWeaponCategory
+, Chummer.OmaeRecord
+
+Descriptors
+: Chummer.Spell
+
+DeviceRating
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+Dice
+: Chummer.frmDiceHits
+, Chummer.frmDiceRoller
+, Chummer.frmLifestyleNuyen
+, Chummer.Lifestyle
+
+DicePool
+: Chummer.Spell
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DicePoolModifiers
+: Chummer.Skill
+
+DicePoolModifiersTooltip
+: Chummer.Skill
+
+DicePoolTooltip
+: Chummer.Spell
+, Chummer.Weapon
+
+DiscountAdeptWayEnabled
+: Chummer.PowerControl
+
+DiscountCost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DiscountedAdeptWay
+: Chummer.Power
+
+DiscountedByAdeptWay
+: Chummer.PowerControl
+
+DiscountedByGeas
+: Chummer.PowerControl
+
+DiscountedGeas
+: Chummer.Power
+
+DiscountGeasEnabled
+: Chummer.PowerControl
+
+DisplayAction
+: Chummer.CritterPower
+
+DisplayAmmoCategory
+: Chummer.Weapon
+
+DisplayAttribute
+: Chummer.Skill
+
+DisplayCategory
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+
+DisplayDamage
+: Chummer.Spell
+
+DisplayDescriptors
+: Chummer.Spell
+
+DisplayDuration
+: Chummer.CritterPower
+, Chummer.Spell
+
+DisplayDV
+: Chummer.Spell
+
+DisplayName
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CalendarWeek
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DisplayNameShort
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DisplayRange
+: Chummer.CritterPower
+, Chummer.Spell
+
+DisplaySkill
+: Chummer.TechProgram
+
+DisplayType
+: Chummer.CritterPower
+, Chummer.Spell
+
+Dispose()
+: Chummer.ContactControl
+, Chummer.frmAbout
+, Chummer.frmCareer
+, Chummer.frmCreate
+, Chummer.frmCreateCyberwareSuite
+, Chummer.frmCreateImprovement
+, Chummer.frmCreatePACKSKit
+, Chummer.frmCreateSpell
+, Chummer.frmDiceHits
+, Chummer.frmDiceRoller
+, Chummer.frmExpense
+, Chummer.frmExport
+, Chummer.frmHistory
+, Chummer.frmLifestyleNuyen
+, Chummer.frmMain
+, Chummer.frmMetatype
+, Chummer.frmNaturalWeapon
+, Chummer.frmNotes
+, Chummer.frmOmae
+, Chummer.frmOmaeAccount
+, Chummer.frmOmaeCompress
+, Chummer.frmOmaeUpload
+, Chummer.frmOmaeUploadData
+, Chummer.frmOmaeUploadLanguage
+, Chummer.frmOmaeUploadSheet
+, Chummer.frmOptions
+, Chummer.frmPrintMultiple
+, Chummer.frmReload
+, Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectAttribute
+, Chummer.frmSelectBP
+, Chummer.frmSelectCalendarStart
+, Chummer.frmSelectContactConnection
+, Chummer.frmSelectCritterPower
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectCyberwareSuite
+, Chummer.frmSelectExoticSkill
+, Chummer.frmSelectGear
+, Chummer.frmSelectItem
+, Chummer.frmSelectLifestyle
+, Chummer.frmSelectMartialArt
+, Chummer.frmSelectMartialArtAdvantage
+, Chummer.frmSelectMartialArtManeuver
+, Chummer.frmSelectMentorSpirit
+, Chummer.frmSelectMetamagic
+, Chummer.frmSelectNexus
+, Chummer.frmSelectNumber
+, Chummer.frmSelectPACKSKit
+, Chummer.frmSelectPower
+, Chummer.frmSelectProgram
+, Chummer.frmSelectProgramOption
+, Chummer.frmSelectQuality
+, Chummer.frmSelectSetting
+, Chummer.frmSelectSide
+, Chummer.frmSelectSkill
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSkillGroup
+, Chummer.frmSelectSpell
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectText
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+, Chummer.frmSelectWeaponCategory
+, Chummer.frmSellItem
+, Chummer.frmTest
+, Chummer.frmUpdate
+, Chummer.frmViewer
+, Chummer.MyListView
+, Chummer.OmaeRecord
+, Chummer.PetControl
+, Chummer.PowerControl
+, Chummer.SkillControl
+, Chummer.SkillGroupControl
+, Chummer.SpiritControl
+
+DoItYourself
+: Chummer.frmSelectGear
+
+DoNotAffectMetatypeMaximum
+: Chummer.frmSelectAttribute
+
+DoubleCost
+: Chummer.Power
+
+DoubledPoints
+: Chummer.Power
+
+Duration
+: Chummer.CritterPower
+, Chummer.Spell
+
+DV
+: Chummer.Spell
+
+DVBonus
+: Chummer.WeaponMod
+
+DVTooltip
+: Chummer.Spell
+
+
+
+
+
+
+
diff --git a/docs/functions_e.html b/docs/functions_e.html
new file mode 100644
index 0000000..5b82795
--- /dev/null
+++ b/docs/functions_e.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- e -
+EDG
+: Chummer.Character
+
+EditImprovementObject
+: Chummer.frmCreateImprovement
+
+Enabled
+: Chummer.Improvement
+
+EnableStack
+: Chummer.frmSelectGear
+
+EnforceCapacity
+: Chummer.CharacterOptions
+
+EnforceMaximumSkillRatingModifier
+: Chummer.CharacterOptions
+
+Entertainment
+: Chummer.Lifestyle
+
+EntityType
+: Chummer.Contact
+, Chummer.ContactControl
+, Chummer.Spirit
+, Chummer.SpiritControl
+
+Equipped
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Gear
+
+ErgonomicProgramLimit
+: Chummer.CharacterOptions
+
+ESS
+: Chummer.Character
+, Chummer.Cyberware
+
+ESSDiscount
+: Chummer.Cyberware
+
+Essence
+: Chummer.Character
+, Chummer.Grade
+
+EssenceAtSpecialStart
+: Chummer.Character
+
+EssenceDecimals
+: Chummer.CharacterOptions
+
+EssenceHole
+: Chummer.Character
+
+EssenceMaximum
+: Chummer.Character
+
+EssencePenalty
+: Chummer.Character
+
+ESSLossReducesMaximumOnly
+: Chummer.CharacterOptions
+
+ExceedNegativeQualities
+: Chummer.CharacterOptions
+
+ExceedNegativeQualitiesLimit
+: Chummer.CharacterOptions
+
+ExceedPositiveQualities
+: Chummer.CharacterOptions
+
+Exclude
+: Chummer.Improvement
+
+ExcludeCategory
+: Chummer.frmSelectSkill
+, Chummer.frmSelectSkillGroup
+
+ExcludeLimbSlot
+: Chummer.CharacterOptions
+
+ExcludeSkillGroup
+: Chummer.frmSelectSkill
+
+ExoticSkill
+: Chummer.Skill
+
+ExpenseEntries
+: Chummer.Character
+
+ExpressionToString()
+: Chummer.frmMetatype
+, Chummer.frmTest
+, Chummer.SpiritControl
+
+ExtendAnyDetectionSpell
+: Chummer.CharacterOptions
+
+Extended
+: Chummer.frmSelectSpell
+, Chummer.Spell
+
+Extra
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.ExpenseUndo
+, Chummer.frmLifestyleNuyen
+, Chummer.Gear
+, Chummer.Power
+, Chummer.PowerControl
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.VehicleMod
+, Chummer.WeaponMod
+
+Eyes
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_f.html b/docs/functions_f.html
new file mode 100644
index 0000000..be6d6fc
--- /dev/null
+++ b/docs/functions_f.html
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- f -
+FileName
+: Chummer.Character
+, Chummer.Contact
+, Chummer.Spirit
+
+FindArmor()
+: Chummer.CommonFunctions
+
+FindArmorGear()
+: Chummer.CommonFunctions
+
+FindArmorMod()
+: Chummer.CommonFunctions
+
+FindCharacterCommlinks()
+: Chummer.CommonFunctions
+
+FindCritterPower()
+: Chummer.CommonFunctions
+
+FindCyberware()
+: Chummer.CommonFunctions
+
+FindCyberwareGear()
+: Chummer.CommonFunctions
+
+FindGear()
+: Chummer.CommonFunctions
+
+FindGearByWeaponID()
+: Chummer.CommonFunctions
+
+FindLifestyle()
+: Chummer.CommonFunctions
+
+FindMartialArt()
+: Chummer.CommonFunctions
+
+FindMartialArtAdvantage()
+: Chummer.CommonFunctions
+
+FindMartialArtManeuver()
+: Chummer.CommonFunctions
+
+FindMetamagic()
+: Chummer.CommonFunctions
+
+FindNode()
+: Chummer.CommonFunctions
+
+FindQuality()
+: Chummer.CommonFunctions
+
+FindSpell()
+: Chummer.CommonFunctions
+
+FindTechProgram()
+: Chummer.CommonFunctions
+
+FindTechProgramOption()
+: Chummer.CommonFunctions
+
+FindVehicle()
+: Chummer.CommonFunctions
+
+FindVehicleCyberware()
+: Chummer.CommonFunctions
+
+FindVehicleGear()
+: Chummer.CommonFunctions
+
+FindVehicleMod()
+: Chummer.CommonFunctions
+
+FindVehicleWeapon()
+: Chummer.CommonFunctions
+
+FindVehicleWeaponAccessory()
+: Chummer.CommonFunctions
+
+FindVehicleWeaponMod()
+: Chummer.CommonFunctions
+
+FindWeapon()
+: Chummer.CommonFunctions
+
+FindWeaponAccessory()
+: Chummer.CommonFunctions
+
+FindWeaponGear()
+: Chummer.CommonFunctions
+
+FindWeaponMod()
+: Chummer.CommonFunctions
+
+Firewall
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.OperatingSystem
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+Fly
+: Chummer.Character
+
+Foci
+: Chummer.Character
+
+ForbiddenCostMultiplier
+: Chummer.CharacterOptions
+
+Force
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+ForceCategory
+: Chummer.frmSelectQuality
+
+ForcedValue
+: Chummer.frmSelectMartialArt
+, Chummer.ImprovementManager
+
+ForceGrade
+: Chummer.Cyberware
+
+ForceItem
+: Chummer.frmSelectItem
+
+ForceMaximum
+: Chummer.SpiritControl
+
+ForceSpellName
+: Chummer.frmSelectSpell
+
+ForceTransgenic
+: Chummer.frmSelectCyberware
+
+ForceValue()
+: Chummer.frmSelectSide
+
+Free
+: Chummer.Contact
+, Chummer.ContactControl
+, Chummer.frmSelectContactConnection
+
+FreeContacts
+: Chummer.CharacterOptions
+
+FreeContactsFlat
+: Chummer.CharacterOptions
+
+FreeContactsFlatNumber
+: Chummer.CharacterOptions
+
+FreeContactsMultiplier
+: Chummer.CharacterOptions
+
+FreeCost
+: Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+, Chummer.frmSelectNexus
+, Chummer.frmSelectQuality
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+
+FreeKarmaKnowledge
+: Chummer.CharacterOptions
+
+FreeSpiritPowerPointsMAG
+: Chummer.CharacterOptions
+
+FullBurst
+: Chummer.Weapon
+, Chummer.WeaponMod
+
+FullName
+: Chummer.Power
+
+
+
+
+
+
+
diff --git a/docs/functions_func.html b/docs/functions_func.html
new file mode 100644
index 0000000..c578386
--- /dev/null
+++ b/docs/functions_func.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_b.html b/docs/functions_func_b.html
new file mode 100644
index 0000000..9f78375
--- /dev/null
+++ b/docs/functions_func_b.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_c.html b/docs/functions_func_c.html
new file mode 100644
index 0000000..53d143b
--- /dev/null
+++ b/docs/functions_func_c.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- c -
+CalculatedAmmo()
+: Chummer.Weapon
+
+CalculatedConcealability()
+: Chummer.Weapon
+
+CalculatedDamage()
+: Chummer.Weapon
+
+CalculateFreeSpiritPowerPoints()
+: Chummer.MainController
+
+CalculateFreeSpritePowerPoints()
+: Chummer.MainController
+
+ChangeGearEquippedStatus()
+: Chummer.MainController
+
+ChangeMetatype()
+: Chummer.frmCreate
+
+Character()
+: Chummer.Character
+
+ClearAdeptTab()
+: Chummer.MainController
+
+ClearCritterTab()
+: Chummer.MainController
+
+ClearInitiationTab()
+: Chummer.MainController
+
+ClearNodeBackground()
+: Chummer.CommonFunctions
+
+ClearSpellTab()
+: Chummer.MainController
+
+ClearTechnomancerTab()
+: Chummer.MainController
+
+Commit()
+: Chummer.ImprovementManager
+
+CompareDate()
+: Chummer.ExpenseLogEntry
+
+Compress()
+: Chummer.OmaeHelper
+
+CompressMutiple()
+: Chummer.OmaeHelper
+
+CompressMutipleToFile()
+: Chummer.OmaeHelper
+
+ConfirmDelete()
+: Chummer.CommonFunctions
+
+ConfirmKarmaExpense()
+: Chummer.frmCareer
+
+ConfirmSaveCreatedCharacter()
+: Chummer.frmCreate
+
+ConverToLifestyleType()
+: Chummer.Lifestyle
+
+ConvertToCharacterBuildMethod()
+: Chummer.Character
+
+ConvertToContactType()
+: Chummer.Contact
+
+ConvertToCyberwareGrade()
+: Chummer.Cyberware
+
+ConvertToExpenseType()
+: Chummer.ExpenseLogEntry
+
+ConvertToImprovementSource()
+: Chummer.Improvement
+
+ConvertToKarmaExpenseType()
+: Chummer.ExpenseUndo
+
+ConvertToNuyenExpenseType()
+: Chummer.ExpenseUndo
+
+ConvertToQualitySource()
+: Chummer.Quality
+
+ConvertToQualityType()
+: Chummer.Quality
+
+ConvertToSpiritType()
+: Chummer.Spirit
+
+Copy()
+: Chummer.Commlink
+, Chummer.Gear
+, Chummer.OperatingSystem
+
+Create()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Commlink
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.Gear
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+CreateArmorTreeNode()
+: Chummer.CommonFunctions
+
+CreateImprovement()
+: Chummer.ImprovementManager
+
+CreateImprovements()
+: Chummer.ImprovementManager
+
+CreateKarma()
+: Chummer.ExpenseUndo
+
+CreateNuyen()
+: Chummer.ExpenseUndo
+
+CreatePACKSKit()
+: Chummer.frmCreate
+
+CreateVehicleTreeNode()
+: Chummer.CommonFunctions
+
+CreateWeaponTreeNode()
+: Chummer.CommonFunctions
+
+
+
+
+
+
+
diff --git a/docs/functions_func_d.html b/docs/functions_func_d.html
new file mode 100644
index 0000000..b46b117
--- /dev/null
+++ b/docs/functions_func_d.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- d -
+Decompress()
+: Chummer.OmaeHelper
+
+DecompressCharacterSheet()
+: Chummer.OmaeHelper
+
+DecompressDataFile()
+: Chummer.OmaeHelper
+
+DecompressNPCs()
+: Chummer.OmaeHelper
+
+DeleteGear()
+: Chummer.CommonFunctions
+
+DeleteVehicleGear()
+: Chummer.CommonFunctions
+
+Dispose()
+: Chummer.ContactControl
+, Chummer.frmAbout
+, Chummer.frmCareer
+, Chummer.frmCreate
+, Chummer.frmCreateCyberwareSuite
+, Chummer.frmCreateImprovement
+, Chummer.frmCreatePACKSKit
+, Chummer.frmCreateSpell
+, Chummer.frmDiceHits
+, Chummer.frmDiceRoller
+, Chummer.frmExpense
+, Chummer.frmExport
+, Chummer.frmHistory
+, Chummer.frmLifestyleNuyen
+, Chummer.frmMain
+, Chummer.frmMetatype
+, Chummer.frmNaturalWeapon
+, Chummer.frmNotes
+, Chummer.frmOmae
+, Chummer.frmOmaeAccount
+, Chummer.frmOmaeCompress
+, Chummer.frmOmaeUpload
+, Chummer.frmOmaeUploadData
+, Chummer.frmOmaeUploadLanguage
+, Chummer.frmOmaeUploadSheet
+, Chummer.frmOptions
+, Chummer.frmPrintMultiple
+, Chummer.frmReload
+, Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectAttribute
+, Chummer.frmSelectBP
+, Chummer.frmSelectCalendarStart
+, Chummer.frmSelectContactConnection
+, Chummer.frmSelectCritterPower
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectCyberwareSuite
+, Chummer.frmSelectExoticSkill
+, Chummer.frmSelectGear
+, Chummer.frmSelectItem
+, Chummer.frmSelectLifestyle
+, Chummer.frmSelectMartialArt
+, Chummer.frmSelectMartialArtAdvantage
+, Chummer.frmSelectMartialArtManeuver
+, Chummer.frmSelectMentorSpirit
+, Chummer.frmSelectMetamagic
+, Chummer.frmSelectNexus
+, Chummer.frmSelectNumber
+, Chummer.frmSelectPACKSKit
+, Chummer.frmSelectPower
+, Chummer.frmSelectProgram
+, Chummer.frmSelectProgramOption
+, Chummer.frmSelectQuality
+, Chummer.frmSelectSetting
+, Chummer.frmSelectSide
+, Chummer.frmSelectSkill
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSkillGroup
+, Chummer.frmSelectSpell
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectText
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+, Chummer.frmSelectWeaponCategory
+, Chummer.frmSellItem
+, Chummer.frmTest
+, Chummer.frmUpdate
+, Chummer.frmViewer
+, Chummer.MyListView
+, Chummer.OmaeRecord
+, Chummer.PetControl
+, Chummer.PowerControl
+, Chummer.SkillControl
+, Chummer.SkillGroupControl
+, Chummer.SpiritControl
+
+
+
+
+
+
+
diff --git a/docs/functions_func_e.html b/docs/functions_func_e.html
new file mode 100644
index 0000000..fae9979
--- /dev/null
+++ b/docs/functions_func_e.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_f.html b/docs/functions_func_f.html
new file mode 100644
index 0000000..a5d93dd
--- /dev/null
+++ b/docs/functions_func_f.html
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_g.html b/docs/functions_func_g.html
new file mode 100644
index 0000000..b89348a
--- /dev/null
+++ b/docs/functions_func_g.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_h.html b/docs/functions_func_h.html
new file mode 100644
index 0000000..03ce009
--- /dev/null
+++ b/docs/functions_func_h.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_l.html b/docs/functions_func_l.html
new file mode 100644
index 0000000..8009e3f
--- /dev/null
+++ b/docs/functions_func_l.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- l -
+LanguageBookLong()
+: Chummer.CharacterOptions
+
+LanguageBookShort()
+: Chummer.CharacterOptions
+
+LimitToList()
+: Chummer.frmSelectAttribute
+
+Load()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Attribute
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.CharacterOptions
+, Chummer.Commlink
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.ExpenseUndo
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Improvement
+, Chummer.InitiationGrade
+, Chummer.LanguageManager
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+, Chummer.XmlManager
+
+LoadCharacter()
+: Chummer.frmMain
+
+LoadList()
+: Chummer.GradeList
+
+LockFields()
+: Chummer.frmExpense
+
+LockGrade()
+: Chummer.frmSelectCyberware
+
+
+
+
+
+
+
diff --git a/docs/functions_func_m.html b/docs/functions_func_m.html
new file mode 100644
index 0000000..1e560c0
--- /dev/null
+++ b/docs/functions_func_m.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_o.html b/docs/functions_func_o.html
new file mode 100644
index 0000000..57a76b8
--- /dev/null
+++ b/docs/functions_func_o.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_p.html b/docs/functions_func_p.html
new file mode 100644
index 0000000..2b5a8f9
--- /dev/null
+++ b/docs/functions_func_p.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- p -
+PopulateCalendar()
+: Chummer.frmCareer
+
+PopulateCyberwareGradeList()
+: Chummer.frmCreate
+
+PopulateExpenseList()
+: Chummer.frmCareer
+
+PopulateFocusList()
+: Chummer.MainController
+
+PopulateMetatypes()
+: Chummer.frmOmae
+
+PopulateMode()
+: Chummer.frmOmae
+
+PopulateMRU()
+: Chummer.frmCareer
+, Chummer.frmCreate
+, Chummer.frmMain
+
+PopulateQualities()
+: Chummer.frmOmae
+
+PopulateSortOrder()
+: Chummer.frmOmae
+
+Print()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Attribute
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.Commlink
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+PrintToStream()
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_func_r.html b/docs/functions_func_r.html
new file mode 100644
index 0000000..ffe0abe
--- /dev/null
+++ b/docs/functions_func_r.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_s.html b/docs/functions_func_s.html
new file mode 100644
index 0000000..67b142c
--- /dev/null
+++ b/docs/functions_func_s.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- s -
+Save()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Attribute
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.CharacterOptions
+, Chummer.Commlink
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.ExpenseUndo
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Improvement
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+SetInternalId()
+: Chummer.Lifestyle
+
+SetLifestyle()
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectLifestyle
+
+SetRange()
+: Chummer.Weapon
+
+ShowAttributeBPRule()
+: Chummer.frmCreate
+
+ShowAttributeRule()
+: Chummer.frmCreate
+
+SingleAttribute()
+: Chummer.frmSelectAttribute
+
+SortTree()
+: Chummer.CommonFunctions
+
+
+
+
+
+
+
diff --git a/docs/functions_func_t.html b/docs/functions_func_t.html
new file mode 100644
index 0000000..1a53fdc
--- /dev/null
+++ b/docs/functions_func_t.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_u.html b/docs/functions_func_u.html
new file mode 100644
index 0000000..041feb3
--- /dev/null
+++ b/docs/functions_func_u.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_v.html b/docs/functions_func_v.html
new file mode 100644
index 0000000..c506892
--- /dev/null
+++ b/docs/functions_func_v.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_w.html b/docs/functions_func_w.html
new file mode 100644
index 0000000..34607a8
--- /dev/null
+++ b/docs/functions_func_w.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_func_x.html b/docs/functions_func_x.html
new file mode 100644
index 0000000..2ba9111
--- /dev/null
+++ b/docs/functions_func_x.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+Chummer: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_g.html b/docs/functions_g.html
new file mode 100644
index 0000000..a24247b
--- /dev/null
+++ b/docs/functions_g.html
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- g -
+GameNotes
+: Chummer.Character
+
+Gear
+: Chummer.Armor
+, Chummer.Character
+, Chummer.Cyberware
+, Chummer.frmSelectItem
+, Chummer.StackedFocus
+, Chummer.Vehicle
+, Chummer.WeaponAccessory
+
+GearId
+: Chummer.Focus
+, Chummer.StackedFocus
+
+GearName
+: Chummer.Gear
+
+GeneralItems
+: Chummer.frmSelectItem
+
+GenetechCostMultiplier
+: Chummer.frmSelectCyberware
+
+GetAttribute()
+: Chummer.Character
+
+GetCharacterTypes()
+: Chummer.frmOmae
+
+GetGrade()
+: Chummer.GradeList
+
+GetObjectName()
+: Chummer.Character
+
+GetOmaeService()
+: Chummer.OmaeHelper
+
+GetString()
+: Chummer.LanguageManager
+
+GetTranslationService()
+: Chummer.OmaeHelper
+
+Grade
+: Chummer.Cyberware
+, Chummer.InitiationGrade
+
+Group
+: Chummer.Contact
+, Chummer.InitiationGrade
+
+GroupMember
+: Chummer.Character
+
+GroupName
+: Chummer.Character
+, Chummer.Contact
+, Chummer.frmSelectContactConnection
+, Chummer.SkillGroupControl
+
+GroupNotes
+: Chummer.Character
+
+GroupRating
+: Chummer.ContactControl
+, Chummer.SkillGroupControl
+
+GroupRatingMaximum
+: Chummer.SkillGroupControl
+
+
+
+
+
+
+
diff --git a/docs/functions_h.html b/docs/functions_h.html
new file mode 100644
index 0000000..d1f5ec3
--- /dev/null
+++ b/docs/functions_h.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- h -
+
+
+
+
+
diff --git a/docs/functions_i.html b/docs/functions_i.html
new file mode 100644
index 0000000..f88294b
--- /dev/null
+++ b/docs/functions_i.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- i -
+IgnoreArmorEncumbrance
+: Chummer.CharacterOptions
+
+IgnoreQuality
+: Chummer.frmSelectQuality
+
+IgnoreRules
+: Chummer.Character
+
+Impact
+: Chummer.Armor
+, Chummer.ArmorMod
+
+ImpactArmorEncumbrance
+: Chummer.Character
+
+ImpactArmorRating
+: Chummer.Character
+
+ImpactDamage
+: Chummer.Armor
+
+ImprovedName
+: Chummer.Improvement
+
+ImprovementGroups
+: Chummer.Character
+
+Improvements
+: Chummer.Character
+
+ImproveSource
+: Chummer.Improvement
+
+ImproveType
+: Chummer.Improvement
+
+IncludedInArmor
+: Chummer.ArmorMod
+
+IncludedInParent
+: Chummer.Gear
+
+IncludedInVehicle
+: Chummer.VehicleMod
+
+IncludedInWeapon
+: Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Infirm
+: Chummer.Character
+
+InherentProgram
+: Chummer.frmSelectGear
+
+INI
+: Chummer.Character
+
+InitiateGrade
+: Chummer.Character
+
+InitiationEnabled
+: Chummer.Character
+
+InitiationGrades
+: Chummer.Character
+
+Initiative
+: Chummer.Character
+
+InitiativePasses
+: Chummer.Character
+
+InputFile
+: Chummer.frmSelectVehicleMod
+
+Installed
+: Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Instance
+: Chummer.GlobalOptions
+, Chummer.LanguageManager
+, Chummer.XmlManager
+
+INT
+: Chummer.Character
+
+InternalId
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CalendarWeek
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+IsActive
+: Chummer.Commlink
+
+IsCritter
+: Chummer.Character
+
+IsEnabled
+: Chummer.SkillGroupControl
+
+IsErgonomic
+: Chummer.Gear
+
+IsFreeSprite
+: Chummer.Character
+
+IsGrouped
+: Chummer.Skill
+, Chummer.SkillControl
+
+IsLivingPersona
+: Chummer.Commlink
+
+IsProgram
+: Chummer.Gear
+
+IsSprite
+: Chummer.Character
+
+IsUnderbarrelWeapon
+: Chummer.Weapon
+
+
+
+
+
+
+
diff --git a/docs/functions_j.html b/docs/functions_j.html
new file mode 100644
index 0000000..75b7256
--- /dev/null
+++ b/docs/functions_j.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- j -
+
+
+
+
+
diff --git a/docs/functions_k.html b/docs/functions_k.html
new file mode 100644
index 0000000..077bc81
--- /dev/null
+++ b/docs/functions_k.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- k -
+
+
+
+
+
diff --git a/docs/functions_l.html b/docs/functions_l.html
new file mode 100644
index 0000000..843bb54
--- /dev/null
+++ b/docs/functions_l.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- l -
+Language
+: Chummer.GlobalOptions
+
+LanguageBookLong()
+: Chummer.CharacterOptions
+
+LanguageBookShort()
+: Chummer.CharacterOptions
+
+LevelEnabled
+: Chummer.frmSelectPower
+, Chummer.PowerControl
+
+LevelsEnabled
+: Chummer.Power
+
+LifestyleName
+: Chummer.Lifestyle
+
+Lifestyles
+: Chummer.Character
+
+LiftAndCarry
+: Chummer.Character
+
+LimbCount
+: Chummer.CharacterOptions
+
+LimbSlot
+: Chummer.Cyberware
+
+Limit
+: Chummer.VehicleMod
+
+LimitCategory
+: Chummer.frmSelectSpell
+
+Limited
+: Chummer.frmSelectSpell
+, Chummer.Spell
+
+LimitSelection
+: Chummer.ImprovementManager
+
+LimitToList()
+: Chummer.frmSelectAttribute
+
+LimitToSkill
+: Chummer.frmSelectSkill
+
+Load()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Attribute
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.CharacterOptions
+, Chummer.Commlink
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.ExpenseUndo
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Improvement
+, Chummer.InitiationGrade
+, Chummer.LanguageManager
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+, Chummer.XmlManager
+
+LoadCharacter()
+: Chummer.frmMain
+
+Loaded
+: Chummer.LanguageManager
+
+Loading
+: Chummer.frmCareer
+, Chummer.frmCreate
+
+LoadList()
+: Chummer.GradeList
+
+LocalisedUpdatesOnly
+: Chummer.GlobalOptions
+
+Location
+: Chummer.Armor
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Weapon
+
+Locations
+: Chummer.Character
+, Chummer.Vehicle
+
+LockFields()
+: Chummer.frmExpense
+
+LockGrade()
+: Chummer.frmSelectCyberware
+
+LOG
+: Chummer.Character
+
+Loyalty
+: Chummer.Contact
+
+LoyaltyRating
+: Chummer.ContactControl
+
+
+
+
+
+
+
diff --git a/docs/functions_m.html b/docs/functions_m.html
new file mode 100644
index 0000000..c884f96
--- /dev/null
+++ b/docs/functions_m.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- m -
+MAG
+: Chummer.Character
+
+MAGAdept
+: Chummer.Character
+
+MAGEnabled
+: Chummer.Character
+
+MagicalResources
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+MagicalResourcesRating
+: Chummer.ContactControl
+
+MagicianEnabled
+: Chummer.Character
+
+MagicTradition
+: Chummer.Character
+
+MAGMagician
+: Chummer.Character
+
+MainForm
+: Chummer.GlobalOptions
+
+Maneuver
+: Chummer.Vehicle
+
+Markup
+: Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectGear
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+
+MartialArt
+: Chummer.frmSelectMartialArtAdvantage
+
+MartialArtManeuvers
+: Chummer.Character
+
+MartialArts
+: Chummer.Character
+
+MatrixInitiative
+: Chummer.Character
+
+MatrixInitiativePasses
+: Chummer.Character
+
+MatrixResources
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+MatrixResourcesRating
+: Chummer.ContactControl
+
+MaxArmor
+: Chummer.Vehicle
+
+Maximum
+: Chummer.frmSelectNumber
+, Chummer.Improvement
+
+MaximumArmorModifications
+: Chummer.CharacterOptions
+
+MaximumAvailability
+: Chummer.Character
+
+MaximumCapacity
+: Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+
+MaximumModifiers
+: Chummer.Attribute
+
+MaximumRating
+: Chummer.ArmorMod
+
+MaxLevels()
+: Chummer.frmSelectPower
+, Chummer.Power
+, Chummer.PowerControl
+
+MaxRating
+: Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.VehicleMod
+
+MaxSkillRating
+: Chummer.Character
+
+Membership
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+MembershipRating
+: Chummer.ContactControl
+
+Memory
+: Chummer.Character
+
+MentorInformation()
+: Chummer.MainController
+
+Metamagics
+: Chummer.Character
+
+Metatype
+: Chummer.Character
+
+MetatypeAugmentedMaximum
+: Chummer.Attribute
+
+MetatypeBP
+: Chummer.Character
+
+MetatypeCategory
+: Chummer.Character
+
+MetatypeCostsKarma
+: Chummer.CharacterOptions
+
+MetatypeCostsKarmaMultiplier
+: Chummer.CharacterOptions
+
+MetatypeMaximum
+: Chummer.Attribute
+
+MetatypeMinimum
+: Chummer.Attribute
+
+MetatypeSelected()
+: Chummer.frmCareer
+, Chummer.frmCreate
+
+Metavariant
+: Chummer.Character
+
+Minimum
+: Chummer.frmSelectNumber
+, Chummer.Improvement
+
+MinimumModifiers
+: Chummer.Attribute
+
+MinRating
+: Chummer.Cyberware
+, Chummer.Gear
+
+ModCostMultiplier
+: Chummer.WeaponMod
+
+Mode
+: Chummer.frmExpense
+, Chummer.Weapon
+
+ModMultiplier
+: Chummer.frmSelectVehicleMod
+, Chummer.Weapon
+
+Mods
+: Chummer.Vehicle
+
+Month
+: Chummer.CalendarWeek
+
+Months
+: Chummer.Lifestyle
+
+MonthWeek
+: Chummer.CalendarWeek
+
+MoreLethalGameplay
+: Chummer.CharacterOptions
+
+Mount
+: Chummer.WeaponAccessory
+
+MoveArmorNode()
+: Chummer.MainController
+
+MoveArmorRoot()
+: Chummer.MainController
+
+MoveGearNode()
+: Chummer.MainController
+
+MoveGearParent()
+: Chummer.MainController
+
+MoveGearRoot()
+: Chummer.MainController
+
+MoveImprovementNode()
+: Chummer.MainController
+
+MoveImprovementRoot()
+: Chummer.MainController
+
+MoveLifestyleNode()
+: Chummer.MainController
+
+Movement
+: Chummer.Character
+
+MoveVehicleGearParent()
+: Chummer.MainController
+
+MoveVehicleNode()
+: Chummer.MainController
+
+MoveWeaponNode()
+: Chummer.MainController
+
+MoveWeaponRoot()
+: Chummer.MainController
+
+Mugshot
+: Chummer.Character
+
+MultipliableCost
+: Chummer.Weapon
+
+Multiplier
+: Chummer.frmLifestyleNuyen
+, Chummer.Lifestyle
+
+MultiplyForbiddenCost
+: Chummer.CharacterOptions
+
+MultiplyRestrictedCost
+: Chummer.CharacterOptions
+
+MutantCritterBaseSkills
+: Chummer.Character
+
+MutantPoints
+: Chummer.Quality
+
+
+
+
+
+
+
diff --git a/docs/functions_n.html b/docs/functions_n.html
new file mode 100644
index 0000000..fc83fc4
--- /dev/null
+++ b/docs/functions_n.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- n -
+Name
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Character
+, Chummer.CharacterOptions
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.ListItem
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.MentorSpirit
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Necessities
+: Chummer.Lifestyle
+
+Neighborhood
+: Chummer.Lifestyle
+
+NoSingleArmorEncumbrance
+: Chummer.CharacterOptions
+
+Notes
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.frmNotes
+, Chummer.Gear
+, Chummer.Improvement
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Notoriety
+: Chummer.Character
+
+NotorietyTooltip
+: Chummer.Character
+
+Nuyen
+: Chummer.Character
+
+NuyenBP
+: Chummer.Character
+
+NuyenMaximumBP
+: Chummer.Character
+
+NuyenPerBP
+: Chummer.CharacterOptions
+
+NuyenType
+: Chummer.ExpenseUndo
+
+
+
+
+
+
+
diff --git a/docs/functions_o.html b/docs/functions_o.html
new file mode 100644
index 0000000..1ac335e
--- /dev/null
+++ b/docs/functions_o.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- o -
+ObjectId
+: Chummer.ExpenseUndo
+
+OldSpecialization
+: Chummer.SkillControl
+
+OmaeAutoLogin
+: Chummer.GlobalOptions
+
+OmaePassword
+: Chummer.GlobalOptions
+
+OmaeUserName
+: Chummer.GlobalOptions
+
+OmaeWindow
+: Chummer.frmMain
+
+OnlyCategory
+: Chummer.frmSelectSkill
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectWeaponCategory
+
+OnlyGroup
+: Chummer.frmSelectSkillGroup
+
+OnlySkill
+: Chummer.frmSelectSkill
+
+OnlySkillGroup
+: Chummer.frmSelectSkill
+
+OpenPDF()
+: Chummer.CommonFunctions
+
+Options
+: Chummer.Character
+, Chummer.TechProgram
+
+Ordeal
+: Chummer.InitiationGrade
+
+Order
+: Chummer.ListViewColumnSorter
+
+OriginSource
+: Chummer.Quality
+
+OverrideSpecialAttributeEssenceLoss
+: Chummer.Character
+
+OwnCost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+OwnedByUser
+: Chummer.OmaeRecord
+
+
+
+
+
+
+
diff --git a/docs/functions_p.html b/docs/functions_p.html
new file mode 100644
index 0000000..d73a1db
--- /dev/null
+++ b/docs/functions_p.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- p -
+Page
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+PaidWithKarma
+: Chummer.Metamagic
+
+Parent
+: Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+PDFAppPath
+: Chummer.GlobalOptions
+
+Percentage
+: Chummer.Lifestyle
+
+PhysicalCM
+: Chummer.Character
+, Chummer.Vehicle
+
+PhysicalCMFilled
+: Chummer.Character
+, Chummer.Vehicle
+
+Pilot
+: Chummer.Vehicle
+, Chummer.VehicleMod
+
+PlayerName
+: Chummer.Character
+
+PluginArmorCapacity
+: Chummer.Gear
+
+PluginCapacity
+: Chummer.Gear
+
+PointsPerLevel
+: Chummer.frmSelectPower
+, Chummer.Power
+, Chummer.PowerControl
+
+PopulateCalendar()
+: Chummer.frmCareer
+
+PopulateCyberwareGradeList()
+: Chummer.frmCreate
+
+PopulateExpenseList()
+: Chummer.frmCareer
+
+PopulateFocusList()
+: Chummer.MainController
+
+PopulateMetatypes()
+: Chummer.frmOmae
+
+PopulateMode()
+: Chummer.frmOmae
+
+PopulateMRU()
+: Chummer.frmCareer
+, Chummer.frmCreate
+, Chummer.frmMain
+
+PopulateQualities()
+: Chummer.frmOmae
+
+PopulateSortOrder()
+: Chummer.frmOmae
+
+Possessed
+: Chummer.Character
+
+PowerLevel
+: Chummer.PowerControl
+
+PowerName
+: Chummer.PowerControl
+
+PowerObject
+: Chummer.PowerControl
+
+PowerPoints
+: Chummer.CritterPower
+, Chummer.frmSelectCritterPower
+, Chummer.Power
+, Chummer.PowerControl
+
+Powers
+: Chummer.Character
+
+Print()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Attribute
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.Commlink
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+PrintArcanaAlternates
+: Chummer.CharacterOptions
+
+PrintExpenses
+: Chummer.CharacterOptions
+
+PrintLeadershipAlternates
+: Chummer.CharacterOptions
+
+PrintNotes
+: Chummer.CharacterOptions
+
+PrintSkillsWithZeroRating
+: Chummer.CharacterOptions
+
+PrintToFileFirst
+: Chummer.GlobalOptions
+
+PrintToStream()
+: Chummer.Character
+
+PrintWindow
+: Chummer.Character
+
+ProcessorLimit
+: Chummer.Commlink
+
+ProgramCategory
+: Chummer.frmSelectProgramOption
+
+ProgramName
+: Chummer.frmSelectProgramOption
+
+ProgramTags
+: Chummer.frmSelectProgramOption
+
+PublicAwareness
+: Chummer.Character
+
+PublicAwarenessTooltip
+: Chummer.Character
+
+Purchased
+: Chummer.Lifestyle
+
+
+
+
+
+
+
diff --git a/docs/functions_prop.html b/docs/functions_prop.html
new file mode 100644
index 0000000..08b8e91
--- /dev/null
+++ b/docs/functions_prop.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- a -
+Abbrev
+: Chummer.Attribute
+
+Accel
+: Chummer.Vehicle
+
+AccelRunning
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+AccelWalking
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+AccessoryCostMultiplier
+: Chummer.WeaponMod
+
+AccessoryMultiplier
+: Chummer.frmSelectWeaponAccessory
+, Chummer.Weapon
+
+Action
+: Chummer.CritterPower
+
+ActiveAmmoSlot
+: Chummer.Weapon
+
+Adapsin
+: Chummer.Grade
+
+AdapsinEnabled
+: Chummer.Character
+
+AddAgain
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectCritterPower
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+, Chummer.frmSelectLifestyle
+, Chummer.frmSelectMartialArt
+, Chummer.frmSelectMartialArtAdvantage
+, Chummer.frmSelectMartialArtManeuver
+, Chummer.frmSelectMetamagic
+, Chummer.frmSelectPACKSKit
+, Chummer.frmSelectPower
+, Chummer.frmSelectProgram
+, Chummer.frmSelectProgramOption
+, Chummer.frmSelectQuality
+, Chummer.frmSelectSpell
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+
+AddMode
+: Chummer.WeaponMod
+
+AddToRating
+: Chummer.Improvement
+
+AdeptEnabled
+: Chummer.Character
+
+Advantages
+: Chummer.MartialArt
+, Chummer.MentorSpirit
+
+Aerodynamic
+: Chummer.frmSelectGear
+
+Age
+: Chummer.Character
+
+AGI
+: Chummer.Character
+
+Alias
+: Chummer.Character
+
+AllowAutoSelect
+: Chummer.frmSelectItem
+
+AllowBiowareSuites
+: Chummer.CharacterOptions
+
+AllowCancel
+: Chummer.frmSelectNumber
+
+AllowCustomTransgenics
+: Chummer.CharacterOptions
+
+AllowCyberware
+: Chummer.VehicleMod
+
+AllowCyberwareESSDiscounts
+: Chummer.CharacterOptions
+
+AllowDelete
+: Chummer.Skill
+, Chummer.SkillControl
+
+AllowedCategories
+: Chummer.frmSelectArmorMod
+, Chummer.frmSelectGear
+, Chummer.frmSelectVehicleMod
+
+AllowEditPartOfBaseWeapon
+: Chummer.CharacterOptions
+
+AllowedMounts
+: Chummer.frmSelectWeaponAccessory
+
+AllowExceedAttributeBP
+: Chummer.CharacterOptions
+
+AllowGear
+: Chummer.Cyberware
+, Chummer.WeaponAccessory
+
+AllowHigherStackedFoci
+: Chummer.CharacterOptions
+
+AllowModularPlugins
+: Chummer.Cyberware
+, Chummer.frmSelectCyberware
+, Chummer.VehicleMod
+
+AllowObsolescentUpgrade
+: Chummer.CharacterOptions
+
+AllowPrint
+: Chummer.Quality
+
+AllowSkillDiceRolling
+: Chummer.CharacterOptions
+
+AllowSkillRegrouping
+: Chummer.CharacterOptions
+
+AlternateArmorEncumbrance
+: Chummer.CharacterOptions
+
+AlternateComplexFormCost
+: Chummer.CharacterOptions
+
+AlternateMatrixAttribute
+: Chummer.CharacterOptions
+
+AlternateMetatypeAttributeKarma
+: Chummer.CharacterOptions
+
+Ammo
+: Chummer.frmReload
+, Chummer.Weapon
+
+AmmoBonus
+: Chummer.WeaponMod
+
+AmmoCategory
+: Chummer.Weapon
+
+AmmoLoaded
+: Chummer.Weapon
+
+AmmoRemaining
+: Chummer.Weapon
+
+AmmoReplace
+: Chummer.WeaponMod
+
+AmmoSlots
+: Chummer.Weapon
+
+Amount
+: Chummer.ExpenseLogEntry
+, Chummer.frmExpense
+
+AP
+: Chummer.Weapon
+
+APBonus
+: Chummer.WeaponMod
+
+AreaOfInfluence
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+AreaOfInfluenceRating
+: Chummer.ContactControl
+
+Armor
+: Chummer.Character
+, Chummer.Vehicle
+
+ArmorBundles
+: Chummer.Character
+
+ArmorCapacity
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Gear
+
+ArmorCost
+: Chummer.frmSelectArmorMod
+
+ArmorDegradation
+: Chummer.CharacterOptions
+
+ArmorMods
+: Chummer.Armor
+
+ArmorName
+: Chummer.Armor
+
+ArmorSuitCapacity
+: Chummer.CharacterOptions
+
+AstralInitiative
+: Chummer.Character
+
+AstralInitiativePasses
+: Chummer.Character
+
+Attribute
+: Chummer.Skill
+, Chummer.SkillControl
+
+AttributeModifiers
+: Chummer.Attribute
+, Chummer.Skill
+
+AttributeValueModifiers
+: Chummer.Attribute
+
+Augmented
+: Chummer.Attribute
+, Chummer.Improvement
+
+AugmentedMaximum
+: Chummer.Improvement
+
+AugmentedMaximumModifiers
+: Chummer.Attribute
+
+AugmentModifier
+: Chummer.Attribute
+
+AutomaticCopyProtection
+: Chummer.CharacterOptions
+
+AutomaticRegistration
+: Chummer.CharacterOptions
+
+AutomaticUpdate
+: Chummer.GlobalOptions
+
+Avail
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Avail10
+: Chummer.Gear
+
+Avail3
+: Chummer.Gear
+
+Avail6
+: Chummer.Gear
+
+Availability
+: Chummer.CharacterOptions
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_b.html b/docs/functions_prop_b.html
new file mode 100644
index 0000000..d5eed43
--- /dev/null
+++ b/docs/functions_prop_b.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- b -
+Background
+: Chummer.Character
+
+Ballistic
+: Chummer.Armor
+, Chummer.ArmorMod
+
+BallisticArmorEncumbrance
+: Chummer.Character
+
+BallisticArmorRating
+: Chummer.Character
+
+BallisticDamage
+: Chummer.Armor
+
+BasicBiowareESSMultiplier
+: Chummer.frmSelectCyberware
+
+BindingCost
+: Chummer.StackedFocus
+
+BiowareEssence
+: Chummer.Character
+
+BlackMarket
+: Chummer.Character
+
+BOD
+: Chummer.Character
+
+Body
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+Bonded
+: Chummer.Gear
+, Chummer.StackedFocus
+
+Bonus
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.VehicleMod
+
+BonusNode
+: Chummer.frmSelectMentorSpirit
+
+Books
+: Chummer.CharacterOptions
+
+Bound
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+BP
+: Chummer.Quality
+
+BPActiveSkill
+: Chummer.CharacterOptions
+
+BPActiveSkillSpecialization
+: Chummer.CharacterOptions
+
+BPAttribute
+: Chummer.CharacterOptions
+
+BPAttributeMax
+: Chummer.CharacterOptions
+
+BPComplexForm
+: Chummer.CharacterOptions
+
+BPComplexFormOption
+: Chummer.CharacterOptions
+
+BPContact
+: Chummer.CharacterOptions
+
+BPFocus
+: Chummer.CharacterOptions
+
+BPKnowledgeSkill
+: Chummer.CharacterOptions
+
+BPMartialArt
+: Chummer.CharacterOptions
+
+BPMartialArtManeuver
+: Chummer.CharacterOptions
+
+BPSkillGroup
+: Chummer.CharacterOptions
+
+BPSpell
+: Chummer.CharacterOptions
+
+BPSpirit
+: Chummer.CharacterOptions
+
+BreakSkillGroupsInCreateMode
+: Chummer.CharacterOptions
+
+Broken
+: Chummer.SkillGroup
+, Chummer.SkillGroupControl
+
+BuildKarma
+: Chummer.Character
+
+BuildMethod
+: Chummer.Character
+, Chummer.CharacterOptions
+
+BuildPoints
+: Chummer.Character
+, Chummer.CharacterOptions
+
+BurntStreetCred
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_c.html b/docs/functions_prop_c.html
new file mode 100644
index 0000000..f3d9898
--- /dev/null
+++ b/docs/functions_prop_c.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- c -
+CalculateCommlinkResponse
+: Chummer.CharacterOptions
+
+CalculatedArmorCapacity
+: Chummer.Gear
+
+CalculatedAvail
+: Chummer.Vehicle
+
+CalculatedCapacity
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+
+CalculatedCost
+: Chummer.Gear
+
+CalculatedESS
+: Chummer.Cyberware
+
+CalculatedMode
+: Chummer.Weapon
+
+CalculatedNotoriety
+: Chummer.Character
+
+CalculatedPointsPerLevel
+: Chummer.Power
+
+CalculatedPublicAwareness
+: Chummer.Character
+
+CalculatedSensor
+: Chummer.Vehicle
+
+CalculatedSlots
+: Chummer.VehicleMod
+
+CalculatedStreetCred
+: Chummer.Character
+
+Calendar
+: Chummer.Character
+
+Capacity
+: Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+
+CapacityDisplayStyle
+: Chummer.Armor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectGear
+
+CapacityRemaining
+: Chummer.Armor
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+
+CapSkillRating
+: Chummer.CharacterOptions
+
+CareerKarma
+: Chummer.Character
+
+CareerNuyen
+: Chummer.Character
+
+Category
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+
+CHA
+: Chummer.Character
+
+Character
+: Chummer.frmSelectItem
+
+CharacterESSMultiplier
+: Chummer.frmSelectCyberware
+, Chummer.frmSelectCyberwareSuite
+
+CharacterID
+: Chummer.OmaeRecord
+
+CharacterName
+: Chummer.frmCareer
+, Chummer.OmaeRecord
+
+CharacterObject
+: Chummer.Power
+, Chummer.Skill
+, Chummer.Spirit
+
+Characters
+: Chummer.frmViewer
+
+CharacterType
+: Chummer.OmaeRecord
+
+CharacterXML
+: Chummer.frmExport
+, Chummer.frmViewer
+
+ChildAvailModifier
+: Chummer.Gear
+
+ChildCostMultiplier
+: Chummer.Gear
+
+Children
+: Chummer.Cyberware
+, Chummer.Gear
+
+Choice1
+: Chummer.frmSelectMentorSpirit
+
+Choice1BonusNode
+: Chummer.frmSelectMentorSpirit
+
+Choice2
+: Chummer.frmSelectMentorSpirit
+
+Choice2BonusNode
+: Chummer.frmSelectMentorSpirit
+
+Clipboard
+: Chummer.GlobalOptions
+
+ClipboardContentType
+: Chummer.GlobalOptions
+
+CMOverflow
+: Chummer.Character
+
+CMThreshold
+: Chummer.Character
+
+CMThresholdOffset
+: Chummer.Character
+
+Colour
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+Comforts
+: Chummer.Lifestyle
+
+CommlinkFirewall
+: Chummer.frmSelectGear
+
+CommlinkResponse
+: Chummer.frmSelectGear
+
+CommlinkSignal
+: Chummer.frmSelectGear
+
+CommlinkSystem
+: Chummer.frmSelectGear
+
+Composure
+: Chummer.Character
+
+Concealability
+: Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Concept
+: Chummer.Character
+
+ConditionMonitor
+: Chummer.Commlink
+
+ConfirmDelete
+: Chummer.CharacterOptions
+
+ConfirmKarmaExpense
+: Chummer.CharacterOptions
+
+Connection
+: Chummer.Contact
+
+ConnectionRating
+: Chummer.ContactControl
+
+ContactName
+: Chummer.ContactControl
+, Chummer.PetControl
+
+ContactObject
+: Chummer.ContactControl
+, Chummer.PetControl
+
+Contacts
+: Chummer.Character
+
+ContributeToBP
+: Chummer.Quality
+
+ContributeToLimit
+: Chummer.Quality
+
+Cost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Cost10
+: Chummer.Gear
+
+Cost3
+: Chummer.Gear
+
+Cost6
+: Chummer.Gear
+
+CostFor
+: Chummer.Gear
+
+Count
+: Chummer.frmReload
+
+CountTowardsLimit
+: Chummer.CritterPower
+
+CreateBackupOnCareer
+: Chummer.CharacterOptions
+
+Created
+: Chummer.Character
+
+CritterEnabled
+: Chummer.Character
+
+CritterName
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+CritterPowers
+: Chummer.Character
+
+CultureInfo
+: Chummer.GlobalOptions
+
+Custom
+: Chummer.Improvement
+
+CustomGroup
+: Chummer.Improvement
+
+CustomId
+: Chummer.Improvement
+
+CustomName
+: Chummer.Improvement
+
+Cyberware
+: Chummer.Character
+
+CyberwareEssence
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_d.html b/docs/functions_prop_d.html
new file mode 100644
index 0000000..12fa1aa
--- /dev/null
+++ b/docs/functions_prop_d.html
@@ -0,0 +1,340 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- d -
+Damage
+: Chummer.Spell
+, Chummer.Weapon
+
+DataDoc
+: Chummer.LanguageManager
+
+Date
+: Chummer.ExpenseLogEntry
+
+DatesIncludeTime
+: Chummer.GlobalOptions
+
+Default
+: Chummer.Skill
+
+DefaultCharacterSheet
+: Chummer.GlobalOptions
+
+Description
+: Chummer.Character
+, Chummer.frmDiceHits
+, Chummer.frmSelectAttribute
+, Chummer.frmSelectItem
+, Chummer.frmSelectNumber
+, Chummer.frmSelectSkill
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectText
+, Chummer.frmSelectWeaponCategory
+, Chummer.OmaeRecord
+
+Descriptors
+: Chummer.Spell
+
+DeviceRating
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+Dice
+: Chummer.frmDiceHits
+, Chummer.frmDiceRoller
+, Chummer.frmLifestyleNuyen
+, Chummer.Lifestyle
+
+DicePool
+: Chummer.Spell
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DicePoolModifiers
+: Chummer.Skill
+
+DicePoolModifiersTooltip
+: Chummer.Skill
+
+DicePoolTooltip
+: Chummer.Spell
+, Chummer.Weapon
+
+DiscountAdeptWayEnabled
+: Chummer.PowerControl
+
+DiscountCost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DiscountedAdeptWay
+: Chummer.Power
+
+DiscountedByAdeptWay
+: Chummer.PowerControl
+
+DiscountedByGeas
+: Chummer.PowerControl
+
+DiscountedGeas
+: Chummer.Power
+
+DiscountGeasEnabled
+: Chummer.PowerControl
+
+DisplayAction
+: Chummer.CritterPower
+
+DisplayAmmoCategory
+: Chummer.Weapon
+
+DisplayAttribute
+: Chummer.Skill
+
+DisplayCategory
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+
+DisplayDamage
+: Chummer.Spell
+
+DisplayDescriptors
+: Chummer.Spell
+
+DisplayDuration
+: Chummer.CritterPower
+, Chummer.Spell
+
+DisplayDV
+: Chummer.Spell
+
+DisplayName
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CalendarWeek
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DisplayNameShort
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+DisplayRange
+: Chummer.CritterPower
+, Chummer.Spell
+
+DisplaySkill
+: Chummer.TechProgram
+
+DisplayType
+: Chummer.CritterPower
+, Chummer.Spell
+
+DoItYourself
+: Chummer.frmSelectGear
+
+DoNotAffectMetatypeMaximum
+: Chummer.frmSelectAttribute
+
+DoubleCost
+: Chummer.Power
+
+DoubledPoints
+: Chummer.Power
+
+Duration
+: Chummer.CritterPower
+, Chummer.Spell
+
+DV
+: Chummer.Spell
+
+DVBonus
+: Chummer.WeaponMod
+
+DVTooltip
+: Chummer.Spell
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_e.html b/docs/functions_prop_e.html
new file mode 100644
index 0000000..ed7356b
--- /dev/null
+++ b/docs/functions_prop_e.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- e -
+EDG
+: Chummer.Character
+
+EditImprovementObject
+: Chummer.frmCreateImprovement
+
+Enabled
+: Chummer.Improvement
+
+EnableStack
+: Chummer.frmSelectGear
+
+EnforceCapacity
+: Chummer.CharacterOptions
+
+EnforceMaximumSkillRatingModifier
+: Chummer.CharacterOptions
+
+Entertainment
+: Chummer.Lifestyle
+
+EntityType
+: Chummer.Contact
+, Chummer.ContactControl
+, Chummer.Spirit
+, Chummer.SpiritControl
+
+Equipped
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Gear
+
+ErgonomicProgramLimit
+: Chummer.CharacterOptions
+
+ESS
+: Chummer.Character
+, Chummer.Cyberware
+
+ESSDiscount
+: Chummer.Cyberware
+
+Essence
+: Chummer.Character
+, Chummer.Grade
+
+EssenceAtSpecialStart
+: Chummer.Character
+
+EssenceDecimals
+: Chummer.CharacterOptions
+
+EssenceHole
+: Chummer.Character
+
+EssenceMaximum
+: Chummer.Character
+
+EssencePenalty
+: Chummer.Character
+
+ESSLossReducesMaximumOnly
+: Chummer.CharacterOptions
+
+ExceedNegativeQualities
+: Chummer.CharacterOptions
+
+ExceedNegativeQualitiesLimit
+: Chummer.CharacterOptions
+
+ExceedPositiveQualities
+: Chummer.CharacterOptions
+
+Exclude
+: Chummer.Improvement
+
+ExcludeCategory
+: Chummer.frmSelectSkill
+, Chummer.frmSelectSkillGroup
+
+ExcludeLimbSlot
+: Chummer.CharacterOptions
+
+ExcludeSkillGroup
+: Chummer.frmSelectSkill
+
+ExoticSkill
+: Chummer.Skill
+
+ExpenseEntries
+: Chummer.Character
+
+ExtendAnyDetectionSpell
+: Chummer.CharacterOptions
+
+Extended
+: Chummer.frmSelectSpell
+, Chummer.Spell
+
+Extra
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.ExpenseUndo
+, Chummer.frmLifestyleNuyen
+, Chummer.Gear
+, Chummer.Power
+, Chummer.PowerControl
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.VehicleMod
+, Chummer.WeaponMod
+
+Eyes
+: Chummer.Character
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_f.html b/docs/functions_prop_f.html
new file mode 100644
index 0000000..ff0872a
--- /dev/null
+++ b/docs/functions_prop_f.html
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- f -
+FileName
+: Chummer.Character
+, Chummer.Contact
+, Chummer.Spirit
+
+Firewall
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.OperatingSystem
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+Fly
+: Chummer.Character
+
+Foci
+: Chummer.Character
+
+ForbiddenCostMultiplier
+: Chummer.CharacterOptions
+
+Force
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+ForceCategory
+: Chummer.frmSelectQuality
+
+ForcedValue
+: Chummer.frmSelectMartialArt
+, Chummer.ImprovementManager
+
+ForceGrade
+: Chummer.Cyberware
+
+ForceItem
+: Chummer.frmSelectItem
+
+ForceMaximum
+: Chummer.SpiritControl
+
+ForceSpellName
+: Chummer.frmSelectSpell
+
+ForceTransgenic
+: Chummer.frmSelectCyberware
+
+Free
+: Chummer.Contact
+, Chummer.ContactControl
+, Chummer.frmSelectContactConnection
+
+FreeContacts
+: Chummer.CharacterOptions
+
+FreeContactsFlat
+: Chummer.CharacterOptions
+
+FreeContactsFlatNumber
+: Chummer.CharacterOptions
+
+FreeContactsMultiplier
+: Chummer.CharacterOptions
+
+FreeCost
+: Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+, Chummer.frmSelectNexus
+, Chummer.frmSelectQuality
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+
+FreeKarmaKnowledge
+: Chummer.CharacterOptions
+
+FreeSpiritPowerPointsMAG
+: Chummer.CharacterOptions
+
+FullBurst
+: Chummer.Weapon
+, Chummer.WeaponMod
+
+FullName
+: Chummer.Power
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_g.html b/docs/functions_prop_g.html
new file mode 100644
index 0000000..58b78a8
--- /dev/null
+++ b/docs/functions_prop_g.html
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- g -
+GameNotes
+: Chummer.Character
+
+Gear
+: Chummer.Armor
+, Chummer.Character
+, Chummer.Cyberware
+, Chummer.frmSelectItem
+, Chummer.StackedFocus
+, Chummer.Vehicle
+, Chummer.WeaponAccessory
+
+GearId
+: Chummer.Focus
+, Chummer.StackedFocus
+
+GearName
+: Chummer.Gear
+
+GeneralItems
+: Chummer.frmSelectItem
+
+GenetechCostMultiplier
+: Chummer.frmSelectCyberware
+
+Grade
+: Chummer.Cyberware
+, Chummer.InitiationGrade
+
+Group
+: Chummer.Contact
+, Chummer.InitiationGrade
+
+GroupMember
+: Chummer.Character
+
+GroupName
+: Chummer.Character
+, Chummer.Contact
+, Chummer.frmSelectContactConnection
+, Chummer.SkillGroupControl
+
+GroupNotes
+: Chummer.Character
+
+GroupRating
+: Chummer.ContactControl
+, Chummer.SkillGroupControl
+
+GroupRatingMaximum
+: Chummer.SkillGroupControl
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_h.html b/docs/functions_prop_h.html
new file mode 100644
index 0000000..2bd5958
--- /dev/null
+++ b/docs/functions_prop_h.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_i.html b/docs/functions_prop_i.html
new file mode 100644
index 0000000..2d69f12
--- /dev/null
+++ b/docs/functions_prop_i.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- i -
+IgnoreArmorEncumbrance
+: Chummer.CharacterOptions
+
+IgnoreQuality
+: Chummer.frmSelectQuality
+
+IgnoreRules
+: Chummer.Character
+
+Impact
+: Chummer.Armor
+, Chummer.ArmorMod
+
+ImpactArmorEncumbrance
+: Chummer.Character
+
+ImpactArmorRating
+: Chummer.Character
+
+ImpactDamage
+: Chummer.Armor
+
+ImprovedName
+: Chummer.Improvement
+
+ImprovementGroups
+: Chummer.Character
+
+Improvements
+: Chummer.Character
+
+ImproveSource
+: Chummer.Improvement
+
+ImproveType
+: Chummer.Improvement
+
+IncludedInArmor
+: Chummer.ArmorMod
+
+IncludedInParent
+: Chummer.Gear
+
+IncludedInVehicle
+: Chummer.VehicleMod
+
+IncludedInWeapon
+: Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Infirm
+: Chummer.Character
+
+InherentProgram
+: Chummer.frmSelectGear
+
+INI
+: Chummer.Character
+
+InitiateGrade
+: Chummer.Character
+
+InitiationEnabled
+: Chummer.Character
+
+InitiationGrades
+: Chummer.Character
+
+Initiative
+: Chummer.Character
+
+InitiativePasses
+: Chummer.Character
+
+InputFile
+: Chummer.frmSelectVehicleMod
+
+Installed
+: Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Instance
+: Chummer.GlobalOptions
+, Chummer.LanguageManager
+, Chummer.XmlManager
+
+INT
+: Chummer.Character
+
+InternalId
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CalendarWeek
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+IsActive
+: Chummer.Commlink
+
+IsCritter
+: Chummer.Character
+
+IsEnabled
+: Chummer.SkillGroupControl
+
+IsErgonomic
+: Chummer.Gear
+
+IsFreeSprite
+: Chummer.Character
+
+IsGrouped
+: Chummer.Skill
+, Chummer.SkillControl
+
+IsLivingPersona
+: Chummer.Commlink
+
+IsProgram
+: Chummer.Gear
+
+IsSprite
+: Chummer.Character
+
+IsUnderbarrelWeapon
+: Chummer.Weapon
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_j.html b/docs/functions_prop_j.html
new file mode 100644
index 0000000..e1a0fb1
--- /dev/null
+++ b/docs/functions_prop_j.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_k.html b/docs/functions_prop_k.html
new file mode 100644
index 0000000..3409b5a
--- /dev/null
+++ b/docs/functions_prop_k.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_l.html b/docs/functions_prop_l.html
new file mode 100644
index 0000000..1f766ae
--- /dev/null
+++ b/docs/functions_prop_l.html
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_m.html b/docs/functions_prop_m.html
new file mode 100644
index 0000000..f01f203
--- /dev/null
+++ b/docs/functions_prop_m.html
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- m -
+MAG
+: Chummer.Character
+
+MAGAdept
+: Chummer.Character
+
+MAGEnabled
+: Chummer.Character
+
+MagicalResources
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+MagicalResourcesRating
+: Chummer.ContactControl
+
+MagicianEnabled
+: Chummer.Character
+
+MagicTradition
+: Chummer.Character
+
+MAGMagician
+: Chummer.Character
+
+MainForm
+: Chummer.GlobalOptions
+
+Maneuver
+: Chummer.Vehicle
+
+Markup
+: Chummer.frmSelectArmor
+, Chummer.frmSelectArmorMod
+, Chummer.frmSelectGear
+, Chummer.frmSelectVehicle
+, Chummer.frmSelectVehicleMod
+, Chummer.frmSelectWeapon
+, Chummer.frmSelectWeaponAccessory
+
+MartialArt
+: Chummer.frmSelectMartialArtAdvantage
+
+MartialArtManeuvers
+: Chummer.Character
+
+MartialArts
+: Chummer.Character
+
+MatrixInitiative
+: Chummer.Character
+
+MatrixInitiativePasses
+: Chummer.Character
+
+MatrixResources
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+MatrixResourcesRating
+: Chummer.ContactControl
+
+MaxArmor
+: Chummer.Vehicle
+
+Maximum
+: Chummer.frmSelectNumber
+, Chummer.Improvement
+
+MaximumArmorModifications
+: Chummer.CharacterOptions
+
+MaximumAvailability
+: Chummer.Character
+
+MaximumCapacity
+: Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+
+MaximumModifiers
+: Chummer.Attribute
+
+MaximumRating
+: Chummer.ArmorMod
+
+MaxLevels
+: Chummer.Power
+, Chummer.PowerControl
+
+MaxRating
+: Chummer.Cyberware
+, Chummer.Gear
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.VehicleMod
+
+MaxSkillRating
+: Chummer.Character
+
+Membership
+: Chummer.Contact
+, Chummer.frmSelectContactConnection
+
+MembershipRating
+: Chummer.ContactControl
+
+Memory
+: Chummer.Character
+
+Metamagics
+: Chummer.Character
+
+Metatype
+: Chummer.Character
+
+MetatypeAugmentedMaximum
+: Chummer.Attribute
+
+MetatypeBP
+: Chummer.Character
+
+MetatypeCategory
+: Chummer.Character
+
+MetatypeCostsKarma
+: Chummer.CharacterOptions
+
+MetatypeCostsKarmaMultiplier
+: Chummer.CharacterOptions
+
+MetatypeMaximum
+: Chummer.Attribute
+
+MetatypeMinimum
+: Chummer.Attribute
+
+Metavariant
+: Chummer.Character
+
+Minimum
+: Chummer.frmSelectNumber
+, Chummer.Improvement
+
+MinimumModifiers
+: Chummer.Attribute
+
+MinRating
+: Chummer.Cyberware
+, Chummer.Gear
+
+ModCostMultiplier
+: Chummer.WeaponMod
+
+Mode
+: Chummer.frmExpense
+, Chummer.Weapon
+
+ModMultiplier
+: Chummer.frmSelectVehicleMod
+, Chummer.Weapon
+
+Mods
+: Chummer.Vehicle
+
+Month
+: Chummer.CalendarWeek
+
+Months
+: Chummer.Lifestyle
+
+MonthWeek
+: Chummer.CalendarWeek
+
+MoreLethalGameplay
+: Chummer.CharacterOptions
+
+Mount
+: Chummer.WeaponAccessory
+
+Movement
+: Chummer.Character
+
+Mugshot
+: Chummer.Character
+
+MultipliableCost
+: Chummer.Weapon
+
+Multiplier
+: Chummer.frmLifestyleNuyen
+, Chummer.Lifestyle
+
+MultiplyForbiddenCost
+: Chummer.CharacterOptions
+
+MultiplyRestrictedCost
+: Chummer.CharacterOptions
+
+MutantCritterBaseSkills
+: Chummer.Character
+
+MutantPoints
+: Chummer.Quality
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_n.html b/docs/functions_prop_n.html
new file mode 100644
index 0000000..62205fa
--- /dev/null
+++ b/docs/functions_prop_n.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- n -
+Name
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Character
+, Chummer.CharacterOptions
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.ListItem
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.MentorSpirit
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Necessities
+: Chummer.Lifestyle
+
+Neighborhood
+: Chummer.Lifestyle
+
+NoSingleArmorEncumbrance
+: Chummer.CharacterOptions
+
+Notes
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.frmNotes
+, Chummer.Gear
+, Chummer.Improvement
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+Notoriety
+: Chummer.Character
+
+NotorietyTooltip
+: Chummer.Character
+
+Nuyen
+: Chummer.Character
+
+NuyenBP
+: Chummer.Character
+
+NuyenMaximumBP
+: Chummer.Character
+
+NuyenPerBP
+: Chummer.CharacterOptions
+
+NuyenType
+: Chummer.ExpenseUndo
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_o.html b/docs/functions_prop_o.html
new file mode 100644
index 0000000..8c4e4d1
--- /dev/null
+++ b/docs/functions_prop_o.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- o -
+ObjectId
+: Chummer.ExpenseUndo
+
+OldSpecialization
+: Chummer.SkillControl
+
+OmaeAutoLogin
+: Chummer.GlobalOptions
+
+OmaePassword
+: Chummer.GlobalOptions
+
+OmaeUserName
+: Chummer.GlobalOptions
+
+OmaeWindow
+: Chummer.frmMain
+
+OnlyCategory
+: Chummer.frmSelectSkill
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectWeaponCategory
+
+OnlyGroup
+: Chummer.frmSelectSkillGroup
+
+OnlySkill
+: Chummer.frmSelectSkill
+
+OnlySkillGroup
+: Chummer.frmSelectSkill
+
+Options
+: Chummer.Character
+, Chummer.TechProgram
+
+Ordeal
+: Chummer.InitiationGrade
+
+Order
+: Chummer.ListViewColumnSorter
+
+OriginSource
+: Chummer.Quality
+
+OverrideSpecialAttributeEssenceLoss
+: Chummer.Character
+
+OwnCost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+OwnedByUser
+: Chummer.OmaeRecord
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_p.html b/docs/functions_prop_p.html
new file mode 100644
index 0000000..8cfad60
--- /dev/null
+++ b/docs/functions_prop_p.html
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- p -
+Page
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+PaidWithKarma
+: Chummer.Metamagic
+
+Parent
+: Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+PDFAppPath
+: Chummer.GlobalOptions
+
+Percentage
+: Chummer.Lifestyle
+
+PhysicalCM
+: Chummer.Character
+, Chummer.Vehicle
+
+PhysicalCMFilled
+: Chummer.Character
+, Chummer.Vehicle
+
+Pilot
+: Chummer.Vehicle
+, Chummer.VehicleMod
+
+PlayerName
+: Chummer.Character
+
+PluginArmorCapacity
+: Chummer.Gear
+
+PluginCapacity
+: Chummer.Gear
+
+PointsPerLevel
+: Chummer.frmSelectPower
+, Chummer.Power
+, Chummer.PowerControl
+
+Possessed
+: Chummer.Character
+
+PowerLevel
+: Chummer.PowerControl
+
+PowerName
+: Chummer.PowerControl
+
+PowerObject
+: Chummer.PowerControl
+
+PowerPoints
+: Chummer.CritterPower
+, Chummer.frmSelectCritterPower
+, Chummer.Power
+, Chummer.PowerControl
+
+Powers
+: Chummer.Character
+
+PrintArcanaAlternates
+: Chummer.CharacterOptions
+
+PrintExpenses
+: Chummer.CharacterOptions
+
+PrintLeadershipAlternates
+: Chummer.CharacterOptions
+
+PrintNotes
+: Chummer.CharacterOptions
+
+PrintSkillsWithZeroRating
+: Chummer.CharacterOptions
+
+PrintToFileFirst
+: Chummer.GlobalOptions
+
+PrintWindow
+: Chummer.Character
+
+ProcessorLimit
+: Chummer.Commlink
+
+ProgramCategory
+: Chummer.frmSelectProgramOption
+
+ProgramName
+: Chummer.frmSelectProgramOption
+
+ProgramTags
+: Chummer.frmSelectProgramOption
+
+PublicAwareness
+: Chummer.Character
+
+PublicAwarenessTooltip
+: Chummer.Character
+
+Purchased
+: Chummer.Lifestyle
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_q.html b/docs/functions_prop_q.html
new file mode 100644
index 0000000..6edc54e
--- /dev/null
+++ b/docs/functions_prop_q.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_r.html b/docs/functions_prop_r.html
new file mode 100644
index 0000000..cbbee74
--- /dev/null
+++ b/docs/functions_prop_r.html
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- r -
+Range
+: Chummer.CritterPower
+, Chummer.Spell
+
+RangeBonus
+: Chummer.Weapon
+, Chummer.WeaponMod
+
+RangeExtreme
+: Chummer.Weapon
+
+RangeLong
+: Chummer.Weapon
+
+RangeMedium
+: Chummer.Weapon
+
+RangeShort
+: Chummer.Weapon
+
+Rating
+: Chummer.ArmorMod
+, Chummer.Character
+, Chummer.Cyberware
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Improvement
+, Chummer.MartialArt
+, Chummer.Power
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.VehicleMod
+, Chummer.WeaponMod
+
+RatingMaximum
+: Chummer.Skill
+, Chummer.SkillGroup
+
+RatingModifiers
+: Chummer.Skill
+
+RC
+: Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+RCGroup
+: Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+REA
+: Chummer.Character
+
+Reach
+: Chummer.Weapon
+
+Reason
+: Chummer.ExpenseLogEntry
+
+Refund
+: Chummer.ExpenseLogEntry
+, Chummer.frmExpense
+
+RelativeFileName
+: Chummer.Contact
+, Chummer.Spirit
+
+RequireAmmo
+: Chummer.Weapon
+
+RES
+: Chummer.Character
+
+RESEnabled
+: Chummer.Character
+
+Response
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+RestrictedCostMultiplier
+: Chummer.CharacterOptions
+
+RestrictRecoil
+: Chummer.CharacterOptions
+
+Result
+: Chummer.frmDiceHits
+
+RollerWindow
+: Chummer.frmMain
+
+Roommates
+: Chummer.Lifestyle
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_s.html b/docs/functions_prop_s.html
new file mode 100644
index 0000000..476d077
--- /dev/null
+++ b/docs/functions_prop_s.html
@@ -0,0 +1,520 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- s -
+SecondHand
+: Chummer.Grade
+
+Security
+: Chummer.Lifestyle
+
+SelectedAccessory
+: Chummer.frmSelectWeaponAccessory
+
+SelectedAdvantage
+: Chummer.frmSelectMartialArtAdvantage
+
+SelectedAmmo
+: Chummer.frmReload
+
+SelectedArmor
+: Chummer.frmSelectArmor
+
+SelectedArmorMod
+: Chummer.frmSelectArmorMod
+
+SelectedAttribute
+: Chummer.frmSelectAttribute
+
+SelectedCategory
+: Chummer.frmSelectGear
+, Chummer.frmSelectPACKSKit
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectWeaponCategory
+
+SelectedCount
+: Chummer.frmReload
+
+SelectedCyberware
+: Chummer.frmSelectCyberware
+
+SelectedDate
+: Chummer.frmExpense
+
+SelectedESSDiscount
+: Chummer.frmSelectCyberware
+
+SelectedExoticSkill
+: Chummer.frmSelectExoticSkill
+
+SelectedGear
+: Chummer.frmSelectGear
+
+SelectedGrade
+: Chummer.frmSelectCyberware
+
+SelectedItem
+: Chummer.frmSelectItem
+
+SelectedKit
+: Chummer.frmSelectPACKSKit
+
+SelectedLifestyle
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectLifestyle
+
+SelectedManeuver
+: Chummer.frmSelectMartialArtManeuver
+
+SelectedMartialArt
+: Chummer.frmSelectMartialArt
+
+SelectedMentor
+: Chummer.frmSelectMentorSpirit
+
+SelectedMetamagic
+: Chummer.frmSelectMetamagic
+
+SelectedMod
+: Chummer.frmSelectVehicleMod
+
+SelectedMount
+: Chummer.frmSelectWeaponAccessory
+
+SelectedNexus
+: Chummer.frmSelectNexus
+
+SelectedOption
+: Chummer.frmSelectProgramOption
+
+SelectedPower
+: Chummer.frmSelectCritterPower
+, Chummer.frmSelectPower
+
+SelectedProgram
+: Chummer.frmSelectProgram
+
+SelectedQty
+: Chummer.frmSelectGear
+
+SelectedQuality
+: Chummer.frmSelectQuality
+
+SelectedRating
+: Chummer.frmSelectArmorMod
+, Chummer.frmSelectCritterPower
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+, Chummer.frmSelectVehicleMod
+
+SelectedSheet
+: Chummer.frmViewer
+
+SelectedSide
+: Chummer.frmSelectSide
+
+SelectedSkill
+: Chummer.frmSelectSkill
+
+SelectedSpell
+: Chummer.frmCreateSpell
+, Chummer.frmSelectSpell
+
+SelectedSuite
+: Chummer.frmSelectCyberwareSuite
+
+SelectedValue
+: Chummer.frmSelectNumber
+, Chummer.frmSelectText
+, Chummer.ImprovementManager
+
+SelectedVehicle
+: Chummer.frmSelectVehicle
+
+SelectedWeapon
+: Chummer.frmNaturalWeapon
+, Chummer.frmSelectWeapon
+
+SelectedWeek
+: Chummer.frmSelectCalendarStart
+
+SelectedYear
+: Chummer.frmSelectCalendarStart
+
+SellPercent
+: Chummer.frmSellItem
+
+Sensor
+: Chummer.Vehicle
+
+SensorSignal
+: Chummer.Vehicle
+
+ServicesOwed
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+SetGrade
+: Chummer.frmSelectCyberware
+
+SettingsFile
+: Chummer.Character
+, Chummer.frmSelectSetting
+
+Sex
+: Chummer.Character
+
+ShowArmorCapacityOnly
+: Chummer.frmSelectGear
+
+ShowKnowledgeSkills
+: Chummer.frmSelectSkill
+
+ShowMetatypeMaximum
+: Chummer.frmSelectAttribute
+
+ShowNegativeCapacityOnly
+: Chummer.frmSelectGear
+
+ShowOnlySubsystems
+: Chummer.frmSelectCyberware
+
+ShowPositiveCapacityOnly
+: Chummer.frmSelectGear
+
+Signal
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+SilentMode
+: Chummer.frmUpdate
+
+SingleDiceRoller
+: Chummer.GlobalOptions
+
+Skill
+: Chummer.TechProgram
+
+SkillCategory
+: Chummer.Skill
+, Chummer.SkillControl
+
+SkillDefaultingIncludesModifiers
+: Chummer.CharacterOptions
+
+SkillGroup
+: Chummer.Skill
+, Chummer.SkillControl
+
+SkillGroupObject
+: Chummer.SkillGroupControl
+
+SkillGroups
+: Chummer.Character
+
+SkillName
+: Chummer.SkillControl
+
+SkillObject
+: Chummer.SkillControl
+
+SkillRating
+: Chummer.SkillControl
+
+SkillRatingMaximum
+: Chummer.SkillControl
+
+Skills
+: Chummer.Character
+
+SkillsoftAccess
+: Chummer.Character
+
+SkillSpec
+: Chummer.SkillControl
+
+Skin
+: Chummer.Character
+
+Slots
+: Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.WeaponMod
+
+SlotsRemaining
+: Chummer.Weapon
+
+SlotsUsed
+: Chummer.Vehicle
+
+SortColumn
+: Chummer.ListViewColumnSorter
+
+SortOrder
+: Chummer.Improvement
+
+Source
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+SourcebookInfo
+: Chummer.GlobalOptions
+
+SourceName
+: Chummer.Improvement
+
+SourceType
+: Chummer.Cyberware
+, Chummer.Metamagic
+
+Spec
+: Chummer.Weapon
+
+Spec2
+: Chummer.Weapon
+
+SpecialAttributeKarmaLimit
+: Chummer.CharacterOptions
+
+Specialization
+: Chummer.Skill
+
+SpecialKarmaCostBasedOnShownValue
+: Chummer.CharacterOptions
+
+Speed
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+Spells
+: Chummer.Character
+
+SpiritForceBasedOnTotalMAG
+: Chummer.CharacterOptions
+
+SpiritName
+: Chummer.SpiritControl
+
+SpiritObject
+: Chummer.SpiritControl
+
+Spirits
+: Chummer.Character
+
+Stack
+: Chummer.frmSelectGear
+
+StackedFoci
+: Chummer.Character
+
+StartingNuyen
+: Chummer.frmLifestyleNuyen
+
+StartupFullscreen
+: Chummer.GlobalOptions
+
+STR
+: Chummer.Character
+
+StreetCred
+: Chummer.Character
+
+StreetCredTooltip
+: Chummer.Character
+
+StrengthAffectsRecoil
+: Chummer.CharacterOptions
+
+strReason
+: Chummer.frmExpense
+
+StunCM
+: Chummer.Character
+
+StunCMFilled
+: Chummer.Character
+
+StyleType
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.Lifestyle
+
+SubmersionGrade
+: Chummer.Character
+
+Subsystems
+: Chummer.frmSelectCyberware
+, Chummer.VehicleMod
+
+Subsytems
+: Chummer.Cyberware
+
+Suite
+: Chummer.Cyberware
+
+Suppressive
+: Chummer.Weapon
+, Chummer.WeaponMod
+
+Swim
+: Chummer.Character
+
+System
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.OperatingSystem
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_t.html b/docs/functions_prop_t.html
new file mode 100644
index 0000000..8acc2bb
--- /dev/null
+++ b/docs/functions_prop_t.html
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- t -
+Tags
+: Chummer.TechProgram
+, Chummer.TechProgramOption
+
+Technomancer
+: Chummer.InitiationGrade
+
+TechnomancerAllowAutosoft
+: Chummer.CharacterOptions
+
+TechnomancerEnabled
+: Chummer.Character
+
+TechnomancerStream
+: Chummer.Character
+
+TechPrograms
+: Chummer.Character
+
+Text
+: Chummer.InitiationGrade
+
+Title
+: Chummer.frmDiceHits
+
+TotalAccel
+: Chummer.Vehicle
+
+TotalAgility
+: Chummer.Cyberware
+
+TotalAP
+: Chummer.Weapon
+
+TotalArmor
+: Chummer.Vehicle
+
+TotalAugmentedMaximum
+: Chummer.Attribute
+
+TotalAvail
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+TotalBallistic
+: Chummer.Armor
+
+TotalBallisticArmorRating
+: Chummer.Character
+
+TotalBody
+: Chummer.Cyberware
+, Chummer.Vehicle
+
+TotalCost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.frmSelectCyberwareSuite
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+TotalFirewall
+: Chummer.Commlink
+
+TotalForce
+: Chummer.StackedFocus
+
+TotalHandling
+: Chummer.Vehicle
+
+TotalImpact
+: Chummer.Armor
+
+TotalImpactArmorRating
+: Chummer.Character
+
+TotalMaximum
+: Chummer.Attribute
+
+TotalMinimum
+: Chummer.Attribute
+
+TotalMonthlyCost
+: Chummer.Lifestyle
+
+TotalNotoriety
+: Chummer.Character
+
+TotalPublicAwareness
+: Chummer.Character
+
+TotalRating
+: Chummer.Skill
+
+TotalRC
+: Chummer.Weapon
+
+TotalReach
+: Chummer.Weapon
+
+TotalResponse
+: Chummer.Commlink
+
+TotalSignal
+: Chummer.Commlink
+
+TotalSpeed
+: Chummer.Vehicle
+
+TotalStreetCred
+: Chummer.Character
+
+TotalStrength
+: Chummer.Cyberware
+
+TotalSystem
+: Chummer.Commlink
+
+TotalValue
+: Chummer.Attribute
+
+TotalWeaponCost
+: Chummer.frmSelectVehicleMod
+
+TransgenicsBiowareCostMultiplier
+: Chummer.frmSelectCyberware
+
+Type
+: Chummer.CritterPower
+, Chummer.ExpenseLogEntry
+, Chummer.Quality
+, Chummer.Spell
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_u.html b/docs/functions_prop_u.html
new file mode 100644
index 0000000..c201d79
--- /dev/null
+++ b/docs/functions_prop_u.html
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_v.html b/docs/functions_prop_v.html
new file mode 100644
index 0000000..5ef6939
--- /dev/null
+++ b/docs/functions_prop_v.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_w.html b/docs/functions_prop_w.html
new file mode 100644
index 0000000..8db5d7f
--- /dev/null
+++ b/docs/functions_prop_w.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_x.html b/docs/functions_prop_x.html
new file mode 100644
index 0000000..d190a24
--- /dev/null
+++ b/docs/functions_prop_x.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_prop_y.html b/docs/functions_prop_y.html
new file mode 100644
index 0000000..73e4dbd
--- /dev/null
+++ b/docs/functions_prop_y.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Class Members - Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/functions_q.html b/docs/functions_q.html
new file mode 100644
index 0000000..79d91b0
--- /dev/null
+++ b/docs/functions_q.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- q -
+
+
+
+
+
diff --git a/docs/functions_r.html b/docs/functions_r.html
new file mode 100644
index 0000000..25a9956
--- /dev/null
+++ b/docs/functions_r.html
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- r -
+Range
+: Chummer.CritterPower
+, Chummer.Spell
+
+RangeBonus
+: Chummer.Weapon
+, Chummer.WeaponMod
+
+RangeExtreme
+: Chummer.Weapon
+
+RangeLong
+: Chummer.Weapon
+
+RangeMedium
+: Chummer.Weapon
+
+RangeShort
+: Chummer.Weapon
+
+Rating
+: Chummer.ArmorMod
+, Chummer.Character
+, Chummer.Cyberware
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Improvement
+, Chummer.MartialArt
+, Chummer.Power
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.VehicleMod
+, Chummer.WeaponMod
+
+RatingMaximum
+: Chummer.Skill
+, Chummer.SkillGroup
+
+RatingModifiers
+: Chummer.Skill
+
+RC
+: Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+RCGroup
+: Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+REA
+: Chummer.Character
+
+Reach
+: Chummer.Weapon
+
+ReadMRUList()
+: Chummer.GlobalOptions
+
+ReadStickyMRUList()
+: Chummer.GlobalOptions
+
+Reason
+: Chummer.ExpenseLogEntry
+
+RefreshControl()
+: Chummer.SkillControl
+
+RefreshMaximum()
+: Chummer.PowerControl
+
+RefreshSelectedArmor()
+: Chummer.frmCareer
+, Chummer.frmCreate
+
+RefreshSelectedCyberware()
+: Chummer.frmCareer
+, Chummer.frmCreate
+
+RefreshSelectedGear()
+: Chummer.frmCareer
+, Chummer.frmCreate
+
+RefreshSelectedWeapon()
+: Chummer.frmCareer
+, Chummer.frmCreate
+
+RefreshTooltip()
+: Chummer.PowerControl
+
+RefreshView()
+: Chummer.frmViewer
+
+Refund
+: Chummer.ExpenseLogEntry
+, Chummer.frmExpense
+
+RelativeFileName
+: Chummer.Contact
+, Chummer.Spirit
+
+RemoveFromList()
+: Chummer.frmSelectAttribute
+
+RemoveFromMRUList()
+: Chummer.GlobalOptions
+
+RemoveFromStickyMRUList()
+: Chummer.GlobalOptions
+
+RemoveImprovements()
+: Chummer.ImprovementManager
+
+RequireAmmo
+: Chummer.Weapon
+
+RES
+: Chummer.Character
+
+RESEnabled
+: Chummer.Character
+
+Response
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+RestrictedCostMultiplier
+: Chummer.CharacterOptions
+
+RestrictRecoil
+: Chummer.CharacterOptions
+
+Result
+: Chummer.frmDiceHits
+
+RollerWindow
+: Chummer.frmMain
+
+Roommates
+: Chummer.Lifestyle
+
+
+
+
+
+
+
diff --git a/docs/functions_s.html b/docs/functions_s.html
new file mode 100644
index 0000000..8d9a956
--- /dev/null
+++ b/docs/functions_s.html
@@ -0,0 +1,580 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- s -
+Save()
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Attribute
+, Chummer.CalendarWeek
+, Chummer.Character
+, Chummer.CharacterOptions
+, Chummer.Commlink
+, Chummer.Contact
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.ExpenseLogEntry
+, Chummer.ExpenseUndo
+, Chummer.Focus
+, Chummer.Gear
+, Chummer.Improvement
+, Chummer.InitiationGrade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtAdvantage
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.OperatingSystem
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.SkillGroup
+, Chummer.Spell
+, Chummer.Spirit
+, Chummer.StackedFocus
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+SecondHand
+: Chummer.Grade
+
+Security
+: Chummer.Lifestyle
+
+SelectedAccessory
+: Chummer.frmSelectWeaponAccessory
+
+SelectedAdvantage
+: Chummer.frmSelectMartialArtAdvantage
+
+SelectedAmmo
+: Chummer.frmReload
+
+SelectedArmor
+: Chummer.frmSelectArmor
+
+SelectedArmorMod
+: Chummer.frmSelectArmorMod
+
+SelectedAttribute
+: Chummer.frmSelectAttribute
+
+SelectedCategory
+: Chummer.frmSelectGear
+, Chummer.frmSelectPACKSKit
+, Chummer.frmSelectSkillCategory
+, Chummer.frmSelectSpellCategory
+, Chummer.frmSelectWeaponCategory
+
+SelectedCount
+: Chummer.frmReload
+
+SelectedCyberware
+: Chummer.frmSelectCyberware
+
+SelectedDate
+: Chummer.frmExpense
+
+SelectedESSDiscount
+: Chummer.frmSelectCyberware
+
+SelectedExoticSkill
+: Chummer.frmSelectExoticSkill
+
+SelectedGear
+: Chummer.frmSelectGear
+
+SelectedGrade
+: Chummer.frmSelectCyberware
+
+SelectedItem
+: Chummer.frmSelectItem
+
+SelectedKit
+: Chummer.frmSelectPACKSKit
+
+SelectedLifestyle
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectLifestyle
+
+SelectedManeuver
+: Chummer.frmSelectMartialArtManeuver
+
+SelectedMartialArt
+: Chummer.frmSelectMartialArt
+
+SelectedMentor
+: Chummer.frmSelectMentorSpirit
+
+SelectedMetamagic
+: Chummer.frmSelectMetamagic
+
+SelectedMod
+: Chummer.frmSelectVehicleMod
+
+SelectedMount
+: Chummer.frmSelectWeaponAccessory
+
+SelectedNexus
+: Chummer.frmSelectNexus
+
+SelectedOption
+: Chummer.frmSelectProgramOption
+
+SelectedPower
+: Chummer.frmSelectCritterPower
+, Chummer.frmSelectPower
+
+SelectedProgram
+: Chummer.frmSelectProgram
+
+SelectedQty
+: Chummer.frmSelectGear
+
+SelectedQuality
+: Chummer.frmSelectQuality
+
+SelectedRating
+: Chummer.frmSelectArmorMod
+, Chummer.frmSelectCritterPower
+, Chummer.frmSelectCyberware
+, Chummer.frmSelectGear
+, Chummer.frmSelectVehicleMod
+
+SelectedSheet
+: Chummer.frmViewer
+
+SelectedSide
+: Chummer.frmSelectSide
+
+SelectedSkill
+: Chummer.frmSelectSkill
+
+SelectedSpell
+: Chummer.frmCreateSpell
+, Chummer.frmSelectSpell
+
+SelectedSuite
+: Chummer.frmSelectCyberwareSuite
+
+SelectedValue
+: Chummer.frmSelectNumber
+, Chummer.frmSelectText
+, Chummer.ImprovementManager
+
+SelectedVehicle
+: Chummer.frmSelectVehicle
+
+SelectedWeapon
+: Chummer.frmNaturalWeapon
+, Chummer.frmSelectWeapon
+
+SelectedWeek
+: Chummer.frmSelectCalendarStart
+
+SelectedYear
+: Chummer.frmSelectCalendarStart
+
+SellPercent
+: Chummer.frmSellItem
+
+Sensor
+: Chummer.Vehicle
+
+SensorSignal
+: Chummer.Vehicle
+
+ServicesOwed
+: Chummer.Spirit
+, Chummer.SpiritControl
+
+SetGrade
+: Chummer.frmSelectCyberware
+
+SetInternalId()
+: Chummer.Lifestyle
+
+SetLifestyle()
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.frmSelectLifestyle
+
+SetRange()
+: Chummer.Weapon
+
+SettingsFile
+: Chummer.Character
+, Chummer.frmSelectSetting
+
+Sex
+: Chummer.Character
+
+ShowArmorCapacityOnly
+: Chummer.frmSelectGear
+
+ShowAttributeBPRule()
+: Chummer.frmCreate
+
+ShowAttributeRule()
+: Chummer.frmCreate
+
+ShowKnowledgeSkills
+: Chummer.frmSelectSkill
+
+ShowMetatypeMaximum
+: Chummer.frmSelectAttribute
+
+ShowNegativeCapacityOnly
+: Chummer.frmSelectGear
+
+ShowOnlySubsystems
+: Chummer.frmSelectCyberware
+
+ShowPositiveCapacityOnly
+: Chummer.frmSelectGear
+
+Signal
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+SilentMode
+: Chummer.frmUpdate
+
+SingleAttribute()
+: Chummer.frmSelectAttribute
+
+SingleDiceRoller
+: Chummer.GlobalOptions
+
+Skill
+: Chummer.TechProgram
+
+SkillCategory
+: Chummer.Skill
+, Chummer.SkillControl
+
+SkillDefaultingIncludesModifiers
+: Chummer.CharacterOptions
+
+SkillGroup
+: Chummer.Skill
+, Chummer.SkillControl
+
+SkillGroupObject
+: Chummer.SkillGroupControl
+
+SkillGroups
+: Chummer.Character
+
+SkillName
+: Chummer.SkillControl
+
+SkillObject
+: Chummer.SkillControl
+
+SkillRating
+: Chummer.SkillControl
+
+SkillRatingMaximum
+: Chummer.SkillControl
+
+Skills
+: Chummer.Character
+
+SkillsoftAccess
+: Chummer.Character
+
+SkillSpec
+: Chummer.SkillControl
+
+Skin
+: Chummer.Character
+
+Slots
+: Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.WeaponMod
+
+SlotsRemaining
+: Chummer.Weapon
+
+SlotsUsed
+: Chummer.Vehicle
+
+SortColumn
+: Chummer.ListViewColumnSorter
+
+SortOrder
+: Chummer.Improvement
+
+SortTree()
+: Chummer.CommonFunctions
+
+Source
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.CritterPower
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.Grade
+, Chummer.Lifestyle
+, Chummer.MartialArt
+, Chummer.MartialArtManeuver
+, Chummer.Metamagic
+, Chummer.Power
+, Chummer.Quality
+, Chummer.Skill
+, Chummer.Spell
+, Chummer.TechProgram
+, Chummer.TechProgramOption
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+SourcebookInfo
+: Chummer.GlobalOptions
+
+SourceName
+: Chummer.Improvement
+
+SourceType
+: Chummer.Cyberware
+, Chummer.Metamagic
+
+Spec
+: Chummer.Weapon
+
+Spec2
+: Chummer.Weapon
+
+SpecialAttributeKarmaLimit
+: Chummer.CharacterOptions
+
+Specialization
+: Chummer.Skill
+
+SpecialKarmaCostBasedOnShownValue
+: Chummer.CharacterOptions
+
+Speed
+: Chummer.frmSelectVehicleMod
+, Chummer.Vehicle
+
+Spells
+: Chummer.Character
+
+SpiritForceBasedOnTotalMAG
+: Chummer.CharacterOptions
+
+SpiritName
+: Chummer.SpiritControl
+
+SpiritObject
+: Chummer.SpiritControl
+
+Spirits
+: Chummer.Character
+
+Stack
+: Chummer.frmSelectGear
+
+StackedFoci
+: Chummer.Character
+
+StartingNuyen
+: Chummer.frmLifestyleNuyen
+
+StartupFullscreen
+: Chummer.GlobalOptions
+
+STR
+: Chummer.Character
+
+StreetCred
+: Chummer.Character
+
+StreetCredTooltip
+: Chummer.Character
+
+StrengthAffectsRecoil
+: Chummer.CharacterOptions
+
+strReason
+: Chummer.frmExpense
+
+StunCM
+: Chummer.Character
+
+StunCMFilled
+: Chummer.Character
+
+StyleType
+: Chummer.frmSelectAdvancedLifestyle
+, Chummer.Lifestyle
+
+SubmersionGrade
+: Chummer.Character
+
+Subsystems
+: Chummer.frmSelectCyberware
+, Chummer.VehicleMod
+
+Subsytems
+: Chummer.Cyberware
+
+Suite
+: Chummer.Cyberware
+
+Suppressive
+: Chummer.Weapon
+, Chummer.WeaponMod
+
+Swim
+: Chummer.Character
+
+System
+: Chummer.Character
+, Chummer.Commlink
+, Chummer.Gear
+, Chummer.OperatingSystem
+, Chummer.Vehicle
+, Chummer.VehicleMod
+
+
+
+
+
+
+
diff --git a/docs/functions_t.html b/docs/functions_t.html
new file mode 100644
index 0000000..b83bd75
--- /dev/null
+++ b/docs/functions_t.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- t -
+Tags
+: Chummer.TechProgram
+, Chummer.TechProgramOption
+
+Technomancer
+: Chummer.InitiationGrade
+
+TechnomancerAllowAutosoft
+: Chummer.CharacterOptions
+
+TechnomancerEnabled
+: Chummer.Character
+
+TechnomancerStream
+: Chummer.Character
+
+TechPrograms
+: Chummer.Character
+
+Text
+: Chummer.InitiationGrade
+
+Title
+: Chummer.frmDiceHits
+
+ToolTip()
+: Chummer.Attribute
+
+TotalAccel
+: Chummer.Vehicle
+
+TotalAgility
+: Chummer.Cyberware
+
+TotalAP
+: Chummer.Weapon
+
+TotalArmor
+: Chummer.Vehicle
+
+TotalAugmentedMaximum
+: Chummer.Attribute
+
+TotalAvail
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.Gear
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+TotalBallistic
+: Chummer.Armor
+
+TotalBallisticArmorRating
+: Chummer.Character
+
+TotalBody
+: Chummer.Cyberware
+, Chummer.Vehicle
+
+TotalCost
+: Chummer.Armor
+, Chummer.ArmorMod
+, Chummer.Cyberware
+, Chummer.frmSelectCyberwareSuite
+, Chummer.Gear
+, Chummer.Lifestyle
+, Chummer.Vehicle
+, Chummer.VehicleMod
+, Chummer.Weapon
+, Chummer.WeaponAccessory
+, Chummer.WeaponMod
+
+TotalFirewall
+: Chummer.Commlink
+
+TotalForce
+: Chummer.StackedFocus
+
+TotalHandling
+: Chummer.Vehicle
+
+TotalImpact
+: Chummer.Armor
+
+TotalImpactArmorRating
+: Chummer.Character
+
+TotalMaximum
+: Chummer.Attribute
+
+TotalMinimum
+: Chummer.Attribute
+
+TotalMonthlyCost
+: Chummer.Lifestyle
+
+TotalNotoriety
+: Chummer.Character
+
+TotalPublicAwareness
+: Chummer.Character
+
+TotalRating
+: Chummer.Skill
+
+TotalRC
+: Chummer.Weapon
+
+TotalReach
+: Chummer.Weapon
+
+TotalResponse
+: Chummer.Commlink
+
+TotalSignal
+: Chummer.Commlink
+
+TotalSpeed
+: Chummer.Vehicle
+
+TotalStreetCred
+: Chummer.Character
+
+TotalStrength
+: Chummer.Cyberware
+
+TotalSystem
+: Chummer.Commlink
+
+TotalValue
+: Chummer.Attribute
+
+TotalWeaponCost
+: Chummer.frmSelectVehicleMod
+
+TransgenicsBiowareCostMultiplier
+: Chummer.frmSelectCyberware
+
+TranslateExtra()
+: Chummer.LanguageManager
+
+Type
+: Chummer.CritterPower
+, Chummer.ExpenseLogEntry
+, Chummer.Quality
+, Chummer.Spell
+
+
+
+
+
+
+
diff --git a/docs/functions_u.html b/docs/functions_u.html
new file mode 100644
index 0000000..863745c
--- /dev/null
+++ b/docs/functions_u.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- u -
+
+
+
+
+
diff --git a/docs/functions_v.html b/docs/functions_v.html
new file mode 100644
index 0000000..b49e79b
--- /dev/null
+++ b/docs/functions_v.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- v -
+
+
+
+
+
diff --git a/docs/functions_w.html b/docs/functions_w.html
new file mode 100644
index 0000000..964a46d
--- /dev/null
+++ b/docs/functions_w.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- w -
+
+
+
+
+
diff --git a/docs/functions_x.html b/docs/functions_x.html
new file mode 100644
index 0000000..7dd8b11
--- /dev/null
+++ b/docs/functions_x.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- x -
+
+
+
+
+
diff --git a/docs/functions_y.html b/docs/functions_y.html
new file mode 100644
index 0000000..0710022
--- /dev/null
+++ b/docs/functions_y.html
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+Chummer: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented class members with links to the class documentation for each member:
+
+
- y -
+
+
+
+
+
diff --git a/docs/hierarchy.html b/docs/hierarchy.html
new file mode 100644
index 0000000..815c61a
--- /dev/null
+++ b/docs/hierarchy.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+Chummer: Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This inheritance list is sorted roughly, but not completely, alphabetically:
+
+
+
+
+
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..e7c5c5b
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+Chummer: Main Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_omae_service_1_1omae_soap-members.html b/docs/interface_chummer_1_1_omae_service_1_1omae_soap-members.html
new file mode 100644
index 0000000..bd09fd4
--- /dev/null
+++ b/docs/interface_chummer_1_1_omae_service_1_1omae_soap-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.omaeSoap , including all inherited members.
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_omae_service_1_1omae_soap.html b/docs/interface_chummer_1_1_omae_service_1_1omae_soap.html
new file mode 100644
index 0000000..8a52cf3
--- /dev/null
+++ b/docs/interface_chummer_1_1_omae_service_1_1omae_soap.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.omaeSoap Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_omae_service_1_1omae_soap.png b/docs/interface_chummer_1_1_omae_service_1_1omae_soap.png
new file mode 100644
index 0000000..eb5d006
Binary files /dev/null and b/docs/interface_chummer_1_1_omae_service_1_1omae_soap.png differ
diff --git a/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel-members.html b/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel-members.html
new file mode 100644
index 0000000..7af74a5
--- /dev/null
+++ b/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel-members.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.OmaeService.omaeSoapChannel , including all inherited members.
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel.html b/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel.html
new file mode 100644
index 0000000..aef57b7
--- /dev/null
+++ b/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel.html
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+Chummer: Chummer.OmaeService.omaeSoapChannel Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/OmaeService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel.png b/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel.png
new file mode 100644
index 0000000..c6b07ca
Binary files /dev/null and b/docs/interface_chummer_1_1_omae_service_1_1omae_soap_channel.png differ
diff --git a/docs/interface_chummer_1_1_translation_service_1_1translation_soap-members.html b/docs/interface_chummer_1_1_translation_service_1_1translation_soap-members.html
new file mode 100644
index 0000000..bdc53c5
--- /dev/null
+++ b/docs/interface_chummer_1_1_translation_service_1_1translation_soap-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.translationSoap , including all inherited members.
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_translation_service_1_1translation_soap.html b/docs/interface_chummer_1_1_translation_service_1_1translation_soap.html
new file mode 100644
index 0000000..9b2eec6
--- /dev/null
+++ b/docs/interface_chummer_1_1_translation_service_1_1translation_soap.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.translationSoap Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_translation_service_1_1translation_soap.png b/docs/interface_chummer_1_1_translation_service_1_1translation_soap.png
new file mode 100644
index 0000000..a98653a
Binary files /dev/null and b/docs/interface_chummer_1_1_translation_service_1_1translation_soap.png differ
diff --git a/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel-members.html b/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel-members.html
new file mode 100644
index 0000000..cecce20
--- /dev/null
+++ b/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel-members.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+Chummer: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Chummer.TranslationService.translationSoapChannel , including all inherited members.
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel.html b/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel.html
new file mode 100644
index 0000000..6b80328
--- /dev/null
+++ b/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Chummer: Chummer.TranslationService.translationSoapChannel Interface Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The documentation for this interface was generated from the following file:
+/Users/higelm/personal-git/chummer/Chummer/Service References/TranslationService/Reference.cs
+
+
+
+
+
+
diff --git a/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel.png b/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel.png
new file mode 100644
index 0000000..c89e2c0
Binary files /dev/null and b/docs/interface_chummer_1_1_translation_service_1_1translation_soap_channel.png differ
diff --git a/docs/jquery.js b/docs/jquery.js
new file mode 100644
index 0000000..1f4d0b4
--- /dev/null
+++ b/docs/jquery.js
@@ -0,0 +1,68 @@
+/*!
+ * jQuery JavaScript Library v1.7.1
+ * http://jquery.com/
+ *
+ * Copyright 2011, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Mon Nov 21 21:11:03 2011 -0500
+ */
+(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(b0,b1,bD)},bU=bb.jQuery,bH=bb.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bE=/\s+$/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bB=/-([a-z]|[0-9])/ig,bZ=/^-ms-/,bT=function(b0,b1){return(b1+"").toUpperCase()},bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&av.body){this.context=av;this[0]=av.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bY.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof bF?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:av);b1=bA.exec(b0);if(b1){if(bF.isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=bF.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?bF.clone(b1.fragment):b1.fragment).childNodes}return bF.merge(this,b0)}else{b5=av.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=av;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(bF.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==L){this.selector=b0.selector;this.context=b0.context}return bF.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(bF.isArray(b1)){bz.apply(b2,b1)}else{bF.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return bF.each(this,b1,b0)},ready:function(b0){bF.bindReady();bC.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(bF.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bF.fn.init.prototype=bF.fn;bF.extend=bF.fn.extend=function(){var b9,b2,b0,b1,b6,b7,b5=arguments[0]||{},b4=1,b3=arguments.length,b8=false;if(typeof b5==="boolean"){b8=b5;b5=arguments[1]||{};b4=2}if(typeof b5!=="object"&&!bF.isFunction(b5)){b5={}}if(b3===b4){b5=this;--b4}for(;b40){return}bC.fireWith(av,[bF]);if(bF.fn.trigger){bF(av).trigger("ready").off("ready")}}},bindReady:function(){if(bC){return}bC=bF.Callbacks("once memory");if(av.readyState==="complete"){return setTimeout(bF.ready,1)}if(av.addEventListener){av.addEventListener("DOMContentLoaded",e,false);bb.addEventListener("load",bF.ready,false)}else{if(av.attachEvent){av.attachEvent("onreadystatechange",e);bb.attachEvent("onload",bF.ready);var b0=false;try{b0=bb.frameElement==null}catch(b1){}if(av.documentElement.doScroll&&b0){bw()}}}},isFunction:function(b0){return bF.type(b0)==="function"},isArray:Array.isArray||function(b0){return bF.type(b0)==="array"},isWindow:function(b0){return b0&&typeof b0==="object"&&"setInterval" in b0},isNumeric:function(b0){return !isNaN(parseFloat(b0))&&isFinite(b0)},type:function(b0){return b0==null?String(b0):bx[bL.call(b0)]||"object"},isPlainObject:function(b2){if(!b2||bF.type(b2)!=="object"||b2.nodeType||bF.isWindow(b2)){return false}try{if(b2.constructor&&!bG.call(b2,"constructor")&&!bG.call(b2.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b0;for(b0 in b2){}return b0===L||bG.call(b2,b0)},isEmptyObject:function(b1){for(var b0 in b1){return false}return true},error:function(b0){throw new Error(b0)},parseJSON:function(b0){if(typeof b0!=="string"||!b0){return null}b0=bF.trim(b0);if(bb.JSON&&bb.JSON.parse){return bb.JSON.parse(b0)}if(bN.test(b0.replace(bW,"@").replace(bP,"]").replace(bJ,""))){return(new Function("return "+b0))()}bF.error("Invalid JSON: "+b0)},parseXML:function(b2){var b0,b1;try{if(bb.DOMParser){b1=new DOMParser();b0=b1.parseFromString(b2,"text/xml")}else{b0=new ActiveXObject("Microsoft.XMLDOM");b0.async="false";b0.loadXML(b2)}}catch(b3){b0=L}if(!b0||!b0.documentElement||b0.getElementsByTagName("parsererror").length){bF.error("Invalid XML: "+b2)}return b0},noop:function(){},globalEval:function(b0){if(b0&&bM.test(b0)){(bb.execScript||function(b1){bb["eval"].call(bb,b1)})(b0)}},camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return b1.nodeName&&b1.nodeName.toUpperCase()===b0.toUpperCase()},each:function(b3,b6,b2){var b1,b4=0,b5=b3.length,b0=b5===L||bF.isFunction(b3);if(b2){if(b0){for(b1 in b3){if(b6.apply(b3[b1],b2)===false){break}}}else{for(;b40&&b0[0]&&b0[b1-1])||b1===0||bF.isArray(b0));if(b3){for(;b21?aJ.call(arguments,0):bG;if(!(--bw)){bC.resolveWith(bC,bx)}}}function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(arguments,0):bG;bC.notifyWith(bE,bB)}}if(e>1){for(;bva ";bI=bv.getElementsByTagName("*");bF=bv.getElementsByTagName("a")[0];if(!bI||!bI.length||!bF){return{}}bG=av.createElement("select");bx=bG.appendChild(av.createElement("option"));bE=bv.getElementsByTagName("input")[0];bJ={leadingWhitespace:(bv.firstChild.nodeType===3),tbody:!bv.getElementsByTagName("tbody").length,htmlSerialize:!!bv.getElementsByTagName("link").length,style:/top/.test(bF.getAttribute("style")),hrefNormalized:(bF.getAttribute("href")==="/a"),opacity:/^0.55/.test(bF.style.opacity),cssFloat:!!bF.style.cssFloat,checkOn:(bE.value==="on"),optSelected:bx.selected,getSetAttribute:bv.className!=="t",enctype:!!av.createElement("form").enctype,html5Clone:av.createElement("nav").cloneNode(true).outerHTML!=="<:nav>",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bE.checked=true;bJ.noCloneChecked=bE.cloneNode(true).checked;bG.disabled=true;bJ.optDisabled=!bx.disabled;try{delete bv.test}catch(bC){bJ.deleteExpando=false}if(!bv.addEventListener&&bv.attachEvent&&bv.fireEvent){bv.attachEvent("onclick",function(){bJ.noCloneEvent=false});bv.cloneNode(true).fireEvent("onclick")}bE=av.createElement("input");bE.value="t";bE.setAttribute("type","radio");bJ.radioValue=bE.value==="t";bE.setAttribute("checked","checked");bv.appendChild(bE);bD=av.createDocumentFragment();bD.appendChild(bv.lastChild);bJ.checkClone=bD.cloneNode(true).cloneNode(true).lastChild.checked;bJ.appendChecked=bE.checked;bD.removeChild(bE);bD.appendChild(bv);bv.innerHTML="";if(bb.getComputedStyle){bA=av.createElement("div");bA.style.width="0";bA.style.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.getComputedStyle(bA,null)||{marginRight:0}).marginRight,10)||0)===0}if(bv.attachEvent){for(by in {submit:1,change:1,focusin:1}){bB="on"+by;bw=(bB in bv);if(!bw){bv.setAttribute(bB,"return;");bw=(typeof bv[bB]==="function")}bJ[by+"Bubbles"]=bw}}bD.removeChild(bv);bD=bG=bx=bA=bv=bE=null;b(function(){var bM,bU,bV,bT,bN,bO,bL,bS,bR,e,bP,bQ=av.getElementsByTagName("body")[0];if(!bQ){return}bL=1;bS="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";bR="visibility:hidden;border:0;";e="style='"+bS+"border:5px solid #000;padding:0;'";bP="";bM=av.createElement("div");bM.style.cssText=bR+"width:0;height:0;position:static;top:0;margin-top:"+bL+"px";bQ.insertBefore(bM,bQ.firstChild);bv=av.createElement("div");bM.appendChild(bv);bv.innerHTML="";bz=bv.getElementsByTagName("td");bw=(bz[0].offsetHeight===0);bz[0].style.display="";bz[1].style.display="none";bJ.reliableHiddenOffsets=bw&&(bz[0].offsetHeight===0);bv.innerHTML="";bv.style.width=bv.style.paddingLeft="1px";b.boxModel=bJ.boxModel=bv.offsetWidth===2;if(typeof bv.style.zoom!=="undefined"){bv.style.display="inline";bv.style.zoom=1;bJ.inlineBlockNeedsLayout=(bv.offsetWidth===2);bv.style.display="";bv.innerHTML="
";bJ.shrinkWrapBlocks=(bv.offsetWidth!==2)}bv.style.cssText=bS+bR;bv.innerHTML=bP;bU=bv.firstChild;bV=bU.firstChild;bN=bU.nextSibling.firstChild.firstChild;bO={doesNotAddBorder:(bV.offsetTop!==5),doesAddBorderForTableAndCells:(bN.offsetTop===5)};bV.style.position="fixed";bV.style.top="20px";bO.fixedPosition=(bV.offsetTop===20||bV.offsetTop===15);bV.style.position=bV.style.top="";bU.style.overflow="hidden";bU.style.position="relative";bO.subtractsBorderForOverflowNotVisible=(bV.offsetTop===-5);bO.doesNotIncludeMarginInBodyOffset=(bQ.offsetTop!==bL);bQ.removeChild(bM);bv=bM=null;b.extend(bJ,bO)});return bJ})();var aS=/^(?:\{.*\}|\[.*\])$/,aA=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?b.cache[e[b.expando]]:e[b.expando];return !!e&&!S(e)},data:function(bx,bv,bz,by){if(!b.acceptData(bx)){return}var bG,bA,bD,bE=b.expando,bC=typeof bv==="string",bF=bx.nodeType,e=bF?b.cache:bx,bw=bF?bx[bE]:bx[bE]&&bE,bB=bv==="events";if((!bw||!e[bw]||(!bB&&!by&&!e[bw].data))&&bC&&bz===L){return}if(!bw){if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof bv==="object"||typeof bv==="function"){if(by){e[bw]=b.extend(e[bw],bv)}else{e[bw].data=b.extend(e[bw].data,bv)}}bG=bA=e[bw];if(!by){if(!bA.data){bA.data={}}bA=bA.data}if(bz!==L){bA[b.camelCase(bv)]=bz}if(bB&&!bA[bv]){return bG.events}if(bC){bD=bA[bv];if(bD==null){bD=bA[b.camelCase(bv)]}}else{bD=bA}return bD},removeData:function(bx,bv,by){if(!b.acceptData(bx)){return}var bB,bA,bz,bC=b.expando,bD=bx.nodeType,e=bD?b.cache:bx,bw=bD?bx[bC]:bC;if(!e[bw]){return}if(bv){bB=by?e[bw]:e[bw].data;if(bB){if(!b.isArray(bv)){if(bv in bB){bv=[bv]}else{bv=b.camelCase(bv);if(bv in bB){bv=[bv]}else{bv=bv.split(" ")}}}for(bA=0,bz=bv.length;bA-1){return true}}return false},val:function(bx){var e,bv,by,bw=this[0];if(!arguments.length){if(bw){e=b.valHooks[bw.nodeName.toLowerCase()]||b.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==L){return bv}bv=bw.value;return typeof bv==="string"?bv.replace(aU,""):bv==null?"":bv}return}by=b.isFunction(bx);return this.each(function(bA){var bz=b(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(b.isArray(bB)){bB=b.map(bB,function(bC){return bC==null?"":bC+""})}}}e=b.valHooks[this.nodeName.toLowerCase()]||b.valHooks[this.type];if(!e||!("set" in e)||e.set(this,bB,"value")===L){this.value=bB}})}});b.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(e){var bA,bv,bz,bx,by=e.selectedIndex,bB=[],bC=e.options,bw=e.type==="select-one";if(by<0){return null}bv=bw?by:0;bz=bw?by+1:bC.length;for(;bv=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bA,bx,bB,bz){var bw,e,by,bv=bA.nodeType;if(!bA||bv===3||bv===8||bv===2){return}if(bz&&bx in b.attrFn){return b(bA)[bx](bB)}if(typeof bA.getAttribute==="undefined"){return b.prop(bA,bx,bB)}by=bv!==1||!b.isXMLDoc(bA);if(by){bx=bx.toLowerCase();e=b.attrHooks[bx]||(ao.test(bx)?aY:be)}if(bB!==L){if(bB===null){b.removeAttr(bA,bx);return}else{if(e&&"set" in e&&by&&(bw=e.set(bA,bB,bx))!==L){return bw}else{bA.setAttribute(bx,""+bB);return bB}}}else{if(e&&"get" in e&&by&&(bw=e.get(bA,bx))!==null){return bw}else{bw=bA.getAttribute(bx);return bw===null?L:bw}}},removeAttr:function(bx,bz){var by,bA,bv,e,bw=0;if(bz&&bx.nodeType===1){bA=bz.toLowerCase().split(af);e=bA.length;for(;bw=0)}}})});var bd=/^(?:textarea|input|select)$/i,n=/^([^\.]*)?(?:\.(.+))?$/,J=/\bhover(\.\S+)?\b/,aO=/^key/,bf=/^(?:mouse|contextmenu)|click/,T=/^(?:focusinfocus|focusoutblur)$/,U=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,Y=function(e){var bv=U.exec(e);if(bv){bv[1]=(bv[1]||"").toLowerCase();bv[3]=bv[3]&&new RegExp("(?:^|\\s)"+bv[3]+"(?:\\s|$)")}return bv},j=function(bw,e){var bv=bw.attributes||{};return((!e[1]||bw.nodeName.toLowerCase()===e[1])&&(!e[2]||(bv.id||{}).value===e[2])&&(!e[3]||e[3].test((bv["class"]||{}).value)))},bt=function(e){return b.event.special.hover?e:e.replace(J,"mouseenter$1 mouseleave$1")};b.event={add:function(bx,bC,bJ,bA,by){var bD,bB,bK,bI,bH,bF,e,bG,bv,bz,bw,bE;if(bx.nodeType===3||bx.nodeType===8||!bC||!bJ||!(bD=b._data(bx))){return}if(bJ.handler){bv=bJ;bJ=bv.handler}if(!bJ.guid){bJ.guid=b.guid++}bK=bD.events;if(!bK){bD.events=bK={}}bB=bD.handle;if(!bB){bD.handle=bB=function(bL){return typeof b!=="undefined"&&(!bL||b.event.triggered!==bL.type)?b.event.dispatch.apply(bB.elem,arguments):L};bB.elem=bx}bC=b.trim(bt(bC)).split(" ");for(bI=0;bI=0){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!bA||b.event.customEvent[bG])&&!b.event.global[bG]){return}bv=typeof bv==="object"?bv[b.expando]?bv:new b.Event(bG,bv):new b.Event(bG);bv.type=bG;bv.isTrigger=true;bv.exclusive=bw;bv.namespace=bx.join(".");bv.namespace_re=bv.namespace?new RegExp("(^|\\.)"+bx.join("\\.(?:.*\\.)?")+"(\\.|$)"):null;by=bG.indexOf(":")<0?"on"+bG:"";if(!bA){e=b.cache;for(bC in e){if(e[bC].events&&e[bC].events[bG]){b.event.trigger(bv,bD,e[bC].handle.elem,true)}}return}bv.result=L;if(!bv.target){bv.target=bA}bD=bD!=null?b.makeArray(bD):[];bD.unshift(bv);bF=b.event.special[bG]||{};if(bF.trigger&&bF.trigger.apply(bA,bD)===false){return}bB=[[bA,bF.bindType||bG]];if(!bJ&&!bF.noBubble&&!b.isWindow(bA)){bI=bF.delegateType||bG;bH=T.test(bI+bG)?bA:bA.parentNode;bz=null;for(;bH;bH=bH.parentNode){bB.push([bH,bI]);bz=bH}if(bz&&bz===bA.ownerDocument){bB.push([bz.defaultView||bz.parentWindow||bb,bI])}}for(bC=0;bCbA){bH.push({elem:this,matches:bz.slice(bA)})}for(bC=0;bC0?this.on(e,null,bx,bw):this.trigger(e)};if(b.attrFn){b.attrFn[e]=true}if(aO.test(e)){b.event.fixHooks[e]=b.event.keyHooks}if(bf.test(e)){b.event.fixHooks[e]=b.event.mouseHooks}});
+/*!
+ * Sizzle CSS Selector Engine
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ * More information: http://sizzlejs.com/
+ */
+(function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",""),bI=0,bL=Object.prototype.toString,bB=false,bA=true,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ){bY=bY||[];e=e||av;var b1=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bV||typeof bV!=="string"){return bY}var bS,b3,b6,bR,b2,b5,b4,bX,bU=true,bT=by.isXML(e),bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}}}while(bS);if(bW.length>1&&bD.exec(bV)){if(bW.length===2&&bE.relative[bW[0]]){b3=bM(bW[0]+bW[1],e,bZ)}else{b3=bE.relative[bW[0]]?[e]:by(bW.shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}else{if(!bZ&&bW.length>1&&e.nodeType===9&&!bT&&bE.match.ID.test(bW[0])&&!bE.match.ID.test(bW[bW.length-1])){b2=by.find(bW.shift(),e,bT);e=b2.expr?by.filter(b2.expr,b2.set)[0]:b2.set[0]}if(e){b2=bZ?{expr:bW.pop(),set:bF(bZ)}:by.find(bW.pop(),bW.length===1&&(bW[0]==="~"||bW[0]==="+")&&e.parentNode?e.parentNode:e,bT);b3=b2.expr?by.filter(b2.expr,b2.set):b2.set;if(bW.length>0){b6=bF(b3)}else{bU=false}while(bW.length){b5=bW.pop();b4=b5;if(!bE.relative[b5]){b5=""}else{b4=bW.pop()}if(b4==null){b4=e}bE.relative[b5](b6,b4,bT)}}else{b6=bW=[]}}if(!b6){b6=b3}if(!b6){by.error(b5||bV)}if(bL.call(b6)==="[object Array]"){if(!bU){bY.push.apply(bY,b6)}else{if(e&&e.nodeType===1){for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&(b6[bX]===true||b6[bX].nodeType===1&&by.contains(e,b6[bX]))){bY.push(b3[bX])}}}else{for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&b6[bX].nodeType===1){bY.push(b3[bX])}}}}}else{bF(b6,bY)}if(bR){by(bR,b1,bY,bZ);by.uniqueSort(bY)}return bY};by.uniqueSort=function(bR){if(bJ){bB=bA;bR.sort(bJ);if(bB){for(var e=1;e0};by.find=function(bX,e,bY){var bW,bS,bU,bT,bV,bR;if(!bX){return[]}for(bS=0,bU=bE.order.length;bS":function(bW,bR){var bV,bU=typeof bR==="string",bS=0,e=bW.length;if(bU&&!bQ.test(bR)){bR=bR.toLowerCase();for(;bS=0)){if(!bS){e.push(bV)}}else{if(bS){bR[bU]=false}}}}return false},ID:function(e){return e[1].replace(bK,"")},TAG:function(bR,e){return bR[1].replace(bK,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){by.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bR=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bR[1]+(bR[2]||1))-0;e[3]=bR[3]-0}else{if(e[2]){by.error(e[0])}}e[0]=bI++;return e},ATTR:function(bU,bR,bS,e,bV,bW){var bT=bU[1]=bU[1].replace(bK,"");if(!bW&&bE.attrMap[bT]){bU[1]=bE.attrMap[bT]}bU[4]=(bU[4]||bU[5]||"").replace(bK,"");if(bU[2]==="~="){bU[4]=" "+bU[4]+" "}return bU},PSEUDO:function(bU,bR,bS,e,bV){if(bU[1]==="not"){if((bH.exec(bU[3])||"").length>1||/^\w/.test(bU[3])){bU[3]=by(bU[3],null,null,bR)}else{var bT=by.filter(bU[3],bR,bS,true^bV);if(!bS){e.push.apply(e,bT)}return false}}else{if(bE.match.POS.test(bU[0])||bE.match.CHILD.test(bU[0])){return true}}return bU},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bS,bR,e){return !!by(e[3],bS).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bS){var e=bS.getAttribute("type"),bR=bS.type;return bS.nodeName.toLowerCase()==="input"&&"text"===bR&&(e===bR||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bR.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bR.type},button:function(bR){var e=bR.nodeName.toLowerCase();return e==="input"&&"button"===bR.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bR,e){return e===0},last:function(bS,bR,e,bT){return bR===bT.length-1},even:function(bR,e){return e%2===0},odd:function(bR,e){return e%2===1},lt:function(bS,bR,e){return bRe[3]-0},nth:function(bS,bR,e){return e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){var e=bX[1],bR=bE.filters[e];if(bR){return bR(bS,bW,bX,bY)}else{if(e==="contains"){return(bS.textContent||bS.innerText||bw([bS])||"").indexOf(bX[3])>=0}else{if(e==="not"){var bT=bX[3];for(var bV=0,bU=bT.length;bV=0)}}},ID:function(bR,e){return bR.nodeType===1&&bR.getAttribute("id")===e},TAG:function(bR,e){return(e==="*"&&bR.nodeType===1)||!!bR.nodeName&&bR.nodeName.toLowerCase()===e},CLASS:function(bR,e){return(" "+(bR.className||bR.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bV,bT){var bS=bT[1],e=by.attr?by.attr(bV,bS):bE.attrHandle[bS]?bE.attrHandle[bS](bV):bV[bS]!=null?bV[bS]:bV.getAttribute(bS),bW=e+"",bU=bT[2],bR=bT[4];return e==null?bU==="!=":!bU&&by.attr?e!=null:bU==="="?bW===bR:bU==="*="?bW.indexOf(bR)>=0:bU==="~="?(" "+bW+" ").indexOf(bR)>=0:!bR?bW&&e!==false:bU==="!="?bW!==bR:bU==="^="?bW.indexOf(bR)===0:bU==="$="?bW.substr(bW.length-bR.length)===bR:bU==="|="?bW===bR||bW.substr(0,bR.length+1)===bR+"-":false},POS:function(bU,bR,bS,bV){var e=bR[2],bT=bE.setFilters[e];if(bT){return bT(bU,bS,bR,bV)}}}};var bD=bE.match.POS,bx=function(bR,e){return"\\"+(e-0+1)};for(var bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bE.leftMatch[bz]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bE.match[bz].source.replace(/\\(\d+)/g,bx))}var bF=function(bR,e){bR=Array.prototype.slice.call(bR,0);if(e){e.push.apply(e,bR);return e}return bR};try{Array.prototype.slice.call(av.documentElement.childNodes,0)[0].nodeType}catch(bP){bF=function(bU,bT){var bS=0,bR=bT||[];if(bL.call(bU)==="[object Array]"){Array.prototype.push.apply(bR,bU)}else{if(typeof bU.length==="number"){for(var e=bU.length;bS ";e.insertBefore(bR,e.firstChild);if(av.getElementById(bS)){bE.find.ID=function(bU,bV,bW){if(typeof bV.getElementById!=="undefined"&&!bW){var bT=bV.getElementById(bU[1]);return bT?bT.id===bU[1]||typeof bT.getAttributeNode!=="undefined"&&bT.getAttributeNode("id").nodeValue===bU[1]?[bT]:L:[]}};bE.filter.ID=function(bV,bT){var bU=typeof bV.getAttributeNode!=="undefined"&&bV.getAttributeNode("id");return bV.nodeType===1&&bU&&bU.nodeValue===bT}}e.removeChild(bR);e=bR=null})();(function(){var e=av.createElement("div");e.appendChild(av.createComment(""));if(e.getElementsByTagName("*").length>0){bE.find.TAG=function(bR,bV){var bU=bV.getElementsByTagName(bR[1]);if(bR[1]==="*"){var bT=[];for(var bS=0;bU[bS];bS++){if(bU[bS].nodeType===1){bT.push(bU[bS])}}bU=bT}return bU}}e.innerHTML=" ";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bE.attrHandle.href=function(bR){return bR.getAttribute("href",2)}}e=null})();if(av.querySelectorAll){(function(){var e=by,bT=av.createElement("div"),bS="__sizzle__";bT.innerHTML="
";if(bT.querySelectorAll&&bT.querySelectorAll(".TEST").length===0){return}by=function(b4,bV,bZ,b3){bV=bV||av;if(!b3&&!by.isXML(bV)){var b2=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b4);if(b2&&(bV.nodeType===1||bV.nodeType===9)){if(b2[1]){return bF(bV.getElementsByTagName(b4),bZ)}else{if(b2[2]&&bE.find.CLASS&&bV.getElementsByClassName){return bF(bV.getElementsByClassName(b2[2]),bZ)}}}if(bV.nodeType===9){if(b4==="body"&&bV.body){return bF([bV.body],bZ)}else{if(b2&&b2[3]){var bY=bV.getElementById(b2[3]);if(bY&&bY.parentNode){if(bY.id===b2[3]){return bF([bY],bZ)}}else{return bF([],bZ)}}}try{return bF(bV.querySelectorAll(b4),bZ)}catch(b0){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var bW=bV,bX=bV.getAttribute("id"),bU=bX||bS,b6=bV.parentNode,b5=/^\s*[+~]/.test(b4);if(!bX){bV.setAttribute("id",bU)}else{bU=bU.replace(/'/g,"\\$&")}if(b5&&b6){bV=bV.parentNode}try{if(!b5||b6){return bF(bV.querySelectorAll("[id='"+bU+"'] "+b4),bZ)}}catch(b1){}finally{if(!bX){bW.removeAttribute("id")}}}}}return e(b4,bV,bZ,b3)};for(var bR in e){by[bR]=e[bR]}bT=null})()}(function(){var e=av.documentElement,bS=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bS){var bU=!bS.call(av.createElement("div"),"div"),bR=false;try{bS.call(av.documentElement,"[test!='']:sizzle")}catch(bT){bR=true}by.matchesSelector=function(bW,bY){bY=bY.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!by.isXML(bW)){try{if(bR||!bE.match.PSEUDO.test(bY)&&!/!=/.test(bY)){var bV=bS.call(bW,bY);if(bV||!bU||bW.document&&bW.document.nodeType!==11){return bV}}}catch(bX){}}return by(bY,null,null,[bW]).length>0}}})();(function(){var e=av.createElement("div");e.innerHTML="
";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bE.order.splice(1,0,"CLASS");bE.find.CLASS=function(bR,bS,bT){if(typeof bS.getElementsByClassName!=="undefined"&&!bT){return bS.getElementsByClassName(bR[1])}};e=null})();function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT0){bU=e;break}}}e=e[bR]}bZ[bT]=bU}}}if(av.documentElement.contains){by.contains=function(bR,e){return bR!==e&&(bR.contains?bR.contains(e):true)}}else{if(av.documentElement.compareDocumentPosition){by.contains=function(bR,e){return !!(bR.compareDocumentPosition(e)&16)}}else{by.contains=function(){return false}}}by.isXML=function(e){var bR=(e?e.ownerDocument||e:0).documentElement;return bR?bR.nodeName!=="HTML":false};var bM=function(bS,e,bW){var bV,bX=[],bU="",bY=e.nodeType?[e]:e;while((bV=bE.match.PSEUDO.exec(bS))){bU+=bV[0];bS=bS.replace(bE.match.PSEUDO,"")}bS=bE.relative[bS]?bS+"*":bS;for(var bT=0,bR=bY.length;bT 0){for(bB=bA;bB=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(by,bx){var bv=[],bw,e,bz=this[0];if(b.isArray(by)){var bB=1;while(bz&&bz.ownerDocument&&bz!==bx){for(bw=0;bw-1:b.find.matchesSelector(bz,by)){bv.push(bz);break}else{bz=bz.parentNode;if(!bz||!bz.ownerDocument||bz===bx||bz.nodeType===11){break}}}}bv=bv.length>1?b.unique(bv):bv;return this.pushStack(bv,"closest",by)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return b.inArray(this[0],b(e))}return b.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?b(e,bv):b.makeArray(e&&e.nodeType?[e]:e),bw=b.merge(this.get(),bx);return this.pushStack(C(bx[0])||C(bw[0])?bw:b.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function C(e){return !e||!e.parentNode||e.parentNode.nodeType===11}b.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return b.dir(bv,"parentNode",bw)},next:function(e){return b.nth(e,2,"nextSibling")},prev:function(e){return b.nth(e,2,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return b.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return b.dir(bv,"previousSibling",bw)},siblings:function(e){return b.sibling(e.parentNode.firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.makeArray(e.childNodes)}},function(e,bv){b.fn[e]=function(by,bw){var bx=b.map(this,bv,by);if(!ab.test(e)){bw=by}if(bw&&typeof bw==="string"){bx=b.filter(bw,bx)}bx=this.length>1&&!ay[e]?b.unique(bx):bx;if((this.length>1||a9.test(bw))&&aq.test(e)){bx=bx.reverse()}return this.pushStack(bx,e,P.call(arguments).join(","))}});b.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?b.find.matchesSelector(e[0],bw)?[e[0]]:[]:b.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===L||bx.nodeType!==1||!b(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,e,bw,bx){e=e||1;var bv=0;for(;by;by=by[bw]){if(by.nodeType===1&&++bv===e){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function aG(bx,bw,e){bw=bw||0;if(b.isFunction(bw)){return b.grep(bx,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===e})}else{if(bw.nodeType){return b.grep(bx,function(bz,by){return(bz===bw)===e})}else{if(typeof bw==="string"){var bv=b.grep(bx,function(by){return by.nodeType===1});if(bp.test(bw)){return b.filter(bw,bv,!e)}else{bw=b.filter(bw,bv)}}}}return b.grep(bx,function(bz,by){return(b.inArray(bz,bw)>=0)===e})}function a(e){var bw=aR.split("|"),bv=e.createDocumentFragment();if(bv.createElement){while(bw.length){bv.createElement(bw.pop())}}return bv}var aR="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ag=/ jQuery\d+="(?:\d+|null)"/g,ar=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,d=/<([\w:]+)/,w=/",""],legend:[1,""," "],thead:[1,""],tr:[2,""],td:[3,""],col:[2,""],area:[1,""," "],_default:[0,"",""]},ac=a(av);ax.optgroup=ax.option;ax.tbody=ax.tfoot=ax.colgroup=ax.caption=ax.thead;ax.th=ax.td;if(!b.support.htmlSerialize){ax._default=[1,"div","
"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw){var bv=b(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==L){return this.empty().append((this[0]&&this[0].ownerDocument||av).createTextNode(e))}return b.text(this)},wrapAll:function(e){if(b.isFunction(e)){return this.each(function(bw){b(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=b(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(b.isFunction(e)){return this.each(function(bv){b(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bv=b(this),bw=bv.contents();if(bw.length){bw.wrapAll(e)}else{bv.append(e)}})},wrap:function(e){var bv=b.isFunction(e);return this.each(function(bw){b(this).wrapAll(bv?e.call(this,bw):e)})},unwrap:function(){return this.parent().each(function(){if(!b.nodeName(this,"body")){b(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=b.clean(arguments);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,b.clean(arguments));return e}}},remove:function(e,bx){for(var bv=0,bw;(bw=this[bv])!=null;bv++){if(!e||b.filter(e,[bw]).length){if(!bx&&bw.nodeType===1){b.cleanData(bw.getElementsByTagName("*"));b.cleanData([bw])}if(bw.parentNode){bw.parentNode.removeChild(bw)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){b.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return b.clone(this,bv,e)})},html:function(bx){if(bx===L){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ag,""):null}else{if(typeof bx==="string"&&!ae.test(bx)&&(b.support.leadingWhitespace||!ar.test(bx))&&!ax[(d.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(R,"<$1>$2>");try{for(var bw=0,bv=this.length;bw1&&bw0?this.clone(true):this).get();b(bC[bA])[bv](by);bz=bz.concat(by)}return this.pushStack(bz,e,bC.selector)}}});function bg(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function az(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function E(e){var bv=(e.nodeName||"").toLowerCase();if(bv==="input"){az(e)}else{if(bv!=="script"&&typeof e.getElementsByTagName!=="undefined"){b.grep(e.getElementsByTagName("input"),az)}}}function al(e){var bv=av.createElement("div");ac.appendChild(bv);bv.innerHTML=e.outerHTML;return bv.firstChild}b.extend({clone:function(by,bA,bw){var e,bv,bx,bz=b.support.html5Clone||!ah.test("<"+by.nodeName)?by.cloneNode(true):al(by);if((!b.support.noCloneEvent||!b.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!b.isXMLDoc(by)){ai(by,bz);e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){if(bv[bx]){ai(e[bx],bv[bx])}}}if(bA){t(by,bz);if(bw){e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){t(e[bx],bv[bx])}}}e=bv=null;return bz},clean:function(bw,by,bH,bA){var bF;by=by||av;if(typeof by.createElement==="undefined"){by=by.ownerDocument||by[0]&&by[0].ownerDocument||av}var bI=[],bB;for(var bE=0,bz;(bz=bw[bE])!=null;bE++){if(typeof bz==="number"){bz+=""}if(!bz){continue}if(typeof bz==="string"){if(!W.test(bz)){bz=by.createTextNode(bz)}else{bz=bz.replace(R,"<$1>$2>");var bK=(d.exec(bz)||["",""])[1].toLowerCase(),bx=ax[bK]||ax._default,bD=bx[0],bv=by.createElement("div");if(by===av){ac.appendChild(bv)}else{a(by).appendChild(bv)}bv.innerHTML=bx[1]+bz+bx[2];while(bD--){bv=bv.lastChild}if(!b.support.tbody){var e=w.test(bz),bC=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]===""&&!e?bv.childNodes:[];for(bB=bC.length-1;bB>=0;--bB){if(b.nodeName(bC[bB],"tbody")&&!bC[bB].childNodes.length){bC[bB].parentNode.removeChild(bC[bB])}}}if(!b.support.leadingWhitespace&&ar.test(bz)){bv.insertBefore(by.createTextNode(ar.exec(bz)[0]),bv.firstChild)}bz=bv.childNodes}}var bG;if(!b.support.appendChecked){if(bz[0]&&typeof(bG=bz.length)==="number"){for(bB=0;bB=0){return bx+"px"}}else{return bx}}}});if(!b.support.opacity){b.cssHooks.opacity={get:function(bv,e){return au.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle,e=b.isNumeric(bz)?"alpha(opacity="+bz*100+")":"",bw=bv&&bv.filter||bx.filter||"";bx.zoom=1;if(bz>=1&&b.trim(bw.replace(ak,""))===""){bx.removeAttribute("filter");if(bv&&!bv.filter){return}}bx.filter=ak.test(bw)?bw.replace(ak,e):bw+" "+e}}}b(function(){if(!b.support.reliableMarginRight){b.cssHooks.marginRight={get:function(bw,bv){var e;b.swap(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.style.marginRight}});return e}}}});if(av.defaultView&&av.defaultView.getComputedStyle){aI=function(by,bw){var bv,bx,e;bw=bw.replace(z,"-$1").toLowerCase();if((bx=by.ownerDocument.defaultView)&&(e=bx.getComputedStyle(by,null))){bv=e.getPropertyValue(bw);if(bv===""&&!b.contains(by.ownerDocument.documentElement,by)){bv=b.style(by,bw)}}return bv}}if(av.documentElement.currentStyle){aX=function(bz,bw){var bA,e,by,bv=bz.currentStyle&&bz.currentStyle[bw],bx=bz.style;if(bv===null&&bx&&(by=bx[bw])){bv=by}if(!bc.test(bv)&&bn.test(bv)){bA=bx.left;e=bz.runtimeStyle&&bz.runtimeStyle.left;if(e){bz.runtimeStyle.left=bz.currentStyle.left}bx.left=bw==="fontSize"?"1em":(bv||0);bv=bx.pixelLeft+"px";bx.left=bA;if(e){bz.runtimeStyle.left=e}}return bv===""?"auto":bv}}Z=aI||aX;function p(by,bw,bv){var bA=bw==="width"?by.offsetWidth:by.offsetHeight,bz=bw==="width"?an:a1,bx=0,e=bz.length;if(bA>0){if(bv!=="border"){for(;bx)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,h=/\s+/,br=/([?&])_=[^&]*/,K=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,A=b.fn.load,aa={},r={},aE,s,aV=["*/"]+["*"];try{aE=bl.href}catch(aw){aE=av.createElement("a");aE.href="";aE=aE.href}s=K.exec(aE.toLowerCase())||[];function f(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(b.isFunction(bA)){var bx=by.toLowerCase().split(h),bw=0,bz=bx.length,bv,bB,bC;for(;bw=0){var e=bw.slice(by,bw.length);bw=bw.slice(0,by)}var bx="GET";if(bz){if(b.isFunction(bz)){bA=bz;bz=L}else{if(typeof bz==="object"){bz=b.param(bz,b.ajaxSettings.traditional);bx="POST"}}}var bv=this;b.ajax({url:bw,type:bx,dataType:"html",data:bz,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("").append(bD.replace(a6,"")).find(e):bD)}if(bA){bv.each(bA,[bD,bB,bC])}}});return this},serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?b.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||aZ.test(this.type))}).map(function(e,bv){var bw=b(this).val();return bw==null?null:b.isArray(bw)?b.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bs,"\r\n")}}):{name:bv.name,value:bw.replace(bs,"\r\n")}}).get()}});b.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){b.fn[bv]=function(bw){return this.on(bv,bw)}});b.each(["get","post"],function(e,bv){b[bv]=function(bw,by,bz,bx){if(b.isFunction(by)){bx=bx||bz;bz=by;by=L}return b.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});b.extend({getScript:function(e,bv){return b.get(e,L,bv,"script")},getJSON:function(e,bv,bw){return b.get(e,bv,bw,"json")},ajaxSetup:function(bv,e){if(e){am(bv,b.ajaxSettings)}else{e=bv;bv=b.ajaxSettings}am(bv,e);return bv},ajaxSettings:{url:aE,isLocal:aM.test(s[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aV},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bb.String,"text html":true,"text json":b.parseJSON,"text xml":b.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:f(aa),ajaxTransport:f(r),ajax:function(bz,bx){if(typeof bz==="object"){bx=bz;bz=L}bx=bx||{};var bD=b.ajaxSetup({},bx),bS=bD.context||bD,bG=bS!==bD&&(bS.nodeType||bS instanceof b)?b(bS):b.event,bR=b.Deferred(),bN=b.Callbacks("once memory"),bB=bD.statusCode||{},bC,bH={},bO={},bQ,by,bL,bE,bI,bA=0,bw,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!bA){var e=bT.toLowerCase();bT=bO[e]=bO[e]||bT;bH[bT]=bU}return this},getAllResponseHeaders:function(){return bA===2?bQ:null},getResponseHeader:function(bT){var e;if(bA===2){if(!by){by={};while((e=aD.exec(bQ))){by[e[1].toLowerCase()]=e[2]}}e=by[bT.toLowerCase()]}return e===L?null:e},overrideMimeType:function(e){if(!bA){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bF(0,e);return this}};function bF(bZ,bU,b0,bW){if(bA===2){return}bA=2;if(bE){clearTimeout(bE)}bL=L;bQ=bW||"";bJ.readyState=bZ>0?4:0;var bT,b4,b3,bX=bU,bY=b0?bj(bD,bJ,b0):L,bV,b2;if(bZ>=200&&bZ<300||bZ===304){if(bD.ifModified){if((bV=bJ.getResponseHeader("Last-Modified"))){b.lastModified[bC]=bV}if((b2=bJ.getResponseHeader("Etag"))){b.etag[bC]=b2}}if(bZ===304){bX="notmodified";bT=true}else{try{b4=G(bD,bY);bX="success";bT=true}catch(b1){bX="parsererror";b3=b1}}}else{b3=bX;if(!bX||bZ){bX="error";if(bZ<0){bZ=0}}}bJ.status=bZ;bJ.statusText=""+(bU||bX);if(bT){bR.resolveWith(bS,[b4,bX,bJ])}else{bR.rejectWith(bS,[bJ,bX,b3])}bJ.statusCode(bB);bB=L;if(bw){bG.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b4:b3])}bN.fireWith(bS,[bJ,bX]);if(bw){bG.trigger("ajaxComplete",[bJ,bD]);if(!(--b.active)){b.event.trigger("ajaxStop")}}}bR.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.add;bJ.statusCode=function(bT){if(bT){var e;if(bA<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(bq,"").replace(c,s[1]+"//");bD.dataTypes=b.trim(bD.dataType||"*").toLowerCase().split(h);if(bD.crossDomain==null){bI=K.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=s[1]||bI[2]!=s[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(s[3]||(s[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=b.param(bD.data,bD.traditional)}aW(aa,bD,bx,bJ);if(bA===2){return false}bw=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aQ.test(bD.type);if(bw&&b.active++===0){b.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(M.test(bD.url)?"&":"?")+bD.data;delete bD.data}bC=bD.url;if(bD.cache===false){var bv=b.now(),bP=bD.url.replace(br,"$1_="+bv);bD.url=bP+((bP===bD.url)?(M.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bx.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bC=bC||bD.url;if(b.lastModified[bC]){bJ.setRequestHeader("If-Modified-Since",b.lastModified[bC])}if(b.etag[bC]){bJ.setRequestHeader("If-None-Match",b.etag[bC])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", "+aV+"; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bS,bJ,bD)===false||bA===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=aW(r,bD,bx,bJ);if(!bL){bF(-1,"No Transport")}else{bJ.readyState=1;if(bw){bG.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{bA=1;bL.send(bH,bF)}catch(bM){if(bA<2){bF(-1,bM)}else{throw bM}}}return bJ},param:function(e,bw){var bv=[],by=function(bz,bA){bA=b.isFunction(bA)?bA():bA;bv[bv.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bw===L){bw=b.ajaxSettings.traditional}if(b.isArray(e)||(e.jquery&&!b.isPlainObject(e))){b.each(e,function(){by(this.name,this.value)})}else{for(var bx in e){v(bx,e[bx],bw,by)}}return bv.join("&").replace(k,"+")}});function v(bw,by,bv,bx){if(b.isArray(by)){b.each(by,function(bA,bz){if(bv||ap.test(bw)){bx(bw,bz)}else{v(bw+"["+(typeof bz==="object"||b.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var e in by){v(bw+"["+e+"]",by[e],bv,bx)}}else{bx(bw,by)}}}b.extend({active:0,lastModified:{},etag:{}});function bj(bD,bC,bz){var bv=bD.contents,bB=bD.dataTypes,bw=bD.responseFields,by,bA,bx,e;for(bA in bw){if(bA in bz){bC[bw[bA]]=bz[bA]}}while(bB[0]==="*"){bB.shift();if(by===L){by=bD.mimeType||bC.getResponseHeader("content-type")}}if(by){for(bA in bv){if(bv[bA]&&bv[bA].test(by)){bB.unshift(bA);break}}}if(bB[0] in bz){bx=bB[0]}else{for(bA in bz){if(!bB[0]||bD.converters[bA+" "+bB[0]]){bx=bA;break}if(!e){e=bA}}bx=bx||e}if(bx){if(bx!==bB[0]){bB.unshift(bx)}return bz[bx]}}function G(bH,bz){if(bH.dataFilter){bz=bH.dataFilter(bz,bH.dataType)}var bD=bH.dataTypes,bG={},bA,bE,bw=bD.length,bB,bC=bD[0],bx,by,bF,bv,e;for(bA=1;bA
=bw.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bw.animatedProperties[this.prop]=true;for(bA in bw.animatedProperties){if(bw.animatedProperties[bA]!==true){e=false}}if(e){if(bw.overflow!=null&&!b.support.shrinkWrapBlocks){b.each(["","X","Y"],function(bC,bD){bz.style["overflow"+bD]=bw.overflow[bC]})}if(bw.hide){b(bz).hide()}if(bw.hide||bw.show){for(bA in bw.animatedProperties){b.style(bz,bA,bw.orig[bA]);b.removeData(bz,"fxshow"+bA,true);b.removeData(bz,"toggle"+bA,true)}}bv=bw.complete;if(bv){bw.complete=false;bv.call(bz)}}return false}else{if(bw.duration==Infinity){this.now=bx}else{bB=bx-this.startTime;this.state=bB/bw.duration;this.pos=b.easing[bw.animatedProperties[this.prop]](this.state,bB,0,1,bw.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};b.extend(b.fx,{tick:function(){var bw,bv=b.timers,e=0;for(;e").appendTo(e),bw=bv.css("display");bv.remove();if(bw==="none"||bw===""){if(!a8){a8=av.createElement("iframe");a8.frameBorder=a8.width=a8.height=0}e.appendChild(a8);if(!m||!a8.createElement){m=(a8.contentWindow||a8.contentDocument).document;m.write((av.compatMode==="CSS1Compat"?"":"")+"");m.close()}bv=m.createElement(bx);m.body.appendChild(bv);bw=b.css(bv,"display");e.removeChild(a8)}Q[bx]=bw}return Q[bx]}var V=/^t(?:able|d|h)$/i,ad=/^(?:body|html)$/i;if("getBoundingClientRect" in av.documentElement){b.fn.offset=function(bI){var by=this[0],bB;if(bI){return this.each(function(e){b.offset.setOffset(this,bI,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return b.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bH=by.ownerDocument,bw=bH.documentElement;if(!bB||!b.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bH.body,bD=aK(bH),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||b.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||b.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{b.fn.offset=function(bF){var bz=this[0];if(bF){return this.each(function(bG){b.offset.setOffset(this,bF,bG)})}if(!bz||!bz.ownerDocument){return null}if(bz===bz.ownerDocument.body){return b.offset.bodyOffset(bz)}var bC,bw=bz.offsetParent,bv=bz,bE=bz.ownerDocument,bx=bE.documentElement,bA=bE.body,bB=bE.defaultView,e=bB?bB.getComputedStyle(bz,null):bz.currentStyle,bD=bz.offsetTop,by=bz.offsetLeft;while((bz=bz.parentNode)&&bz!==bA&&bz!==bx){if(b.support.fixedPosition&&e.position==="fixed"){break}bC=bB?bB.getComputedStyle(bz,null):bz.currentStyle;bD-=bz.scrollTop;by-=bz.scrollLeft;if(bz===bw){bD+=bz.offsetTop;by+=bz.offsetLeft;if(b.support.doesNotAddBorder&&!(b.support.doesAddBorderForTableAndCells&&V.test(bz.nodeName))){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}bv=bw;bw=bz.offsetParent}if(b.support.subtractsBorderForOverflowNotVisible&&bC.overflow!=="visible"){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}e=bC}if(e.position==="relative"||e.position==="static"){bD+=bA.offsetTop;by+=bA.offsetLeft}if(b.support.fixedPosition&&e.position==="fixed"){bD+=Math.max(bx.scrollTop,bA.scrollTop);by+=Math.max(bx.scrollLeft,bA.scrollLeft)}return{top:bD,left:by}}}b.offset={bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;if(b.support.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(b.css(e,"marginTop"))||0;bv+=parseFloat(b.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(bx,bG,bA){var bB=b.css(bx,"position");if(bB==="static"){bx.style.position="relative"}var bz=b(bx),bv=bz.offset(),e=b.css(bx,"top"),bE=b.css(bx,"left"),bF=(bB==="absolute"||bB==="fixed")&&b.inArray("auto",[e,bE])>-1,bD={},bC={},bw,by;if(bF){bC=bz.position();bw=bC.top;by=bC.left}else{bw=parseFloat(e)||0;by=parseFloat(bE)||0}if(b.isFunction(bG)){bG=bG.call(bx,bA,bv)}if(bG.top!=null){bD.top=(bG.top-bv.top)+bw}if(bG.left!=null){bD.left=(bG.left-bv.left)+by}if("using" in bG){bG.using.call(bx,bD)}else{bz.css(bD)}}};b.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=ad.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(b.css(bw,"marginTop"))||0;bx.left-=parseFloat(b.css(bw,"marginLeft"))||0;e.top+=parseFloat(b.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(b.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||av.body;while(e&&(!ad.test(e.nodeName)&&b.css(e,"position")==="static")){e=e.offsetParent}return e})}});b.each(["Left","Top"],function(bv,e){var bw="scroll"+e;b.fn[bw]=function(bz){var bx,by;if(bz===L){bx=this[0];if(!bx){return null}by=aK(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:b.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=aK(this);if(by){by.scrollTo(!bv?bz:b(by).scrollLeft(),bv?bz:b(by).scrollTop())}else{this[bw]=bz}})}});function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}b.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();b.fn["inner"+e]=function(){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,"padding")):this[bw]():null};b.fn["outer"+e]=function(by){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,by?"margin":"border")):this[bw]():null};b.fn[bw]=function(bz){var bA=this[0];if(!bA){return bz==null?null:this}if(b.isFunction(bz)){return this.each(function(bE){var bD=b(this);bD[bw](bz.call(this,bE,bD[bw]()))})}if(b.isWindow(bA)){var bB=bA.document.documentElement["client"+e],bx=bA.document.body;return bA.document.compatMode==="CSS1Compat"&&bB||bx&&bx["client"+e]||bB}else{if(bA.nodeType===9){return Math.max(bA.documentElement["client"+e],bA.body["scroll"+e],bA.documentElement["scroll"+e],bA.body["offset"+e],bA.documentElement["offset"+e])}else{if(bz===L){var bC=b.css(bA,bw),by=parseFloat(bC);return b.isNumeric(by)?by:bC}else{return this.css(bw,typeof bz==="string"?bz:bz+"px")}}}}});bb.jQuery=bb.$=b;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return b})}})(window);/*!
+ * jQuery UI 1.8.18
+ *
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI
+ */
+(function(a,d){a.ui=a.ui||{};if(a.ui.version){return}a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(e,f){return typeof e==="number"?this.each(function(){var g=this;setTimeout(function(){a(g).focus();if(f){f.call(g)}},e)}):this._focus.apply(this,arguments)},scrollParent:function(){var e;if((a.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){e=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(a.curCSS(this,"position",1))&&(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}else{e=this.parents().filter(function(){return(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!e.length?a(document):e},zIndex:function(h){if(h!==d){return this.css("zIndex",h)}if(this.length){var f=a(this[0]),e,g;while(f.length&&f[0]!==document){e=f.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){g=parseInt(f.css("zIndex"),10);if(!isNaN(g)&&g!==0){return g}}f=f.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(e){e.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});a.each(["Width","Height"],function(g,e){var f=e==="Width"?["Left","Right"]:["Top","Bottom"],h=e.toLowerCase(),k={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"padding"+this,true))||0;if(i){l-=parseFloat(a.curCSS(m,"border"+this+"Width",true))||0}if(n){l-=parseFloat(a.curCSS(m,"margin"+this,true))||0}});return l}a.fn["inner"+e]=function(i){if(i===d){return k["inner"+e].call(this)}return this.each(function(){a(this).css(h,j(this,i)+"px")})};a.fn["outer"+e]=function(i,l){if(typeof i!=="number"){return k["outer"+e].call(this,i)}return this.each(function(){a(this).css(h,j(this,i,true,l)+"px")})}});function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.parentNode,h=i.name,f;if(!g.href||!h||i.nodeName.toLowerCase()!=="map"){return false}f=a("img[usemap=#"+h+"]")[0];return !!f&&b(f)}return(/input|select|textarea|button|object/.test(j)?!g.disabled:"a"==j?g.href||e:e)&&b(g)}function b(e){return !a(e).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}a.extend(a.expr[":"],{data:function(g,f,e){return !!a.data(g,e[3])},focusable:function(e){return c(e,!isNaN(a.attr(e,"tabindex")))},tabbable:function(g){var e=a.attr(g,"tabindex"),f=isNaN(e);return(f||e>=0)&&c(g,!f)}});a(function(){var e=document.body,f=e.appendChild(f=document.createElement("div"));f.offsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.support.minHeight=f.offsetHeight===100;a.support.selectstart="onselectstart" in f;e.removeChild(f).style.display="none"});a.extend(a.ui,{plugin:{add:function(f,g,j){var h=a.ui[f].prototype;for(var e in j){h.plugins[e]=h.plugins[e]||[];h.plugins[e].push([g,j[e]])}},call:function(e,g,f){var j=e.plugins[g];if(!j||!e.element[0].parentNode){return}for(var h=0;h0){return true}h[e]=1;g=(h[e]>0);h[e]=0;return g},isOverAxis:function(f,e,g){return(f>e)&&(f<(e+g))},isOver:function(j,f,i,h,e,g){return a.ui.isOverAxis(j,i,e)&&a.ui.isOverAxis(f,h,g)}})})(jQuery);/*!
+ * jQuery UI Widget 1.8.18
+ *
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Widget
+ */
+(function(b,d){if(b.cleanData){var c=b.cleanData;b.cleanData=function(f){for(var g=0,h;(h=f[g])!=null;g++){try{b(h).triggerHandler("remove")}catch(j){}}c(f)}}else{var a=b.fn.remove;b.fn.remove=function(e,f){return this.each(function(){if(!f){if(!e||b.filter(e,[this]).length){b("*",this).add([this]).each(function(){try{b(this).triggerHandler("remove")}catch(g){}})}}return a.call(b(this),e,f)})}}b.widget=function(f,h,e){var g=f.split(".")[0],j;f=f.split(".")[1];j=g+"-"+f;if(!e){e=h;h=b.Widget}b.expr[":"][j]=function(k){return !!b.data(k,f)};b[g]=b[g]||{};b[g][f]=function(k,l){if(arguments.length){this._createWidget(k,l)}};var i=new h();i.options=b.extend(true,{},i.options);b[g][f].prototype=b.extend(true,i,{namespace:g,widgetName:f,widgetEventPrefix:b[g][f].prototype.widgetEventPrefix||f,widgetBaseClass:j},e);b.widget.bridge(f,b[g][f])};b.widget.bridge=function(f,e){b.fn[f]=function(i){var g=typeof i==="string",h=Array.prototype.slice.call(arguments,1),j=this;i=!g&&h.length?b.extend.apply(null,[true,i].concat(h)):i;if(g&&i.charAt(0)==="_"){return j}if(g){this.each(function(){var k=b.data(this,f),l=k&&b.isFunction(k[i])?k[i].apply(k,h):k;if(l!==k&&l!==d){j=l;return false}})}else{this.each(function(){var k=b.data(this,f);if(k){k.option(i||{})._init()}else{b.data(this,f,new e(i,this))}})}return j}};b.Widget=function(e,f){if(arguments.length){this._createWidget(e,f)}};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(f,g){b.data(g,this.widgetName,this);this.element=b(g);this.options=b.extend(true,{},this.options,this._getCreateOptions(),f);var e=this;this.element.bind("remove."+this.widgetName,function(){e.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(f,g){var e=f;if(arguments.length===0){return b.extend({},this.options)}if(typeof f==="string"){if(g===d){return this.options[f]}e={};e[f]=g}this._setOptions(e);return this},_setOptions:function(f){var e=this;b.each(f,function(g,h){e._setOption(g,h)});return this},_setOption:function(e,f){this.options[e]=f;if(e==="disabled"){this.widget()[f?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",f)}return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(e,f,g){var j,i,h=this.options[e];g=g||{};f=b.Event(f);f.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase();f.target=this.element[0];i=f.originalEvent;if(i){for(j in i){if(!(j in f)){f[j]=i[j]}}}this.element.trigger(f,g);return !(b.isFunction(h)&&h.call(this.element[0],f,g)===false||f.isDefaultPrevented())}}})(jQuery);/*!
+ * jQuery UI Mouse 1.8.18
+ *
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Mouse
+ *
+ * Depends:
+ * jquery.ui.widget.js
+ */
+(function(b,c){var a=false;b(document).mouseup(function(d){a=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedown."+this.widgetName,function(e){return d._mouseDown(e)}).bind("click."+this.widgetName,function(e){if(true===b.data(e.target,d.widgetName+".preventClickEvent")){b.removeData(e.target,d.widgetName+".preventClickEvent");e.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(f){if(a){return}(this._mouseStarted&&this._mouseUp(f));this._mouseDownEvent=f;var e=this,g=(f.which==1),d=(typeof this.options.cancel=="string"&&f.target.nodeName?b(f.target).closest(this.options.cancel).length:false);if(!g||d||!this._mouseCapture(f)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){e.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(f)&&this._mouseDelayMet(f)){this._mouseStarted=(this._mouseStart(f)!==false);if(!this._mouseStarted){f.preventDefault();return true}}if(true===b.data(f.target,this.widgetName+".preventClickEvent")){b.removeData(f.target,this.widgetName+".preventClickEvent")}this._mouseMoveDelegate=function(h){return e._mouseMove(h)};this._mouseUpDelegate=function(h){return e._mouseUp(h)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);f.preventDefault();a=true;return true},_mouseMove:function(d){if(b.browser.msie&&!(document.documentMode>=9)&&!d.button){return this._mouseUp(d)}if(this._mouseStarted){this._mouseDrag(d);return d.preventDefault()}if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,d)!==false);(this._mouseStarted?this._mouseDrag(d):this._mouseUp(d))}return !this._mouseStarted},_mouseUp:function(d){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;if(d.target==this._mouseDownEvent.target){b.data(d.target,this.widgetName+".preventClickEvent",true)}this._mouseStop(d)}return false},_mouseDistanceMet:function(d){return(Math.max(Math.abs(this._mouseDownEvent.pageX-d.pageX),Math.abs(this._mouseDownEvent.pageY-d.pageY))>=this.options.distance)},_mouseDelayMet:function(d){return this.mouseDelayMet},_mouseStart:function(d){},_mouseDrag:function(d){},_mouseStop:function(d){},_mouseCapture:function(d){return true}})})(jQuery);(function(c,d){c.widget("ui.resizable",c.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000},_create:function(){var f=this,k=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(k.aspectRatio),aspectRatio:k.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:k.helper||k.ghost||k.animate?k.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){this.element.wrap(c('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=k.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var l=this.handles.split(",");this.handles={};for(var g=0;g ');if(/sw|se|ne|nw/.test(j)){h.css({zIndex:++k.zIndex})}if("se"==j){h.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[j]=".ui-resizable-"+j;this.element.append(h)}}this._renderAxis=function(q){q=q||this.element;for(var n in this.handles){if(this.handles[n].constructor==String){this.handles[n]=c(this.handles[n],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var o=c(this.handles[n],this.element),p=0;p=/sw|ne|nw|se|n|s/.test(n)?o.outerHeight():o.outerWidth();var m=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join("");q.css(m,p);this._proportionallyResize()}if(!c(this.handles[n]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!f.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}f.axis=i&&i[1]?i[1]:"se"}});if(k.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){if(k.disabled){return}c(this).removeClass("ui-resizable-autohide");f._handles.show()},function(){if(k.disabled){return}if(!f.resizing){c(this).addClass("ui-resizable-autohide");f._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var e=function(g){c(g).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){e(this.element);var f=this.element;f.after(this.originalElement.css({position:f.css("position"),width:f.outerWidth(),height:f.outerHeight(),top:f.css("top"),left:f.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);e(this.originalElement);return this},_mouseCapture:function(f){var g=false;for(var e in this.handles){if(c(this.handles[e])[0]==f.target){g=true}}return !this.options.disabled&&g},_mouseStart:function(g){var j=this.options,f=this.element.position(),e=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(e.is(".ui-draggable")||(/absolute/).test(e.css("position"))){e.css({position:"absolute",top:f.top,left:f.left})}this._renderProxy();var k=b(this.helper.css("left")),h=b(this.helper.css("top"));if(j.containment){k+=c(j.containment).scrollLeft()||0;h+=c(j.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:k,top:h};this.size=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalSize=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalPosition={left:k,top:h};this.sizeDiff={width:e.outerWidth()-e.width(),height:e.outerHeight()-e.height()};this.originalMousePosition={left:g.pageX,top:g.pageY};this.aspectRatio=(typeof j.aspectRatio=="number")?j.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var i=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",i=="auto"?this.axis+"-resize":i);e.addClass("ui-resizable-resizing");this._propagate("start",g);return true},_mouseDrag:function(e){var h=this.helper,g=this.options,m={},q=this,j=this.originalMousePosition,n=this.axis;var r=(e.pageX-j.left)||0,p=(e.pageY-j.top)||0;var i=this._change[n];if(!i){return false}var l=i.apply(this,[e,r,p]),k=c.browser.msie&&c.browser.version<7,f=this.sizeDiff;this._updateVirtualBoundaries(e.shiftKey);if(this._aspectRatio||e.shiftKey){l=this._updateRatio(l,e)}l=this._respectSize(l,e);this._propagate("resize",e);h.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(l);this._trigger("resize",e,this.ui());return false},_mouseStop:function(h){this.resizing=false;var i=this.options,m=this;if(this._helper){var g=this._proportionallyResizeElements,e=g.length&&(/textarea/i).test(g[0].nodeName),f=e&&c.ui.hasScroll(g[0],"left")?0:m.sizeDiff.height,k=e?0:m.sizeDiff.width;var n={width:(m.helper.width()-k),height:(m.helper.height()-f)},j=(parseInt(m.element.css("left"),10)+(m.position.left-m.originalPosition.left))||null,l=(parseInt(m.element.css("top"),10)+(m.position.top-m.originalPosition.top))||null;if(!i.animate){this.element.css(c.extend(n,{top:l,left:j}))}m.helper.height(m.size.height);m.helper.width(m.size.width);if(this._helper&&!i.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",h);if(this._helper){this.helper.remove()}return false},_updateVirtualBoundaries:function(g){var j=this.options,i,h,f,k,e;e={minWidth:a(j.minWidth)?j.minWidth:0,maxWidth:a(j.maxWidth)?j.maxWidth:Infinity,minHeight:a(j.minHeight)?j.minHeight:0,maxHeight:a(j.maxHeight)?j.maxHeight:Infinity};if(this._aspectRatio||g){i=e.minHeight*this.aspectRatio;f=e.minWidth/this.aspectRatio;h=e.maxHeight*this.aspectRatio;k=e.maxWidth/this.aspectRatio;if(i>e.minWidth){e.minWidth=i}if(f>e.minHeight){e.minHeight=f}if(hl.width),s=a(l.height)&&i.minHeight&&(i.minHeight>l.height);if(h){l.width=i.minWidth}if(s){l.height=i.minHeight}if(t){l.width=i.maxWidth}if(m){l.height=i.maxHeight}var f=this.originalPosition.left+this.originalSize.width,p=this.position.top+this.size.height;var k=/sw|nw|w/.test(q),e=/nw|ne|n/.test(q);if(h&&k){l.left=f-i.minWidth}if(t&&k){l.left=f-i.maxWidth}if(s&&e){l.top=p-i.minHeight}if(m&&e){l.top=p-i.maxHeight}var n=!l.width&&!l.height;if(n&&!l.left&&l.top){l.top=null}else{if(n&&!l.top&&l.left){l.left=null}}return l},_proportionallyResize:function(){var k=this.options;if(!this._proportionallyResizeElements.length){return}var g=this.helper||this.element;for(var f=0;f');var e=c.browser.msie&&c.browser.version<7,g=(e?1:0),h=(e?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+h,height:this.element.outerHeight()+h,position:"absolute",left:this.elementOffset.left-g+"px",top:this.elementOffset.top-g+"px",zIndex:++i.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(g,f,e){return{width:this.originalSize.width+f}},w:function(h,f,e){var j=this.options,g=this.originalSize,i=this.originalPosition;return{left:i.left+f,width:g.width-f}},n:function(h,f,e){var j=this.options,g=this.originalSize,i=this.originalPosition;return{top:i.top+e,height:g.height-e}},s:function(g,f,e){return{height:this.originalSize.height+e}},se:function(g,f,e){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[g,f,e]))},sw:function(g,f,e){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[g,f,e]))},ne:function(g,f,e){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[g,f,e]))},nw:function(g,f,e){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[g,f,e]))}},_propagate:function(f,e){c.ui.plugin.call(this,f,[e,this.ui()]);(f!="resize"&&this._trigger(f,e,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});c.extend(c.ui.resizable,{version:"1.8.18"});c.ui.plugin.add("resizable","alsoResize",{start:function(f,g){var e=c(this).data("resizable"),i=e.options;var h=function(j){c(j).each(function(){var k=c(this);k.data("resizable-alsoresize",{width:parseInt(k.width(),10),height:parseInt(k.height(),10),left:parseInt(k.css("left"),10),top:parseInt(k.css("top"),10)})})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.parentNode){if(i.alsoResize.length){i.alsoResize=i.alsoResize[0];h(i.alsoResize)}else{c.each(i.alsoResize,function(j){h(j)})}}else{h(i.alsoResize)}},resize:function(g,i){var f=c(this).data("resizable"),j=f.options,h=f.originalSize,l=f.originalPosition;var k={height:(f.size.height-h.height)||0,width:(f.size.width-h.width)||0,top:(f.position.top-l.top)||0,left:(f.position.left-l.left)||0},e=function(m,n){c(m).each(function(){var q=c(this),r=c(this).data("resizable-alsoresize"),p={},o=n&&n.length?n:q.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];c.each(o,function(s,u){var t=(r[u]||0)+(k[u]||0);if(t&&t>=0){p[u]=t||null}});q.css(p)})};if(typeof(j.alsoResize)=="object"&&!j.alsoResize.nodeType){c.each(j.alsoResize,function(m,n){e(m,n)})}else{e(j.alsoResize)}},stop:function(e,f){c(this).removeData("resizable-alsoresize")}});c.ui.plugin.add("resizable","animate",{stop:function(i,n){var p=c(this).data("resizable"),j=p.options;var h=p._proportionallyResizeElements,e=h.length&&(/textarea/i).test(h[0].nodeName),f=e&&c.ui.hasScroll(h[0],"left")?0:p.sizeDiff.height,l=e?0:p.sizeDiff.width;var g={width:(p.size.width-l),height:(p.size.height-f)},k=(parseInt(p.element.css("left"),10)+(p.position.left-p.originalPosition.left))||null,m=(parseInt(p.element.css("top"),10)+(p.position.top-p.originalPosition.top))||null;p.element.animate(c.extend(g,m&&k?{top:m,left:k}:{}),{duration:j.animateDuration,easing:j.animateEasing,step:function(){var o={width:parseInt(p.element.css("width"),10),height:parseInt(p.element.css("height"),10),top:parseInt(p.element.css("top"),10),left:parseInt(p.element.css("left"),10)};if(h&&h.length){c(h[0]).css({width:o.width,height:o.height})}p._updateCache(o);p._propagate("resize",i)}})}});c.ui.plugin.add("resizable","containment",{start:function(f,r){var t=c(this).data("resizable"),j=t.options,l=t.element;var g=j.containment,k=(g instanceof c)?g.get(0):(/parent/.test(g))?l.parent().get(0):g;if(!k){return}t.containerElement=c(k);if(/document/.test(g)||g==document){t.containerOffset={left:0,top:0};t.containerPosition={left:0,top:0};t.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var n=c(k),i=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){i[p]=b(n.css("padding"+o))});t.containerOffset=n.offset();t.containerPosition=n.position();t.containerSize={height:(n.innerHeight()-i[3]),width:(n.innerWidth()-i[1])};var q=t.containerOffset,e=t.containerSize.height,m=t.containerSize.width,h=(c.ui.hasScroll(k,"left")?k.scrollWidth:m),s=(c.ui.hasScroll(k)?k.scrollHeight:e);t.parentData={element:k,left:q.left,top:q.top,width:h,height:s}}},resize:function(g,q){var t=c(this).data("resizable"),i=t.options,f=t.containerSize,p=t.containerOffset,m=t.size,n=t.position,r=t._aspectRatio||g.shiftKey,e={top:0,left:0},h=t.containerElement;if(h[0]!=document&&(/static/).test(h.css("position"))){e=p}if(n.left<(t._helper?p.left:0)){t.size.width=t.size.width+(t._helper?(t.position.left-p.left):(t.position.left-e.left));if(r){t.size.height=t.size.width/i.aspectRatio}t.position.left=i.helper?p.left:0}if(n.top<(t._helper?p.top:0)){t.size.height=t.size.height+(t._helper?(t.position.top-p.top):t.position.top);if(r){t.size.width=t.size.height*i.aspectRatio}t.position.top=t._helper?p.top:0}t.offset.left=t.parentData.left+t.position.left;t.offset.top=t.parentData.top+t.position.top;var l=Math.abs((t._helper?t.offset.left-e.left:(t.offset.left-e.left))+t.sizeDiff.width),s=Math.abs((t._helper?t.offset.top-e.top:(t.offset.top-p.top))+t.sizeDiff.height);var k=t.containerElement.get(0)==t.element.parent().get(0),j=/relative|absolute/.test(t.containerElement.css("position"));if(k&&j){l-=t.parentData.left}if(l+t.size.width>=t.parentData.width){t.size.width=t.parentData.width-l;if(r){t.size.height=t.size.width/t.aspectRatio}}if(s+t.size.height>=t.parentData.height){t.size.height=t.parentData.height-s;if(r){t.size.width=t.size.height*t.aspectRatio}}},stop:function(f,n){var q=c(this).data("resizable"),g=q.options,l=q.position,m=q.containerOffset,e=q.containerPosition,i=q.containerElement;var j=c(q.helper),r=j.offset(),p=j.outerWidth()-q.sizeDiff.width,k=j.outerHeight()-q.sizeDiff.height;if(q._helper&&!g.animate&&(/relative/).test(i.css("position"))){c(this).css({left:r.left-e.left-m.left,width:p,height:k})}if(q._helper&&!g.animate&&(/static/).test(i.css("position"))){c(this).css({left:r.left-e.left-m.left,width:p,height:k})}}});c.ui.plugin.add("resizable","ghost",{start:function(g,h){var e=c(this).data("resizable"),i=e.options,f=e.size;e.ghost=e.originalElement.clone();e.ghost.css({opacity:0.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof i.ghost=="string"?i.ghost:"");e.ghost.appendTo(e.helper)},resize:function(f,g){var e=c(this).data("resizable"),h=e.options;if(e.ghost){e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})}},stop:function(f,g){var e=c(this).data("resizable"),h=e.options;if(e.ghost&&e.helper){e.helper.get(0).removeChild(e.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(e,m){var p=c(this).data("resizable"),h=p.options,k=p.size,i=p.originalSize,j=p.originalPosition,n=p.axis,l=h._aspectRatio||e.shiftKey;h.grid=typeof h.grid=="number"?[h.grid,h.grid]:h.grid;var g=Math.round((k.width-i.width)/(h.grid[0]||1))*(h.grid[0]||1),f=Math.round((k.height-i.height)/(h.grid[1]||1))*(h.grid[1]||1);if(/^(se|s|e)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f}else{if(/^(ne)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f;p.position.top=j.top-f}else{if(/^(sw)$/.test(n)){p.size.width=i.width+g;p.size.height=i.height+f;p.position.left=j.left-g}else{p.size.width=i.width+g;p.size.height=i.height+f;p.position.top=j.top-f;p.position.left=j.left-g}}}}});var b=function(e){return parseInt(e,10)||0};var a=function(e){return !isNaN(parseInt(e,10))}})(jQuery);/*!
+ * jQuery hashchange event - v1.3 - 7/21/2010
+ * http://benalman.com/projects/jquery-hashchange-plugin/
+ *
+ * Copyright (c) 2010 "Cowboy" Ben Alman
+ * Dual licensed under the MIT and GPL licenses.
+ * http://benalman.com/about/license/
+ */
+(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$('').hide().one("load",function(){r||l(a());n()}).attr("src",r||"javascript:0").insertAfter("body")[0].contentWindow;h.onpropertychange=function(){try{if(event.propertyName==="title"){q.document.title=h.title}}catch(s){}}}};j.stop=k;o=function(){return a(q.location.href)};l=function(v,s){var u=q.document,t=$.fn[c].domain;if(v!==s){u.title=h.title;u.open();t&&u.write('
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ enum CharacterBuildMethod { BP = 0,
+Karma = 1
+ }
+
+enum CapacityStyle { Zero = 0,
+Standard = 1,
+PerRating = 2
+ }
+ Capacity Style. More...
+
+enum LifestyleType { Standard = 0,
+BoltHole = 1,
+Safehouse = 2,
+Advanced = 3
+ }
+ Type of Lifestyle. More...
+
+ enum ExpenseType { Karma = 0,
+Nuyen = 1
+ }
+
+ enum KarmaExpenseType {
+ ImproveAttribute = 0,
+AddQuality = 1,
+ImproveSkillGroup = 2,
+AddSkill = 3,
+
+ ImproveSkill = 4,
+SkillSpec = 5,
+AddMartialArt = 6,
+ImproveMartialArt = 7,
+
+ AddMartialArtManeuver = 8,
+AddSpell = 9,
+AddComplexForm = 10,
+ImproveComplexForm = 11,
+
+ AddComplexFormOption = 12,
+ImproveComplexFormOption = 13,
+AddMetamagic = 14,
+ImproveInitiateGrade = 15,
+
+ RemoveQuality = 16,
+ManualAdd = 17,
+ManualSubtract = 18,
+BindFocus = 19,
+
+ JoinGroup = 20,
+LeaveGroup = 21,
+QuickeningMetamagic = 22
+
+ }
+
+ enum NuyenExpenseType {
+ AddCyberware = 0,
+IncreaseLifestyle = 1,
+AddArmor = 2,
+AddArmorMod = 3,
+
+ AddWeapon = 4,
+AddWeaponMod = 5,
+AddWeaponAccessory = 6,
+AddGear = 7,
+
+ AddVehicle = 8,
+AddVehicleMod = 9,
+AddVehicleGear = 10,
+AddVehicleWeapon = 11,
+
+ AddVehicleWeaponMod = 12,
+AddVehicleWeaponAccessory = 13,
+ManualAdd = 14,
+ManualSubtract = 15,
+
+ AddArmorGear = 16,
+AddVehicleModCyberware = 17,
+AddCyberwareGear = 18,
+AddWeaponGear = 19
+
+ }
+
+ enum ClipboardContentType {
+ None = 0,
+Gear = 1,
+Commlink = 2,
+OperatingSystem = 3,
+
+ Cyberware = 4,
+Bioware = 5,
+Armor = 6,
+Weapon = 7,
+
+ Vehicle = 8,
+Lifestyle = 9
+
+ }
+
+enum QualityType { Positive = 0,
+Negative = 1
+ }
+ Type of Quality. More...
+
+enum QualitySource { Selected = 0,
+Metatype = 1,
+MetatypeRemovable = 2
+ }
+ Source of the Quality. More...
+
+enum SpiritType { Spirit = 0,
+Sprite = 1
+ }
+ Type of Spirit. More...
+
+enum ContactType { Contact = 0,
+Enemy = 1,
+Pet = 2
+ }
+ Type of Contact. More...
+
+ enum OmaeMode { Character = 1,
+Data = 2,
+Sheets = 3
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/namespace_chummer_1_1_omae_service.html b/docs/namespace_chummer_1_1_omae_service.html
new file mode 100644
index 0000000..634980a
--- /dev/null
+++ b/docs/namespace_chummer_1_1_omae_service.html
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+Chummer: Package Chummer.OmaeService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/namespace_chummer_1_1_properties.html b/docs/namespace_chummer_1_1_properties.html
new file mode 100644
index 0000000..6b87ecf
--- /dev/null
+++ b/docs/namespace_chummer_1_1_properties.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+Chummer: Package Chummer.Properties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+class Resources
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+class Settings
+
+
+
+
+
+
+
diff --git a/docs/namespace_chummer_1_1_translation_service.html b/docs/namespace_chummer_1_1_translation_service.html
new file mode 100644
index 0000000..d2c1dcd
--- /dev/null
+++ b/docs/namespace_chummer_1_1_translation_service.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+Chummer: Package Chummer.TranslationService
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/namespacemembers.html b/docs/namespacemembers.html
new file mode 100644
index 0000000..d62b1a1
--- /dev/null
+++ b/docs/namespacemembers.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Chummer: Package Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all documented namespace members with links to the namespaces they belong to:
+
+
+
+
+
diff --git a/docs/namespacemembers_enum.html b/docs/namespacemembers_enum.html
new file mode 100644
index 0000000..73498ea
--- /dev/null
+++ b/docs/namespacemembers_enum.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Chummer: Package Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/namespaces.html b/docs/namespaces.html
new file mode 100644
index 0000000..327980a
--- /dev/null
+++ b/docs/namespaces.html
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+Chummer: Packages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chummer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here are the packages with brief descriptions (if available):
+
+
+
+
+
diff --git a/docs/nav_f.png b/docs/nav_f.png
new file mode 100644
index 0000000..72a58a5
Binary files /dev/null and b/docs/nav_f.png differ
diff --git a/docs/nav_g.png b/docs/nav_g.png
new file mode 100644
index 0000000..2093a23
Binary files /dev/null and b/docs/nav_g.png differ
diff --git a/docs/nav_h.png b/docs/nav_h.png
new file mode 100644
index 0000000..33389b1
Binary files /dev/null and b/docs/nav_h.png differ
diff --git a/docs/open.png b/docs/open.png
new file mode 100644
index 0000000..30f75c7
Binary files /dev/null and b/docs/open.png differ
diff --git a/docs/search/all_0.html b/docs/search/all_0.html
new file mode 100644
index 0000000..c491fd8
--- /dev/null
+++ b/docs/search/all_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_0.js b/docs/search/all_0.js
new file mode 100644
index 0000000..de7be2d
--- /dev/null
+++ b/docs/search/all_0.js
@@ -0,0 +1,94 @@
+var searchData=
+[
+ ['abbrev',['Abbrev',['../class_chummer_1_1_attribute.html#afeed4892390df91db54586b1b304e7b9',1,'Chummer::Attribute']]],
+ ['accel',['Accel',['../class_chummer_1_1_vehicle.html#ad418cfb5160f88a7c61775f6d0242f17',1,'Chummer::Vehicle']]],
+ ['accelrunning',['AccelRunning',['../class_chummer_1_1_vehicle.html#a6831b891e79416982a08f9b8c4f41f94',1,'Chummer.Vehicle.AccelRunning()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a0a2ee32a5ca49dd46a5588844e9ccc95',1,'Chummer.frmSelectVehicleMod.AccelRunning()']]],
+ ['accelwalking',['AccelWalking',['../class_chummer_1_1_vehicle.html#af7a00d93010d25a999e7cbe2e96d05e6',1,'Chummer.Vehicle.AccelWalking()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a45cfa88c8d1c3f3d4f1f547306cde2e7',1,'Chummer.frmSelectVehicleMod.AccelWalking()']]],
+ ['accessorycostmultiplier',['AccessoryCostMultiplier',['../class_chummer_1_1_weapon_mod.html#a697a57a74b1ece27a77453f286b0e597',1,'Chummer::WeaponMod']]],
+ ['accessorymultiplier',['AccessoryMultiplier',['../class_chummer_1_1_weapon.html#a84ddfd22218d935ec71282190c441673',1,'Chummer.Weapon.AccessoryMultiplier()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a209d2a878df12cc0b3487831900c2999',1,'Chummer.frmSelectWeaponAccessory.AccessoryMultiplier()']]],
+ ['action',['Action',['../class_chummer_1_1_critter_power.html#a503c187e941c036686fecb46d244c05b',1,'Chummer::CritterPower']]],
+ ['activeammoslot',['ActiveAmmoSlot',['../class_chummer_1_1_weapon.html#a58687d3d1d6e8fe96e0468739a0c057c',1,'Chummer::Weapon']]],
+ ['adapsin',['Adapsin',['../class_chummer_1_1_grade.html#a083e2cb30c68e34ae282679d46f369d1',1,'Chummer::Grade']]],
+ ['adapsinenabled',['AdapsinEnabled',['../class_chummer_1_1_character.html#a30e3ee561b5daae1d9693e8d203fe994',1,'Chummer::Character']]],
+ ['addagain',['AddAgain',['../class_chummer_1_1frm_select_advanced_lifestyle.html#aeaa11ab49e7b2ddd88ac25ff905c6fdf',1,'Chummer.frmSelectAdvancedLifestyle.AddAgain()'],['../class_chummer_1_1frm_select_armor.html#af95f037a7e79df9d0f738edf1d6d3870',1,'Chummer.frmSelectArmor.AddAgain()'],['../class_chummer_1_1frm_select_armor_mod.html#a5290e091e28f22549877549e06f06138',1,'Chummer.frmSelectArmorMod.AddAgain()'],['../class_chummer_1_1frm_select_critter_power.html#a193fec1a6de1ec36460154594dcffd80',1,'Chummer.frmSelectCritterPower.AddAgain()'],['../class_chummer_1_1frm_select_cyberware.html#afec95ae364dc777e04361eeafd29dfa7',1,'Chummer.frmSelectCyberware.AddAgain()'],['../class_chummer_1_1frm_select_gear.html#a456450ae50bd6302eeea31065ea88c74',1,'Chummer.frmSelectGear.AddAgain()'],['../class_chummer_1_1frm_select_lifestyle.html#ab6453b3475e061bc26d16159eecc38bf',1,'Chummer.frmSelectLifestyle.AddAgain()'],['../class_chummer_1_1frm_select_martial_art.html#aff8e81f4b1a179f9a16e34a8f2a03ec0',1,'Chummer.frmSelectMartialArt.AddAgain()'],['../class_chummer_1_1frm_select_martial_art_advantage.html#a3ac1e310d64fd40ecb91474c33622d7c',1,'Chummer.frmSelectMartialArtAdvantage.AddAgain()'],['../class_chummer_1_1frm_select_martial_art_maneuver.html#a0cd28ff65d0565e85022206852625791',1,'Chummer.frmSelectMartialArtManeuver.AddAgain()'],['../class_chummer_1_1frm_select_metamagic.html#af810468b7ca6cac74437d0d9875c3f4a',1,'Chummer.frmSelectMetamagic.AddAgain()'],['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#a4f5bfafab1e4c4a6dba7b8d80de6154c',1,'Chummer.frmSelectPACKSKit.AddAgain()'],['../class_chummer_1_1frm_select_power.html#aaa0999e6db03ad3a812c2a3d053a38e5',1,'Chummer.frmSelectPower.AddAgain()'],['../class_chummer_1_1frm_select_program.html#a2d491747c591406c178293612cab3598',1,'Chummer.frmSelectProgram.AddAgain()'],['../class_chummer_1_1frm_select_program_option.html#a4fc329c2ef375e8c285483325188ea04',1,'Chummer.frmSelectProgramOption.AddAgain()'],['../class_chummer_1_1frm_select_quality.html#ae933eb0223ddb55f4e1e272d9611cd83',1,'Chummer.frmSelectQuality.AddAgain()'],['../class_chummer_1_1frm_select_spell.html#adb5ae6d3cd80ac1baef5321d60affc77',1,'Chummer.frmSelectSpell.AddAgain()'],['../class_chummer_1_1frm_select_vehicle.html#aabebe7d6720611e0113dce79fcfc15a1',1,'Chummer.frmSelectVehicle.AddAgain()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aad3d397e5364c42dbe47c8831a9c5bf4',1,'Chummer.frmSelectVehicleMod.AddAgain()'],['../class_chummer_1_1frm_select_weapon.html#accb6edd6d62de0c494e8a90d899a4eb6',1,'Chummer.frmSelectWeapon.AddAgain()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a677bfa8452cc955775462c18f1b68db8',1,'Chummer.frmSelectWeaponAccessory.AddAgain()']]],
+ ['addcategory',['AddCategory',['../class_chummer_1_1frm_select_gear.html#aefc4eb757f5bfdb88fcc16a3077c8803',1,'Chummer::frmSelectGear']]],
+ ['addmag',['AddMAG',['../class_chummer_1_1frm_select_attribute.html#a5cb628cb043e54b82ffb0cde56e984a2',1,'Chummer::frmSelectAttribute']]],
+ ['addmode',['AddMode',['../class_chummer_1_1_weapon_mod.html#a72dafcdd2e2a98af424b728c15719eb9',1,'Chummer::WeaponMod']]],
+ ['addpackskit',['AddPACKSKit',['../class_chummer_1_1frm_create.html#a721c87ab30da4a6bec2c3a206d16e8a6',1,'Chummer::frmCreate']]],
+ ['addres',['AddRES',['../class_chummer_1_1frm_select_attribute.html#ab6b72f9fd1acf4a50319fcaa76720625',1,'Chummer::frmSelectAttribute']]],
+ ['addspec',['AddSpec',['../class_chummer_1_1_skill_control.html#abe0645c424d29318a44d80c7a1e82020',1,'Chummer::SkillControl']]],
+ ['addtomrulist',['AddToMRUList',['../class_chummer_1_1_global_options.html#a31a2a73212ff9fa0dd0de313a2a481c6',1,'Chummer::GlobalOptions']]],
+ ['addtorating',['AddToRating',['../class_chummer_1_1_improvement.html#a61152dde7a52322b315fcafb8ebf5f34',1,'Chummer::Improvement']]],
+ ['addtostickymrulist',['AddToStickyMRUList',['../class_chummer_1_1_global_options.html#a7919e6e59151482b2106ae2444d6d1d1',1,'Chummer::GlobalOptions']]],
+ ['adeptenabled',['AdeptEnabled',['../class_chummer_1_1_character.html#a88811ed07c4fc081d648fc66c1c7e4f2',1,'Chummer::Character']]],
+ ['advantages',['Advantages',['../class_chummer_1_1_martial_art.html#a2264719937c341127bca57148745a75b',1,'Chummer.MartialArt.Advantages()'],['../class_chummer_1_1_mentor_spirit.html#a453d0c7eb3476b9ba514ca745ae4aff8',1,'Chummer.MentorSpirit.Advantages()']]],
+ ['aerodynamic',['Aerodynamic',['../class_chummer_1_1frm_select_gear.html#aa85f21f1d267279e489933513cdccf43',1,'Chummer::frmSelectGear']]],
+ ['age',['Age',['../class_chummer_1_1_character.html#ac4a1ff08c0ca59fc48776e8ab3a45e5f',1,'Chummer::Character']]],
+ ['agi',['AGI',['../class_chummer_1_1_character.html#a41b085d4bb77819d0eb32b9639b4f4b2',1,'Chummer::Character']]],
+ ['alias',['Alias',['../class_chummer_1_1_character.html#a977d7ac9b9f026543df0965816c730ae',1,'Chummer::Character']]],
+ ['allowautoselect',['AllowAutoSelect',['../class_chummer_1_1frm_select_item.html#a4a079f925a0202916fa13d47b68e174b',1,'Chummer::frmSelectItem']]],
+ ['allowbiowaresuites',['AllowBiowareSuites',['../class_chummer_1_1_character_options.html#a630ae2e9b4c38b82b6660497192f5297',1,'Chummer::CharacterOptions']]],
+ ['allowcancel',['AllowCancel',['../class_chummer_1_1frm_select_number.html#aff53bf3105047db4d798db4b5c8f664f',1,'Chummer::frmSelectNumber']]],
+ ['allowcustomtransgenics',['AllowCustomTransgenics',['../class_chummer_1_1_character_options.html#a3c68bca47031be60df649d54b2751bca',1,'Chummer::CharacterOptions']]],
+ ['allowcyberware',['AllowCyberware',['../class_chummer_1_1_vehicle_mod.html#a8924bc74119edaac54fe9dd086d3f6d4',1,'Chummer::VehicleMod']]],
+ ['allowcyberwareessdiscounts',['AllowCyberwareESSDiscounts',['../class_chummer_1_1_character_options.html#ace22967184744a2d7a132d3ecc67ad78',1,'Chummer::CharacterOptions']]],
+ ['allowdelete',['AllowDelete',['../class_chummer_1_1_skill.html#a326a5abd54512d60c01c5d8d2223aacd',1,'Chummer.Skill.AllowDelete()'],['../class_chummer_1_1_skill_control.html#a41f98a34945a962b23cb20aa6b015813',1,'Chummer.SkillControl.AllowDelete()']]],
+ ['allowedcategories',['AllowedCategories',['../class_chummer_1_1frm_select_armor_mod.html#a34ebc9c3f2d7a1441f2278b0d9d498cf',1,'Chummer.frmSelectArmorMod.AllowedCategories()'],['../class_chummer_1_1frm_select_gear.html#ada95ba5cf3f14623a256dfb36b18a473',1,'Chummer.frmSelectGear.AllowedCategories()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aa6957dc189f42b4a0b40b5406d0665d6',1,'Chummer.frmSelectVehicleMod.AllowedCategories()']]],
+ ['alloweditpartofbaseweapon',['AllowEditPartOfBaseWeapon',['../class_chummer_1_1_character_options.html#aeab5576d10014ed14aea378ab1bf9ec9',1,'Chummer::CharacterOptions']]],
+ ['allowedmounts',['AllowedMounts',['../class_chummer_1_1frm_select_weapon_accessory.html#a823be3026d10398fc1698efc6cccd67d',1,'Chummer::frmSelectWeaponAccessory']]],
+ ['allowexceedattributebp',['AllowExceedAttributeBP',['../class_chummer_1_1_character_options.html#a9c562a4e9dbafc153adb1efa0d94c842',1,'Chummer::CharacterOptions']]],
+ ['allowgear',['AllowGear',['../class_chummer_1_1_cyberware.html#ac1ba84a4919147100091d3a288394f13',1,'Chummer.Cyberware.AllowGear()'],['../class_chummer_1_1_weapon_accessory.html#a45adc003629af398e93adafb7374c4f6',1,'Chummer.WeaponAccessory.AllowGear()']]],
+ ['allowhigherstackedfoci',['AllowHigherStackedFoci',['../class_chummer_1_1_character_options.html#a7aaaee0443bd90946fc93645e7da58b2',1,'Chummer::CharacterOptions']]],
+ ['allowmode',['AllowMode',['../class_chummer_1_1_weapon.html#aeb8e598dfee6483e6474c4e84fdbbb3c',1,'Chummer::Weapon']]],
+ ['allowmodularplugins',['AllowModularPlugins',['../class_chummer_1_1_cyberware.html#a4440c86f5d9b1a8792d013b6fccfcaba',1,'Chummer.Cyberware.AllowModularPlugins()'],['../class_chummer_1_1_vehicle_mod.html#aae85908037e8707fc5ecd5117e89d869',1,'Chummer.VehicleMod.AllowModularPlugins()'],['../class_chummer_1_1frm_select_cyberware.html#a37989db5393395a01333edc57df08d18',1,'Chummer.frmSelectCyberware.AllowModularPlugins()']]],
+ ['allowobsolescentupgrade',['AllowObsolescentUpgrade',['../class_chummer_1_1_character_options.html#a35210ace2601cb9a4fe2867e76b61fa2',1,'Chummer::CharacterOptions']]],
+ ['allowprint',['AllowPrint',['../class_chummer_1_1_quality.html#ab2efe927d734e02680f5b2193546cdc9',1,'Chummer::Quality']]],
+ ['allowskilldicerolling',['AllowSkillDiceRolling',['../class_chummer_1_1_character_options.html#a0cf752236d03a60e84a8b3363b9671da',1,'Chummer::CharacterOptions']]],
+ ['allowskillregrouping',['AllowSkillRegrouping',['../class_chummer_1_1_character_options.html#a9b1ecf565f9dcb769edeac83030f46c3',1,'Chummer::CharacterOptions']]],
+ ['alternatearmorencumbrance',['AlternateArmorEncumbrance',['../class_chummer_1_1_character_options.html#aee26cbd1fbf9db640d0f361f07513085',1,'Chummer::CharacterOptions']]],
+ ['alternatecomplexformcost',['AlternateComplexFormCost',['../class_chummer_1_1_character_options.html#a84124eca7c4cca9fa7604c3a9dcc2931',1,'Chummer::CharacterOptions']]],
+ ['alternatematrixattribute',['AlternateMatrixAttribute',['../class_chummer_1_1_character_options.html#a018c269230085c942270d4b09f5d1f95',1,'Chummer::CharacterOptions']]],
+ ['alternatemetatypeattributekarma',['AlternateMetatypeAttributeKarma',['../class_chummer_1_1_character_options.html#a8200fa24eaf32de8b549dc9b2f0228d2',1,'Chummer::CharacterOptions']]],
+ ['ammo',['Ammo',['../class_chummer_1_1_weapon.html#ae8cbedc3ceb7191fad6507a015131996',1,'Chummer.Weapon.Ammo()'],['../class_chummer_1_1frm_reload.html#aec44fd6b47ace2928b4c541912d1192b',1,'Chummer.frmReload.Ammo()']]],
+ ['ammobonus',['AmmoBonus',['../class_chummer_1_1_weapon_mod.html#a877ad1502bd77f9ad654f1cf6bfb9bb3',1,'Chummer::WeaponMod']]],
+ ['ammocategory',['AmmoCategory',['../class_chummer_1_1_weapon.html#a734b7319a305e4bbcd4f87bb14f8beba',1,'Chummer::Weapon']]],
+ ['ammoloaded',['AmmoLoaded',['../class_chummer_1_1_weapon.html#acac7c755842c766cd715ca828b1d99c8',1,'Chummer::Weapon']]],
+ ['ammoremaining',['AmmoRemaining',['../class_chummer_1_1_weapon.html#a1ec6d910701f7015cd17d5bce2be436b',1,'Chummer::Weapon']]],
+ ['ammoreplace',['AmmoReplace',['../class_chummer_1_1_weapon_mod.html#a1929e393167b283c9415b6242a198223',1,'Chummer::WeaponMod']]],
+ ['ammoslots',['AmmoSlots',['../class_chummer_1_1_weapon.html#afad71059f02b40026c2c41fc3992de3e',1,'Chummer::Weapon']]],
+ ['amount',['Amount',['../class_chummer_1_1_expense_log_entry.html#a0230b76b7a6f4682b3087e41338b8c73',1,'Chummer.ExpenseLogEntry.Amount()'],['../class_chummer_1_1frm_expense.html#af12c7dc4e65b216654c3e338ee71950a',1,'Chummer.frmExpense.Amount()']]],
+ ['ap',['AP',['../class_chummer_1_1_weapon.html#ae8b55952103b532cae851c5daef46be1',1,'Chummer::Weapon']]],
+ ['apbonus',['APBonus',['../class_chummer_1_1_weapon_mod.html#ad594621586c2ae357b1c7da18c186bdd',1,'Chummer::WeaponMod']]],
+ ['areaofinfluence',['AreaOfInfluence',['../class_chummer_1_1_contact.html#a6c4eaa80bac1665a631b418efc223203',1,'Chummer.Contact.AreaOfInfluence()'],['../class_chummer_1_1frm_select_contact_connection.html#a74f082cfdc351a806b9b31adfe9aac50',1,'Chummer.frmSelectContactConnection.AreaOfInfluence()']]],
+ ['areaofinfluencerating',['AreaOfInfluenceRating',['../class_chummer_1_1_contact_control.html#ae080485ff433f681c17dc02b585fa817',1,'Chummer::ContactControl']]],
+ ['armor',['Armor',['../class_chummer_1_1_character.html#a93735b39dc4a9aac34b93c6723b94556',1,'Chummer.Character.Armor()'],['../class_chummer_1_1_vehicle.html#a5fccee1642035edae05ead0e91866efa',1,'Chummer.Vehicle.Armor()']]],
+ ['armor',['Armor',['../class_chummer_1_1_armor.html',1,'Chummer']]],
+ ['armorbundles',['ArmorBundles',['../class_chummer_1_1_character.html#a56fa356cf119956df6755ee84da4346d',1,'Chummer::Character']]],
+ ['armorcapacity',['ArmorCapacity',['../class_chummer_1_1_armor_mod.html#ad53bda221b568250edfdf2e00a04b30c',1,'Chummer.ArmorMod.ArmorCapacity()'],['../class_chummer_1_1_armor.html#aac1a2f1c9d9cdaffcab92b3d47179994',1,'Chummer.Armor.ArmorCapacity()'],['../class_chummer_1_1_gear.html#a0082a2323da6224df15ad8e149eb8edc',1,'Chummer.Gear.ArmorCapacity()']]],
+ ['armorcost',['ArmorCost',['../class_chummer_1_1frm_select_armor_mod.html#ad572202f3c3fbe1d38b2b86d0734a137',1,'Chummer::frmSelectArmorMod']]],
+ ['armordegradation',['ArmorDegradation',['../class_chummer_1_1_character_options.html#a37fd197f4d1f961cebb4ecbb0e885188',1,'Chummer::CharacterOptions']]],
+ ['armormod',['ArmorMod',['../class_chummer_1_1_armor_mod.html',1,'Chummer']]],
+ ['armormods',['ArmorMods',['../class_chummer_1_1_armor.html#abed1815babe787b867c995feee486c74',1,'Chummer::Armor']]],
+ ['armorname',['ArmorName',['../class_chummer_1_1_armor.html#a5dfc782f4eea4402642fd9846e0ecf38',1,'Chummer::Armor']]],
+ ['armorsuitcapacity',['ArmorSuitCapacity',['../class_chummer_1_1_character_options.html#a5ad5f1a40a3c2ca0e9ad0f857aad1bea',1,'Chummer::CharacterOptions']]],
+ ['assignlimits',['AssignLimits',['../class_chummer_1_1_attribute.html#a3d2e69849e733bbe1c0dc4745ab9c675',1,'Chummer::Attribute']]],
+ ['astralinitiative',['AstralInitiative',['../class_chummer_1_1_character.html#a647adfa16d114b353f0946aaa71ace6c',1,'Chummer::Character']]],
+ ['astralinitiativepasses',['AstralInitiativePasses',['../class_chummer_1_1_character.html#a058022c1c5e361624064a4114f454973',1,'Chummer::Character']]],
+ ['attribute',['Attribute',['../class_chummer_1_1_skill.html#af14708cc8a99c316a1fde134ef323b9a',1,'Chummer.Skill.Attribute()'],['../class_chummer_1_1_skill_control.html#a9ad2056b08dcd2f1ea24a409f500a307',1,'Chummer.SkillControl.Attribute()'],['../class_chummer_1_1_attribute.html#aea2b5f0963cde8065b53c26f358bafca',1,'Chummer.Attribute.Attribute()']]],
+ ['attribute',['Attribute',['../class_chummer_1_1_attribute.html',1,'Chummer']]],
+ ['attributemodifiers',['AttributeModifiers',['../class_chummer_1_1_attribute.html#aeb3087972ab3cba70396740ff06c3ab6',1,'Chummer.Attribute.AttributeModifiers()'],['../class_chummer_1_1_skill.html#a27acd00ed478aa5332f0be685fabf08a',1,'Chummer.Skill.AttributeModifiers()']]],
+ ['attributevaluemodifiers',['AttributeValueModifiers',['../class_chummer_1_1_attribute.html#ae99f3511825f245e593945b06a230311',1,'Chummer::Attribute']]],
+ ['augmented',['Augmented',['../class_chummer_1_1_improvement.html#a4786a014824c9d3fa6c92e0ea78c68d2',1,'Chummer.Improvement.Augmented()'],['../class_chummer_1_1_attribute.html#a1c6427126435d68b57665d02b0d1e63a',1,'Chummer.Attribute.Augmented()']]],
+ ['augmentedmaximum',['AugmentedMaximum',['../class_chummer_1_1_improvement.html#a21fec2dd25a96e6e8f46e3b0a2e2c220',1,'Chummer::Improvement']]],
+ ['augmentedmaximummodifiers',['AugmentedMaximumModifiers',['../class_chummer_1_1_attribute.html#a8141b99bd525d226977e15ecc6deedb7',1,'Chummer::Attribute']]],
+ ['augmentmodifier',['AugmentModifier',['../class_chummer_1_1_attribute.html#a534b6eb5a3f2e2ed0b6baa7ffbefe473',1,'Chummer::Attribute']]],
+ ['automaticcopyprotection',['AutomaticCopyProtection',['../class_chummer_1_1_character_options.html#a2c5b266a03d043ad6313f4fa1ebe194e',1,'Chummer::CharacterOptions']]],
+ ['automaticregistration',['AutomaticRegistration',['../class_chummer_1_1_character_options.html#ac4593ba5a6f970d56e1755d69ae24784',1,'Chummer::CharacterOptions']]],
+ ['automaticupdate',['AutomaticUpdate',['../class_chummer_1_1_global_options.html#a44d5397d46302e0657e474c6d4bde840',1,'Chummer::GlobalOptions']]],
+ ['avail',['Avail',['../class_chummer_1_1_armor_mod.html#a72311b29ec1320260b4b7c704a5080f6',1,'Chummer.ArmorMod.Avail()'],['../class_chummer_1_1_armor.html#af879a295c3f0d0cdf5e355442b92e807',1,'Chummer.Armor.Avail()'],['../class_chummer_1_1_grade.html#a5ecca3f2c39165867b7d6afb6e4a0843',1,'Chummer.Grade.Avail()'],['../class_chummer_1_1_cyberware.html#aeed9a11e69aa9393101617d5cfae3a5f',1,'Chummer.Cyberware.Avail()'],['../class_chummer_1_1_weapon.html#aaf3b4b03f45b6a410c957d0415428e6a',1,'Chummer.Weapon.Avail()'],['../class_chummer_1_1_weapon_accessory.html#af82f880850a024dffe4b14f41764c165',1,'Chummer.WeaponAccessory.Avail()'],['../class_chummer_1_1_weapon_mod.html#a746f56903c819ccd8bdb49e214ceb983',1,'Chummer.WeaponMod.Avail()'],['../class_chummer_1_1_gear.html#a05b8c049ab319382a6bb374a9bf297ab',1,'Chummer.Gear.Avail()'],['../class_chummer_1_1_vehicle_mod.html#a699f3ca01eb9381e61ecc2a84b7eb782',1,'Chummer.VehicleMod.Avail()'],['../class_chummer_1_1_vehicle.html#a11ff53bf3ad0be0deecb8db9609dd56b',1,'Chummer.Vehicle.Avail()']]],
+ ['avail10',['Avail10',['../class_chummer_1_1_gear.html#a7ba9d524a5c281bbc5038650daf6ece7',1,'Chummer::Gear']]],
+ ['avail3',['Avail3',['../class_chummer_1_1_gear.html#ac4e001aea6840eac13fc1d40352b390c',1,'Chummer::Gear']]],
+ ['avail6',['Avail6',['../class_chummer_1_1_gear.html#a1cafc50a544dc3a27079a4cd2f8788bc',1,'Chummer::Gear']]],
+ ['availability',['Availability',['../class_chummer_1_1_character_options.html#a5745f6de4ee5990dfee06098af10ee48',1,'Chummer::CharacterOptions']]],
+ ['availtest',['AvailTest',['../class_chummer_1_1_character.html#af0dcf65582781b9ba4d22bf3fa8819c0',1,'Chummer::Character']]]
+];
diff --git a/docs/search/all_1.html b/docs/search/all_1.html
new file mode 100644
index 0000000..89fd5f8
--- /dev/null
+++ b/docs/search/all_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_1.js b/docs/search/all_1.js
new file mode 100644
index 0000000..b97b595
--- /dev/null
+++ b/docs/search/all_1.js
@@ -0,0 +1,48 @@
+var searchData=
+[
+ ['background',['Background',['../class_chummer_1_1_character.html#a348e7ed3363f4dfadcc0e78d299194a1',1,'Chummer::Character']]],
+ ['ballistic',['Ballistic',['../class_chummer_1_1_armor_mod.html#aef080d4ce0977f11a05672751a4e32ae',1,'Chummer.ArmorMod.Ballistic()'],['../class_chummer_1_1_armor.html#a0d0c0edddb762b20d01a1743bd37084f',1,'Chummer.Armor.Ballistic()']]],
+ ['ballisticarmorencumbrance',['BallisticArmorEncumbrance',['../class_chummer_1_1_character.html#abe2a74c22e449477dbd045bbc9e71fc1',1,'Chummer::Character']]],
+ ['ballisticarmorrating',['BallisticArmorRating',['../class_chummer_1_1_character.html#a3eab3e3ea1a0291612fe81e0a7aa4466',1,'Chummer::Character']]],
+ ['ballisticdamage',['BallisticDamage',['../class_chummer_1_1_armor.html#ada71e70f1eb17b4ba56508a43f9bd5f0',1,'Chummer::Armor']]],
+ ['base64decode',['Base64Decode',['../class_chummer_1_1_omae_helper.html#a24f57e8594f84a5420866b4e00001024',1,'Chummer::OmaeHelper']]],
+ ['base64encode',['Base64Encode',['../class_chummer_1_1_omae_helper.html#a7187bee03657a908c1ebef2f2cd590b1',1,'Chummer::OmaeHelper']]],
+ ['basicbiowareessmultiplier',['BasicBiowareESSMultiplier',['../class_chummer_1_1frm_select_cyberware.html#a6362e888eff207b71fb83148159d8dac',1,'Chummer::frmSelectCyberware']]],
+ ['bindingcost',['BindingCost',['../class_chummer_1_1_stacked_focus.html#ab4ee4da8302d58cfd8d458cb12581543',1,'Chummer::StackedFocus']]],
+ ['biowareessence',['BiowareEssence',['../class_chummer_1_1_character.html#a71f6955cbb868b5454545a37dd56564d',1,'Chummer::Character']]],
+ ['blackmarket',['BlackMarket',['../class_chummer_1_1_character.html#a4cca500ca3dc530331744b78c80a8640',1,'Chummer::Character']]],
+ ['bod',['BOD',['../class_chummer_1_1_character.html#afa007da801d8e3e90289ea8cd4b0280c',1,'Chummer::Character']]],
+ ['body',['Body',['../class_chummer_1_1_vehicle.html#ab636c6e2cabe23f44a89ea82c6cc9bf3',1,'Chummer.Vehicle.Body()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aca86a3d2c9ca31e7902979a2bdfde6bd',1,'Chummer.frmSelectVehicleMod.Body()']]],
+ ['bonded',['Bonded',['../class_chummer_1_1_gear.html#aeb46d2076f94e3a335493dc1dc9c79cf',1,'Chummer.Gear.Bonded()'],['../class_chummer_1_1_stacked_focus.html#ac24f4f9885274c9880d9cc051f096212',1,'Chummer.StackedFocus.Bonded()']]],
+ ['bonus',['Bonus',['../class_chummer_1_1_armor_mod.html#afb54d298d0862c8b0c7d121868fd28e1',1,'Chummer.ArmorMod.Bonus()'],['../class_chummer_1_1_armor.html#aa522ccfc6b1de6132943ebb5b17ca1ea',1,'Chummer.Armor.Bonus()'],['../class_chummer_1_1_cyberware.html#a5524c73f5d1c1d60c407c8683a9faa68',1,'Chummer.Cyberware.Bonus()'],['../class_chummer_1_1_gear.html#ae9586f3b60bae63606e3a83e97e1d64f',1,'Chummer.Gear.Bonus()'],['../class_chummer_1_1_vehicle_mod.html#a4f61c34d0c65d0436cf91f4db2c947f4',1,'Chummer.VehicleMod.Bonus()'],['../class_chummer_1_1_quality.html#a9a73de4f6d137c5b4f760813c0165899',1,'Chummer.Quality.Bonus()'],['../class_chummer_1_1_metamagic.html#a6a177e25008c0285667d8301335611aa',1,'Chummer.Metamagic.Bonus()'],['../class_chummer_1_1_power.html#a9c322cc84717592a012b1d3feee48180',1,'Chummer.Power.Bonus()'],['../class_chummer_1_1_critter_power.html#ac5ee60cab9e731fb2a5d4c6768e63782',1,'Chummer.CritterPower.Bonus()']]],
+ ['bonusnode',['BonusNode',['../class_chummer_1_1frm_select_mentor_spirit.html#a53966306147e2c7c463986acdb131f1b',1,'Chummer::frmSelectMentorSpirit']]],
+ ['bookenabled',['BookEnabled',['../class_chummer_1_1_character_options.html#a90849e7bdbbe76def4112c0faad3fbaa',1,'Chummer::CharacterOptions']]],
+ ['bookfromaltcode',['BookFromAltCode',['../class_chummer_1_1_character_options.html#a7db2250c3f5635049a5ef40e963eaad3',1,'Chummer::CharacterOptions']]],
+ ['bookfromcode',['BookFromCode',['../class_chummer_1_1_character_options.html#a652b00d20917226a965dc7be00f87dfa',1,'Chummer::CharacterOptions']]],
+ ['books',['Books',['../class_chummer_1_1_character_options.html#ac5eac0d046ed370597b6bf1768b06783',1,'Chummer::CharacterOptions']]],
+ ['bookxpath',['BookXPath',['../class_chummer_1_1_character_options.html#a3e95a0f176542d21f74efda20d00b87a',1,'Chummer::CharacterOptions']]],
+ ['bound',['Bound',['../class_chummer_1_1_spirit.html#a261609dc8f13a751601f935641576d4d',1,'Chummer.Spirit.Bound()'],['../class_chummer_1_1_spirit_control.html#af41cb35e85a2f17e4c37641ed2341ab0',1,'Chummer.SpiritControl.Bound()']]],
+ ['bp',['BP',['../class_chummer_1_1_quality.html#a6baca19be4f5ad844a8c8041113e5ea2',1,'Chummer::Quality']]],
+ ['bpactiveskill',['BPActiveSkill',['../class_chummer_1_1_character_options.html#a1fc8244d012c079e3daea64492d4052d',1,'Chummer::CharacterOptions']]],
+ ['bpactiveskillspecialization',['BPActiveSkillSpecialization',['../class_chummer_1_1_character_options.html#a9bd6408425439d75a702c5c9f24a6caf',1,'Chummer::CharacterOptions']]],
+ ['bpattribute',['BPAttribute',['../class_chummer_1_1_character_options.html#ade599ff7e0a0e09aede1d299799a15cb',1,'Chummer::CharacterOptions']]],
+ ['bpattributemax',['BPAttributeMax',['../class_chummer_1_1_character_options.html#a2e0b624a6ac51122df4f87feb44e0dee',1,'Chummer::CharacterOptions']]],
+ ['bpcomplexform',['BPComplexForm',['../class_chummer_1_1_character_options.html#a641e06c4f941a959003a64545a3d75a1',1,'Chummer::CharacterOptions']]],
+ ['bpcomplexformoption',['BPComplexFormOption',['../class_chummer_1_1_character_options.html#a9c286f26ac7052acce2e3783e34cd345',1,'Chummer::CharacterOptions']]],
+ ['bpcontact',['BPContact',['../class_chummer_1_1_character_options.html#a47ef2d4ea76e400dc45865cb717d8fd3',1,'Chummer::CharacterOptions']]],
+ ['bpfocus',['BPFocus',['../class_chummer_1_1_character_options.html#a157ebd5c065dd6cb09202f7dae282d1c',1,'Chummer::CharacterOptions']]],
+ ['bpknowledgeskill',['BPKnowledgeSkill',['../class_chummer_1_1_character_options.html#abc55faab4f2e64710f33cccd604d3cde',1,'Chummer::CharacterOptions']]],
+ ['bpmartialart',['BPMartialArt',['../class_chummer_1_1_character_options.html#a87bb75a6877aa4c6a671688d84b57e8e',1,'Chummer::CharacterOptions']]],
+ ['bpmartialartmaneuver',['BPMartialArtManeuver',['../class_chummer_1_1_character_options.html#a05f152eb82e98f088037b34861be77bd',1,'Chummer::CharacterOptions']]],
+ ['bpskillgroup',['BPSkillGroup',['../class_chummer_1_1_character_options.html#aa0a5221790ef70569529f73e761052e6',1,'Chummer::CharacterOptions']]],
+ ['bpspell',['BPSpell',['../class_chummer_1_1_character_options.html#a7b3e984c7daedf230203b483a98bead0',1,'Chummer::CharacterOptions']]],
+ ['bpspirit',['BPSpirit',['../class_chummer_1_1_character_options.html#ae03d313abddcecc2b2456da95bd7b2ec',1,'Chummer::CharacterOptions']]],
+ ['breakskillgroupsincreatemode',['BreakSkillGroupsInCreateMode',['../class_chummer_1_1_character_options.html#ae91e7ff49172c91f6eecc34ad9c4e48f',1,'Chummer::CharacterOptions']]],
+ ['broken',['Broken',['../class_chummer_1_1_skill_group.html#ac38c65d96f65f163657d32f9619065f7',1,'Chummer.SkillGroup.Broken()'],['../class_chummer_1_1_skill_group_control.html#a3e5bf355c6746cf958e2e6470e31c488',1,'Chummer.SkillGroupControl.Broken()']]],
+ ['buildcyberwaretree',['BuildCyberwareTree',['../class_chummer_1_1_common_functions.html#ade6682509099af42d6c0cb8195ee747a',1,'Chummer::CommonFunctions']]],
+ ['buildgeartree',['BuildGearTree',['../class_chummer_1_1_common_functions.html#a054617ae498382635dab5a30366abcdf',1,'Chummer::CommonFunctions']]],
+ ['buildkarma',['BuildKarma',['../class_chummer_1_1_character.html#a875cb3f7c9ca0ebbcb8d0bb73d25e0a0',1,'Chummer::Character']]],
+ ['buildmethod',['BuildMethod',['../class_chummer_1_1_character.html#aff158593e952c0fbb7e67a713bfdba5a',1,'Chummer.Character.BuildMethod()'],['../class_chummer_1_1_character_options.html#aba5b3c2d4a5a8b883d1c0d535393c7b6',1,'Chummer.CharacterOptions.BuildMethod()']]],
+ ['buildpoints',['BuildPoints',['../class_chummer_1_1_character.html#a2c9ed161d8695293da5fafeccaaafa4a',1,'Chummer.Character.BuildPoints()'],['../class_chummer_1_1_character_options.html#adf0a45dabcb25e5deae1fa66ca3fbc75',1,'Chummer.CharacterOptions.BuildPoints()']]],
+ ['burntstreetcred',['BurntStreetCred',['../class_chummer_1_1_character.html#a236a92c4ccbbc5c81e5150e2acb942d2',1,'Chummer::Character']]]
+];
diff --git a/docs/search/all_10.html b/docs/search/all_10.html
new file mode 100644
index 0000000..2abed7b
--- /dev/null
+++ b/docs/search/all_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_10.js b/docs/search/all_10.js
new file mode 100644
index 0000000..ea4de4a
--- /dev/null
+++ b/docs/search/all_10.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['qty',['Qty',['../class_chummer_1_1_expense_undo.html#a94f8ff53221112a38b44747ed6372e06',1,'Chummer::ExpenseUndo']]],
+ ['qualities',['Qualities',['../class_chummer_1_1_character.html#a7ea2d94ec1ca1f291e615ea76363d605',1,'Chummer.Character.Qualities()'],['../class_chummer_1_1_lifestyle.html#aeb5a9ec2888089a88cba3b0f9057df42',1,'Chummer.Lifestyle.Qualities()'],['../class_chummer_1_1frm_dice_roller.html#ac51799fcbd144149b7cf36e024bded93',1,'Chummer.frmDiceRoller.Qualities()']]],
+ ['quality',['Quality',['../class_chummer_1_1_quality.html',1,'Chummer']]],
+ ['qualitysource',['QualitySource',['../namespace_chummer.html#a77db27885229ca16c54ca1741f865cf1',1,'Chummer']]],
+ ['qualitytype',['QualityType',['../namespace_chummer.html#aaaaba6ae96cb316031dbb7ec92d34c2c',1,'Chummer']]],
+ ['quantity',['Quantity',['../class_chummer_1_1_gear.html#af188ea1859044ea914b37d34e1ec853a',1,'Chummer::Gear']]]
+];
diff --git a/docs/search/all_11.html b/docs/search/all_11.html
new file mode 100644
index 0000000..0c414ce
--- /dev/null
+++ b/docs/search/all_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_11.js b/docs/search/all_11.js
new file mode 100644
index 0000000..8c14a5f
--- /dev/null
+++ b/docs/search/all_11.js
@@ -0,0 +1,50 @@
+var searchData=
+[
+ ['range',['Range',['../class_chummer_1_1_spell.html#ae3cc26312a26be48a8cfeaf04a31d7f9',1,'Chummer.Spell.Range()'],['../class_chummer_1_1_critter_power.html#aa78626655ffaccb2fb194242dd468194',1,'Chummer.CritterPower.Range()']]],
+ ['rangebonus',['RangeBonus',['../class_chummer_1_1_weapon.html#a7ca439e7cf7adeaea7a0658c593e0712',1,'Chummer.Weapon.RangeBonus()'],['../class_chummer_1_1_weapon_mod.html#a466695cc5abe454089327663dd581273',1,'Chummer.WeaponMod.RangeBonus()']]],
+ ['rangeextreme',['RangeExtreme',['../class_chummer_1_1_weapon.html#a564669c393cfdfac04dcbc80165e15da',1,'Chummer::Weapon']]],
+ ['rangelong',['RangeLong',['../class_chummer_1_1_weapon.html#ac5b010f934cdb100ef3d09abd69f02b7',1,'Chummer::Weapon']]],
+ ['rangemedium',['RangeMedium',['../class_chummer_1_1_weapon.html#a23d30c68fdcb74999fd9a91925ffa7aa',1,'Chummer::Weapon']]],
+ ['rangeshort',['RangeShort',['../class_chummer_1_1_weapon.html#a0087ef1f082c1ab1a70d48113df9baa8',1,'Chummer::Weapon']]],
+ ['rating',['Rating',['../class_chummer_1_1_character.html#a21064573eca672c717a47f37281f4ebd',1,'Chummer.Character.Rating()'],['../class_chummer_1_1_armor_mod.html#a1edde01bced32d7ce8146d17e4e6eb46',1,'Chummer.ArmorMod.Rating()'],['../class_chummer_1_1_cyberware.html#a1df639cf46f26fe6c691969df27d5732',1,'Chummer.Cyberware.Rating()'],['../class_chummer_1_1_weapon_mod.html#a4c89facd86701d4654b08aee90313ce4',1,'Chummer.WeaponMod.Rating()'],['../class_chummer_1_1_gear.html#aae85b28dfe801bca4fb6aab68a42bb50',1,'Chummer.Gear.Rating()'],['../class_chummer_1_1_vehicle_mod.html#ac7da864912565b8e617b4581abbfbde5',1,'Chummer.VehicleMod.Rating()'],['../class_chummer_1_1_improvement.html#a9f148d26c4a8dc186d01295a0009c1c5',1,'Chummer.Improvement.Rating()'],['../class_chummer_1_1_skill_group.html#aa5ded85a46e1274a4ddda6f04b8539fc',1,'Chummer.SkillGroup.Rating()'],['../class_chummer_1_1_skill.html#a90520fd2be8b238e641a7b168ce21f80',1,'Chummer.Skill.Rating()'],['../class_chummer_1_1_focus.html#ad74a50663b3f82bbe9de43f2e5b531f5',1,'Chummer.Focus.Rating()'],['../class_chummer_1_1_power.html#a7f2fffaab44f1d4f996175142a58cc8b',1,'Chummer.Power.Rating()'],['../class_chummer_1_1_tech_program.html#a10bdd97b64b3cd711361d743c5abd96a',1,'Chummer.TechProgram.Rating()'],['../class_chummer_1_1_tech_program_option.html#a8a7797f003f2d64929c82012510ec3e3',1,'Chummer.TechProgramOption.Rating()'],['../class_chummer_1_1_martial_art.html#abd7e98522b7d777989541f4de592ac44',1,'Chummer.MartialArt.Rating()']]],
+ ['ratingmaximum',['RatingMaximum',['../class_chummer_1_1_skill_group.html#a53914077009aa7b82c9a3531681cbabe',1,'Chummer.SkillGroup.RatingMaximum()'],['../class_chummer_1_1_skill.html#a318a02b429ee64e33bd0693d5bc567cc',1,'Chummer.Skill.RatingMaximum()']]],
+ ['ratingmodifiers',['RatingModifiers',['../class_chummer_1_1_skill.html#ade31645444967a7ff0b0038ecaa9760a',1,'Chummer::Skill']]],
+ ['rc',['RC',['../class_chummer_1_1_weapon.html#a5b852e3ad0a036ee94d67040702848ff',1,'Chummer.Weapon.RC()'],['../class_chummer_1_1_weapon_accessory.html#ad524f1b93800dd27c9f93c480214600f',1,'Chummer.WeaponAccessory.RC()'],['../class_chummer_1_1_weapon_mod.html#ac2e3327d146cae5661e6ef8bcc894762',1,'Chummer.WeaponMod.RC()']]],
+ ['rcgroup',['RCGroup',['../class_chummer_1_1_weapon_accessory.html#a499e382141a2507f54b89c6d01cd837f',1,'Chummer.WeaponAccessory.RCGroup()'],['../class_chummer_1_1_weapon_mod.html#a15ca68a9c8c3e99c9f842f8f581547ed',1,'Chummer.WeaponMod.RCGroup()']]],
+ ['rea',['REA',['../class_chummer_1_1_character.html#a0ec92b5ed4cbf7ff89dcc9049a6d1749',1,'Chummer::Character']]],
+ ['reach',['Reach',['../class_chummer_1_1_weapon.html#a695ab70e34bc5fc6fd96478be095392e',1,'Chummer::Weapon']]],
+ ['readmrulist',['ReadMRUList',['../class_chummer_1_1_global_options.html#a648f787c89bd2af9a1a1584d0f3ca241',1,'Chummer::GlobalOptions']]],
+ ['readstickymrulist',['ReadStickyMRUList',['../class_chummer_1_1_global_options.html#a9dba80e8943147230eddc87894a4b911',1,'Chummer::GlobalOptions']]],
+ ['reason',['Reason',['../class_chummer_1_1_expense_log_entry.html#aa776d0207b07bfdead22fdfdbaa64c06',1,'Chummer::ExpenseLogEntry']]],
+ ['refreshcontrol',['RefreshControl',['../class_chummer_1_1_skill_control.html#a230cc0ebbbdc89c4bc1536ca27b45633',1,'Chummer::SkillControl']]],
+ ['refreshmaximum',['RefreshMaximum',['../class_chummer_1_1_power_control.html#a769ceb551b78acf1275999fa8290cd8b',1,'Chummer::PowerControl']]],
+ ['refreshselectedarmor',['RefreshSelectedArmor',['../class_chummer_1_1frm_career.html#ae443da4b5a258decb56b79fc76b5acd8',1,'Chummer.frmCareer.RefreshSelectedArmor()'],['../class_chummer_1_1frm_create.html#ac106dececab38da22aa1c0742a06371a',1,'Chummer.frmCreate.RefreshSelectedArmor()']]],
+ ['refreshselectedcyberware',['RefreshSelectedCyberware',['../class_chummer_1_1frm_career.html#a9bbc7dbaa8c0f1323a1e53e656e64f44',1,'Chummer.frmCareer.RefreshSelectedCyberware()'],['../class_chummer_1_1frm_create.html#ab680d7289e22742f9fc91fe4fe0602fc',1,'Chummer.frmCreate.RefreshSelectedCyberware()']]],
+ ['refreshselectedgear',['RefreshSelectedGear',['../class_chummer_1_1frm_career.html#a4d0dc338b340b4759559a31c97a48cb2',1,'Chummer.frmCareer.RefreshSelectedGear()'],['../class_chummer_1_1frm_create.html#a36b4e5d6fb009d263d01fbecdac4a12b',1,'Chummer.frmCreate.RefreshSelectedGear()']]],
+ ['refreshselectedweapon',['RefreshSelectedWeapon',['../class_chummer_1_1frm_career.html#a4375dd183b50688cad5fa6cf3a924fa4',1,'Chummer.frmCareer.RefreshSelectedWeapon()'],['../class_chummer_1_1frm_create.html#a59a5337ebfe63483ea72dae3ae733088',1,'Chummer.frmCreate.RefreshSelectedWeapon()']]],
+ ['refreshtooltip',['RefreshTooltip',['../class_chummer_1_1_power_control.html#a0733bb15e49d201163cda054f30ddff6',1,'Chummer::PowerControl']]],
+ ['refreshview',['RefreshView',['../class_chummer_1_1frm_viewer.html#af4ee6b8958713fadc787825efd69c740',1,'Chummer::frmViewer']]],
+ ['refund',['Refund',['../class_chummer_1_1_expense_log_entry.html#a2a4ea04eaa793acd64ac6c078f9fda43',1,'Chummer.ExpenseLogEntry.Refund()'],['../class_chummer_1_1frm_expense.html#a578ba89147d2b85919c83750fb5ef8ff',1,'Chummer.frmExpense.Refund()']]],
+ ['registeruserrequest',['RegisterUserRequest',['../class_chummer_1_1_omae_service_1_1_register_user_request.html',1,'Chummer::OmaeService']]],
+ ['registeruserrequestbody',['RegisterUserRequestBody',['../class_chummer_1_1_omae_service_1_1_register_user_request_body.html',1,'Chummer::OmaeService']]],
+ ['registeruserresponse',['RegisterUserResponse',['../class_chummer_1_1_omae_service_1_1_register_user_response.html',1,'Chummer::OmaeService']]],
+ ['registeruserresponsebody',['RegisterUserResponseBody',['../class_chummer_1_1_omae_service_1_1_register_user_response_body.html',1,'Chummer::OmaeService']]],
+ ['relativefilename',['RelativeFileName',['../class_chummer_1_1_spirit.html#a1ab86302bc1a751e9eb46fb866df9e27',1,'Chummer.Spirit.RelativeFileName()'],['../class_chummer_1_1_contact.html#afddc865d842c3c91e9c11dd27ad804f7',1,'Chummer.Contact.RelativeFileName()']]],
+ ['removefromlist',['RemoveFromList',['../class_chummer_1_1frm_select_attribute.html#a786a0c3a4f593470836a9f88558d109f',1,'Chummer::frmSelectAttribute']]],
+ ['removefrommrulist',['RemoveFromMRUList',['../class_chummer_1_1_global_options.html#a80ec3e7bd7040c8b0f5ec2518c0fe84e',1,'Chummer::GlobalOptions']]],
+ ['removefromstickymrulist',['RemoveFromStickyMRUList',['../class_chummer_1_1_global_options.html#a1f40be37ef18911f1a3cbe050e8c36f1',1,'Chummer::GlobalOptions']]],
+ ['removeimprovements',['RemoveImprovements',['../class_chummer_1_1_improvement_manager.html#a734bfc89c407029d38eb6f2e7ac907f4',1,'Chummer::ImprovementManager']]],
+ ['requireammo',['RequireAmmo',['../class_chummer_1_1_weapon.html#ae5c7834d5dd7bf615f0811de78c53a84',1,'Chummer::Weapon']]],
+ ['res',['RES',['../class_chummer_1_1_character.html#aadd2ce727082118f49706a34d1aedcef',1,'Chummer::Character']]],
+ ['resenabled',['RESEnabled',['../class_chummer_1_1_character.html#aa29813a7a1ffc47f4959ae367459d0ab',1,'Chummer::Character']]],
+ ['resetpasswordrequest',['ResetPasswordRequest',['../class_chummer_1_1_omae_service_1_1_reset_password_request.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordrequestbody',['ResetPasswordRequestBody',['../class_chummer_1_1_omae_service_1_1_reset_password_request_body.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordresponse',['ResetPasswordResponse',['../class_chummer_1_1_omae_service_1_1_reset_password_response.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordresponsebody',['ResetPasswordResponseBody',['../class_chummer_1_1_omae_service_1_1_reset_password_response_body.html',1,'Chummer::OmaeService']]],
+ ['response',['Response',['../class_chummer_1_1_character.html#aef32487646000e29863ae1d1ec9587dd',1,'Chummer.Character.Response()'],['../class_chummer_1_1_gear.html#ac9b1adcedea6a867e0c38b85540ce3cb',1,'Chummer.Gear.Response()'],['../class_chummer_1_1_commlink.html#aaa4d904fb62f9a0a7e9895398fb5636b',1,'Chummer.Commlink.Response()'],['../class_chummer_1_1_vehicle_mod.html#a2116139f0b0c8a443612a7d9fb1f1790',1,'Chummer.VehicleMod.Response()'],['../class_chummer_1_1_vehicle.html#a1a2859d250bdb7a71a6c8f6cf50e97c6',1,'Chummer.Vehicle.Response()']]],
+ ['restrictedcostmultiplier',['RestrictedCostMultiplier',['../class_chummer_1_1_character_options.html#aa19d00f91d3a0984e8c0a90f3a4db8c0',1,'Chummer::CharacterOptions']]],
+ ['restrictrecoil',['RestrictRecoil',['../class_chummer_1_1_character_options.html#a5756c8bc711b11b123fefc6aea7f8fe3',1,'Chummer::CharacterOptions']]],
+ ['result',['Result',['../class_chummer_1_1frm_dice_hits.html#adf87b417146bffb37643f1c19c861a5c',1,'Chummer::frmDiceHits']]],
+ ['rollerwindow',['RollerWindow',['../class_chummer_1_1frm_main.html#a8c269b34d178914c7997bd6a2391f2a1',1,'Chummer::frmMain']]],
+ ['roommates',['Roommates',['../class_chummer_1_1_lifestyle.html#a8338509455a34817ae252ce0019c3f29',1,'Chummer::Lifestyle']]]
+];
diff --git a/docs/search/all_12.html b/docs/search/all_12.html
new file mode 100644
index 0000000..96c8ac7
--- /dev/null
+++ b/docs/search/all_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_12.js b/docs/search/all_12.js
new file mode 100644
index 0000000..7b9a2cf
--- /dev/null
+++ b/docs/search/all_12.js
@@ -0,0 +1,140 @@
+var searchData=
+[
+ ['save',['Save',['../class_chummer_1_1_character.html#aa0fbca6e4142b1046eac70a19ccbc9c5',1,'Chummer.Character.Save()'],['../class_chummer_1_1_armor_mod.html#a6a148116c4293d0d2b73ff4d40ac962c',1,'Chummer.ArmorMod.Save()'],['../class_chummer_1_1_armor.html#ad0582a3b8bf51cd8cf7a4cd3aed48b93',1,'Chummer.Armor.Save()'],['../class_chummer_1_1_cyberware.html#a944302abc3ebec44fd6ff1de8f4ccf1b',1,'Chummer.Cyberware.Save()'],['../class_chummer_1_1_weapon.html#a4f1531cac4cba875abd3d1a50d5c6071',1,'Chummer.Weapon.Save()'],['../class_chummer_1_1_weapon_accessory.html#a8af375eae33834f37e552d19fc7ebb80',1,'Chummer.WeaponAccessory.Save()'],['../class_chummer_1_1_weapon_mod.html#a8912adec601f11d52224d0b7426846bc',1,'Chummer.WeaponMod.Save()'],['../class_chummer_1_1_lifestyle.html#a6f5244fa74a8b2e2e3be8e38da7e9124',1,'Chummer.Lifestyle.Save()'],['../class_chummer_1_1_gear.html#af4ad1c587b114b32afd1da15a28c66ea',1,'Chummer.Gear.Save()'],['../class_chummer_1_1_commlink.html#a873beb19eef72b3512d950d4cc191672',1,'Chummer.Commlink.Save()'],['../class_chummer_1_1_operating_system.html#aae842dfbfd09bf5c8348ebff5739de43',1,'Chummer.OperatingSystem.Save()'],['../class_chummer_1_1_vehicle_mod.html#a3f8ae0a9dfcc6da90c935c1280ad8c9c',1,'Chummer.VehicleMod.Save()'],['../class_chummer_1_1_vehicle.html#a81dc3da348027cdcb733c4f24c7a84b5',1,'Chummer.Vehicle.Save()'],['../class_chummer_1_1_expense_undo.html#ad89b6692d1c7d94d24f82819a919d9ab',1,'Chummer.ExpenseUndo.Save()'],['../class_chummer_1_1_expense_log_entry.html#aea347d2205bcdee3d520c67af6b7e183',1,'Chummer.ExpenseLogEntry.Save()'],['../class_chummer_1_1_improvement.html#a256d669c984f04bdcc09c286149093e8',1,'Chummer.Improvement.Save()'],['../class_chummer_1_1_character_options.html#a3ebcfd2facc954fcdcbe3e8223d3cdc8',1,'Chummer.CharacterOptions.Save()'],['../class_chummer_1_1_attribute.html#a3afb4c4e94270972e00d5471880e07f0',1,'Chummer.Attribute.Save()'],['../class_chummer_1_1_quality.html#a5b11f290c9dafe60e9005ec69fbbbd36',1,'Chummer.Quality.Save()'],['../class_chummer_1_1_skill_group.html#a5a7f8c3cf985e3727bd26161c1669820',1,'Chummer.SkillGroup.Save()'],['../class_chummer_1_1_skill.html#a47fcc74e70b38c576bbad82299f3dda1',1,'Chummer.Skill.Save()'],['../class_chummer_1_1_spirit.html#a8e87b3d57eb708dd9586fcdd2a9f591c',1,'Chummer.Spirit.Save()'],['../class_chummer_1_1_spell.html#a191c1755134d91f70b08cbcd4c3e6db6',1,'Chummer.Spell.Save()'],['../class_chummer_1_1_focus.html#a48849c57e495ee20ced41f3cb519d804',1,'Chummer.Focus.Save()'],['../class_chummer_1_1_stacked_focus.html#a7487ead3b0a92f4eb8e02fc14fa9db39',1,'Chummer.StackedFocus.Save()'],['../class_chummer_1_1_metamagic.html#ac751877ded7bdcd6e643cbdf31f0891e',1,'Chummer.Metamagic.Save()'],['../class_chummer_1_1_power.html#a2ed947349b1bea37caae4f95b3db5462',1,'Chummer.Power.Save()'],['../class_chummer_1_1_tech_program.html#a0cd7ecf4387ab2e218b004d16db5801f',1,'Chummer.TechProgram.Save()'],['../class_chummer_1_1_tech_program_option.html#a4ede3cab452f12cd66a08ebcf55e32c3',1,'Chummer.TechProgramOption.Save()'],['../class_chummer_1_1_martial_art.html#afa643c3eb8e06bfcdfe4fa610a54787f',1,'Chummer.MartialArt.Save()'],['../class_chummer_1_1_martial_art_advantage.html#a5801ffcd0d914433e4a428c16f058503',1,'Chummer.MartialArtAdvantage.Save()'],['../class_chummer_1_1_martial_art_maneuver.html#ada13516b9429ccb485fe94137d5a3416',1,'Chummer.MartialArtManeuver.Save()'],['../class_chummer_1_1_contact.html#a231ddf98459ac459895749f445f0feb0',1,'Chummer.Contact.Save()'],['../class_chummer_1_1_critter_power.html#ac987ecf02d5d4ed7e89120f3ea0aac54',1,'Chummer.CritterPower.Save()'],['../class_chummer_1_1_initiation_grade.html#aa33728a300ed6f83a0fb440676fc5ea7',1,'Chummer.InitiationGrade.Save()'],['../class_chummer_1_1_calendar_week.html#aff4dbd14c6a78329148987ae4f6f2461',1,'Chummer.CalendarWeek.Save()']]],
+ ['secondhand',['SecondHand',['../class_chummer_1_1_grade.html#a895bc7bab10fc26e60dd3ab0a48bf501',1,'Chummer::Grade']]],
+ ['security',['Security',['../class_chummer_1_1_lifestyle.html#ac67534c0786d4e7d4c660f1307753c4c',1,'Chummer::Lifestyle']]],
+ ['selectedaccessory',['SelectedAccessory',['../class_chummer_1_1frm_select_weapon_accessory.html#a979555c94b5a4df8243a29d892932b21',1,'Chummer::frmSelectWeaponAccessory']]],
+ ['selectedadvantage',['SelectedAdvantage',['../class_chummer_1_1frm_select_martial_art_advantage.html#aee6acb4dc96aa4cf607c29e93280577a',1,'Chummer::frmSelectMartialArtAdvantage']]],
+ ['selectedammo',['SelectedAmmo',['../class_chummer_1_1frm_reload.html#a6340d40a77364b5a4b0913e6bda9c2da',1,'Chummer::frmReload']]],
+ ['selectedarmor',['SelectedArmor',['../class_chummer_1_1frm_select_armor.html#aed78c80ffdcc33f6f78d702fd61e35c6',1,'Chummer::frmSelectArmor']]],
+ ['selectedarmormod',['SelectedArmorMod',['../class_chummer_1_1frm_select_armor_mod.html#aee406cc02ffba578b24ec41039377c42',1,'Chummer::frmSelectArmorMod']]],
+ ['selectedattribute',['SelectedAttribute',['../class_chummer_1_1frm_select_attribute.html#a2da1579ef86ec079bfef0882ebd88f2f',1,'Chummer::frmSelectAttribute']]],
+ ['selectedcategory',['SelectedCategory',['../class_chummer_1_1frm_select_gear.html#a7e95bebe1e5022e51589d84778ad21b5',1,'Chummer.frmSelectGear.SelectedCategory()'],['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#aa4988575875684d80c907020dbcb9e6d',1,'Chummer.frmSelectPACKSKit.SelectedCategory()'],['../class_chummer_1_1frm_select_skill_category.html#ac6b3cae337232a0750541f8196ec5b14',1,'Chummer.frmSelectSkillCategory.SelectedCategory()'],['../class_chummer_1_1frm_select_spell_category.html#a2c0a7a671dbdbe9c0c415f681808ab60',1,'Chummer.frmSelectSpellCategory.SelectedCategory()'],['../class_chummer_1_1frm_select_weapon_category.html#ac8b836c18c3bed7ee13b72abaca0116a',1,'Chummer.frmSelectWeaponCategory.SelectedCategory()']]],
+ ['selectedcount',['SelectedCount',['../class_chummer_1_1frm_reload.html#af97124c704cecab85393ba9b19e10353',1,'Chummer::frmReload']]],
+ ['selectedcyberware',['SelectedCyberware',['../class_chummer_1_1frm_select_cyberware.html#a51200a56a5801b821d197fca093504fd',1,'Chummer::frmSelectCyberware']]],
+ ['selecteddate',['SelectedDate',['../class_chummer_1_1frm_expense.html#a261d2b3ee02e7cdb14929d25ade210f9',1,'Chummer::frmExpense']]],
+ ['selectedessdiscount',['SelectedESSDiscount',['../class_chummer_1_1frm_select_cyberware.html#af14361d4079219344f35b31d21096449',1,'Chummer::frmSelectCyberware']]],
+ ['selectedexoticskill',['SelectedExoticSkill',['../class_chummer_1_1frm_select_exotic_skill.html#a3753aade081703f73625565ad025e7ed',1,'Chummer::frmSelectExoticSkill']]],
+ ['selectedgear',['SelectedGear',['../class_chummer_1_1frm_select_gear.html#a4525b86e6983d408f30b937ad4608092',1,'Chummer::frmSelectGear']]],
+ ['selectedgrade',['SelectedGrade',['../class_chummer_1_1frm_select_cyberware.html#ae73175cf57c15c9cfb651610769742a3',1,'Chummer::frmSelectCyberware']]],
+ ['selecteditem',['SelectedItem',['../class_chummer_1_1frm_select_item.html#a11d4d099dadbefbf902895540f9ebcaa',1,'Chummer::frmSelectItem']]],
+ ['selectedkit',['SelectedKit',['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#ae4f3da29551ea8ca272b93e0e4b9530e',1,'Chummer::frmSelectPACKSKit']]],
+ ['selectedlifestyle',['SelectedLifestyle',['../class_chummer_1_1frm_select_advanced_lifestyle.html#a67c9788f2c7302300974e46c2cad7d0f',1,'Chummer.frmSelectAdvancedLifestyle.SelectedLifestyle()'],['../class_chummer_1_1frm_select_lifestyle.html#a4598872bbb79e86d269df0fad9f2e3b7',1,'Chummer.frmSelectLifestyle.SelectedLifestyle()']]],
+ ['selectedmaneuver',['SelectedManeuver',['../class_chummer_1_1frm_select_martial_art_maneuver.html#ad3786cb3bf979a396651a87cab75872b',1,'Chummer::frmSelectMartialArtManeuver']]],
+ ['selectedmartialart',['SelectedMartialArt',['../class_chummer_1_1frm_select_martial_art.html#abe4c1f53af381915372a6e6f9e3eaa26',1,'Chummer::frmSelectMartialArt']]],
+ ['selectedmentor',['SelectedMentor',['../class_chummer_1_1frm_select_mentor_spirit.html#ae6a5bda113ddf8832b4fa6e1adebc3fb',1,'Chummer::frmSelectMentorSpirit']]],
+ ['selectedmetamagic',['SelectedMetamagic',['../class_chummer_1_1frm_select_metamagic.html#abbb2f13b834410993d9c519369899c36',1,'Chummer::frmSelectMetamagic']]],
+ ['selectedmod',['SelectedMod',['../class_chummer_1_1frm_select_vehicle_mod.html#a008e94f925695e9800cd77a4db616165',1,'Chummer::frmSelectVehicleMod']]],
+ ['selectedmount',['SelectedMount',['../class_chummer_1_1frm_select_weapon_accessory.html#a3713d4c54e75e05073ab481d10c3e531',1,'Chummer::frmSelectWeaponAccessory']]],
+ ['selectednexus',['SelectedNexus',['../class_chummer_1_1frm_select_nexus.html#ae58985b7a0f3ba1b9819f547c168664f',1,'Chummer::frmSelectNexus']]],
+ ['selectedoption',['SelectedOption',['../class_chummer_1_1frm_select_program_option.html#abd98bd31550fce00f2807d08ad950a13',1,'Chummer::frmSelectProgramOption']]],
+ ['selectedpower',['SelectedPower',['../class_chummer_1_1frm_select_critter_power.html#a20a122c6dd597defea4ad7e597d0aa6f',1,'Chummer.frmSelectCritterPower.SelectedPower()'],['../class_chummer_1_1frm_select_power.html#a57226dab72e334c3db76877899b9a57a',1,'Chummer.frmSelectPower.SelectedPower()']]],
+ ['selectedprogram',['SelectedProgram',['../class_chummer_1_1frm_select_program.html#a0ac8d3ccfc5184bb9e558a1893a2c365',1,'Chummer::frmSelectProgram']]],
+ ['selectedqty',['SelectedQty',['../class_chummer_1_1frm_select_gear.html#a0325c3d3bce6be29d2b498e497c5b6dc',1,'Chummer::frmSelectGear']]],
+ ['selectedquality',['SelectedQuality',['../class_chummer_1_1frm_select_quality.html#a9b2b38661dfcb0bd4120f94940c01c40',1,'Chummer::frmSelectQuality']]],
+ ['selectedrating',['SelectedRating',['../class_chummer_1_1frm_select_armor_mod.html#af75c9d11b560e6d802f040c8ec95b912',1,'Chummer.frmSelectArmorMod.SelectedRating()'],['../class_chummer_1_1frm_select_critter_power.html#aa6e2159225cd7e98770d6a6c3b7e6a74',1,'Chummer.frmSelectCritterPower.SelectedRating()'],['../class_chummer_1_1frm_select_cyberware.html#aafaad58afeea482c8552e7e99db38b07',1,'Chummer.frmSelectCyberware.SelectedRating()'],['../class_chummer_1_1frm_select_gear.html#a23974b963d03603fea7d17b92e08a5be',1,'Chummer.frmSelectGear.SelectedRating()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a316d4c3e03d0a71d6fcca41196d2a4fd',1,'Chummer.frmSelectVehicleMod.SelectedRating()']]],
+ ['selectedsheet',['SelectedSheet',['../class_chummer_1_1frm_viewer.html#a19eded52caff20d79196d0996582d562',1,'Chummer::frmViewer']]],
+ ['selectedside',['SelectedSide',['../class_chummer_1_1frm_select_side.html#a757f26b57feba19acdae31232ce6067b',1,'Chummer::frmSelectSide']]],
+ ['selectedskill',['SelectedSkill',['../class_chummer_1_1frm_select_skill.html#a659176e7f27b9038c70eddbb192774a7',1,'Chummer::frmSelectSkill']]],
+ ['selectedspell',['SelectedSpell',['../class_chummer_1_1frm_create_spell.html#a93b81b1458d2dee2ebb23cbc646b0cfb',1,'Chummer.frmCreateSpell.SelectedSpell()'],['../class_chummer_1_1frm_select_spell.html#ae5b3d726be6872bde27a370eb840bf6d',1,'Chummer.frmSelectSpell.SelectedSpell()']]],
+ ['selectedsuite',['SelectedSuite',['../class_chummer_1_1frm_select_cyberware_suite.html#aa67fd59ab2f2bd836450ad7554d3a160',1,'Chummer::frmSelectCyberwareSuite']]],
+ ['selectedvalue',['SelectedValue',['../class_chummer_1_1_improvement_manager.html#a0d3152281b72dc269014d4be052ea8ff',1,'Chummer.ImprovementManager.SelectedValue()'],['../class_chummer_1_1frm_select_number.html#a3c971248926bc05dfdeb0a14cf17c7f2',1,'Chummer.frmSelectNumber.SelectedValue()'],['../class_chummer_1_1frm_select_text.html#ac5c8b97315fa8f4f961338f79d5e0d63',1,'Chummer.frmSelectText.SelectedValue()']]],
+ ['selectedvehicle',['SelectedVehicle',['../class_chummer_1_1frm_select_vehicle.html#a36c0ed46ea8781785659edfb28f8508b',1,'Chummer::frmSelectVehicle']]],
+ ['selectedweapon',['SelectedWeapon',['../class_chummer_1_1frm_natural_weapon.html#ae16e65c447d99adc977115229399edd5',1,'Chummer.frmNaturalWeapon.SelectedWeapon()'],['../class_chummer_1_1frm_select_weapon.html#a9dbd887a8bd5750cbf76fd1a2b24e038',1,'Chummer.frmSelectWeapon.SelectedWeapon()']]],
+ ['selectedweek',['SelectedWeek',['../class_chummer_1_1frm_select_calendar_start.html#aaf7a515685064b14292b1752e9b1367b',1,'Chummer::frmSelectCalendarStart']]],
+ ['selectedyear',['SelectedYear',['../class_chummer_1_1frm_select_calendar_start.html#a7d79abfcd7112090eae9ac59aa331a9b',1,'Chummer::frmSelectCalendarStart']]],
+ ['sellpercent',['SellPercent',['../class_chummer_1_1frm_sell_item.html#ad7c7f9cd2c926a56ab3481ca1102fa38',1,'Chummer::frmSellItem']]],
+ ['sensor',['Sensor',['../class_chummer_1_1_vehicle.html#a0bc629018e6e1efff81165891d1d06b2',1,'Chummer::Vehicle']]],
+ ['sensorsignal',['SensorSignal',['../class_chummer_1_1_vehicle.html#a996dd8032cc9d05a90aee451fc4460d9',1,'Chummer::Vehicle']]],
+ ['servicesowed',['ServicesOwed',['../class_chummer_1_1_spirit.html#a2e5be6470ef884b16e166f18d69e6da3',1,'Chummer.Spirit.ServicesOwed()'],['../class_chummer_1_1_spirit_control.html#a292a0b65ccef67370e55d71ac8e8107e',1,'Chummer.SpiritControl.ServicesOwed()']]],
+ ['setemailaddressrequest',['SetEmailAddressRequest',['../class_chummer_1_1_omae_service_1_1_set_email_address_request.html',1,'Chummer::OmaeService']]],
+ ['setemailaddressrequestbody',['SetEmailAddressRequestBody',['../class_chummer_1_1_omae_service_1_1_set_email_address_request_body.html',1,'Chummer::OmaeService']]],
+ ['setemailaddressresponse',['SetEmailAddressResponse',['../class_chummer_1_1_omae_service_1_1_set_email_address_response.html',1,'Chummer::OmaeService']]],
+ ['setemailaddressresponsebody',['SetEmailAddressResponseBody',['../class_chummer_1_1_omae_service_1_1_set_email_address_response_body.html',1,'Chummer::OmaeService']]],
+ ['setgrade',['SetGrade',['../class_chummer_1_1frm_select_cyberware.html#aba55784e240c8de2d5448ed28391f81e',1,'Chummer::frmSelectCyberware']]],
+ ['setinternalid',['SetInternalId',['../class_chummer_1_1_lifestyle.html#abef1154de1bcbe9f99fa759acf24c30d',1,'Chummer::Lifestyle']]],
+ ['setlifestyle',['SetLifestyle',['../class_chummer_1_1frm_select_advanced_lifestyle.html#a7310a8657da40705de95c3a668d858ca',1,'Chummer.frmSelectAdvancedLifestyle.SetLifestyle()'],['../class_chummer_1_1frm_select_lifestyle.html#a9d4b76b33a02b86c9740d8ba07bedde8',1,'Chummer.frmSelectLifestyle.SetLifestyle()']]],
+ ['setrange',['SetRange',['../class_chummer_1_1_weapon.html#a593c919c765f2ece205d70c8ca56c498',1,'Chummer::Weapon']]],
+ ['settingsfile',['SettingsFile',['../class_chummer_1_1_character.html#aa42e0a26ad764f979bc5cc4accc1c311',1,'Chummer.Character.SettingsFile()'],['../class_chummer_1_1frm_select_setting.html#a0068b13c8945a944f8a1125114c76ebf',1,'Chummer.frmSelectSetting.SettingsFile()']]],
+ ['sex',['Sex',['../class_chummer_1_1_character.html#a2f5887806923b5fb780aec17b21a179f',1,'Chummer::Character']]],
+ ['showarmorcapacityonly',['ShowArmorCapacityOnly',['../class_chummer_1_1frm_select_gear.html#a060eadb25466b4ab1abc49820903c001',1,'Chummer::frmSelectGear']]],
+ ['showattributebprule',['ShowAttributeBPRule',['../class_chummer_1_1frm_create.html#a9d00dc8aafe24e4d90931a9462b70d67',1,'Chummer::frmCreate']]],
+ ['showattributerule',['ShowAttributeRule',['../class_chummer_1_1frm_create.html#a4c0b946d7aabc9f471034b016c2b083c',1,'Chummer::frmCreate']]],
+ ['showknowledgeskills',['ShowKnowledgeSkills',['../class_chummer_1_1frm_select_skill.html#aa13529190771ecc8736a0b506c76272f',1,'Chummer::frmSelectSkill']]],
+ ['showmetatypemaximum',['ShowMetatypeMaximum',['../class_chummer_1_1frm_select_attribute.html#a1017a33890c8197cfe93b4d0a80b4205',1,'Chummer::frmSelectAttribute']]],
+ ['shownegativecapacityonly',['ShowNegativeCapacityOnly',['../class_chummer_1_1frm_select_gear.html#ac0fda9fc0eed93c39d25905c0dcfec52',1,'Chummer::frmSelectGear']]],
+ ['showonlysubsystems',['ShowOnlySubsystems',['../class_chummer_1_1frm_select_cyberware.html#a281e97071cbd7ac06839c34a3caae8da',1,'Chummer::frmSelectCyberware']]],
+ ['showpositivecapacityonly',['ShowPositiveCapacityOnly',['../class_chummer_1_1frm_select_gear.html#a061b57ee24decb5655eb2395e87329da',1,'Chummer::frmSelectGear']]],
+ ['signal',['Signal',['../class_chummer_1_1_character.html#af0455cc3149b1d318b186072a3aaf51b',1,'Chummer.Character.Signal()'],['../class_chummer_1_1_gear.html#ac4b66ef9eeaa6ca9dd6c77d5a1dc7c8e',1,'Chummer.Gear.Signal()'],['../class_chummer_1_1_commlink.html#a5031346c31d1e6e377df84cd972ab064',1,'Chummer.Commlink.Signal()'],['../class_chummer_1_1_vehicle_mod.html#a10aefa7d54c7369bbceab49191096f01',1,'Chummer.VehicleMod.Signal()'],['../class_chummer_1_1_vehicle.html#a33c28df0dae1a962fc85359305f52708',1,'Chummer.Vehicle.Signal()']]],
+ ['silentmode',['SilentMode',['../class_chummer_1_1frm_update.html#af92213bcef85d2781810e32229ab167e',1,'Chummer::frmUpdate']]],
+ ['singleattribute',['SingleAttribute',['../class_chummer_1_1frm_select_attribute.html#a42ef0250caa6149f7b136a2df41758e8',1,'Chummer::frmSelectAttribute']]],
+ ['singlediceroller',['SingleDiceRoller',['../class_chummer_1_1_global_options.html#a42f3622087043e18dd2655e86d686e55',1,'Chummer::GlobalOptions']]],
+ ['skill',['Skill',['../class_chummer_1_1_tech_program.html#aa0eab21cdfd174462b110aeffecf226d',1,'Chummer::TechProgram']]],
+ ['skill',['Skill',['../class_chummer_1_1_skill.html',1,'Chummer']]],
+ ['skillcategory',['SkillCategory',['../class_chummer_1_1_skill.html#adf4aa0dd7a530d8e5dd537fb89ae679b',1,'Chummer.Skill.SkillCategory()'],['../class_chummer_1_1_skill_control.html#a1105de8ff8eea4d8fa6c2bdda8643c2d',1,'Chummer.SkillControl.SkillCategory()']]],
+ ['skillcontrol',['SkillControl',['../class_chummer_1_1_skill_control.html',1,'Chummer']]],
+ ['skilldefaultingincludesmodifiers',['SkillDefaultingIncludesModifiers',['../class_chummer_1_1_character_options.html#a9853006e84b450acb24a7479efaa059e',1,'Chummer::CharacterOptions']]],
+ ['skillgroup',['SkillGroup',['../class_chummer_1_1_skill.html#a5268c6eac3bd62f950f4bd3e11b1db95',1,'Chummer.Skill.SkillGroup()'],['../class_chummer_1_1_skill_control.html#a492d29b239da4a4de026b86bed5b87ac',1,'Chummer.SkillControl.SkillGroup()']]],
+ ['skillgroup',['SkillGroup',['../class_chummer_1_1_skill_group.html',1,'Chummer']]],
+ ['skillgroupcontrol',['SkillGroupControl',['../class_chummer_1_1_skill_group_control.html',1,'Chummer']]],
+ ['skillgroupobject',['SkillGroupObject',['../class_chummer_1_1_skill_group_control.html#a05ea55acb32dbb77edf45784b889fe5e',1,'Chummer::SkillGroupControl']]],
+ ['skillgroups',['SkillGroups',['../class_chummer_1_1_character.html#a210411d5560c2596c227a6d01484ed54',1,'Chummer::Character']]],
+ ['skillname',['SkillName',['../class_chummer_1_1_skill_control.html#a168583aaca9927a31cc5296bfb5d209a',1,'Chummer::SkillControl']]],
+ ['skillobject',['SkillObject',['../class_chummer_1_1_skill_control.html#a5bc72a372d78eafc6e25f8baa6c1d7cb',1,'Chummer::SkillControl']]],
+ ['skillrating',['SkillRating',['../class_chummer_1_1_skill_control.html#a20e788de153f660d5f5dd3c09996383a',1,'Chummer::SkillControl']]],
+ ['skillratingmaximum',['SkillRatingMaximum',['../class_chummer_1_1_skill_control.html#a76c47cae6eb6f58e6419fb70d41102f0',1,'Chummer::SkillControl']]],
+ ['skills',['Skills',['../class_chummer_1_1_character.html#a75791d855ff2b64dc0fc6a8f3c490a4d',1,'Chummer::Character']]],
+ ['skillsoftaccess',['SkillsoftAccess',['../class_chummer_1_1_character.html#ae903a4f5dac7a8d19cd56aea28cee954',1,'Chummer::Character']]],
+ ['skillspec',['SkillSpec',['../class_chummer_1_1_skill_control.html#a6e91922c41bd40980f234a608acd2a02',1,'Chummer::SkillControl']]],
+ ['skin',['Skin',['../class_chummer_1_1_character.html#a775ed69d55ba3eff66d36fcc2d9dc5bc',1,'Chummer::Character']]],
+ ['slots',['Slots',['../class_chummer_1_1_weapon_mod.html#affd6c3012e807094f77ce5e66957e1f3',1,'Chummer.WeaponMod.Slots()'],['../class_chummer_1_1_vehicle_mod.html#af6c81353a6543ba12a11dca5d2cc5eab',1,'Chummer.VehicleMod.Slots()'],['../class_chummer_1_1_vehicle.html#aaa873cd86c7306dc7577590c64a8e32a',1,'Chummer.Vehicle.Slots()']]],
+ ['slotsremaining',['SlotsRemaining',['../class_chummer_1_1_weapon.html#a881757a0ec905205fa46ea7421ea6b80',1,'Chummer::Weapon']]],
+ ['slotsused',['SlotsUsed',['../class_chummer_1_1_vehicle.html#a750fa450d82a84d1a9fc33de0b88d1e9',1,'Chummer::Vehicle']]],
+ ['sortbydate',['SortByDate',['../class_chummer_1_1_sort_by_date.html',1,'Chummer']]],
+ ['sortbyname',['SortByName',['../class_chummer_1_1_sort_by_name.html',1,'Chummer']]],
+ ['sortcolumn',['SortColumn',['../class_chummer_1_1_list_view_column_sorter.html#aca18c518ccfc026a15ea8dd69292cb9e',1,'Chummer::ListViewColumnSorter']]],
+ ['sortlistitem',['SortListItem',['../class_chummer_1_1_sort_list_item.html',1,'Chummer']]],
+ ['sortorder',['SortOrder',['../class_chummer_1_1_improvement.html#a3af5483867e507493b6f950b63813dcd',1,'Chummer::Improvement']]],
+ ['sorttree',['SortTree',['../class_chummer_1_1_common_functions.html#a4309523712205f9f300f1a089d81564d',1,'Chummer::CommonFunctions']]],
+ ['source',['Source',['../class_chummer_1_1_armor_mod.html#a22f945c0ba6db72efe3ba6826f3fe8c8',1,'Chummer.ArmorMod.Source()'],['../class_chummer_1_1_armor.html#a43d00b39bbe0a22ec19110d84168c8c0',1,'Chummer.Armor.Source()'],['../class_chummer_1_1_grade.html#ab9d70d36215c00436f8074233700301b',1,'Chummer.Grade.Source()'],['../class_chummer_1_1_cyberware.html#a1fc9b655ea31b1deeab2e9c5f482b4ab',1,'Chummer.Cyberware.Source()'],['../class_chummer_1_1_weapon.html#a2730b54867ae1e865f651f533f623b5d',1,'Chummer.Weapon.Source()'],['../class_chummer_1_1_weapon_accessory.html#a4b4d81cea5019fd61ccd9b6ed975b7e6',1,'Chummer.WeaponAccessory.Source()'],['../class_chummer_1_1_weapon_mod.html#a73616b1c5fe23d1b4071c8bad80f586c',1,'Chummer.WeaponMod.Source()'],['../class_chummer_1_1_lifestyle.html#ad17623c061f1a2ed143ac725198e11c1',1,'Chummer.Lifestyle.Source()'],['../class_chummer_1_1_gear.html#a4eac33aa0d10fb0346f0f781c45adb0c',1,'Chummer.Gear.Source()'],['../class_chummer_1_1_vehicle_mod.html#a8a5bdf2d9eead31be3a266d44971fda8',1,'Chummer.VehicleMod.Source()'],['../class_chummer_1_1_vehicle.html#a02365e3386e267c0a923050a9cb616d2',1,'Chummer.Vehicle.Source()'],['../class_chummer_1_1_quality.html#a32b907fa4941d6c11992a7f703183deb',1,'Chummer.Quality.Source()'],['../class_chummer_1_1_skill.html#a3bed49d42ae4259dedcb6195ffe80e0b',1,'Chummer.Skill.Source()'],['../class_chummer_1_1_spell.html#abcaf1a356ae6ecb12d051a01a3c63afd',1,'Chummer.Spell.Source()'],['../class_chummer_1_1_metamagic.html#a988df2a42c889cf0bccd3cd26545ed7a',1,'Chummer.Metamagic.Source()'],['../class_chummer_1_1_power.html#a9f76d2879a56c0beab999d61b1269c61',1,'Chummer.Power.Source()'],['../class_chummer_1_1_tech_program.html#a154f2bf6fef655a55e8386c212c71459',1,'Chummer.TechProgram.Source()'],['../class_chummer_1_1_tech_program_option.html#a561c17798613d47efa0dcc90a52c1c45',1,'Chummer.TechProgramOption.Source()'],['../class_chummer_1_1_martial_art.html#abe5ce3e66896784b010e4d1dd1f84311',1,'Chummer.MartialArt.Source()'],['../class_chummer_1_1_martial_art_maneuver.html#ab874708e4ca980424dc09b1bb8a56928',1,'Chummer.MartialArtManeuver.Source()'],['../class_chummer_1_1_critter_power.html#a99183f64dc9871e8a676327df9ee801d',1,'Chummer.CritterPower.Source()']]],
+ ['sourcebookinfo',['SourcebookInfo',['../class_chummer_1_1_global_options.html#ae6f6eb9d6a22e242ea374be82763c846',1,'Chummer::GlobalOptions']]],
+ ['sourcebookinfo',['SourcebookInfo',['../class_chummer_1_1_sourcebook_info.html',1,'Chummer']]],
+ ['sourcename',['SourceName',['../class_chummer_1_1_improvement.html#aab48bc6eea7c08a09ba339c2ce40cf62',1,'Chummer::Improvement']]],
+ ['sourcetype',['SourceType',['../class_chummer_1_1_cyberware.html#a36cc15a8641f27599775c7fa7c6904f0',1,'Chummer.Cyberware.SourceType()'],['../class_chummer_1_1_metamagic.html#af69b02783c880abe15023007eac153ec',1,'Chummer.Metamagic.SourceType()']]],
+ ['spec',['Spec',['../class_chummer_1_1_weapon.html#a09be437641831b02396fe6a639f76e4f',1,'Chummer::Weapon']]],
+ ['spec2',['Spec2',['../class_chummer_1_1_weapon.html#a644b057ffcb0fac482f20859c140b7b1',1,'Chummer::Weapon']]],
+ ['specialattributekarmalimit',['SpecialAttributeKarmaLimit',['../class_chummer_1_1_character_options.html#a95402d9b7d75c6e041ede5d7adf094ad',1,'Chummer::CharacterOptions']]],
+ ['specialization',['Specialization',['../class_chummer_1_1_skill.html#a8162f4d9ae64e719fb3edd538af1c4e7',1,'Chummer::Skill']]],
+ ['specialkarmacostbasedonshownvalue',['SpecialKarmaCostBasedOnShownValue',['../class_chummer_1_1_character_options.html#a6bc0fb7bc8b6f1945e936531ff8194f9',1,'Chummer::CharacterOptions']]],
+ ['speed',['Speed',['../class_chummer_1_1_vehicle.html#a813f0994a376b0b4b1d635e6e7c99b85',1,'Chummer.Vehicle.Speed()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a2ddfea45213c3c094d6b442e972d00fe',1,'Chummer.frmSelectVehicleMod.Speed()']]],
+ ['spell',['Spell',['../class_chummer_1_1_spell.html',1,'Chummer']]],
+ ['spells',['Spells',['../class_chummer_1_1_character.html#a97ace0e10f0e323eb1b01e0130091c35',1,'Chummer::Character']]],
+ ['spirit',['Spirit',['../class_chummer_1_1_spirit.html',1,'Chummer']]],
+ ['spiritcontrol',['SpiritControl',['../class_chummer_1_1_spirit_control.html',1,'Chummer']]],
+ ['spiritforcebasedontotalmag',['SpiritForceBasedOnTotalMAG',['../class_chummer_1_1_character_options.html#a7a22d03a21285cd2538ff2e100ab0433',1,'Chummer::CharacterOptions']]],
+ ['spiritname',['SpiritName',['../class_chummer_1_1_spirit_control.html#adc7adcf66c38fefd32df0558cb036965',1,'Chummer::SpiritControl']]],
+ ['spiritobject',['SpiritObject',['../class_chummer_1_1_spirit_control.html#afdc2378242a995aa1ead4969658f85a3',1,'Chummer::SpiritControl']]],
+ ['spirits',['Spirits',['../class_chummer_1_1_character.html#a2f39f6ba84849357ce321fe7a714cfc2',1,'Chummer::Character']]],
+ ['spirittype',['SpiritType',['../namespace_chummer.html#ae11fa378cf0406ca4b5cbd4ca9f90a05',1,'Chummer']]],
+ ['splitbutton',['SplitButton',['../class_split_button.html',1,'']]],
+ ['stack',['Stack',['../class_chummer_1_1frm_select_gear.html#a3cfb74a0148b907d2f437d41c8c10b92',1,'Chummer::frmSelectGear']]],
+ ['stackedfoci',['StackedFoci',['../class_chummer_1_1_character.html#a8f70facbcaa7ccb96dc3a4de6588c1f7',1,'Chummer::Character']]],
+ ['stackedfocus',['StackedFocus',['../class_chummer_1_1_stacked_focus.html',1,'Chummer']]],
+ ['startingnuyen',['StartingNuyen',['../class_chummer_1_1frm_lifestyle_nuyen.html#afc089672d07e8050c3e5ea760b18009a',1,'Chummer::frmLifestyleNuyen']]],
+ ['startupfullscreen',['StartupFullscreen',['../class_chummer_1_1_global_options.html#a84ce03a4fb11a3080b74845fca67ea51',1,'Chummer::GlobalOptions']]],
+ ['str',['STR',['../class_chummer_1_1_character.html#a995361708b1e5f66b43d7d5b83997bd6',1,'Chummer::Character']]],
+ ['streetcred',['StreetCred',['../class_chummer_1_1_character.html#a24b9f22f4b1912b21ee64e1a52f089eb',1,'Chummer::Character']]],
+ ['streetcredtooltip',['StreetCredTooltip',['../class_chummer_1_1_character.html#a2a455396cb233e454b731dd165e0242b',1,'Chummer::Character']]],
+ ['strengthaffectsrecoil',['StrengthAffectsRecoil',['../class_chummer_1_1_character_options.html#aa963e4f1c12fe1159717b6b963b5fdc8',1,'Chummer::CharacterOptions']]],
+ ['strreason',['strReason',['../class_chummer_1_1frm_expense.html#a25fbada21f30d1e8b280f3bf96ed2017',1,'Chummer::frmExpense']]],
+ ['stuncm',['StunCM',['../class_chummer_1_1_character.html#ac939639371aaafe83a8bb3b89b5b9d38',1,'Chummer::Character']]],
+ ['stuncmfilled',['StunCMFilled',['../class_chummer_1_1_character.html#a6bd84877f85a024197f828f9e0d98d1f',1,'Chummer::Character']]],
+ ['styletype',['StyleType',['../class_chummer_1_1_lifestyle.html#ac44e1d018dd68d8ed0a0764a7879eba4',1,'Chummer.Lifestyle.StyleType()'],['../class_chummer_1_1frm_select_advanced_lifestyle.html#a90160e9875d0f0c35c73bca734cb41e3',1,'Chummer.frmSelectAdvancedLifestyle.StyleType()']]],
+ ['submersiongrade',['SubmersionGrade',['../class_chummer_1_1_character.html#ad1411c501f05f50f8e2f76262a117094',1,'Chummer::Character']]],
+ ['subsystems',['Subsystems',['../class_chummer_1_1_vehicle_mod.html#a6ab1fc131db9c4e85ead04d6358f9acb',1,'Chummer.VehicleMod.Subsystems()'],['../class_chummer_1_1frm_select_cyberware.html#aae5293f88b038d64db36eb06855b7e50',1,'Chummer.frmSelectCyberware.Subsystems()']]],
+ ['subsytems',['Subsytems',['../class_chummer_1_1_cyberware.html#a688a0ca9376434241882e6d7e0b7ca92',1,'Chummer::Cyberware']]],
+ ['suite',['Suite',['../class_chummer_1_1_cyberware.html#a84a826bb2222ca115c6a82637fc1f9f8',1,'Chummer::Cyberware']]],
+ ['suppressive',['Suppressive',['../class_chummer_1_1_weapon.html#a3a1171c479ce8d1b17b88fc97fae41d5',1,'Chummer.Weapon.Suppressive()'],['../class_chummer_1_1_weapon_mod.html#afcaf9253250ccfe555995b8bb600f750',1,'Chummer.WeaponMod.Suppressive()']]],
+ ['swim',['Swim',['../class_chummer_1_1_character.html#a381426235d6b4784201e52b8494f0844',1,'Chummer::Character']]],
+ ['system',['System',['../class_chummer_1_1_character.html#ac6fa1097cdb54a063aefa66429dad1d1',1,'Chummer.Character.System()'],['../class_chummer_1_1_gear.html#a543bd0a4e9fe0ad0e73ab96aea28e9c3',1,'Chummer.Gear.System()'],['../class_chummer_1_1_commlink.html#a745b12be05602f89e7a7e4c459f784fd',1,'Chummer.Commlink.System()'],['../class_chummer_1_1_operating_system.html#a5e43b984a23de83999c75cbddf398993',1,'Chummer.OperatingSystem.System()'],['../class_chummer_1_1_vehicle_mod.html#abfb9cada8fafff09d0c10194a8d8efae',1,'Chummer.VehicleMod.System()'],['../class_chummer_1_1_vehicle.html#abcad649e4e0df8a42ea43e05b1ace093',1,'Chummer.Vehicle.System()']]]
+];
diff --git a/docs/search/all_13.html b/docs/search/all_13.html
new file mode 100644
index 0000000..539b000
--- /dev/null
+++ b/docs/search/all_13.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_13.js b/docs/search/all_13.js
new file mode 100644
index 0000000..e9924f7
--- /dev/null
+++ b/docs/search/all_13.js
@@ -0,0 +1,51 @@
+var searchData=
+[
+ ['tags',['Tags',['../class_chummer_1_1_tech_program.html#a5af796886cd0349da1309c3f6ac7127e',1,'Chummer.TechProgram.Tags()'],['../class_chummer_1_1_tech_program_option.html#aeb14848ba45ef8b63ccfccf109004e2c',1,'Chummer.TechProgramOption.Tags()']]],
+ ['technomancer',['Technomancer',['../class_chummer_1_1_initiation_grade.html#a675cc533afb0a187bc95d2b98db1e15c',1,'Chummer::InitiationGrade']]],
+ ['technomancerallowautosoft',['TechnomancerAllowAutosoft',['../class_chummer_1_1_character_options.html#afcb553f6f7099e447578ff5998c1e344',1,'Chummer::CharacterOptions']]],
+ ['technomancerenabled',['TechnomancerEnabled',['../class_chummer_1_1_character.html#a2c307467d048cf2e533f6023c1c4f0ef',1,'Chummer::Character']]],
+ ['technomancerstream',['TechnomancerStream',['../class_chummer_1_1_character.html#a3f558299ae63b56a6944620097b8de3f',1,'Chummer::Character']]],
+ ['techprogram',['TechProgram',['../class_chummer_1_1_tech_program.html',1,'Chummer']]],
+ ['techprogramoption',['TechProgramOption',['../class_chummer_1_1_tech_program_option.html',1,'Chummer']]],
+ ['techprograms',['TechPrograms',['../class_chummer_1_1_character.html#a1e618b581360b289a7bbe514758d1e1b',1,'Chummer::Character']]],
+ ['text',['Text',['../class_chummer_1_1_initiation_grade.html#a5f18a2c3771a7db8b6e79bf5378f2141',1,'Chummer::InitiationGrade']]],
+ ['title',['Title',['../class_chummer_1_1frm_dice_hits.html#acaa381336ae5dda47bb56303ebcc55bd',1,'Chummer::frmDiceHits']]],
+ ['tooltip',['ToolTip',['../class_chummer_1_1_attribute.html#afd99a371bc312f1f76f9e95dca40b975',1,'Chummer::Attribute']]],
+ ['totalaccel',['TotalAccel',['../class_chummer_1_1_vehicle.html#a8c5cf7a2afd9645d51f8430c574cb904',1,'Chummer::Vehicle']]],
+ ['totalagility',['TotalAgility',['../class_chummer_1_1_cyberware.html#ac33c4d673509cb24f4aa8f1feb7cd070',1,'Chummer::Cyberware']]],
+ ['totalap',['TotalAP',['../class_chummer_1_1_weapon.html#a25f1e4e4067784cf203556523fffc8e3',1,'Chummer::Weapon']]],
+ ['totalarmor',['TotalArmor',['../class_chummer_1_1_vehicle.html#a47d725a6a0ad4a77fdd5ab37b586097b',1,'Chummer::Vehicle']]],
+ ['totalaugmentedmaximum',['TotalAugmentedMaximum',['../class_chummer_1_1_attribute.html#a35256759a4b2a25f07dec7cd9250680e',1,'Chummer::Attribute']]],
+ ['totalavail',['TotalAvail',['../class_chummer_1_1_armor_mod.html#a95af6c4896a63fbe6b7c4d29ccce57ff',1,'Chummer.ArmorMod.TotalAvail()'],['../class_chummer_1_1_armor.html#aa944fe6c32c68658e29fc114bfebebb9',1,'Chummer.Armor.TotalAvail()'],['../class_chummer_1_1_cyberware.html#aa4a405c9d5a562cb89264bc63b56e1b1',1,'Chummer.Cyberware.TotalAvail()'],['../class_chummer_1_1_weapon.html#abbc3a608b75c656c15b4eea753e9acdf',1,'Chummer.Weapon.TotalAvail()'],['../class_chummer_1_1_weapon_accessory.html#a1df3a74d562f0438138da3b7f0e939a7',1,'Chummer.WeaponAccessory.TotalAvail()'],['../class_chummer_1_1_weapon_mod.html#ab39a99abd3bd67b9849a3bca7e2b25bb',1,'Chummer.WeaponMod.TotalAvail()'],['../class_chummer_1_1_vehicle_mod.html#aa78120fa94fef358d4b1614d02cc01b1',1,'Chummer.VehicleMod.TotalAvail()'],['../class_chummer_1_1_gear.html#a9491262a1da53c44c06332e8cc44c798',1,'Chummer.Gear.TotalAvail()']]],
+ ['totalballistic',['TotalBallistic',['../class_chummer_1_1_armor.html#a03b1eff75c213ce53957ac6a8a74306b',1,'Chummer::Armor']]],
+ ['totalballisticarmorrating',['TotalBallisticArmorRating',['../class_chummer_1_1_character.html#a553872461d79a8b3b019a4e732f471b0',1,'Chummer::Character']]],
+ ['totalbody',['TotalBody',['../class_chummer_1_1_cyberware.html#a1eccce463683df02ed9e5a75889b48f2',1,'Chummer.Cyberware.TotalBody()'],['../class_chummer_1_1_vehicle.html#a622e4f1625c16e7f63e4af6db4504ff9',1,'Chummer.Vehicle.TotalBody()']]],
+ ['totalcost',['TotalCost',['../class_chummer_1_1_armor_mod.html#a08e8e4a65b9ecf69da7acc697f626f94',1,'Chummer.ArmorMod.TotalCost()'],['../class_chummer_1_1_armor.html#a0982e8cddd91c66db2e8a47128d4bafc',1,'Chummer.Armor.TotalCost()'],['../class_chummer_1_1_cyberware.html#ab7d6f25eb55b8da59140045ddefa7afb',1,'Chummer.Cyberware.TotalCost()'],['../class_chummer_1_1_weapon.html#a8a4bb72e3fdca7772294ab1bfdeeaec2',1,'Chummer.Weapon.TotalCost()'],['../class_chummer_1_1_weapon_accessory.html#afe32b398181ef303034ada48b88fd839',1,'Chummer.WeaponAccessory.TotalCost()'],['../class_chummer_1_1_weapon_mod.html#aa64a949ee2d6cfc2c2f995a649a20b3d',1,'Chummer.WeaponMod.TotalCost()'],['../class_chummer_1_1_lifestyle.html#a11a28e162e87b9779ddada63433b3479',1,'Chummer.Lifestyle.TotalCost()'],['../class_chummer_1_1_gear.html#ab2b57ef5127331431ac688dfb343cc48',1,'Chummer.Gear.TotalCost()'],['../class_chummer_1_1_vehicle_mod.html#ae2d19d2cae4da2f74083c4c89073565f',1,'Chummer.VehicleMod.TotalCost()'],['../class_chummer_1_1_vehicle.html#a7fe91740008c2f3f88bffc0a1b3365c0',1,'Chummer.Vehicle.TotalCost()'],['../class_chummer_1_1frm_select_cyberware_suite.html#a52811f9529b27becf7a1a15e92510f05',1,'Chummer.frmSelectCyberwareSuite.TotalCost()']]],
+ ['totalfirewall',['TotalFirewall',['../class_chummer_1_1_commlink.html#aba1df7a8f1f749dca6e7204acac5e294',1,'Chummer::Commlink']]],
+ ['totalforce',['TotalForce',['../class_chummer_1_1_stacked_focus.html#a94ff2b23c1c08fb75cbffc7051b94f6c',1,'Chummer::StackedFocus']]],
+ ['totalhandling',['TotalHandling',['../class_chummer_1_1_vehicle.html#a1894c573e96f0b4bbaf3bc352a41f74c',1,'Chummer::Vehicle']]],
+ ['totalimpact',['TotalImpact',['../class_chummer_1_1_armor.html#aa8b678812a87a2d43172c98b5be21a82',1,'Chummer::Armor']]],
+ ['totalimpactarmorrating',['TotalImpactArmorRating',['../class_chummer_1_1_character.html#a560e36d5a45d8cffd03aad9ea50fb444',1,'Chummer::Character']]],
+ ['totalmaximum',['TotalMaximum',['../class_chummer_1_1_attribute.html#afba42c816169eea79ba0a15ca8aa8d41',1,'Chummer::Attribute']]],
+ ['totalminimum',['TotalMinimum',['../class_chummer_1_1_attribute.html#a3c26248cd99003d0471f2a2dac5226a1',1,'Chummer::Attribute']]],
+ ['totalmonthlycost',['TotalMonthlyCost',['../class_chummer_1_1_lifestyle.html#aaeb3d1681ecf8524f463b8fb84be33bf',1,'Chummer::Lifestyle']]],
+ ['totalnotoriety',['TotalNotoriety',['../class_chummer_1_1_character.html#a29ead84b53d801a7772bed3ff79ef4d7',1,'Chummer::Character']]],
+ ['totalpublicawareness',['TotalPublicAwareness',['../class_chummer_1_1_character.html#a8cc6980a864482670a3dacd01cf0ea98',1,'Chummer::Character']]],
+ ['totalrating',['TotalRating',['../class_chummer_1_1_skill.html#afd5b96038f11012fb5b1b8973211ddc7',1,'Chummer::Skill']]],
+ ['totalrc',['TotalRC',['../class_chummer_1_1_weapon.html#a16058a4ec9674b936725a114a3069c01',1,'Chummer::Weapon']]],
+ ['totalreach',['TotalReach',['../class_chummer_1_1_weapon.html#a64ee08bd2c5bc31c3a2a57e146f42144',1,'Chummer::Weapon']]],
+ ['totalresponse',['TotalResponse',['../class_chummer_1_1_commlink.html#a1fe6afe6e955ca50a62c36502597324c',1,'Chummer::Commlink']]],
+ ['totalsignal',['TotalSignal',['../class_chummer_1_1_commlink.html#af3aaa791fc61fe9d3b4d40d141ebed7f',1,'Chummer::Commlink']]],
+ ['totalspeed',['TotalSpeed',['../class_chummer_1_1_vehicle.html#acccd4de3c24281d939631014e6166e9c',1,'Chummer::Vehicle']]],
+ ['totalstreetcred',['TotalStreetCred',['../class_chummer_1_1_character.html#a83c3917c4af829130811516c7eccac99',1,'Chummer::Character']]],
+ ['totalstrength',['TotalStrength',['../class_chummer_1_1_cyberware.html#a950ae11a18b0e460e050370d7578aa9e',1,'Chummer::Cyberware']]],
+ ['totalsystem',['TotalSystem',['../class_chummer_1_1_commlink.html#a09630f7741ec03f5f2c3561ab9ce9c47',1,'Chummer::Commlink']]],
+ ['totalvalue',['TotalValue',['../class_chummer_1_1_attribute.html#a5287eb88bbed8e1fd12165f163102dd0',1,'Chummer::Attribute']]],
+ ['totalweaponcost',['TotalWeaponCost',['../class_chummer_1_1frm_select_vehicle_mod.html#a7a33d15e19409c9d997779d6f8be8327',1,'Chummer::frmSelectVehicleMod']]],
+ ['transgenicsbiowarecostmultiplier',['TransgenicsBiowareCostMultiplier',['../class_chummer_1_1frm_select_cyberware.html#af2f770957cc88406eb58c2ceb722ce07',1,'Chummer::frmSelectCyberware']]],
+ ['translateextra',['TranslateExtra',['../class_chummer_1_1_language_manager.html#a8ee1efc1dda3546e65e344b9b5487a24',1,'Chummer::LanguageManager']]],
+ ['translationsoap',['translationSoap',['../interface_chummer_1_1_translation_service_1_1translation_soap.html',1,'Chummer::TranslationService']]],
+ ['translationsoapchannel',['translationSoapChannel',['../interface_chummer_1_1_translation_service_1_1translation_soap_channel.html',1,'Chummer::TranslationService']]],
+ ['translationsoapclient',['translationSoapClient',['../class_chummer_1_1_translation_service_1_1translation_soap_client.html',1,'Chummer::TranslationService']]],
+ ['type',['Type',['../class_chummer_1_1_expense_log_entry.html#a33aa5c45b969ab2d1820393bc32db709',1,'Chummer.ExpenseLogEntry.Type()'],['../class_chummer_1_1_quality.html#a4bcd9daca256de56aeb1b4ea64d3af3e',1,'Chummer.Quality.Type()'],['../class_chummer_1_1_spell.html#ab4b494ee45b4fa2ab02ff0d6113ad685',1,'Chummer.Spell.Type()'],['../class_chummer_1_1_critter_power.html#a46b1a78f21de4773491024c1e295dbe1',1,'Chummer.CritterPower.Type()']]]
+];
diff --git a/docs/search/all_14.html b/docs/search/all_14.html
new file mode 100644
index 0000000..8424e0c
--- /dev/null
+++ b/docs/search/all_14.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_14.js b/docs/search/all_14.js
new file mode 100644
index 0000000..b6aef40
--- /dev/null
+++ b/docs/search/all_14.js
@@ -0,0 +1,38 @@
+var searchData=
+[
+ ['uncouth',['Uncouth',['../class_chummer_1_1_character.html#a38d3e6647064154fac3980334385c049',1,'Chummer::Character']]],
+ ['underbarrelweapons',['UnderbarrelWeapons',['../class_chummer_1_1_weapon.html#a87d9a78ceedcca5fd8d7170022a16aeb',1,'Chummer::Weapon']]],
+ ['undo',['Undo',['../class_chummer_1_1_expense_log_entry.html#a1ca215b1966ccc66e8c0ead633332987',1,'Chummer::ExpenseLogEntry']]],
+ ['uneducated',['Uneducated',['../class_chummer_1_1_character.html#a92e2d9148e85956b8af5b3ee912dd84a',1,'Chummer::Character']]],
+ ['uniquename',['UniqueName',['../class_chummer_1_1_improvement.html#a3d6a53dcfa1cf5780ed0016fb21998ae',1,'Chummer::Improvement']]],
+ ['unrestrictednuyen',['UnrestrictedNuyen',['../class_chummer_1_1_character_options.html#a107341400f59e992585d3fec1d178f49',1,'Chummer::CharacterOptions']]],
+ ['updatecharacterinfo',['UpdateCharacterInfo',['../class_chummer_1_1frm_career.html#a2905d1afbab7e584cdf17f778a69c84b',1,'Chummer.frmCareer.UpdateCharacterInfo()'],['../class_chummer_1_1frm_create.html#a6cb82af63dfdb64619aa644f662f5802',1,'Chummer.frmCreate.UpdateCharacterInfo()']]],
+ ['updateinitiationgradelist',['UpdateInitiationGradeList',['../class_chummer_1_1frm_career.html#a8568761923928df4e900188e5aef23e2',1,'Chummer.frmCareer.UpdateInitiationGradeList()'],['../class_chummer_1_1frm_create.html#a9d7cbab1774d2c690ad350b154668a79',1,'Chummer.frmCreate.UpdateInitiationGradeList()']]],
+ ['updatepointsperlevel',['UpdatePointsPerLevel',['../class_chummer_1_1_power_control.html#a86777ae338fc9e33a2262ba85a646fab',1,'Chummer::PowerControl']]],
+ ['uploadcharacter153request',['UploadCharacter153Request',['../class_chummer_1_1_omae_service_1_1_upload_character153_request.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacter153requestbody',['UploadCharacter153RequestBody',['../class_chummer_1_1_omae_service_1_1_upload_character153_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacter153response',['UploadCharacter153Response',['../class_chummer_1_1_omae_service_1_1_upload_character153_response.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacter153responsebody',['UploadCharacter153ResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_character153_response_body.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterrequest',['UploadCharacterRequest',['../class_chummer_1_1_omae_service_1_1_upload_character_request.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterrequestbody',['UploadCharacterRequestBody',['../class_chummer_1_1_omae_service_1_1_upload_character_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterresponse',['UploadCharacterResponse',['../class_chummer_1_1_omae_service_1_1_upload_character_response.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterresponsebody',['UploadCharacterResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_character_response_body.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafilerequest',['UploadDataFileRequest',['../class_chummer_1_1_omae_service_1_1_upload_data_file_request.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafilerequestbody',['UploadDataFileRequestBody',['../class_chummer_1_1_omae_service_1_1_upload_data_file_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafileresponse',['UploadDataFileResponse',['../class_chummer_1_1_omae_service_1_1_upload_data_file_response.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafileresponsebody',['UploadDataFileResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_data_file_response_body.html',1,'Chummer::OmaeService']]],
+ ['uploadlanguagerequest',['UploadLanguageRequest',['../class_chummer_1_1_translation_service_1_1_upload_language_request.html',1,'Chummer::TranslationService']]],
+ ['uploadlanguagerequestbody',['UploadLanguageRequestBody',['../class_chummer_1_1_translation_service_1_1_upload_language_request_body.html',1,'Chummer::TranslationService']]],
+ ['uploadlanguageresponse',['UploadLanguageResponse',['../class_chummer_1_1_translation_service_1_1_upload_language_response.html',1,'Chummer::TranslationService']]],
+ ['uploadlanguageresponsebody',['UploadLanguageResponseBody',['../class_chummer_1_1_translation_service_1_1_upload_language_response_body.html',1,'Chummer::TranslationService']]],
+ ['uploadsheetrequest',['UploadSheetRequest',['../class_chummer_1_1_omae_service_1_1_upload_sheet_request.html',1,'Chummer::OmaeService']]],
+ ['uploadsheetrequestbody',['UploadSheetRequestBody',['../class_chummer_1_1_omae_service_1_1_upload_sheet_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploadsheetresponse',['UploadSheetResponse',['../class_chummer_1_1_omae_service_1_1_upload_sheet_response.html',1,'Chummer::OmaeService']]],
+ ['uploadsheetresponsebody',['UploadSheetResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_sheet_response_body.html',1,'Chummer::OmaeService']]],
+ ['usecalculatedvehiclesensorratings',['UseCalculatedVehicleSensorRatings',['../class_chummer_1_1_character_options.html#af074a4f0198ac331ab0d985b0f0ed943',1,'Chummer::CharacterOptions']]],
+ ['usedavail',['UsedAvail',['../class_chummer_1_1frm_select_vehicle.html#a2646dfc641281e0e015e35e780d6b9d7',1,'Chummer::frmSelectVehicle']]],
+ ['usedcost',['UsedCost',['../class_chummer_1_1frm_select_vehicle.html#afa45f6344c647de4dfdc9be3a73845bc',1,'Chummer::frmSelectVehicle']]],
+ ['usedvehicle',['UsedVehicle',['../class_chummer_1_1frm_select_vehicle.html#a3760eaedbb3362cca619043d6ddfaf8f',1,'Chummer::frmSelectVehicle']]],
+ ['username',['UserName',['../class_chummer_1_1_omae_record.html#a7837562727865baf25f0e25b68abbf2b',1,'Chummer::OmaeRecord']]],
+ ['useskill',['UseSkill',['../class_chummer_1_1_weapon.html#a29d203ed74fcf8584028eaec193845b2',1,'Chummer::Weapon']]]
+];
diff --git a/docs/search/all_15.html b/docs/search/all_15.html
new file mode 100644
index 0000000..71dd105
--- /dev/null
+++ b/docs/search/all_15.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_15.js b/docs/search/all_15.js
new file mode 100644
index 0000000..96dfe41
--- /dev/null
+++ b/docs/search/all_15.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['validatecharacter',['ValidateCharacter',['../class_chummer_1_1frm_create.html#aea8acca6b424f86148d4c8fbee8b27ce',1,'Chummer::frmCreate']]],
+ ['value',['Value',['../class_chummer_1_1_improvement.html#a27e2bdf3f8fb6d3f559d8c5d33a1432b',1,'Chummer.Improvement.Value()'],['../class_chummer_1_1_list_item.html#abef2bbf095f67f3db879168fbfceda9d',1,'Chummer.ListItem.Value()'],['../class_chummer_1_1_attribute.html#a6f48fbcbfe64f2664fa125035946f006',1,'Chummer.Attribute.Value()']]],
+ ['valueof',['ValueOf',['../class_chummer_1_1_improvement_manager.html#a88e2b02a3e4084945f237590d1b1ac8e',1,'Chummer::ImprovementManager']]],
+ ['vehicle',['Vehicle',['../class_chummer_1_1_vehicle.html',1,'Chummer']]],
+ ['vehiclecost',['VehicleCost',['../class_chummer_1_1frm_select_vehicle_mod.html#aea823ca3d249c59caf35b2f781fbd0f6',1,'Chummer::frmSelectVehicleMod']]],
+ ['vehiclemod',['VehicleMod',['../class_chummer_1_1_vehicle_mod.html',1,'Chummer']]],
+ ['vehiclemods',['VehicleMods',['../class_chummer_1_1frm_select_item.html#a2e6d0f03b47d3c51a01a49a915efc7d2',1,'Chummer::frmSelectItem']]],
+ ['vehiclemounted',['VehicleMounted',['../class_chummer_1_1_weapon.html#af927db6de5ec93bc372d20e5a421b956',1,'Chummer::Weapon']]],
+ ['vehiclename',['VehicleName',['../class_chummer_1_1_vehicle.html#a851880e7cfb24d494a67c7682c8b589b',1,'Chummer::Vehicle']]],
+ ['vehicles',['Vehicles',['../class_chummer_1_1_character.html#ac3d36fe7396080395e4c1f81451607c9',1,'Chummer.Character.Vehicles()'],['../class_chummer_1_1frm_select_item.html#a1b79e4556d173b0a11ae54ab76c40269',1,'Chummer.frmSelectItem.Vehicles()']]],
+ ['verify',['Verify',['../class_chummer_1_1_xml_manager.html#a1531ab61d01d0e60e8d9ba8981883693',1,'Chummer::XmlManager']]],
+ ['verifystrings',['VerifyStrings',['../class_chummer_1_1_language_manager.html#af6927e81e7bb02099a5fff6c495e0727',1,'Chummer::LanguageManager']]]
+];
diff --git a/docs/search/all_16.html b/docs/search/all_16.html
new file mode 100644
index 0000000..395304e
--- /dev/null
+++ b/docs/search/all_16.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_16.js b/docs/search/all_16.js
new file mode 100644
index 0000000..559f694
--- /dev/null
+++ b/docs/search/all_16.js
@@ -0,0 +1,23 @@
+var searchData=
+[
+ ['weapon',['Weapon',['../class_chummer_1_1_weapon.html',1,'Chummer']]],
+ ['weaponaccessories',['WeaponAccessories',['../class_chummer_1_1_weapon.html#aed6589009e73265323b057761104c9e1',1,'Chummer::Weapon']]],
+ ['weaponaccessory',['WeaponAccessory',['../class_chummer_1_1_weapon_accessory.html',1,'Chummer']]],
+ ['weaponbonus',['WeaponBonus',['../class_chummer_1_1_gear.html#aea3e34de5c91859cf2381b6e0c5bfde2',1,'Chummer::Gear']]],
+ ['weaponbonusap',['WeaponBonusAP',['../class_chummer_1_1_gear.html#a5c8086bbf75149fab564ada7b8171f4c',1,'Chummer::Gear']]],
+ ['weaponbonusdamage',['WeaponBonusDamage',['../class_chummer_1_1_gear.html#a19971692653be4f4f89471346affd9bb',1,'Chummer::Gear']]],
+ ['weaponbonusrange',['WeaponBonusRange',['../class_chummer_1_1_gear.html#a276421ee2b12aa188f3e122a54f99133',1,'Chummer::Gear']]],
+ ['weaponcost',['WeaponCost',['../class_chummer_1_1frm_select_vehicle_mod.html#aef51616d6712683221c3f8a342d8cce1',1,'Chummer.frmSelectVehicleMod.WeaponCost()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a3590ff1c943f56b32972bcd25654d630',1,'Chummer.frmSelectWeaponAccessory.WeaponCost()']]],
+ ['weaponid',['WeaponID',['../class_chummer_1_1_armor_mod.html#a874bea83478555092371fc01f5eeb6f6',1,'Chummer.ArmorMod.WeaponID()'],['../class_chummer_1_1_cyberware.html#a7c04d846fc485e1e62130e6aac789d13',1,'Chummer.Cyberware.WeaponID()'],['../class_chummer_1_1_gear.html#a53cc6e91a44a90b506e5dc06a80c2ade',1,'Chummer.Gear.WeaponID()'],['../class_chummer_1_1_quality.html#a0ed8d77052dcf9bd81fef613e8b7e017',1,'Chummer.Quality.WeaponID()']]],
+ ['weaponlocations',['WeaponLocations',['../class_chummer_1_1_character.html#a680ba1dfc7ee7156bbaad3dc34181d25',1,'Chummer::Character']]],
+ ['weaponmod',['WeaponMod',['../class_chummer_1_1_weapon_mod.html',1,'Chummer']]],
+ ['weaponmods',['WeaponMods',['../class_chummer_1_1_weapon.html#a4e86d8132d636539254183a010e4bc81',1,'Chummer::Weapon']]],
+ ['weaponname',['WeaponName',['../class_chummer_1_1_weapon.html#a35ca978d946ee0d057386dcdd9832830',1,'Chummer::Weapon']]],
+ ['weapons',['Weapons',['../class_chummer_1_1_character.html#a5c4ae4810b2398b6d41de139a473c6a3',1,'Chummer.Character.Weapons()'],['../class_chummer_1_1_vehicle_mod.html#acfd781d9a89554514df12118afae7e91',1,'Chummer.VehicleMod.Weapons()'],['../class_chummer_1_1_vehicle.html#a14effbdc4b48a4e783abca8f2bcab902',1,'Chummer.Vehicle.Weapons()']]],
+ ['weapontype',['WeaponType',['../class_chummer_1_1_weapon.html#af7039d698c3d531c7c87126290017f3a',1,'Chummer::Weapon']]],
+ ['week',['Week',['../class_chummer_1_1_calendar_week.html#abc3246aeb6a7cd10531ad0ff0ac36d97',1,'Chummer::CalendarWeek']]],
+ ['weight',['Weight',['../class_chummer_1_1_character.html#a1b95ee1b1073554d7ce3ace7c833ae2d',1,'Chummer::Character']]],
+ ['wil',['WIL',['../class_chummer_1_1_character.html#ac6ab6f264f03185d5c3a5b249ef19b3d',1,'Chummer::Character']]],
+ ['windowmode',['WindowMode',['../class_chummer_1_1frm_select_cyberware.html#ab55148800c86eb9015c8d450f893d677',1,'Chummer.frmSelectCyberware.WindowMode()'],['../class_chummer_1_1frm_select_metamagic.html#ae39120c6a3a18555ddc098c5b273a86a',1,'Chummer.frmSelectMetamagic.WindowMode()']]],
+ ['woundmodifiers',['WoundModifiers',['../class_chummer_1_1_character.html#a9560af36e6e0902051c75bf3ff589828',1,'Chummer::Character']]]
+];
diff --git a/docs/search/all_17.html b/docs/search/all_17.html
new file mode 100644
index 0000000..d64d1b9
--- /dev/null
+++ b/docs/search/all_17.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_17.js b/docs/search/all_17.js
new file mode 100644
index 0000000..d0dc83f
--- /dev/null
+++ b/docs/search/all_17.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['xmldoc',['XmlDoc',['../class_chummer_1_1_language_manager.html#a6d785271bee141658985f491074bef57',1,'Chummer::LanguageManager']]],
+ ['xmldocumentfromstream',['XmlDocumentFromStream',['../class_chummer_1_1_omae_helper.html#a10353c3ce028605cb9634414a8d2906e',1,'Chummer::OmaeHelper']]],
+ ['xmlfile',['XmlFile',['../class_chummer_1_1frm_metatype.html#ae54933638c804d14217ada1071b6b3ce',1,'Chummer.frmMetatype.XmlFile()'],['../class_chummer_1_1frm_select_mentor_spirit.html#a1c18b10021c88af227924a2fd2d24926',1,'Chummer.frmSelectMentorSpirit.XmlFile()']]],
+ ['xmlmanager',['XmlManager',['../class_chummer_1_1_xml_manager.html',1,'Chummer']]]
+];
diff --git a/docs/search/all_18.html b/docs/search/all_18.html
new file mode 100644
index 0000000..b2f7468
--- /dev/null
+++ b/docs/search/all_18.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_18.js b/docs/search/all_18.js
new file mode 100644
index 0000000..2dc141b
--- /dev/null
+++ b/docs/search/all_18.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['year',['Year',['../class_chummer_1_1_calendar_week.html#aaaa73c5ff50f74acb97c26ddc5003237',1,'Chummer::CalendarWeek']]]
+];
diff --git a/docs/search/all_2.html b/docs/search/all_2.html
new file mode 100644
index 0000000..2c23ed4
--- /dev/null
+++ b/docs/search/all_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_2.js b/docs/search/all_2.js
new file mode 100644
index 0000000..145843d
--- /dev/null
+++ b/docs/search/all_2.js
@@ -0,0 +1,142 @@
+var searchData=
+[
+ ['calculatecommlinkresponse',['CalculateCommlinkResponse',['../class_chummer_1_1_character_options.html#ad893be0b762e98ee4dd4d54679fef5b6',1,'Chummer::CharacterOptions']]],
+ ['calculatedammo',['CalculatedAmmo',['../class_chummer_1_1_weapon.html#a95ce5a691446e697962dd118ab6e2f9e',1,'Chummer::Weapon']]],
+ ['calculatedarmorcapacity',['CalculatedArmorCapacity',['../class_chummer_1_1_gear.html#af492a3ee752ae173534bad3ccb0f727a',1,'Chummer::Gear']]],
+ ['calculatedavail',['CalculatedAvail',['../class_chummer_1_1_vehicle.html#a8cd13ee2a4d76473b5ed577974885d4a',1,'Chummer::Vehicle']]],
+ ['calculatedcapacity',['CalculatedCapacity',['../class_chummer_1_1_armor_mod.html#a8a16f09f83921c1845c2ee00a605c218',1,'Chummer.ArmorMod.CalculatedCapacity()'],['../class_chummer_1_1_armor.html#aa2e9cc5e2d8f1b0fa07d0bcf85637d79',1,'Chummer.Armor.CalculatedCapacity()'],['../class_chummer_1_1_cyberware.html#a7d2c37aa899c6e15a5717065ee021951',1,'Chummer.Cyberware.CalculatedCapacity()'],['../class_chummer_1_1_gear.html#a96a1e3c56f17cd44c73fb9f4de088579',1,'Chummer.Gear.CalculatedCapacity()'],['../class_chummer_1_1_tech_program.html#a323aa58d9bb37540bc961955555d669d',1,'Chummer.TechProgram.CalculatedCapacity()']]],
+ ['calculatedconcealability',['CalculatedConcealability',['../class_chummer_1_1_weapon.html#a28644b9d250f4254195784689a2675c1',1,'Chummer::Weapon']]],
+ ['calculatedcost',['CalculatedCost',['../class_chummer_1_1_gear.html#a5f111a5305cc256cd7857d25644fca41',1,'Chummer::Gear']]],
+ ['calculateddamage',['CalculatedDamage',['../class_chummer_1_1_weapon.html#a6c390cebf0586b274583b67d8ed7a267',1,'Chummer::Weapon']]],
+ ['calculatedess',['CalculatedESS',['../class_chummer_1_1_cyberware.html#a49cf36a993b28f0510a0e970807287fb',1,'Chummer::Cyberware']]],
+ ['calculatedmode',['CalculatedMode',['../class_chummer_1_1_weapon.html#a60e7311f7889f8a4694101458521ab50',1,'Chummer::Weapon']]],
+ ['calculatednotoriety',['CalculatedNotoriety',['../class_chummer_1_1_character.html#ad5d3e23462d125aa00078b8be477b28b',1,'Chummer::Character']]],
+ ['calculatedpointsperlevel',['CalculatedPointsPerLevel',['../class_chummer_1_1_power.html#a735775a9e3df5241d5b4d7f7c2a9ef80',1,'Chummer::Power']]],
+ ['calculatedpublicawareness',['CalculatedPublicAwareness',['../class_chummer_1_1_character.html#ad455668a9f8154a20d4dc6a5dceb1c93',1,'Chummer::Character']]],
+ ['calculatedsensor',['CalculatedSensor',['../class_chummer_1_1_vehicle.html#af323b66b6220a212e21daeb90b4b8dee',1,'Chummer::Vehicle']]],
+ ['calculatedslots',['CalculatedSlots',['../class_chummer_1_1_vehicle_mod.html#a40ddae4fe21ff716ca59eeddc7b5ffa0',1,'Chummer::VehicleMod']]],
+ ['calculatedstreetcred',['CalculatedStreetCred',['../class_chummer_1_1_character.html#a9ccd8df1106684ccb82ee3f08569014a',1,'Chummer::Character']]],
+ ['calculatefreespiritpowerpoints',['CalculateFreeSpiritPowerPoints',['../class_chummer_1_1_main_controller.html#a9e6b64b62b408118a3d19e88ea949101',1,'Chummer::MainController']]],
+ ['calculatefreespritepowerpoints',['CalculateFreeSpritePowerPoints',['../class_chummer_1_1_main_controller.html#aa553ce19f4c4c6fe985fbb0ecdeecdec',1,'Chummer::MainController']]],
+ ['calendar',['Calendar',['../class_chummer_1_1_character.html#ac665486141d9cb8c81d07136d7cc4ee6',1,'Chummer::Character']]],
+ ['calendarweek',['CalendarWeek',['../class_chummer_1_1_calendar_week.html',1,'Chummer']]],
+ ['canuploadlanguagerequest',['CanUploadLanguageRequest',['../class_chummer_1_1_translation_service_1_1_can_upload_language_request.html',1,'Chummer::TranslationService']]],
+ ['canuploadlanguagerequestbody',['CanUploadLanguageRequestBody',['../class_chummer_1_1_translation_service_1_1_can_upload_language_request_body.html',1,'Chummer::TranslationService']]],
+ ['canuploadlanguageresponse',['CanUploadLanguageResponse',['../class_chummer_1_1_translation_service_1_1_can_upload_language_response.html',1,'Chummer::TranslationService']]],
+ ['canuploadlanguageresponsebody',['CanUploadLanguageResponseBody',['../class_chummer_1_1_translation_service_1_1_can_upload_language_response_body.html',1,'Chummer::TranslationService']]],
+ ['capacity',['Capacity',['../class_chummer_1_1_cyberware.html#ae35a40d85ca549916827a249b162534f',1,'Chummer.Cyberware.Capacity()'],['../class_chummer_1_1_gear.html#a508ad96613dd34e4572f57311c4a2d43',1,'Chummer.Gear.Capacity()'],['../class_chummer_1_1_tech_program.html#a8a21866a1cbb8e07565cc19ce8a410fe',1,'Chummer.TechProgram.Capacity()']]],
+ ['capacitydisplaystyle',['CapacityDisplayStyle',['../class_chummer_1_1_armor.html#ab5f8e8d0930a2bc10e9c98d72dd90f38',1,'Chummer.Armor.CapacityDisplayStyle()'],['../class_chummer_1_1frm_select_armor_mod.html#a215e21e5ca491ae0b5b577fc3479e4cc',1,'Chummer.frmSelectArmorMod.CapacityDisplayStyle()'],['../class_chummer_1_1frm_select_gear.html#a0b63a262e31c59933b4ce4b64d766996',1,'Chummer.frmSelectGear.CapacityDisplayStyle()']]],
+ ['capacityremaining',['CapacityRemaining',['../class_chummer_1_1_armor.html#a3ff6a32b10ba96b96ea7bb913d337be4',1,'Chummer.Armor.CapacityRemaining()'],['../class_chummer_1_1_cyberware.html#ac30272500c73c6b7ed97ac596427f065',1,'Chummer.Cyberware.CapacityRemaining()'],['../class_chummer_1_1_gear.html#a446424a716bbbdb51579c6764ce3f28d',1,'Chummer.Gear.CapacityRemaining()'],['../class_chummer_1_1_tech_program.html#a495f094b6196a4831e71c04d16fb67f0',1,'Chummer.TechProgram.CapacityRemaining()']]],
+ ['capacitystyle',['CapacityStyle',['../namespace_chummer.html#a8ae507caeef7d056795f02bd1b0fd7e0',1,'Chummer']]],
+ ['capskillrating',['CapSkillRating',['../class_chummer_1_1_character_options.html#afe533b37623148daf2b2f38109f9a707',1,'Chummer::CharacterOptions']]],
+ ['careerkarma',['CareerKarma',['../class_chummer_1_1_character.html#ac4de289c84bae38aaec5a2f5be1dad56',1,'Chummer::Character']]],
+ ['careernuyen',['CareerNuyen',['../class_chummer_1_1_character.html#a40c28b5df2676ea29f2038a7ff56f197',1,'Chummer::Character']]],
+ ['category',['Category',['../class_chummer_1_1_armor_mod.html#a715347a47b995dd0892424d20e384bf1',1,'Chummer.ArmorMod.Category()'],['../class_chummer_1_1_armor.html#a2fbce18065239b30c17b4e22873e159e',1,'Chummer.Armor.Category()'],['../class_chummer_1_1_cyberware.html#a96f3f26d16b15489a200195da81c79b1',1,'Chummer.Cyberware.Category()'],['../class_chummer_1_1_weapon.html#a57303d522e17532a80e17c253c9d281f',1,'Chummer.Weapon.Category()'],['../class_chummer_1_1_gear.html#ad52b4e9144c0fca6d71636c0a114713e',1,'Chummer.Gear.Category()'],['../class_chummer_1_1_vehicle_mod.html#a424001126a7f371345e053d73da67aee',1,'Chummer.VehicleMod.Category()'],['../class_chummer_1_1_vehicle.html#a2832864704a301fe7891b53b0a44a93d',1,'Chummer.Vehicle.Category()'],['../class_chummer_1_1_spell.html#af28b0973174f8551f6547b7c5be6bb40',1,'Chummer.Spell.Category()'],['../class_chummer_1_1_tech_program.html#a9342d7f39e80ab3b2d03245edc4a9583',1,'Chummer.TechProgram.Category()'],['../class_chummer_1_1_critter_power.html#a799b026c7182e42a310b3526e31b7046',1,'Chummer.CritterPower.Category()']]],
+ ['cha',['CHA',['../class_chummer_1_1_character.html#a688926c582b21efc720c47b65fc182af',1,'Chummer::Character']]],
+ ['changegearequippedstatus',['ChangeGearEquippedStatus',['../class_chummer_1_1_main_controller.html#a446e9f3d9d99e3d5d0b953490fbb092e',1,'Chummer.MainController.ChangeGearEquippedStatus(Gear objGear, bool blnEquipped)'],['../class_chummer_1_1_main_controller.html#af0083db9b88c47d3aebd17180284096a',1,'Chummer.MainController.ChangeGearEquippedStatus(List< Gear > lstGear, bool blnEquipped)']]],
+ ['changemetatype',['ChangeMetatype',['../class_chummer_1_1frm_create.html#a3794a112cf033f1d9843c57ce189c6d1',1,'Chummer::frmCreate']]],
+ ['character',['Character',['../class_chummer_1_1frm_select_item.html#a217f817a04e0f130990bb86fb7e3fe3f',1,'Chummer.frmSelectItem.Character()'],['../class_chummer_1_1_character.html#aed62efb99a7d0a923bd30c7daff334c8',1,'Chummer.Character.Character()']]],
+ ['character',['Character',['../class_chummer_1_1_character.html',1,'Chummer']]],
+ ['characteressmultiplier',['CharacterESSMultiplier',['../class_chummer_1_1frm_select_cyberware.html#a2519bc68266542a6dcc98c424314f198',1,'Chummer.frmSelectCyberware.CharacterESSMultiplier()'],['../class_chummer_1_1frm_select_cyberware_suite.html#a1dab43f2c94bc32a1cb8d88f14f75b4a',1,'Chummer.frmSelectCyberwareSuite.CharacterESSMultiplier()']]],
+ ['characterid',['CharacterID',['../class_chummer_1_1_omae_record.html#addc50bf74031d3f490bf9cc2735c2161',1,'Chummer::OmaeRecord']]],
+ ['charactername',['CharacterName',['../class_chummer_1_1frm_career.html#a0c817ee315f9c5b014e73d52dd4b6f1e',1,'Chummer.frmCareer.CharacterName()'],['../class_chummer_1_1_omae_record.html#ab5a7f4165022c3d9bf1c3d91201163cf',1,'Chummer.OmaeRecord.CharacterName()']]],
+ ['characterobject',['CharacterObject',['../class_chummer_1_1_skill.html#a6d98f0090ecc7dbbf07b1442c38bccc2',1,'Chummer.Skill.CharacterObject()'],['../class_chummer_1_1_spirit.html#a532f4d5c1cfe4f411f32931d9073bf20',1,'Chummer.Spirit.CharacterObject()'],['../class_chummer_1_1_power.html#a4ce23947074a4a0205d60f942ad3d461',1,'Chummer.Power.CharacterObject()']]],
+ ['characteroptions',['CharacterOptions',['../class_chummer_1_1_character_options.html',1,'Chummer']]],
+ ['characters',['Characters',['../class_chummer_1_1frm_viewer.html#a325375be30ca75af645616a953e6b404',1,'Chummer::frmViewer']]],
+ ['charactertype',['CharacterType',['../class_chummer_1_1_omae_record.html#abff83eda9026d3f635f896a94a5f993a',1,'Chummer::OmaeRecord']]],
+ ['characterxml',['CharacterXML',['../class_chummer_1_1frm_export.html#a8eb75e72f681bd72c083161146fda7b8',1,'Chummer.frmExport.CharacterXML()'],['../class_chummer_1_1frm_viewer.html#ad664aaaf4d223ddae92175f1a6932897',1,'Chummer.frmViewer.CharacterXML()']]],
+ ['childavailmodifier',['ChildAvailModifier',['../class_chummer_1_1_gear.html#ad85c0d369437298fe156f94487598bd0',1,'Chummer::Gear']]],
+ ['childcostmultiplier',['ChildCostMultiplier',['../class_chummer_1_1_gear.html#a662e4fea43e5cae3b67a060e6cb1dd0c',1,'Chummer::Gear']]],
+ ['children',['Children',['../class_chummer_1_1_cyberware.html#a433fbdf8425e1edd6bd95f6c22bb0a33',1,'Chummer.Cyberware.Children()'],['../class_chummer_1_1_gear.html#a4d3395607bf26830b0662e5fa002c417',1,'Chummer.Gear.Children()']]],
+ ['choice1',['Choice1',['../class_chummer_1_1frm_select_mentor_spirit.html#a056eb086c1f026bb37fb6ef3aa69718c',1,'Chummer::frmSelectMentorSpirit']]],
+ ['choice1bonusnode',['Choice1BonusNode',['../class_chummer_1_1frm_select_mentor_spirit.html#a217d54fc17b696862e26cf35fc0423f2',1,'Chummer::frmSelectMentorSpirit']]],
+ ['choice2',['Choice2',['../class_chummer_1_1frm_select_mentor_spirit.html#abf8087c734b32456bd577eea5c658187',1,'Chummer::frmSelectMentorSpirit']]],
+ ['choice2bonusnode',['Choice2BonusNode',['../class_chummer_1_1frm_select_mentor_spirit.html#a2c5e9c19f85654cd455eb5bd365b9d9f',1,'Chummer::frmSelectMentorSpirit']]],
+ ['chummer',['Chummer',['../namespace_chummer.html',1,'']]],
+ ['clearadepttab',['ClearAdeptTab',['../class_chummer_1_1_main_controller.html#abac52e6cb604daabfb009338293a03c1',1,'Chummer::MainController']]],
+ ['clearcrittertab',['ClearCritterTab',['../class_chummer_1_1_main_controller.html#a12f782c0b23c88358fda223dbee39ea5',1,'Chummer::MainController']]],
+ ['clearinitiationtab',['ClearInitiationTab',['../class_chummer_1_1_main_controller.html#a2aae287c123a5f4eb4a7790d091d768b',1,'Chummer::MainController']]],
+ ['clearnodebackground',['ClearNodeBackground',['../class_chummer_1_1_common_functions.html#a1051945305e2fc5fe319c65caa8b7d61',1,'Chummer::CommonFunctions']]],
+ ['clearspelltab',['ClearSpellTab',['../class_chummer_1_1_main_controller.html#a349926dcc56f2ffc9fe7e57c098674fa',1,'Chummer::MainController']]],
+ ['cleartechnomancertab',['ClearTechnomancerTab',['../class_chummer_1_1_main_controller.html#a5000fa5feee6278c09efe975dafb89d6',1,'Chummer::MainController']]],
+ ['clipboard',['Clipboard',['../class_chummer_1_1_global_options.html#ac8ca02917993fe697035e4bfba4500c6',1,'Chummer::GlobalOptions']]],
+ ['clipboardcontenttype',['ClipboardContentType',['../class_chummer_1_1_global_options.html#a63285061a9766f85bfeb0c0c353da5d7',1,'Chummer::GlobalOptions']]],
+ ['cmoverflow',['CMOverflow',['../class_chummer_1_1_character.html#a0b51fce3151397c2bd24e7330a025950',1,'Chummer::Character']]],
+ ['cmthreshold',['CMThreshold',['../class_chummer_1_1_character.html#aa3f59326564a6574943664ac7f88b27b',1,'Chummer::Character']]],
+ ['cmthresholdoffset',['CMThresholdOffset',['../class_chummer_1_1_character.html#a663c3dc62805d739fed1e348abbb1313',1,'Chummer::Character']]],
+ ['colour',['Colour',['../class_chummer_1_1_contact.html#a3919995c20732c74664a542aec0797cd',1,'Chummer.Contact.Colour()'],['../class_chummer_1_1frm_select_contact_connection.html#a1e9b5ec6793203e263b887052dbd034e',1,'Chummer.frmSelectContactConnection.Colour()']]],
+ ['comforts',['Comforts',['../class_chummer_1_1_lifestyle.html#aabf94020867d389bb6a8b9f4f2190c8e',1,'Chummer::Lifestyle']]],
+ ['commit',['Commit',['../class_chummer_1_1_improvement_manager.html#a78895c3f2f5bcfd6b2a13705ab4b9fd0',1,'Chummer::ImprovementManager']]],
+ ['commlink',['Commlink',['../class_chummer_1_1_commlink.html',1,'Chummer']]],
+ ['commlinkfirewall',['CommlinkFirewall',['../class_chummer_1_1frm_select_gear.html#a9b7165fb04d6ff5d89e99e4c56a13af8',1,'Chummer::frmSelectGear']]],
+ ['commlinkresponse',['CommlinkResponse',['../class_chummer_1_1frm_select_gear.html#abbd2de225589c05cc255b533050f89df',1,'Chummer::frmSelectGear']]],
+ ['commlinksignal',['CommlinkSignal',['../class_chummer_1_1frm_select_gear.html#a0b78ff1c789dcb6cc46567a5e40b82b3',1,'Chummer::frmSelectGear']]],
+ ['commlinksystem',['CommlinkSystem',['../class_chummer_1_1frm_select_gear.html#acd3663e701e05684e926c76a637ff86d',1,'Chummer::frmSelectGear']]],
+ ['commonfunctions',['CommonFunctions',['../class_chummer_1_1_common_functions.html',1,'Chummer']]],
+ ['comparedate',['CompareDate',['../class_chummer_1_1_expense_log_entry.html#aab5643d7569bed574bea586cafb2b117',1,'Chummer::ExpenseLogEntry']]],
+ ['composure',['Composure',['../class_chummer_1_1_character.html#a821952ebb96bbcc8d1e92f38cc55b7b8',1,'Chummer::Character']]],
+ ['compress',['Compress',['../class_chummer_1_1_omae_helper.html#a29ca020b9986cec6ff4fa83647db8e30',1,'Chummer::OmaeHelper']]],
+ ['compressmutiple',['CompressMutiple',['../class_chummer_1_1_omae_helper.html#ab3c57c1a72f71ca3a3719575e65ea73a',1,'Chummer::OmaeHelper']]],
+ ['compressmutipletofile',['CompressMutipleToFile',['../class_chummer_1_1_omae_helper.html#ae4d0f2326b3dd52bdea1571dbe2cf25b',1,'Chummer::OmaeHelper']]],
+ ['concealability',['Concealability',['../class_chummer_1_1_weapon.html#a5b11077b0546d2dec4c4e783a5878b13',1,'Chummer.Weapon.Concealability()'],['../class_chummer_1_1_weapon_accessory.html#af1c6aa794a0391115325cddf330f3903',1,'Chummer.WeaponAccessory.Concealability()'],['../class_chummer_1_1_weapon_mod.html#a0ca5ee63371c354f30455d81176438a5',1,'Chummer.WeaponMod.Concealability()']]],
+ ['concept',['Concept',['../class_chummer_1_1_character.html#a48f840a3f31142abf251600b0ab410c5',1,'Chummer::Character']]],
+ ['conditionmonitor',['ConditionMonitor',['../class_chummer_1_1_commlink.html#ab7d570dcd9b8aef8d2914db70db9cbb2',1,'Chummer::Commlink']]],
+ ['confirmdelete',['ConfirmDelete',['../class_chummer_1_1_character_options.html#a62a210973ce1232d31bf0d15a091f664',1,'Chummer.CharacterOptions.ConfirmDelete()'],['../class_chummer_1_1_common_functions.html#a0bac139533a6fb2c73dbb4cd003435a7',1,'Chummer.CommonFunctions.ConfirmDelete()']]],
+ ['confirmkarmaexpense',['ConfirmKarmaExpense',['../class_chummer_1_1_character_options.html#a00df83187cdf1bfcf21ba13fe5f5de2c',1,'Chummer.CharacterOptions.ConfirmKarmaExpense()'],['../class_chummer_1_1frm_career.html#a093f4de17076854de0de64da77918251',1,'Chummer.frmCareer.ConfirmKarmaExpense()']]],
+ ['confirmsavecreatedcharacter',['ConfirmSaveCreatedCharacter',['../class_chummer_1_1frm_create.html#a68b04e057bed9456200e690979aa1713',1,'Chummer::frmCreate']]],
+ ['connection',['Connection',['../class_chummer_1_1_contact.html#aea8515661629d25b8d1ae81456d58337',1,'Chummer::Contact']]],
+ ['connectionrating',['ConnectionRating',['../class_chummer_1_1_contact_control.html#a98124ba11856aa64180e68097bb8355c',1,'Chummer::ContactControl']]],
+ ['contact',['Contact',['../class_chummer_1_1_contact.html',1,'Chummer']]],
+ ['contactcontrol',['ContactControl',['../class_chummer_1_1_contact_control.html',1,'Chummer']]],
+ ['contactname',['ContactName',['../class_chummer_1_1_contact_control.html#a1ed6b961fe9c294b2e6f40cb3d908c18',1,'Chummer.ContactControl.ContactName()'],['../class_chummer_1_1_pet_control.html#a1a35a653b73f127e6d64de4e5ab1d72d',1,'Chummer.PetControl.ContactName()']]],
+ ['contactobject',['ContactObject',['../class_chummer_1_1_contact_control.html#a4b66f13d436164422202d4e1cef51adc',1,'Chummer.ContactControl.ContactObject()'],['../class_chummer_1_1_pet_control.html#a6620d0c1e08edc2984ca46e6fb4f98c0',1,'Chummer.PetControl.ContactObject()']]],
+ ['contacts',['Contacts',['../class_chummer_1_1_character.html#a2080b1fb3163e72418863521275db99d',1,'Chummer::Character']]],
+ ['contacttype',['ContactType',['../namespace_chummer.html#a6d771cae927023f4f6d7426662afa2c2',1,'Chummer']]],
+ ['contributetobp',['ContributeToBP',['../class_chummer_1_1_quality.html#aca0f2082a09e1cc62068b2d303412daf',1,'Chummer::Quality']]],
+ ['contributetolimit',['ContributeToLimit',['../class_chummer_1_1_quality.html#af499f55b238007f31b7291471c325253',1,'Chummer::Quality']]],
+ ['convertolifestyletype',['ConverToLifestyleType',['../class_chummer_1_1_lifestyle.html#a2ffb1c94a87898307558793087cf495d',1,'Chummer::Lifestyle']]],
+ ['converttocharacterbuildmethod',['ConvertToCharacterBuildMethod',['../class_chummer_1_1_character.html#ab5d16656bcdadb9c8b32d4484aba085e',1,'Chummer::Character']]],
+ ['converttocontacttype',['ConvertToContactType',['../class_chummer_1_1_contact.html#ac0c69147a852f3120531d05ebf8d6ce9',1,'Chummer::Contact']]],
+ ['converttocyberwaregrade',['ConvertToCyberwareGrade',['../class_chummer_1_1_cyberware.html#afc3d6a5e189f27fbfd6c86c20cfe66e6',1,'Chummer::Cyberware']]],
+ ['converttoexpensetype',['ConvertToExpenseType',['../class_chummer_1_1_expense_log_entry.html#a00650c27523228a169370270e9388bb8',1,'Chummer::ExpenseLogEntry']]],
+ ['converttoimprovementsource',['ConvertToImprovementSource',['../class_chummer_1_1_improvement.html#a45d240bab2368f76bcc76b02d8ff7a20',1,'Chummer::Improvement']]],
+ ['converttokarmaexpensetype',['ConvertToKarmaExpenseType',['../class_chummer_1_1_expense_undo.html#a1176e217bf79af896b8ebd785fa6c08b',1,'Chummer::ExpenseUndo']]],
+ ['converttonuyenexpensetype',['ConvertToNuyenExpenseType',['../class_chummer_1_1_expense_undo.html#a26e3a3610020d1cd229a18ca78b5ad54',1,'Chummer::ExpenseUndo']]],
+ ['converttoqualitysource',['ConvertToQualitySource',['../class_chummer_1_1_quality.html#ac4747848610021e8a55d0a36793c8cba',1,'Chummer::Quality']]],
+ ['converttoqualitytype',['ConvertToQualityType',['../class_chummer_1_1_quality.html#a2d635f3308606c6c73e7cd8076eea391',1,'Chummer::Quality']]],
+ ['converttospirittype',['ConvertToSpiritType',['../class_chummer_1_1_spirit.html#ac2b5e234c9486357e7b04915838103dd',1,'Chummer::Spirit']]],
+ ['copy',['Copy',['../class_chummer_1_1_gear.html#a15acdcf89fc946c8e358906978e27c5c',1,'Chummer.Gear.Copy()'],['../class_chummer_1_1_commlink.html#a589d2c6ffa776eba137fef7f71bf0d55',1,'Chummer.Commlink.Copy()'],['../class_chummer_1_1_operating_system.html#a5d73f5e28357697a7e180c6dd8b2d0fd',1,'Chummer.OperatingSystem.Copy()']]],
+ ['cost',['Cost',['../class_chummer_1_1_armor_mod.html#a2289fc21ccb5278291b6a1c91e4292d4',1,'Chummer.ArmorMod.Cost()'],['../class_chummer_1_1_armor.html#a068aec40492635077fc0604dcf19c9b5',1,'Chummer.Armor.Cost()'],['../class_chummer_1_1_grade.html#a08bb7c9896ff55fe10046aacf9c36817',1,'Chummer.Grade.Cost()'],['../class_chummer_1_1_cyberware.html#a9047e11a4ef1078fd90b21388c764630',1,'Chummer.Cyberware.Cost()'],['../class_chummer_1_1_weapon.html#a251e1bb2a93591c21a122b0f23f48cf3',1,'Chummer.Weapon.Cost()'],['../class_chummer_1_1_weapon_accessory.html#a42a122d65444861bb8faaf0bb47ad062',1,'Chummer.WeaponAccessory.Cost()'],['../class_chummer_1_1_weapon_mod.html#a5d861a9123f6371e1d57952983c39c84',1,'Chummer.WeaponMod.Cost()'],['../class_chummer_1_1_lifestyle.html#a0f8ab02f5300ea35c9c085e0bc92c937',1,'Chummer.Lifestyle.Cost()'],['../class_chummer_1_1_gear.html#ac66f0f4123b8ab2f57da23f5ab58282f',1,'Chummer.Gear.Cost()'],['../class_chummer_1_1_vehicle_mod.html#a445f63ff2fdf85cd3d341cc52c3fd7f9',1,'Chummer.VehicleMod.Cost()'],['../class_chummer_1_1_vehicle.html#a8c69660f623aded4c3381dca66128e76',1,'Chummer.Vehicle.Cost()']]],
+ ['cost10',['Cost10',['../class_chummer_1_1_gear.html#acde5cb705800afb4f8f3555974f3c3c9',1,'Chummer::Gear']]],
+ ['cost3',['Cost3',['../class_chummer_1_1_gear.html#a6ef4ba8fcd0151c69233b35ffb6791c3',1,'Chummer::Gear']]],
+ ['cost6',['Cost6',['../class_chummer_1_1_gear.html#a77fcfb826ae49eff3e0887a6735ffa53',1,'Chummer::Gear']]],
+ ['costfor',['CostFor',['../class_chummer_1_1_gear.html#aeb6f1c1190723a1e7faf386fcd77b46a',1,'Chummer::Gear']]],
+ ['count',['Count',['../class_chummer_1_1frm_reload.html#a61501edf64fbc1f63be900cb5433ecde',1,'Chummer::frmReload']]],
+ ['counttowardslimit',['CountTowardsLimit',['../class_chummer_1_1_critter_power.html#aaa5662e13199798d568e0d7e53ecc4ee',1,'Chummer::CritterPower']]],
+ ['create',['Create',['../class_chummer_1_1_armor_mod.html#af68108b423979fcdb2ac7df9778e8480',1,'Chummer.ArmorMod.Create()'],['../class_chummer_1_1_armor.html#aa2a4f60ffcd8df32023325ef39c72288',1,'Chummer.Armor.Create()'],['../class_chummer_1_1_cyberware.html#a3f109abd88af6760356d7abe64ed7893',1,'Chummer.Cyberware.Create()'],['../class_chummer_1_1_weapon.html#ab8b3ef1ace8b7299a84b9a51b3d5355a',1,'Chummer.Weapon.Create()'],['../class_chummer_1_1_weapon_accessory.html#a039e90469dd3e4e9639c352863cd73c7',1,'Chummer.WeaponAccessory.Create()'],['../class_chummer_1_1_weapon_mod.html#ab3a04fdb6fc8f6cf7578ce3377df5900',1,'Chummer.WeaponMod.Create()'],['../class_chummer_1_1_lifestyle.html#a2dbb2ead3f7e33e95f6310f8a572048b',1,'Chummer.Lifestyle.Create()'],['../class_chummer_1_1_gear.html#a32fd481b0a2b1b7616c7202498479431',1,'Chummer.Gear.Create()'],['../class_chummer_1_1_commlink.html#a2460db656fc8224a0c9cda5010ae2c78',1,'Chummer.Commlink.Create()'],['../class_chummer_1_1_operating_system.html#a1b1f7fef55cf18956d06dba283fa577d',1,'Chummer.OperatingSystem.Create()'],['../class_chummer_1_1_vehicle_mod.html#a28a1e73f7d6edea26072f464022822c9',1,'Chummer.VehicleMod.Create()'],['../class_chummer_1_1_vehicle.html#a0ac24b57ffb5aa650cb2f5a1e8f9b4a9',1,'Chummer.Vehicle.Create()'],['../class_chummer_1_1_expense_log_entry.html#ac1f63eda05568a0d9d2aa94c05b3fdc5',1,'Chummer.ExpenseLogEntry.Create()'],['../class_chummer_1_1_quality.html#aa1dab9a79761c7fbee5768f73f006cd6',1,'Chummer.Quality.Create()'],['../class_chummer_1_1_spell.html#a3a8f2038632bb8adaa58b3a9f58a0815',1,'Chummer.Spell.Create()'],['../class_chummer_1_1_metamagic.html#a6ed4b10849a88cd28903507e9042db90',1,'Chummer.Metamagic.Create()'],['../class_chummer_1_1_tech_program.html#a92006ec218730c57e12cca980c781c0e',1,'Chummer.TechProgram.Create()'],['../class_chummer_1_1_tech_program_option.html#a1470537ea42ec1c1441c18f035d89d7e',1,'Chummer.TechProgramOption.Create()'],['../class_chummer_1_1_martial_art.html#a6a0be0ceaa91bb13b2e6e21e1a5e7c2b',1,'Chummer.MartialArt.Create()'],['../class_chummer_1_1_martial_art_advantage.html#adc9bd1532805fcd46a18faa80ff45e9b',1,'Chummer.MartialArtAdvantage.Create()'],['../class_chummer_1_1_martial_art_maneuver.html#aaaf1be3ec84d52690f8cd861170c5133',1,'Chummer.MartialArtManeuver.Create()'],['../class_chummer_1_1_critter_power.html#ab50032c3ca984afd4cfbb61ab53891a4',1,'Chummer.CritterPower.Create()'],['../class_chummer_1_1_initiation_grade.html#a6a3392561b060c8a3495699af4a3d3db',1,'Chummer.InitiationGrade.Create()']]],
+ ['createarmortreenode',['CreateArmorTreeNode',['../class_chummer_1_1_common_functions.html#a0149fb78652ee3b29c59d3042de112ce',1,'Chummer::CommonFunctions']]],
+ ['createbackuponcareer',['CreateBackupOnCareer',['../class_chummer_1_1_character_options.html#ab31a8268c4edbbc3f1ce6d6a273eea86',1,'Chummer::CharacterOptions']]],
+ ['created',['Created',['../class_chummer_1_1_character.html#ac549692f593180c5d439e5570b0bd685',1,'Chummer::Character']]],
+ ['createimprovement',['CreateImprovement',['../class_chummer_1_1_improvement_manager.html#ac4556cccdd35378c99fef2c24c535c2e',1,'Chummer::ImprovementManager']]],
+ ['createimprovements',['CreateImprovements',['../class_chummer_1_1_improvement_manager.html#a0fae1914c189f9f9202e8837d87413b6',1,'Chummer::ImprovementManager']]],
+ ['createkarma',['CreateKarma',['../class_chummer_1_1_expense_undo.html#a85599eea74c2b3e27f0de654e10452b2',1,'Chummer::ExpenseUndo']]],
+ ['createnuyen',['CreateNuyen',['../class_chummer_1_1_expense_undo.html#a097c9000265e9d8246be0a59f02b7073',1,'Chummer::ExpenseUndo']]],
+ ['createpackskit',['CreatePACKSKit',['../class_chummer_1_1frm_create.html#a6e8dc47ad0e5a3148f4df4954ebc9449',1,'Chummer::frmCreate']]],
+ ['createvehicletreenode',['CreateVehicleTreeNode',['../class_chummer_1_1_common_functions.html#a83d4b6386df1895cf53b93d14d3c8cc7',1,'Chummer::CommonFunctions']]],
+ ['createweapontreenode',['CreateWeaponTreeNode',['../class_chummer_1_1_common_functions.html#a1e1221e1c9801786201c02e6538ad91e',1,'Chummer::CommonFunctions']]],
+ ['critterenabled',['CritterEnabled',['../class_chummer_1_1_character.html#ae3172b4f225faef5713d543f68408c64',1,'Chummer::Character']]],
+ ['crittername',['CritterName',['../class_chummer_1_1_spirit.html#a7c3a89c44974125d96689a47a4c27037',1,'Chummer.Spirit.CritterName()'],['../class_chummer_1_1_spirit_control.html#a8eca8915ec7b639633a4cfb7655ef38e',1,'Chummer.SpiritControl.CritterName()']]],
+ ['critterpower',['CritterPower',['../class_chummer_1_1_critter_power.html',1,'Chummer']]],
+ ['critterpowers',['CritterPowers',['../class_chummer_1_1_character.html#a1a3d7664bab35c5b8e0133587e1339fc',1,'Chummer::Character']]],
+ ['cultureinfo',['CultureInfo',['../class_chummer_1_1_global_options.html#ac3753b6b75dcbe548f283b6a2c29d482',1,'Chummer::GlobalOptions']]],
+ ['custom',['Custom',['../class_chummer_1_1_improvement.html#a547b309bf745616a954621d90f0913ab',1,'Chummer::Improvement']]],
+ ['customgroup',['CustomGroup',['../class_chummer_1_1_improvement.html#ab390ad9900fd578d90912fce0fc5d3d5',1,'Chummer::Improvement']]],
+ ['customid',['CustomId',['../class_chummer_1_1_improvement.html#a172f36fd42c6a081450da8104ccb5671',1,'Chummer::Improvement']]],
+ ['customname',['CustomName',['../class_chummer_1_1_improvement.html#a81d2722cbe5fa479dbe54c73260800c7',1,'Chummer::Improvement']]],
+ ['cyberware',['Cyberware',['../class_chummer_1_1_cyberware.html',1,'Chummer']]],
+ ['cyberware',['Cyberware',['../class_chummer_1_1_character.html#abb9bdce7d7d2b1bd51fda35b4245ea7d',1,'Chummer::Character']]],
+ ['cyberwareessence',['CyberwareEssence',['../class_chummer_1_1_character.html#adbef48553eb9c4400221abc1056521f6',1,'Chummer::Character']]],
+ ['omaeservice',['OmaeService',['../namespace_chummer_1_1_omae_service.html',1,'Chummer']]],
+ ['properties',['Properties',['../namespace_chummer_1_1_properties.html',1,'Chummer']]],
+ ['translationservice',['TranslationService',['../namespace_chummer_1_1_translation_service.html',1,'Chummer']]]
+];
diff --git a/docs/search/all_3.html b/docs/search/all_3.html
new file mode 100644
index 0000000..7ddb0cf
--- /dev/null
+++ b/docs/search/all_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_3.js b/docs/search/all_3.js
new file mode 100644
index 0000000..00bf48a
--- /dev/null
+++ b/docs/search/all_3.js
@@ -0,0 +1,64 @@
+var searchData=
+[
+ ['damage',['Damage',['../class_chummer_1_1_weapon.html#a1b2855e85f4ac7df08a467678f340cdc',1,'Chummer.Weapon.Damage()'],['../class_chummer_1_1_spell.html#afc29afa587804ed22510e799a964be7e',1,'Chummer.Spell.Damage()']]],
+ ['datadoc',['DataDoc',['../class_chummer_1_1_language_manager.html#a6be7af538b33e432f5b9caf6c9a293c8',1,'Chummer::LanguageManager']]],
+ ['date',['Date',['../class_chummer_1_1_expense_log_entry.html#ae6197d8ac758066b9349134a04d48510',1,'Chummer::ExpenseLogEntry']]],
+ ['datesincludetime',['DatesIncludeTime',['../class_chummer_1_1_global_options.html#a05afa9646aef8b87e2223452c02addad',1,'Chummer::GlobalOptions']]],
+ ['decompress',['Decompress',['../class_chummer_1_1_omae_helper.html#aba5fe43fc5476bc3bee2b1284c007650',1,'Chummer::OmaeHelper']]],
+ ['decompresscharactersheet',['DecompressCharacterSheet',['../class_chummer_1_1_omae_helper.html#ae96ff4050e171b27f0a18491c73d0f3a',1,'Chummer::OmaeHelper']]],
+ ['decompressdatafile',['DecompressDataFile',['../class_chummer_1_1_omae_helper.html#acd4f0e6a6b014dce0c331437d90e35f5',1,'Chummer::OmaeHelper']]],
+ ['decompressnpcs',['DecompressNPCs',['../class_chummer_1_1_omae_helper.html#a93cedc27d2aa32c2046793c49fc3f145',1,'Chummer.OmaeHelper.DecompressNPCs(byte[] bytBuffer)'],['../class_chummer_1_1_omae_helper.html#a788de0b85ff8ec821a753c4cfb74c0c7',1,'Chummer.OmaeHelper.DecompressNPCs(string strExtract)']]],
+ ['default',['Default',['../class_chummer_1_1_skill.html#a467b6daa5640983e9afe7b585d16409f',1,'Chummer::Skill']]],
+ ['defaultcharactersheet',['DefaultCharacterSheet',['../class_chummer_1_1_global_options.html#a6bad85bdba62f11329aecba2415b4994',1,'Chummer::GlobalOptions']]],
+ ['deletegear',['DeleteGear',['../class_chummer_1_1_common_functions.html#a75b1156d50e3ac9c7c40b4b6bb6374c8',1,'Chummer::CommonFunctions']]],
+ ['deletevehiclegear',['DeleteVehicleGear',['../class_chummer_1_1_common_functions.html#af5020f3f789955db222df19b3622d82f',1,'Chummer::CommonFunctions']]],
+ ['description',['Description',['../class_chummer_1_1_character.html#a7ec134c23a428a298256cbd8dc8d1435',1,'Chummer.Character.Description()'],['../class_chummer_1_1frm_dice_hits.html#a296fa05f5f7b2432800748177fe83b49',1,'Chummer.frmDiceHits.Description()'],['../class_chummer_1_1frm_select_attribute.html#a0d6b64affd5c689994233727b49930f3',1,'Chummer.frmSelectAttribute.Description()'],['../class_chummer_1_1frm_select_item.html#a4fd059d79c3873cd14241145cb75cb95',1,'Chummer.frmSelectItem.Description()'],['../class_chummer_1_1frm_select_number.html#a1bb01ab8d0847dbc84dc4e6f04ea4def',1,'Chummer.frmSelectNumber.Description()'],['../class_chummer_1_1frm_select_skill.html#a117cad839ee80d659c09005c0a484cc1',1,'Chummer.frmSelectSkill.Description()'],['../class_chummer_1_1frm_select_skill_category.html#a8037030a875c5a889de9de835d27cb40',1,'Chummer.frmSelectSkillCategory.Description()'],['../class_chummer_1_1frm_select_spell_category.html#a0ac71d2c113fddb071cefe647a575946',1,'Chummer.frmSelectSpellCategory.Description()'],['../class_chummer_1_1frm_select_text.html#ac601834e1e54943e7b3e929a7004bc56',1,'Chummer.frmSelectText.Description()'],['../class_chummer_1_1frm_select_weapon_category.html#a2cdde6dd3e6e19606f986bcc74704af3',1,'Chummer.frmSelectWeaponCategory.Description()'],['../class_chummer_1_1_omae_record.html#a1d3c5e74ead3faf672ce41538b08547d',1,'Chummer.OmaeRecord.Description()']]],
+ ['descriptors',['Descriptors',['../class_chummer_1_1_spell.html#a1903136656c9e06cede61644dc2175ea',1,'Chummer::Spell']]],
+ ['devicerating',['DeviceRating',['../class_chummer_1_1_vehicle.html#a3fed336d70492489107be519122298cf',1,'Chummer.Vehicle.DeviceRating()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a22bad3febd29afad72f2b23e4c13b9ae',1,'Chummer.frmSelectVehicleMod.DeviceRating()']]],
+ ['dice',['Dice',['../class_chummer_1_1_lifestyle.html#af5e68b04bf8b0a6d49425c7b1c7237a2',1,'Chummer.Lifestyle.Dice()'],['../class_chummer_1_1frm_dice_hits.html#abc193e1f1d010e541a574cc1330792c1',1,'Chummer.frmDiceHits.Dice()'],['../class_chummer_1_1frm_dice_roller.html#aba2149b665da6c82dc2d9e2c81ac4a77',1,'Chummer.frmDiceRoller.Dice()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#ac25d1abbdff3d10e7953bfb21e77c46f',1,'Chummer.frmLifestyleNuyen.Dice()']]],
+ ['dicepool',['DicePool',['../class_chummer_1_1_weapon.html#a70d8e39146a2aac3df3dfbde057630c1',1,'Chummer.Weapon.DicePool()'],['../class_chummer_1_1_weapon_accessory.html#a22e315d99f0092c7c22f11ca9dc7e146',1,'Chummer.WeaponAccessory.DicePool()'],['../class_chummer_1_1_weapon_mod.html#a09c2a7ba8d911923c00ba90cbaa2f7b0',1,'Chummer.WeaponMod.DicePool()'],['../class_chummer_1_1_spell.html#a3fe4bd30c9ae3e8bf810c3128dd291d5',1,'Chummer.Spell.DicePool()']]],
+ ['dicepoolmodifiers',['DicePoolModifiers',['../class_chummer_1_1_skill.html#a78c28f6cdf63a29bf70d04a23bf7b1ef',1,'Chummer::Skill']]],
+ ['dicepoolmodifierstooltip',['DicePoolModifiersTooltip',['../class_chummer_1_1_skill.html#a77802dca7328645dc2deac71175cb6df',1,'Chummer::Skill']]],
+ ['dicepooltooltip',['DicePoolTooltip',['../class_chummer_1_1_weapon.html#ac7155833d41b3aef9cd87052576251ec',1,'Chummer.Weapon.DicePoolTooltip()'],['../class_chummer_1_1_spell.html#a394649295c1c5ed0f09108d47f06d061',1,'Chummer.Spell.DicePoolTooltip()']]],
+ ['discountadeptwayenabled',['DiscountAdeptWayEnabled',['../class_chummer_1_1_power_control.html#a1d945f45105b9f406d95f57d96d684f9',1,'Chummer::PowerControl']]],
+ ['discountcost',['DiscountCost',['../class_chummer_1_1_armor_mod.html#a90a447ad2076ffab8c2f196e5042d454',1,'Chummer.ArmorMod.DiscountCost()'],['../class_chummer_1_1_armor.html#a7549bb262ce25335c3fac677d92cf689',1,'Chummer.Armor.DiscountCost()'],['../class_chummer_1_1_cyberware.html#adb3877134ed14b8755235e9b0fd74aba',1,'Chummer.Cyberware.DiscountCost()'],['../class_chummer_1_1_weapon.html#a45ed8c78fe2b040215562c35ef7acf72',1,'Chummer.Weapon.DiscountCost()'],['../class_chummer_1_1_weapon_accessory.html#a9f9defd1e93c9a6dfe0da2e063ef6418',1,'Chummer.WeaponAccessory.DiscountCost()'],['../class_chummer_1_1_weapon_mod.html#af9e708ea314e6a6997b96f6f196e8789',1,'Chummer.WeaponMod.DiscountCost()'],['../class_chummer_1_1_gear.html#a4d6b2ca57354115bb76bc5c7badc074f',1,'Chummer.Gear.DiscountCost()'],['../class_chummer_1_1_vehicle_mod.html#abf42eab43a262fd64c2e63561a6ad3e9',1,'Chummer.VehicleMod.DiscountCost()'],['../class_chummer_1_1_vehicle.html#a1695e27eb819c32299c2455e3c077465',1,'Chummer.Vehicle.DiscountCost()']]],
+ ['discountedadeptway',['DiscountedAdeptWay',['../class_chummer_1_1_power.html#af4d8b32a9d048ae6ee138a650821301f',1,'Chummer::Power']]],
+ ['discountedbyadeptway',['DiscountedByAdeptWay',['../class_chummer_1_1_power_control.html#aafa5188df8de65191f04a3115cef825f',1,'Chummer::PowerControl']]],
+ ['discountedbygeas',['DiscountedByGeas',['../class_chummer_1_1_power_control.html#a161a45dbafebc6dc08e5e7acec238385',1,'Chummer::PowerControl']]],
+ ['discountedgeas',['DiscountedGeas',['../class_chummer_1_1_power.html#ae575dc37be5ee45cae8c4419570777c4',1,'Chummer::Power']]],
+ ['discountgeasenabled',['DiscountGeasEnabled',['../class_chummer_1_1_power_control.html#ae8886d71ec834943f5db673971771192',1,'Chummer::PowerControl']]],
+ ['displayaction',['DisplayAction',['../class_chummer_1_1_critter_power.html#a6c1490d1beab673034667f4a509cea90',1,'Chummer::CritterPower']]],
+ ['displayammocategory',['DisplayAmmoCategory',['../class_chummer_1_1_weapon.html#a59d75191c6b842ab884d9f1a22424ce4',1,'Chummer::Weapon']]],
+ ['displayattribute',['DisplayAttribute',['../class_chummer_1_1_skill.html#ae6bb52c7f0f5de420c41aeace1ec5e23',1,'Chummer::Skill']]],
+ ['displaycategory',['DisplayCategory',['../class_chummer_1_1_armor_mod.html#a2fe1b65df1a3c8ef8255b04e16ab14c0',1,'Chummer.ArmorMod.DisplayCategory()'],['../class_chummer_1_1_armor.html#ac0dbef769e9b561ff1984b748906775c',1,'Chummer.Armor.DisplayCategory()'],['../class_chummer_1_1_cyberware.html#a0852f1445be401016cbc2e9c45f0d328',1,'Chummer.Cyberware.DisplayCategory()'],['../class_chummer_1_1_weapon.html#afe775b594c457d1f96ed5fc9584cc8a4',1,'Chummer.Weapon.DisplayCategory()'],['../class_chummer_1_1_gear.html#a828983a80d71e4c578e51344c495bbef',1,'Chummer.Gear.DisplayCategory()'],['../class_chummer_1_1_vehicle_mod.html#a779f4e42f051684d19882c8d5311f65f',1,'Chummer.VehicleMod.DisplayCategory()'],['../class_chummer_1_1_vehicle.html#ac17377dd2d2a16566d2b7874ca8f8c93',1,'Chummer.Vehicle.DisplayCategory()'],['../class_chummer_1_1_skill.html#a55414237009ab59fe029a08c6360cf88',1,'Chummer.Skill.DisplayCategory()'],['../class_chummer_1_1_spell.html#a1ebdce6d6c61151851bfd0b8e171751f',1,'Chummer.Spell.DisplayCategory()'],['../class_chummer_1_1_tech_program.html#a475cadb3b2bd53c64ac0fcb355189959',1,'Chummer.TechProgram.DisplayCategory()'],['../class_chummer_1_1_critter_power.html#a23ddd6472426cbaa9e299dd234ab2130',1,'Chummer.CritterPower.DisplayCategory()']]],
+ ['displaydamage',['DisplayDamage',['../class_chummer_1_1_spell.html#a0c328e2c39f371295c2092962e98c64f',1,'Chummer::Spell']]],
+ ['displaydescriptors',['DisplayDescriptors',['../class_chummer_1_1_spell.html#a0ce2d4be6978f0f9926b50c4a0e9bcb2',1,'Chummer::Spell']]],
+ ['displayduration',['DisplayDuration',['../class_chummer_1_1_spell.html#ab3e018262688b1a8ccaa6fbc2bdf69fc',1,'Chummer.Spell.DisplayDuration()'],['../class_chummer_1_1_critter_power.html#ab3db7aa9a49bba3e4cbe9ad307a7ffad',1,'Chummer.CritterPower.DisplayDuration()']]],
+ ['displaydv',['DisplayDV',['../class_chummer_1_1_spell.html#ad2e5e957b398d222e39bc014e6ab562d',1,'Chummer::Spell']]],
+ ['displayname',['DisplayName',['../class_chummer_1_1_armor_mod.html#aa7bd8db2c207f6d7bd7eb7a695a6612c',1,'Chummer.ArmorMod.DisplayName()'],['../class_chummer_1_1_armor.html#aad0aae65f853cd538eaf8fe3f0bb7dbc',1,'Chummer.Armor.DisplayName()'],['../class_chummer_1_1_grade.html#a40636386fbf55924f098af034ee1e6b9',1,'Chummer.Grade.DisplayName()'],['../class_chummer_1_1_cyberware.html#aefc89a32105a40817b6b0e2d4d3216e6',1,'Chummer.Cyberware.DisplayName()'],['../class_chummer_1_1_weapon.html#aa1a508724fb0860cecc838c22febd8a0',1,'Chummer.Weapon.DisplayName()'],['../class_chummer_1_1_weapon_accessory.html#a27e5c7b28b4f97d9f88cbae70f42d234',1,'Chummer.WeaponAccessory.DisplayName()'],['../class_chummer_1_1_weapon_mod.html#ad611fef04fb25d07b8074876551e07b5',1,'Chummer.WeaponMod.DisplayName()'],['../class_chummer_1_1_lifestyle.html#abdcf40cdb3e94f325f2d5f399448eb7d',1,'Chummer.Lifestyle.DisplayName()'],['../class_chummer_1_1_gear.html#a75bf5cdf14fc5c73970ef618d27ba32b',1,'Chummer.Gear.DisplayName()'],['../class_chummer_1_1_vehicle_mod.html#a92a377f2e4fa138fcf62766adae3aa0c',1,'Chummer.VehicleMod.DisplayName()'],['../class_chummer_1_1_vehicle.html#a0726754a4184944bc547bbcf2896e356',1,'Chummer.Vehicle.DisplayName()'],['../class_chummer_1_1_quality.html#a7c466e1421b1df7164c20b78fbae733d',1,'Chummer.Quality.DisplayName()'],['../class_chummer_1_1_skill_group.html#a28a2a5f57d01c1e4f4c7fae783810898',1,'Chummer.SkillGroup.DisplayName()'],['../class_chummer_1_1_skill.html#a17eb9b1c89e13d19762e08055dc60158',1,'Chummer.Skill.DisplayName()'],['../class_chummer_1_1_spell.html#a8c3ba113a196a1ad43fe2d5b98d52b2f',1,'Chummer.Spell.DisplayName()'],['../class_chummer_1_1_metamagic.html#ae02670df495879e518ffb94246f4238d',1,'Chummer.Metamagic.DisplayName()'],['../class_chummer_1_1_tech_program.html#aad98e2b86b281016ba397477c8820d49',1,'Chummer.TechProgram.DisplayName()'],['../class_chummer_1_1_tech_program_option.html#a4513d5af114ce235280d0665fb325366',1,'Chummer.TechProgramOption.DisplayName()'],['../class_chummer_1_1_martial_art.html#a12778906298acd15cab6c904aa385157',1,'Chummer.MartialArt.DisplayName()'],['../class_chummer_1_1_martial_art_advantage.html#a9d945e1f6f231226168fed5555075914',1,'Chummer.MartialArtAdvantage.DisplayName()'],['../class_chummer_1_1_martial_art_maneuver.html#a499e1059023216c1a78a46660f0ce25b',1,'Chummer.MartialArtManeuver.DisplayName()'],['../class_chummer_1_1_critter_power.html#a19574564748cf04b42ae24da0f10c7e8',1,'Chummer.CritterPower.DisplayName()'],['../class_chummer_1_1_calendar_week.html#a5f66827ef6df695f567a0d87ac854462',1,'Chummer.CalendarWeek.DisplayName()']]],
+ ['displaynameshort',['DisplayNameShort',['../class_chummer_1_1_armor_mod.html#a55142060c54a33bf3dc79d0f17fed716',1,'Chummer.ArmorMod.DisplayNameShort()'],['../class_chummer_1_1_armor.html#ad2d49ba507903a28d49f42abb07549d1',1,'Chummer.Armor.DisplayNameShort()'],['../class_chummer_1_1_cyberware.html#aea4513f52fc0677ef8923331242a361b',1,'Chummer.Cyberware.DisplayNameShort()'],['../class_chummer_1_1_weapon_accessory.html#a7aa49b653fd7bc9f36e2de6bfee8fc06',1,'Chummer.WeaponAccessory.DisplayNameShort()'],['../class_chummer_1_1_weapon_mod.html#a3bde72f87ca4f4ac354684eea2ef8894',1,'Chummer.WeaponMod.DisplayNameShort()'],['../class_chummer_1_1_lifestyle.html#a87984751fe6c976d5bc27cdbe7e5986d',1,'Chummer.Lifestyle.DisplayNameShort()'],['../class_chummer_1_1_gear.html#a66196fb389a90c19cecb958a752c3dff',1,'Chummer.Gear.DisplayNameShort()'],['../class_chummer_1_1_vehicle_mod.html#a803d766d1f303a4a2739c000cf2b9b1e',1,'Chummer.VehicleMod.DisplayNameShort()'],['../class_chummer_1_1_vehicle.html#ac97463e505e7841e9cde92980c6ad59b',1,'Chummer.Vehicle.DisplayNameShort()'],['../class_chummer_1_1_quality.html#a5945913511c1cfdbcfaddd79cb76d1b7',1,'Chummer.Quality.DisplayNameShort()'],['../class_chummer_1_1_spell.html#a7db0929fe902190b6ca4dc1164fcdfa3',1,'Chummer.Spell.DisplayNameShort()'],['../class_chummer_1_1_metamagic.html#ae9193d0ed34f3af6aeca8aaa188c4533',1,'Chummer.Metamagic.DisplayNameShort()'],['../class_chummer_1_1_power.html#ad71bb6b1a3b15368039b84fd3421cd3e',1,'Chummer.Power.DisplayNameShort()'],['../class_chummer_1_1_tech_program.html#a328ec4186f79857ad591680435a1382c',1,'Chummer.TechProgram.DisplayNameShort()'],['../class_chummer_1_1_tech_program_option.html#a07c276e9416277265113fea4b8393cf5',1,'Chummer.TechProgramOption.DisplayNameShort()'],['../class_chummer_1_1_martial_art.html#a1123d9881038930881e1884dfff764c7',1,'Chummer.MartialArt.DisplayNameShort()'],['../class_chummer_1_1_martial_art_advantage.html#af062770461ef911c8e592c9e29c37bd2',1,'Chummer.MartialArtAdvantage.DisplayNameShort()'],['../class_chummer_1_1_martial_art_maneuver.html#a4a8523f0363a46e9c1c34896efddae61',1,'Chummer.MartialArtManeuver.DisplayNameShort()'],['../class_chummer_1_1_critter_power.html#ab2932af34311c5a1a62df4268af570a6',1,'Chummer.CritterPower.DisplayNameShort()']]],
+ ['displayrange',['DisplayRange',['../class_chummer_1_1_spell.html#a47418b479ea393d6df3d119d13136317',1,'Chummer.Spell.DisplayRange()'],['../class_chummer_1_1_critter_power.html#af50dc1e9d6aec36e20e8134f7d9c94dc',1,'Chummer.CritterPower.DisplayRange()']]],
+ ['displayskill',['DisplaySkill',['../class_chummer_1_1_tech_program.html#a94f62b82ff64faae3fa8d3dcc57267a4',1,'Chummer::TechProgram']]],
+ ['displaytype',['DisplayType',['../class_chummer_1_1_spell.html#a6a87c0904331a07e6d7f537834d9c7f7',1,'Chummer.Spell.DisplayType()'],['../class_chummer_1_1_critter_power.html#a4607cef5873e2bc57f4994bb5e4d9263',1,'Chummer.CritterPower.DisplayType()']]],
+ ['dispose',['Dispose',['../class_chummer_1_1_contact_control.html#a68523fed6ff186b4365033f5599924cb',1,'Chummer.ContactControl.Dispose()'],['../class_chummer_1_1frm_about.html#a93b22ade9814132a11850a620b3d2d4d',1,'Chummer.frmAbout.Dispose()'],['../class_chummer_1_1frm_career.html#ad2a3235f0a160feab3324972b1abbc2d',1,'Chummer.frmCareer.Dispose()'],['../class_chummer_1_1frm_create.html#a5b11c7ab5faaca96dc07b250ec275eed',1,'Chummer.frmCreate.Dispose()'],['../class_chummer_1_1frm_create_cyberware_suite.html#a02ff2493c81be9ff9079d23b793bdabd',1,'Chummer.frmCreateCyberwareSuite.Dispose()'],['../class_chummer_1_1frm_create_improvement.html#a25609a2a5457ca36d790e5fa62949a3a',1,'Chummer.frmCreateImprovement.Dispose()'],['../class_chummer_1_1frm_create_p_a_c_k_s_kit.html#ade4fd8f92e03b996dfb45f38f304bf38',1,'Chummer.frmCreatePACKSKit.Dispose()'],['../class_chummer_1_1frm_create_spell.html#a8089e7ca8c841cf09eae868c59767185',1,'Chummer.frmCreateSpell.Dispose()'],['../class_chummer_1_1frm_dice_hits.html#a44432cf4f08e685a7004aafc0f0aaa0b',1,'Chummer.frmDiceHits.Dispose()'],['../class_chummer_1_1frm_dice_roller.html#a2ecf38b8a545d89226af69d352730fc5',1,'Chummer.frmDiceRoller.Dispose()'],['../class_chummer_1_1frm_expense.html#a0e12fdeea9b47c3f6c447f48ca1b8e31',1,'Chummer.frmExpense.Dispose()'],['../class_chummer_1_1frm_export.html#a56c7f7d32b9dbb75fe79063eb4d28c8c',1,'Chummer.frmExport.Dispose()'],['../class_chummer_1_1frm_history.html#a67408768778db6a39897f8736491580d',1,'Chummer.frmHistory.Dispose()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#a97f372adcf1601bde322614e11ceed6f',1,'Chummer.frmLifestyleNuyen.Dispose()'],['../class_chummer_1_1frm_main.html#a66ab7ed6ab6cad6f5c6cfd9da401a5a0',1,'Chummer.frmMain.Dispose()'],['../class_chummer_1_1frm_metatype.html#a5063729ad02780ba1ec3f7bd66d46236',1,'Chummer.frmMetatype.Dispose()'],['../class_chummer_1_1frm_natural_weapon.html#ae41ba4a12422129003a7035ce91aa35e',1,'Chummer.frmNaturalWeapon.Dispose()'],['../class_chummer_1_1frm_notes.html#acabe1c75180521085cfef664e0de8cf4',1,'Chummer.frmNotes.Dispose()'],['../class_chummer_1_1frm_omae.html#ade513508e138cf28013f4747f1c404b4',1,'Chummer.frmOmae.Dispose()'],['../class_chummer_1_1frm_omae_account.html#ac3a3c2e10349bc9ea97c4d03371eb83f',1,'Chummer.frmOmaeAccount.Dispose()'],['../class_chummer_1_1frm_omae_compress.html#a78b64e805e9e3546dac6900d9ef890e3',1,'Chummer.frmOmaeCompress.Dispose()'],['../class_chummer_1_1frm_omae_upload.html#ab44900d98123f0292c5f2c1452b706a1',1,'Chummer.frmOmaeUpload.Dispose()'],['../class_chummer_1_1frm_omae_upload_data.html#a6e7f935f86a7835713b3b7310e38d888',1,'Chummer.frmOmaeUploadData.Dispose()'],['../class_chummer_1_1frm_omae_upload_language.html#a8c9aa426bf29fdc22d132205dfa86bf4',1,'Chummer.frmOmaeUploadLanguage.Dispose()'],['../class_chummer_1_1frm_omae_upload_sheet.html#a6895e7573f371722cb1b8a63e1323ddd',1,'Chummer.frmOmaeUploadSheet.Dispose()'],['../class_chummer_1_1frm_options.html#a3ecf213d1ed6bd4360f3845d8dd2027b',1,'Chummer.frmOptions.Dispose()'],['../class_chummer_1_1frm_print_multiple.html#ac360f7726ca43e5793d1022795c58810',1,'Chummer.frmPrintMultiple.Dispose()'],['../class_chummer_1_1frm_reload.html#a0dad182a070b86413d6bd71905951687',1,'Chummer.frmReload.Dispose()'],['../class_chummer_1_1frm_select_advanced_lifestyle.html#ae419ddbf2e25ca31a1d4f5daf5dce833',1,'Chummer.frmSelectAdvancedLifestyle.Dispose()'],['../class_chummer_1_1frm_select_armor.html#ac6aed4f915bba4be5fe120a023c5d8a4',1,'Chummer.frmSelectArmor.Dispose()'],['../class_chummer_1_1frm_select_armor_mod.html#a5de5b4142c8ee1b92071adde43a0b07a',1,'Chummer.frmSelectArmorMod.Dispose()'],['../class_chummer_1_1frm_select_attribute.html#a91800060917adb46ada88ec6b0b80ba3',1,'Chummer.frmSelectAttribute.Dispose()'],['../class_chummer_1_1frm_select_b_p.html#ad319a66bdd64f44160b880ed45bc05af',1,'Chummer.frmSelectBP.Dispose()'],['../class_chummer_1_1frm_select_calendar_start.html#a44fe3a42cb4b62f4693a343bf8a06d77',1,'Chummer.frmSelectCalendarStart.Dispose()'],['../class_chummer_1_1frm_select_contact_connection.html#aaa9cf6a25cb490cddbec48ca05f5b91d',1,'Chummer.frmSelectContactConnection.Dispose()'],['../class_chummer_1_1frm_select_critter_power.html#a45c92a615353506c86f3d1b563a05834',1,'Chummer.frmSelectCritterPower.Dispose()'],['../class_chummer_1_1frm_select_cyberware.html#ae1a902478392ad7cec9a30525a2cc127',1,'Chummer.frmSelectCyberware.Dispose()'],['../class_chummer_1_1frm_select_cyberware_suite.html#a5c4a17843dce7ac211dee3f12be81cb3',1,'Chummer.frmSelectCyberwareSuite.Dispose()'],['../class_chummer_1_1frm_select_exotic_skill.html#a11cd8f296a3be7c44c6d8f0baa1649b8',1,'Chummer.frmSelectExoticSkill.Dispose()'],['../class_chummer_1_1frm_select_gear.html#ad184e399e101af1448116396c31587bf',1,'Chummer.frmSelectGear.Dispose()'],['../class_chummer_1_1frm_select_item.html#a68efd7bc1a1174fee767306b651289da',1,'Chummer.frmSelectItem.Dispose()'],['../class_chummer_1_1frm_select_lifestyle.html#af5b72b130c80fcd591ca7f8e624fb053',1,'Chummer.frmSelectLifestyle.Dispose()'],['../class_chummer_1_1frm_select_martial_art.html#a135b4b297593bc609bb71572a62d3aeb',1,'Chummer.frmSelectMartialArt.Dispose()'],['../class_chummer_1_1frm_select_martial_art_advantage.html#a8c2b9a2d2ccf2ffe9f24a2ee1a79f59f',1,'Chummer.frmSelectMartialArtAdvantage.Dispose()'],['../class_chummer_1_1frm_select_martial_art_maneuver.html#a728406d65175a08bf4dff4284a0b1e11',1,'Chummer.frmSelectMartialArtManeuver.Dispose()'],['../class_chummer_1_1frm_select_mentor_spirit.html#ab058ea93da8f7bc9464cfffe1df8435b',1,'Chummer.frmSelectMentorSpirit.Dispose()'],['../class_chummer_1_1frm_select_metamagic.html#a625c4859fe84547c4ddb3393e1767fbb',1,'Chummer.frmSelectMetamagic.Dispose()'],['../class_chummer_1_1frm_select_nexus.html#a09106b983b9ec9cf556d48f6a8ede579',1,'Chummer.frmSelectNexus.Dispose()'],['../class_chummer_1_1frm_select_number.html#ad6e0646d20f43aae4e6c7ed74509e307',1,'Chummer.frmSelectNumber.Dispose()'],['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#ae09dfbd526a63d0575c0b8ff8ffb9302',1,'Chummer.frmSelectPACKSKit.Dispose()'],['../class_chummer_1_1frm_select_power.html#a677bd28a7ab9962fa87f53c0470915ed',1,'Chummer.frmSelectPower.Dispose()'],['../class_chummer_1_1frm_select_program.html#ab450c4f255f63138ff115ab2cf59ab62',1,'Chummer.frmSelectProgram.Dispose()'],['../class_chummer_1_1frm_select_program_option.html#af52baee455663a630f0be4e82881eada',1,'Chummer.frmSelectProgramOption.Dispose()'],['../class_chummer_1_1frm_select_quality.html#a39c83ae478ceda5c3534393944551699',1,'Chummer.frmSelectQuality.Dispose()'],['../class_chummer_1_1frm_select_setting.html#aa6bf72ade5093b10b1769e8d653a9341',1,'Chummer.frmSelectSetting.Dispose()'],['../class_chummer_1_1frm_select_side.html#af4affe0dfb1961cb94e1c2536b3cec74',1,'Chummer.frmSelectSide.Dispose()'],['../class_chummer_1_1frm_select_skill.html#a619592901471bf952e779ebd4fa311a7',1,'Chummer.frmSelectSkill.Dispose()'],['../class_chummer_1_1frm_select_skill_category.html#ab6553c375015c1f7ded11efd4f180905',1,'Chummer.frmSelectSkillCategory.Dispose()'],['../class_chummer_1_1frm_select_skill_group.html#a6b497f98e5688a3683f9983edf6613c7',1,'Chummer.frmSelectSkillGroup.Dispose()'],['../class_chummer_1_1frm_select_spell.html#a3d399841d1b78122b8b539efd77c152b',1,'Chummer.frmSelectSpell.Dispose()'],['../class_chummer_1_1frm_select_spell_category.html#af3ea15a31c3339c4522c5beac7ea8415',1,'Chummer.frmSelectSpellCategory.Dispose()'],['../class_chummer_1_1frm_select_text.html#abd7c90acd908c215b81d12957c4ea8c5',1,'Chummer.frmSelectText.Dispose()'],['../class_chummer_1_1frm_select_vehicle.html#ac6aeb2e2894c006ea10eb8d3ddce80b3',1,'Chummer.frmSelectVehicle.Dispose()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a396fe7c83f49a52b2f092f49efa4ceef',1,'Chummer.frmSelectVehicleMod.Dispose()'],['../class_chummer_1_1frm_select_weapon.html#ab603c9b193cd3a55d7208190b6f635f1',1,'Chummer.frmSelectWeapon.Dispose()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a2f26a5e72b9c53fe9b7a70999673ea27',1,'Chummer.frmSelectWeaponAccessory.Dispose()'],['../class_chummer_1_1frm_select_weapon_category.html#ae409c1da3365f5d3647140706d602ee3',1,'Chummer.frmSelectWeaponCategory.Dispose()'],['../class_chummer_1_1frm_sell_item.html#a6ca205d11d5b8b3a22b4b464e7dbae51',1,'Chummer.frmSellItem.Dispose()'],['../class_chummer_1_1frm_test.html#ae3750b1994582494d5026655cc17742a',1,'Chummer.frmTest.Dispose()'],['../class_chummer_1_1frm_update.html#ad650a84701c41b35f2f5595259944b2f',1,'Chummer.frmUpdate.Dispose()'],['../class_chummer_1_1frm_viewer.html#a5823bb195682d07020d9028cf51938a0',1,'Chummer.frmViewer.Dispose()'],['../class_chummer_1_1_my_list_view.html#a9095ac6edcf50bd02405d044516d494f',1,'Chummer.MyListView.Dispose()'],['../class_chummer_1_1_omae_record.html#accfcdf9bb072e055b4eacc54603965f0',1,'Chummer.OmaeRecord.Dispose()'],['../class_chummer_1_1_pet_control.html#afcc1ef69910f55c78da013dadf80b009',1,'Chummer.PetControl.Dispose()'],['../class_chummer_1_1_power_control.html#a6f48eac939edb9ccf4e626c1fab6dafa',1,'Chummer.PowerControl.Dispose()'],['../class_chummer_1_1_skill_control.html#a930e2ea6ed297aad56e0da8755ab2d4b',1,'Chummer.SkillControl.Dispose()'],['../class_chummer_1_1_skill_group_control.html#aabca0b2f8793ad290871bfa156e51574',1,'Chummer.SkillGroupControl.Dispose()'],['../class_chummer_1_1_spirit_control.html#af497da829c14e15cbb0f426c85da42b3',1,'Chummer.SpiritControl.Dispose()']]],
+ ['doityourself',['DoItYourself',['../class_chummer_1_1frm_select_gear.html#a309c0c523d0e8e5542ff4eee28e206f3',1,'Chummer::frmSelectGear']]],
+ ['donotaffectmetatypemaximum',['DoNotAffectMetatypeMaximum',['../class_chummer_1_1frm_select_attribute.html#a618d2d033796dfcf683efb65d3fb3973',1,'Chummer::frmSelectAttribute']]],
+ ['doublecost',['DoubleCost',['../class_chummer_1_1_power.html#a3348383fec1a6cce38b41617c33e71cd',1,'Chummer::Power']]],
+ ['doubledpoints',['DoubledPoints',['../class_chummer_1_1_power.html#a44e844cc7a1e41af3ef8304e210721dc',1,'Chummer::Power']]],
+ ['downloadcharacterrequest',['DownloadCharacterRequest',['../class_chummer_1_1_omae_service_1_1_download_character_request.html',1,'Chummer::OmaeService']]],
+ ['downloadcharacterrequestbody',['DownloadCharacterRequestBody',['../class_chummer_1_1_omae_service_1_1_download_character_request_body.html',1,'Chummer::OmaeService']]],
+ ['downloadcharacterresponse',['DownloadCharacterResponse',['../class_chummer_1_1_omae_service_1_1_download_character_response.html',1,'Chummer::OmaeService']]],
+ ['downloadcharacterresponsebody',['DownloadCharacterResponseBody',['../class_chummer_1_1_omae_service_1_1_download_character_response_body.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafilerequest',['DownloadDataFileRequest',['../class_chummer_1_1_omae_service_1_1_download_data_file_request.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafilerequestbody',['DownloadDataFileRequestBody',['../class_chummer_1_1_omae_service_1_1_download_data_file_request_body.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafileresponse',['DownloadDataFileResponse',['../class_chummer_1_1_omae_service_1_1_download_data_file_response.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafileresponsebody',['DownloadDataFileResponseBody',['../class_chummer_1_1_omae_service_1_1_download_data_file_response_body.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetrequest',['DownloadSheetRequest',['../class_chummer_1_1_omae_service_1_1_download_sheet_request.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetrequestbody',['DownloadSheetRequestBody',['../class_chummer_1_1_omae_service_1_1_download_sheet_request_body.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetresponse',['DownloadSheetResponse',['../class_chummer_1_1_omae_service_1_1_download_sheet_response.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetresponsebody',['DownloadSheetResponseBody',['../class_chummer_1_1_omae_service_1_1_download_sheet_response_body.html',1,'Chummer::OmaeService']]],
+ ['duration',['Duration',['../class_chummer_1_1_spell.html#a16b9e792f20372ef6f7cf722c62142d4',1,'Chummer.Spell.Duration()'],['../class_chummer_1_1_critter_power.html#a42a31234a1a9bb3475f19e65a95a390f',1,'Chummer.CritterPower.Duration()']]],
+ ['dv',['DV',['../class_chummer_1_1_spell.html#a2344a072fca36b68954ba9a88fba5e21',1,'Chummer::Spell']]],
+ ['dvbonus',['DVBonus',['../class_chummer_1_1_weapon_mod.html#a0940fcb9d1d18666a340a161b39d5919',1,'Chummer::WeaponMod']]],
+ ['dvtooltip',['DVTooltip',['../class_chummer_1_1_spell.html#ade16d599ca7c8d983b52769eca4b6c77',1,'Chummer::Spell']]]
+];
diff --git a/docs/search/all_4.html b/docs/search/all_4.html
new file mode 100644
index 0000000..eab9eb1
--- /dev/null
+++ b/docs/search/all_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_4.js b/docs/search/all_4.js
new file mode 100644
index 0000000..d6eb8e5
--- /dev/null
+++ b/docs/search/all_4.js
@@ -0,0 +1,39 @@
+var searchData=
+[
+ ['edg',['EDG',['../class_chummer_1_1_character.html#a9bc70b87b528db4d5168300bce821e6a',1,'Chummer::Character']]],
+ ['editimprovementobject',['EditImprovementObject',['../class_chummer_1_1frm_create_improvement.html#a34988afa1779d8812c3e8864c2c8cdfd',1,'Chummer::frmCreateImprovement']]],
+ ['enabled',['Enabled',['../class_chummer_1_1_improvement.html#ae52cff8057f8a12ec2de312ac8c040cb',1,'Chummer::Improvement']]],
+ ['enablestack',['EnableStack',['../class_chummer_1_1frm_select_gear.html#a80ae2498ebe32c6cfb2ed5108216a180',1,'Chummer::frmSelectGear']]],
+ ['enforcecapacity',['EnforceCapacity',['../class_chummer_1_1_character_options.html#a2a82ff70c5c98426cde3167509aaca65',1,'Chummer::CharacterOptions']]],
+ ['enforcemaximumskillratingmodifier',['EnforceMaximumSkillRatingModifier',['../class_chummer_1_1_character_options.html#a03b58c32c4535873461291e89554eb99',1,'Chummer::CharacterOptions']]],
+ ['entertainment',['Entertainment',['../class_chummer_1_1_lifestyle.html#a28b15b78c3898b78da6661ea589f4976',1,'Chummer::Lifestyle']]],
+ ['entitytype',['EntityType',['../class_chummer_1_1_spirit.html#adce902fd5d85e8795fb75fd2dcae0f46',1,'Chummer.Spirit.EntityType()'],['../class_chummer_1_1_contact.html#abfea39309213bcad83a6e9ebff8e74e4',1,'Chummer.Contact.EntityType()'],['../class_chummer_1_1_contact_control.html#a84f14ac84a81d097003acc039798eb43',1,'Chummer.ContactControl.EntityType()'],['../class_chummer_1_1_spirit_control.html#af0ad746719c865d58272156b82de12b2',1,'Chummer.SpiritControl.EntityType()']]],
+ ['equipment',['Equipment',['../class_chummer_1_1_equipment.html',1,'Chummer']]],
+ ['equipped',['Equipped',['../class_chummer_1_1_armor_mod.html#ac4b1837ca126275b005152fc89707a25',1,'Chummer.ArmorMod.Equipped()'],['../class_chummer_1_1_armor.html#a2e53578a9154188856e79f8efe69fdda',1,'Chummer.Armor.Equipped()'],['../class_chummer_1_1_gear.html#ab9e7c43333a98a4aa88301b425a8fa6f',1,'Chummer.Gear.Equipped()']]],
+ ['ergonomicprogramlimit',['ErgonomicProgramLimit',['../class_chummer_1_1_character_options.html#a7f1c07b5b6676fcfd12b33221ff31656',1,'Chummer::CharacterOptions']]],
+ ['ess',['ESS',['../class_chummer_1_1_character.html#a79af896d34bb5fdc03d7d3836de6db83',1,'Chummer.Character.ESS()'],['../class_chummer_1_1_cyberware.html#a67b755954800b3b37ba08bf84c4b256f',1,'Chummer.Cyberware.ESS()']]],
+ ['essdiscount',['ESSDiscount',['../class_chummer_1_1_cyberware.html#a4186443b49ca3b741645687c6a8e44cd',1,'Chummer::Cyberware']]],
+ ['essence',['Essence',['../class_chummer_1_1_character.html#aa667375bb0f3cbe53a9b73178160613b',1,'Chummer.Character.Essence()'],['../class_chummer_1_1_grade.html#ae58aac1ee1029d7678096561cd8b544f',1,'Chummer.Grade.Essence()']]],
+ ['essenceatspecialstart',['EssenceAtSpecialStart',['../class_chummer_1_1_character.html#a597ca358a75dee6565e1342b7301d1c1',1,'Chummer::Character']]],
+ ['essencedecimals',['EssenceDecimals',['../class_chummer_1_1_character_options.html#ad2779c104b4d7c95cd5b015049b9b7f7',1,'Chummer::CharacterOptions']]],
+ ['essencehole',['EssenceHole',['../class_chummer_1_1_character.html#a0178278627b03122202bad3722582bc7',1,'Chummer::Character']]],
+ ['essencemaximum',['EssenceMaximum',['../class_chummer_1_1_character.html#ae85004c342f3769b0a78d42282765850',1,'Chummer::Character']]],
+ ['essencepenalty',['EssencePenalty',['../class_chummer_1_1_character.html#ac6193315f48714db0d38fb9a6603745a',1,'Chummer::Character']]],
+ ['esslossreducesmaximumonly',['ESSLossReducesMaximumOnly',['../class_chummer_1_1_character_options.html#a7f65c5b13bbf0feac13d41ea4552b9c8',1,'Chummer::CharacterOptions']]],
+ ['exceednegativequalities',['ExceedNegativeQualities',['../class_chummer_1_1_character_options.html#a42122253b8d4071401fb0b5f9d3187f3',1,'Chummer::CharacterOptions']]],
+ ['exceednegativequalitieslimit',['ExceedNegativeQualitiesLimit',['../class_chummer_1_1_character_options.html#abefcda47d955e3abfc0e84e6e3065b0d',1,'Chummer::CharacterOptions']]],
+ ['exceedpositivequalities',['ExceedPositiveQualities',['../class_chummer_1_1_character_options.html#a4f9f74add6a691d6275291dfd92c0d39',1,'Chummer::CharacterOptions']]],
+ ['exclude',['Exclude',['../class_chummer_1_1_improvement.html#a676ddcd42484d4ee1750378d11fefe14',1,'Chummer::Improvement']]],
+ ['excludecategory',['ExcludeCategory',['../class_chummer_1_1frm_select_skill.html#abe5ac6457cff129c450ab782bcfb1f70',1,'Chummer.frmSelectSkill.ExcludeCategory()'],['../class_chummer_1_1frm_select_skill_group.html#aed2b4a8671a253446a73405b4a0724ab',1,'Chummer.frmSelectSkillGroup.ExcludeCategory()']]],
+ ['excludelimbslot',['ExcludeLimbSlot',['../class_chummer_1_1_character_options.html#af2d4883f3dae26c0ba5f291f9bca30d5',1,'Chummer::CharacterOptions']]],
+ ['excludeskillgroup',['ExcludeSkillGroup',['../class_chummer_1_1frm_select_skill.html#aa05a5aaf855fa8865e07792967789c00',1,'Chummer::frmSelectSkill']]],
+ ['exoticskill',['ExoticSkill',['../class_chummer_1_1_skill.html#a15b8dc47d24aed241d8895bfe9430500',1,'Chummer::Skill']]],
+ ['expenseentries',['ExpenseEntries',['../class_chummer_1_1_character.html#a9131f6a88cbaddde83598ee52294e099',1,'Chummer::Character']]],
+ ['expenselogentry',['ExpenseLogEntry',['../class_chummer_1_1_expense_log_entry.html',1,'Chummer']]],
+ ['expenseundo',['ExpenseUndo',['../class_chummer_1_1_expense_undo.html',1,'Chummer']]],
+ ['expressiontostring',['ExpressionToString',['../class_chummer_1_1frm_metatype.html#a24c70eea7a143f1f9ac0882888ceb9e5',1,'Chummer.frmMetatype.ExpressionToString()'],['../class_chummer_1_1frm_test.html#ac279933b746126923bf98ca2fe5e5c59',1,'Chummer.frmTest.ExpressionToString()'],['../class_chummer_1_1_spirit_control.html#a3179c3151340716a7d0431a7e8db6330',1,'Chummer.SpiritControl.ExpressionToString()']]],
+ ['extendanydetectionspell',['ExtendAnyDetectionSpell',['../class_chummer_1_1_character_options.html#aee013c40b665bbda32438658586b78c7',1,'Chummer::CharacterOptions']]],
+ ['extended',['Extended',['../class_chummer_1_1_spell.html#ae34704467fb061af7adc2a8f14550a44',1,'Chummer.Spell.Extended()'],['../class_chummer_1_1frm_select_spell.html#a595df050496be6802fb1a85e90096a65',1,'Chummer.frmSelectSpell.Extended()']]],
+ ['extra',['Extra',['../class_chummer_1_1_armor_mod.html#a4c3bf6c600359d80fa57faab20b7c678',1,'Chummer.ArmorMod.Extra()'],['../class_chummer_1_1_armor.html#a63de388cad547422dd260ab62c2f6164',1,'Chummer.Armor.Extra()'],['../class_chummer_1_1_weapon_mod.html#af27502d5890418af6f641366b5cfa5f0',1,'Chummer.WeaponMod.Extra()'],['../class_chummer_1_1_gear.html#a9414af79a869363c09f8c4d02ee0f092',1,'Chummer.Gear.Extra()'],['../class_chummer_1_1_vehicle_mod.html#ab2b3fb7fe77895c35b59f7e7e6dfac60',1,'Chummer.VehicleMod.Extra()'],['../class_chummer_1_1_expense_undo.html#ade08e7e551cf8d28bd180de4733e2e15',1,'Chummer.ExpenseUndo.Extra()'],['../class_chummer_1_1_quality.html#afbd37cb9f1a2898ceaaa82ef10ed7720',1,'Chummer.Quality.Extra()'],['../class_chummer_1_1_spell.html#ace700a734708bd47ac7980f174e4f022',1,'Chummer.Spell.Extra()'],['../class_chummer_1_1_power.html#abd44c20e6d83e2b22fa3314559198e35',1,'Chummer.Power.Extra()'],['../class_chummer_1_1_tech_program.html#a1f85166987441d51a5c1b6ae55a0a7e1',1,'Chummer.TechProgram.Extra()'],['../class_chummer_1_1_tech_program_option.html#a4a4a32bd7b082b4baa0c3cd43f6ea370',1,'Chummer.TechProgramOption.Extra()'],['../class_chummer_1_1_critter_power.html#aeacc9c80aecadbf00fa8de0f3db9ce02',1,'Chummer.CritterPower.Extra()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#a4ce53b85439e22389d86b17f0092d145',1,'Chummer.frmLifestyleNuyen.Extra()'],['../class_chummer_1_1_power_control.html#afdaf0a7779a5fd24fb5e2e3c83450e45',1,'Chummer.PowerControl.Extra()']]],
+ ['eyes',['Eyes',['../class_chummer_1_1_character.html#a77d468ddbbd58c11d52b7c3da4dddb99',1,'Chummer::Character']]]
+];
diff --git a/docs/search/all_5.html b/docs/search/all_5.html
new file mode 100644
index 0000000..4dfd1d5
--- /dev/null
+++ b/docs/search/all_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_5.js b/docs/search/all_5.js
new file mode 100644
index 0000000..b89e87c
--- /dev/null
+++ b/docs/search/all_5.js
@@ -0,0 +1,144 @@
+var searchData=
+[
+ ['fetchcharacters153request',['FetchCharacters153Request',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_request.html',1,'Chummer::OmaeService']]],
+ ['fetchcharacters153requestbody',['FetchCharacters153RequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchcharacters153response',['FetchCharacters153Response',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_response.html',1,'Chummer::OmaeService']]],
+ ['fetchcharacters153responsebody',['FetchCharacters153ResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersrequest',['FetchCharactersRequest',['../class_chummer_1_1_omae_service_1_1_fetch_characters_request.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersrequestbody',['FetchCharactersRequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersresponse',['FetchCharactersResponse',['../class_chummer_1_1_omae_service_1_1_fetch_characters_response.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersresponsebody',['FetchCharactersResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters_response_body.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesrequest',['FetchDataFilesRequest',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_request.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesrequestbody',['FetchDataFilesRequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesresponse',['FetchDataFilesResponse',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_response.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesresponsebody',['FetchDataFilesResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsrequest',['FetchSheetsRequest',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_request.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsrequestbody',['FetchSheetsRequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsresponse',['FetchSheetsResponse',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_response.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsresponsebody',['FetchSheetsResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body.html',1,'Chummer::OmaeService']]],
+ ['filename',['FileName',['../class_chummer_1_1_character.html#ac6933ab3041cce1b8c5b483a4a2e521e',1,'Chummer.Character.FileName()'],['../class_chummer_1_1_spirit.html#a70974581f9ec5ba52cd8366538acf4dc',1,'Chummer.Spirit.FileName()'],['../class_chummer_1_1_contact.html#a3bf0ddaac63e0112133ce19e123c7d17',1,'Chummer.Contact.FileName()']]],
+ ['findarmor',['FindArmor',['../class_chummer_1_1_common_functions.html#a8b5619a89d607b2e5f6e03486f56c56a',1,'Chummer::CommonFunctions']]],
+ ['findarmorgear',['FindArmorGear',['../class_chummer_1_1_common_functions.html#a66f5b9eeab775d15ffacd435e3c6a618',1,'Chummer::CommonFunctions']]],
+ ['findarmormod',['FindArmorMod',['../class_chummer_1_1_common_functions.html#a35671861065d2adcda3745f7596c1e7c',1,'Chummer::CommonFunctions']]],
+ ['findcharactercommlinks',['FindCharacterCommlinks',['../class_chummer_1_1_common_functions.html#ad9e90a4378c214d97a157cc5450ee7e8',1,'Chummer::CommonFunctions']]],
+ ['findcritterpower',['FindCritterPower',['../class_chummer_1_1_common_functions.html#ab519855ca969852170a9415d48610279',1,'Chummer::CommonFunctions']]],
+ ['findcyberware',['FindCyberware',['../class_chummer_1_1_common_functions.html#ac6e2bc46a2186e82a9d59eda6b8b5f45',1,'Chummer::CommonFunctions']]],
+ ['findcyberwaregear',['FindCyberwareGear',['../class_chummer_1_1_common_functions.html#ae3823378506f2927fe0b0760dd0e76c7',1,'Chummer::CommonFunctions']]],
+ ['findgear',['FindGear',['../class_chummer_1_1_common_functions.html#a80abbe6f02559e37c0d26a95e4e1c7ff',1,'Chummer::CommonFunctions']]],
+ ['findgearbyweaponid',['FindGearByWeaponID',['../class_chummer_1_1_common_functions.html#a4f7880cfeab4f78780a5491128c79b4a',1,'Chummer::CommonFunctions']]],
+ ['findlifestyle',['FindLifestyle',['../class_chummer_1_1_common_functions.html#ab04b2574fda08184f2a9e5a8094759eb',1,'Chummer::CommonFunctions']]],
+ ['findmartialart',['FindMartialArt',['../class_chummer_1_1_common_functions.html#a79d3d3ee7d6405718a080ee9de5380df',1,'Chummer::CommonFunctions']]],
+ ['findmartialartadvantage',['FindMartialArtAdvantage',['../class_chummer_1_1_common_functions.html#ad96ab13f905f23441ee873967d342c95',1,'Chummer::CommonFunctions']]],
+ ['findmartialartmaneuver',['FindMartialArtManeuver',['../class_chummer_1_1_common_functions.html#a087a9ce095bd50851cc2aa166b6c3193',1,'Chummer::CommonFunctions']]],
+ ['findmetamagic',['FindMetamagic',['../class_chummer_1_1_common_functions.html#a127d2b583eb648b155007f204c459515',1,'Chummer::CommonFunctions']]],
+ ['findnode',['FindNode',['../class_chummer_1_1_common_functions.html#adc3d1bba0ee04860c15f45d3ddadedd9',1,'Chummer.CommonFunctions.FindNode(string strGuid, TreeView treTree)'],['../class_chummer_1_1_common_functions.html#a17696a40aa309948255b7fae78236036',1,'Chummer.CommonFunctions.FindNode(string strGuid, TreeNode objNode)']]],
+ ['findquality',['FindQuality',['../class_chummer_1_1_common_functions.html#ab3988774dc5b2c66ded77a9988f9aed9',1,'Chummer::CommonFunctions']]],
+ ['findspell',['FindSpell',['../class_chummer_1_1_common_functions.html#ad7286e2de7ccd93162798a63594eb556',1,'Chummer::CommonFunctions']]],
+ ['findtechprogram',['FindTechProgram',['../class_chummer_1_1_common_functions.html#aa22fcdc48257637e014da79b64e68333',1,'Chummer::CommonFunctions']]],
+ ['findtechprogramoption',['FindTechProgramOption',['../class_chummer_1_1_common_functions.html#aadeb059506fcfc4c9fc90b0d718ebfdb',1,'Chummer::CommonFunctions']]],
+ ['findvehicle',['FindVehicle',['../class_chummer_1_1_common_functions.html#aa73af8615f5672eec012b991b404921f',1,'Chummer::CommonFunctions']]],
+ ['findvehiclecyberware',['FindVehicleCyberware',['../class_chummer_1_1_common_functions.html#a3fda2ad1d09bac1645f9dfe21248aac0',1,'Chummer::CommonFunctions']]],
+ ['findvehiclegear',['FindVehicleGear',['../class_chummer_1_1_common_functions.html#ab9ce4d8ca64919f3843876cc65dd572d',1,'Chummer::CommonFunctions']]],
+ ['findvehiclemod',['FindVehicleMod',['../class_chummer_1_1_common_functions.html#a7d729f4d2abd77226455f43521e0701f',1,'Chummer::CommonFunctions']]],
+ ['findvehicleweapon',['FindVehicleWeapon',['../class_chummer_1_1_common_functions.html#a00df4c58fcaf6398c56cbc2e9212fd90',1,'Chummer::CommonFunctions']]],
+ ['findvehicleweaponaccessory',['FindVehicleWeaponAccessory',['../class_chummer_1_1_common_functions.html#a360849e1b4c9c607ac855741bc0e0c7b',1,'Chummer::CommonFunctions']]],
+ ['findvehicleweaponmod',['FindVehicleWeaponMod',['../class_chummer_1_1_common_functions.html#ad052a702364f507aa7cfff7b4b27411d',1,'Chummer::CommonFunctions']]],
+ ['findweapon',['FindWeapon',['../class_chummer_1_1_common_functions.html#af0908151705e8539c5f3ea8c846ca064',1,'Chummer::CommonFunctions']]],
+ ['findweaponaccessory',['FindWeaponAccessory',['../class_chummer_1_1_common_functions.html#ae09af71b9a96cb3137f90f4bc8f145b2',1,'Chummer::CommonFunctions']]],
+ ['findweapongear',['FindWeaponGear',['../class_chummer_1_1_common_functions.html#ae004cdd114e84e3985cdd7473bb7c9ce',1,'Chummer::CommonFunctions']]],
+ ['findweaponmod',['FindWeaponMod',['../class_chummer_1_1_common_functions.html#aaed5e9fbace6adf841940ce59a8f9a70',1,'Chummer::CommonFunctions']]],
+ ['firewall',['Firewall',['../class_chummer_1_1_character.html#a2e577a2f4d45826806545dc2a0c96448',1,'Chummer.Character.Firewall()'],['../class_chummer_1_1_gear.html#a358aaa82973d3ea57adaa2aec9789233',1,'Chummer.Gear.Firewall()'],['../class_chummer_1_1_commlink.html#a598b5efcddc4c17404df3dbc4f8410fa',1,'Chummer.Commlink.Firewall()'],['../class_chummer_1_1_operating_system.html#a18927f651f221a5ec2efeea5e1073402',1,'Chummer.OperatingSystem.Firewall()'],['../class_chummer_1_1_vehicle_mod.html#a9a52d22111dd4df15ccce9327142f4cf',1,'Chummer.VehicleMod.Firewall()'],['../class_chummer_1_1_vehicle.html#aa4f5a3790d416cc1f6ac407ab334347a',1,'Chummer.Vehicle.Firewall()']]],
+ ['fly',['Fly',['../class_chummer_1_1_character.html#afbddc9996f22c4670aae4b85df27403f',1,'Chummer::Character']]],
+ ['foci',['Foci',['../class_chummer_1_1_character.html#adccb31ee2f424a9b7fcad829ee75b76a',1,'Chummer::Character']]],
+ ['focus',['Focus',['../class_chummer_1_1_focus.html',1,'Chummer']]],
+ ['forbiddencostmultiplier',['ForbiddenCostMultiplier',['../class_chummer_1_1_character_options.html#ac810d4287c270571964d4f02f28df216',1,'Chummer::CharacterOptions']]],
+ ['force',['Force',['../class_chummer_1_1_spirit.html#a9e8d8e78c31bfaba9b46a0efed5ec48d',1,'Chummer.Spirit.Force()'],['../class_chummer_1_1_spirit_control.html#af9859d93163ed37dc84854a131bbca94',1,'Chummer.SpiritControl.Force()']]],
+ ['forcecategory',['ForceCategory',['../class_chummer_1_1frm_select_quality.html#a8342df76ed8753d89d3573415dd641e5',1,'Chummer::frmSelectQuality']]],
+ ['forcedvalue',['ForcedValue',['../class_chummer_1_1_improvement_manager.html#a5aaec0e8c142afad39739ca6c05178fb',1,'Chummer.ImprovementManager.ForcedValue()'],['../class_chummer_1_1frm_select_martial_art.html#abb139271457960d4d14befcb4c19f174',1,'Chummer.frmSelectMartialArt.ForcedValue()']]],
+ ['forcegrade',['ForceGrade',['../class_chummer_1_1_cyberware.html#a25997a9fd17911cfb7b3be51aeca5d9e',1,'Chummer::Cyberware']]],
+ ['forceitem',['ForceItem',['../class_chummer_1_1frm_select_item.html#a958b34de346f148c043a1222fca1ca58',1,'Chummer::frmSelectItem']]],
+ ['forcemaximum',['ForceMaximum',['../class_chummer_1_1_spirit_control.html#ad168ab66eacfbf28a0776bd11336847a',1,'Chummer::SpiritControl']]],
+ ['forcespellname',['ForceSpellName',['../class_chummer_1_1frm_select_spell.html#a72a2450e4b242138095112b2813d648b',1,'Chummer::frmSelectSpell']]],
+ ['forcetransgenic',['ForceTransgenic',['../class_chummer_1_1frm_select_cyberware.html#a5a3ff9a222b638ef19860cd6ea934044',1,'Chummer::frmSelectCyberware']]],
+ ['forcevalue',['ForceValue',['../class_chummer_1_1frm_select_side.html#a771ed0091adb679409b62d3873abfe23',1,'Chummer::frmSelectSide']]],
+ ['free',['Free',['../class_chummer_1_1_contact.html#a28734fbed2b8082ac255bdc1fe13d10f',1,'Chummer.Contact.Free()'],['../class_chummer_1_1_contact_control.html#a03a0df0a97ebc0859ac6d2a67341729a',1,'Chummer.ContactControl.Free()'],['../class_chummer_1_1frm_select_contact_connection.html#a8690d6fa90a57aa882ef005fb70c882b',1,'Chummer.frmSelectContactConnection.Free()']]],
+ ['freecontacts',['FreeContacts',['../class_chummer_1_1_character_options.html#ada23cc69b0b09c8843feef1c9102f1b0',1,'Chummer::CharacterOptions']]],
+ ['freecontactsflat',['FreeContactsFlat',['../class_chummer_1_1_character_options.html#a061567a9ee40de9318b657d0f9a13217',1,'Chummer::CharacterOptions']]],
+ ['freecontactsflatnumber',['FreeContactsFlatNumber',['../class_chummer_1_1_character_options.html#adbfcb356fb8bba7acbfa1a22ea4594e7',1,'Chummer::CharacterOptions']]],
+ ['freecontactsmultiplier',['FreeContactsMultiplier',['../class_chummer_1_1_character_options.html#af115852bc4f914e1f574c8ea6f00656c',1,'Chummer::CharacterOptions']]],
+ ['freecost',['FreeCost',['../class_chummer_1_1frm_select_armor.html#a004501973fbf0d076604c5c9b9ea93d9',1,'Chummer.frmSelectArmor.FreeCost()'],['../class_chummer_1_1frm_select_armor_mod.html#aa65172607435b6cca4f01bdd9ce77fc2',1,'Chummer.frmSelectArmorMod.FreeCost()'],['../class_chummer_1_1frm_select_cyberware.html#a4b6c387b60c6e25a0513b6bd21d48d39',1,'Chummer.frmSelectCyberware.FreeCost()'],['../class_chummer_1_1frm_select_gear.html#af629614e249a3cd69ed8491e807d363c',1,'Chummer.frmSelectGear.FreeCost()'],['../class_chummer_1_1frm_select_nexus.html#a7542891b6aca69fd3a7d0ab97bd30569',1,'Chummer.frmSelectNexus.FreeCost()'],['../class_chummer_1_1frm_select_quality.html#a9219c6305b92b5934aa4b83a75fb5317',1,'Chummer.frmSelectQuality.FreeCost()'],['../class_chummer_1_1frm_select_vehicle.html#addb097493097e203ec06d715d59a6744',1,'Chummer.frmSelectVehicle.FreeCost()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a9d02c38f26ac8b4d27154a959df1e833',1,'Chummer.frmSelectVehicleMod.FreeCost()'],['../class_chummer_1_1frm_select_weapon.html#a2b883a06bc6359265f5d7332efdc7bdb',1,'Chummer.frmSelectWeapon.FreeCost()'],['../class_chummer_1_1frm_select_weapon_accessory.html#ad6517a30c482934698b2b2db89167f1f',1,'Chummer.frmSelectWeaponAccessory.FreeCost()']]],
+ ['freekarmaknowledge',['FreeKarmaKnowledge',['../class_chummer_1_1_character_options.html#ab36f7849f67797230a6ac1a80c294112',1,'Chummer::CharacterOptions']]],
+ ['freespiritpowerpointsmag',['FreeSpiritPowerPointsMAG',['../class_chummer_1_1_character_options.html#aa5606f6924d950a2906bedd605530cbf',1,'Chummer::CharacterOptions']]],
+ ['frmabout',['frmAbout',['../class_chummer_1_1frm_about.html',1,'Chummer']]],
+ ['frmcareer',['frmCareer',['../class_chummer_1_1frm_career.html',1,'Chummer']]],
+ ['frmcreate',['frmCreate',['../class_chummer_1_1frm_create.html',1,'Chummer']]],
+ ['frmcreatecyberwaresuite',['frmCreateCyberwareSuite',['../class_chummer_1_1frm_create_cyberware_suite.html',1,'Chummer']]],
+ ['frmcreateimprovement',['frmCreateImprovement',['../class_chummer_1_1frm_create_improvement.html',1,'Chummer']]],
+ ['frmcreatepackskit',['frmCreatePACKSKit',['../class_chummer_1_1frm_create_p_a_c_k_s_kit.html',1,'Chummer']]],
+ ['frmcreatespell',['frmCreateSpell',['../class_chummer_1_1frm_create_spell.html',1,'Chummer']]],
+ ['frmdicehits',['frmDiceHits',['../class_chummer_1_1frm_dice_hits.html',1,'Chummer']]],
+ ['frmdiceroller',['frmDiceRoller',['../class_chummer_1_1frm_dice_roller.html',1,'Chummer']]],
+ ['frmexpense',['frmExpense',['../class_chummer_1_1frm_expense.html',1,'Chummer']]],
+ ['frmexport',['frmExport',['../class_chummer_1_1frm_export.html',1,'Chummer']]],
+ ['frmhistory',['frmHistory',['../class_chummer_1_1frm_history.html',1,'Chummer']]],
+ ['frmlifestylenuyen',['frmLifestyleNuyen',['../class_chummer_1_1frm_lifestyle_nuyen.html',1,'Chummer']]],
+ ['frmmain',['frmMain',['../class_chummer_1_1frm_main.html',1,'Chummer']]],
+ ['frmmetatype',['frmMetatype',['../class_chummer_1_1frm_metatype.html',1,'Chummer']]],
+ ['frmnaturalweapon',['frmNaturalWeapon',['../class_chummer_1_1frm_natural_weapon.html',1,'Chummer']]],
+ ['frmnotes',['frmNotes',['../class_chummer_1_1frm_notes.html',1,'Chummer']]],
+ ['frmomae',['frmOmae',['../class_chummer_1_1frm_omae.html',1,'Chummer']]],
+ ['frmomaeaccount',['frmOmaeAccount',['../class_chummer_1_1frm_omae_account.html',1,'Chummer']]],
+ ['frmomaecompress',['frmOmaeCompress',['../class_chummer_1_1frm_omae_compress.html',1,'Chummer']]],
+ ['frmomaeupload',['frmOmaeUpload',['../class_chummer_1_1frm_omae_upload.html',1,'Chummer']]],
+ ['frmomaeuploaddata',['frmOmaeUploadData',['../class_chummer_1_1frm_omae_upload_data.html',1,'Chummer']]],
+ ['frmomaeuploadlanguage',['frmOmaeUploadLanguage',['../class_chummer_1_1frm_omae_upload_language.html',1,'Chummer']]],
+ ['frmomaeuploadsheet',['frmOmaeUploadSheet',['../class_chummer_1_1frm_omae_upload_sheet.html',1,'Chummer']]],
+ ['frmoptions',['frmOptions',['../class_chummer_1_1frm_options.html',1,'Chummer']]],
+ ['frmprintmultiple',['frmPrintMultiple',['../class_chummer_1_1frm_print_multiple.html',1,'Chummer']]],
+ ['frmreload',['frmReload',['../class_chummer_1_1frm_reload.html',1,'Chummer']]],
+ ['frmselectadvancedlifestyle',['frmSelectAdvancedLifestyle',['../class_chummer_1_1frm_select_advanced_lifestyle.html',1,'Chummer']]],
+ ['frmselectarmor',['frmSelectArmor',['../class_chummer_1_1frm_select_armor.html',1,'Chummer']]],
+ ['frmselectarmormod',['frmSelectArmorMod',['../class_chummer_1_1frm_select_armor_mod.html',1,'Chummer']]],
+ ['frmselectattribute',['frmSelectAttribute',['../class_chummer_1_1frm_select_attribute.html',1,'Chummer']]],
+ ['frmselectbp',['frmSelectBP',['../class_chummer_1_1frm_select_b_p.html',1,'Chummer']]],
+ ['frmselectcalendarstart',['frmSelectCalendarStart',['../class_chummer_1_1frm_select_calendar_start.html',1,'Chummer']]],
+ ['frmselectcontactconnection',['frmSelectContactConnection',['../class_chummer_1_1frm_select_contact_connection.html',1,'Chummer']]],
+ ['frmselectcritterpower',['frmSelectCritterPower',['../class_chummer_1_1frm_select_critter_power.html',1,'Chummer']]],
+ ['frmselectcyberware',['frmSelectCyberware',['../class_chummer_1_1frm_select_cyberware.html',1,'Chummer']]],
+ ['frmselectcyberwaresuite',['frmSelectCyberwareSuite',['../class_chummer_1_1frm_select_cyberware_suite.html',1,'Chummer']]],
+ ['frmselectexoticskill',['frmSelectExoticSkill',['../class_chummer_1_1frm_select_exotic_skill.html',1,'Chummer']]],
+ ['frmselectgear',['frmSelectGear',['../class_chummer_1_1frm_select_gear.html',1,'Chummer']]],
+ ['frmselectitem',['frmSelectItem',['../class_chummer_1_1frm_select_item.html',1,'Chummer']]],
+ ['frmselectlifestyle',['frmSelectLifestyle',['../class_chummer_1_1frm_select_lifestyle.html',1,'Chummer']]],
+ ['frmselectmartialart',['frmSelectMartialArt',['../class_chummer_1_1frm_select_martial_art.html',1,'Chummer']]],
+ ['frmselectmartialartadvantage',['frmSelectMartialArtAdvantage',['../class_chummer_1_1frm_select_martial_art_advantage.html',1,'Chummer']]],
+ ['frmselectmartialartmaneuver',['frmSelectMartialArtManeuver',['../class_chummer_1_1frm_select_martial_art_maneuver.html',1,'Chummer']]],
+ ['frmselectmentorspirit',['frmSelectMentorSpirit',['../class_chummer_1_1frm_select_mentor_spirit.html',1,'Chummer']]],
+ ['frmselectmetamagic',['frmSelectMetamagic',['../class_chummer_1_1frm_select_metamagic.html',1,'Chummer']]],
+ ['frmselectnexus',['frmSelectNexus',['../class_chummer_1_1frm_select_nexus.html',1,'Chummer']]],
+ ['frmselectnumber',['frmSelectNumber',['../class_chummer_1_1frm_select_number.html',1,'Chummer']]],
+ ['frmselectpackskit',['frmSelectPACKSKit',['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html',1,'Chummer']]],
+ ['frmselectpower',['frmSelectPower',['../class_chummer_1_1frm_select_power.html',1,'Chummer']]],
+ ['frmselectprogram',['frmSelectProgram',['../class_chummer_1_1frm_select_program.html',1,'Chummer']]],
+ ['frmselectprogramoption',['frmSelectProgramOption',['../class_chummer_1_1frm_select_program_option.html',1,'Chummer']]],
+ ['frmselectquality',['frmSelectQuality',['../class_chummer_1_1frm_select_quality.html',1,'Chummer']]],
+ ['frmselectsetting',['frmSelectSetting',['../class_chummer_1_1frm_select_setting.html',1,'Chummer']]],
+ ['frmselectside',['frmSelectSide',['../class_chummer_1_1frm_select_side.html',1,'Chummer']]],
+ ['frmselectskill',['frmSelectSkill',['../class_chummer_1_1frm_select_skill.html',1,'Chummer']]],
+ ['frmselectskillcategory',['frmSelectSkillCategory',['../class_chummer_1_1frm_select_skill_category.html',1,'Chummer']]],
+ ['frmselectskillgroup',['frmSelectSkillGroup',['../class_chummer_1_1frm_select_skill_group.html',1,'Chummer']]],
+ ['frmselectspell',['frmSelectSpell',['../class_chummer_1_1frm_select_spell.html',1,'Chummer']]],
+ ['frmselectspellcategory',['frmSelectSpellCategory',['../class_chummer_1_1frm_select_spell_category.html',1,'Chummer']]],
+ ['frmselecttext',['frmSelectText',['../class_chummer_1_1frm_select_text.html',1,'Chummer']]],
+ ['frmselectvehicle',['frmSelectVehicle',['../class_chummer_1_1frm_select_vehicle.html',1,'Chummer']]],
+ ['frmselectvehiclemod',['frmSelectVehicleMod',['../class_chummer_1_1frm_select_vehicle_mod.html',1,'Chummer']]],
+ ['frmselectweapon',['frmSelectWeapon',['../class_chummer_1_1frm_select_weapon.html',1,'Chummer']]],
+ ['frmselectweaponaccessory',['frmSelectWeaponAccessory',['../class_chummer_1_1frm_select_weapon_accessory.html',1,'Chummer']]],
+ ['frmselectweaponcategory',['frmSelectWeaponCategory',['../class_chummer_1_1frm_select_weapon_category.html',1,'Chummer']]],
+ ['frmsellitem',['frmSellItem',['../class_chummer_1_1frm_sell_item.html',1,'Chummer']]],
+ ['frmtest',['frmTest',['../class_chummer_1_1frm_test.html',1,'Chummer']]],
+ ['frmupdate',['frmUpdate',['../class_chummer_1_1frm_update.html',1,'Chummer']]],
+ ['frmviewer',['frmViewer',['../class_chummer_1_1frm_viewer.html',1,'Chummer']]],
+ ['fullburst',['FullBurst',['../class_chummer_1_1_weapon.html#ab7793e43c0392d7ebbca96c6d85a16ee',1,'Chummer.Weapon.FullBurst()'],['../class_chummer_1_1_weapon_mod.html#afefbfdd8c28225885e903e16e48170c6',1,'Chummer.WeaponMod.FullBurst()']]],
+ ['fullname',['FullName',['../class_chummer_1_1_power.html#aabb975e442d228532d79da74ab0a0a61',1,'Chummer::Power']]]
+];
diff --git a/docs/search/all_6.html b/docs/search/all_6.html
new file mode 100644
index 0000000..b98d731
--- /dev/null
+++ b/docs/search/all_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_6.js b/docs/search/all_6.js
new file mode 100644
index 0000000..f33ba62
--- /dev/null
+++ b/docs/search/all_6.js
@@ -0,0 +1,35 @@
+var searchData=
+[
+ ['gamenotes',['GameNotes',['../class_chummer_1_1_character.html#a5dc48c99b87aa07f1f0655a0805f9c3c',1,'Chummer::Character']]],
+ ['gear',['Gear',['../class_chummer_1_1_gear.html',1,'Chummer']]],
+ ['gear',['Gear',['../class_chummer_1_1_character.html#a03700c9fd236ad90865372bf3e217eff',1,'Chummer.Character.Gear()'],['../class_chummer_1_1_armor.html#a42dca208c9a52425f9e068fb23ed11c2',1,'Chummer.Armor.Gear()'],['../class_chummer_1_1_cyberware.html#aa450439d262775267211884f4a4787a9',1,'Chummer.Cyberware.Gear()'],['../class_chummer_1_1_weapon_accessory.html#a2301b089650f863ebe0581489eccbcd1',1,'Chummer.WeaponAccessory.Gear()'],['../class_chummer_1_1_vehicle.html#ad904b4bff372507e37e888e61af83979',1,'Chummer.Vehicle.Gear()'],['../class_chummer_1_1_stacked_focus.html#a27af4f31a7093643b83d54a15b05070c',1,'Chummer.StackedFocus.Gear()'],['../class_chummer_1_1frm_select_item.html#a8675f9859851da59c874f294f7295298',1,'Chummer.frmSelectItem.Gear()']]],
+ ['gearid',['GearId',['../class_chummer_1_1_focus.html#a60fda60a61de5f630cb450877c0cd5f0',1,'Chummer.Focus.GearId()'],['../class_chummer_1_1_stacked_focus.html#a2d8a0478b8d4e4e136a8170282d32d70',1,'Chummer.StackedFocus.GearId()']]],
+ ['gearname',['GearName',['../class_chummer_1_1_gear.html#a9e6a082622a4d6fa099cf3fd8f9b2e10',1,'Chummer::Gear']]],
+ ['generalitems',['GeneralItems',['../class_chummer_1_1frm_select_item.html#a08fcc470509a0e2494b9124410758367',1,'Chummer::frmSelectItem']]],
+ ['genetechcostmultiplier',['GenetechCostMultiplier',['../class_chummer_1_1frm_select_cyberware.html#ab593f918fd678afc67231e63ccec2db0',1,'Chummer::frmSelectCyberware']]],
+ ['getattribute',['GetAttribute',['../class_chummer_1_1_character.html#ad8e36f20c9154373dd18c0d92230e147',1,'Chummer::Character']]],
+ ['getcharactertypes',['GetCharacterTypes',['../class_chummer_1_1frm_omae.html#a5d223ae24998d6240a69deafcd22da87',1,'Chummer::frmOmae']]],
+ ['getcharactertypesrequest',['GetCharacterTypesRequest',['../class_chummer_1_1_omae_service_1_1_get_character_types_request.html',1,'Chummer::OmaeService']]],
+ ['getcharactertypesrequestbody',['GetCharacterTypesRequestBody',['../class_chummer_1_1_omae_service_1_1_get_character_types_request_body.html',1,'Chummer::OmaeService']]],
+ ['getcharactertypesresponse',['GetCharacterTypesResponse',['../class_chummer_1_1_omae_service_1_1_get_character_types_response.html',1,'Chummer::OmaeService']]],
+ ['getcharactertypesresponsebody',['GetCharacterTypesResponseBody',['../class_chummer_1_1_omae_service_1_1_get_character_types_response_body.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressrequest',['GetEmailAddressRequest',['../class_chummer_1_1_omae_service_1_1_get_email_address_request.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressrequestbody',['GetEmailAddressRequestBody',['../class_chummer_1_1_omae_service_1_1_get_email_address_request_body.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressresponse',['GetEmailAddressResponse',['../class_chummer_1_1_omae_service_1_1_get_email_address_response.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressresponsebody',['GetEmailAddressResponseBody',['../class_chummer_1_1_omae_service_1_1_get_email_address_response_body.html',1,'Chummer::OmaeService']]],
+ ['getgrade',['GetGrade',['../class_chummer_1_1_grade_list.html#af4bb3a6b4d600c0fdcec930ed7459895',1,'Chummer::GradeList']]],
+ ['getobjectname',['GetObjectName',['../class_chummer_1_1_character.html#a0af806f1c11089292a862e2928a0e576',1,'Chummer::Character']]],
+ ['getomaeservice',['GetOmaeService',['../class_chummer_1_1_omae_helper.html#a5a107c8092037bdc5f698df999cf9404',1,'Chummer::OmaeHelper']]],
+ ['getstring',['GetString',['../class_chummer_1_1_language_manager.html#aa603dc34b1b56b366b9947ab8287e1c4',1,'Chummer::LanguageManager']]],
+ ['gettranslationservice',['GetTranslationService',['../class_chummer_1_1_omae_helper.html#a21562b975b9bebc054967e590af13089',1,'Chummer::OmaeHelper']]],
+ ['globaloptions',['GlobalOptions',['../class_chummer_1_1_global_options.html',1,'Chummer']]],
+ ['grade',['Grade',['../class_chummer_1_1_cyberware.html#a76302a7ccd3a54ef81b84ea7e0b33819',1,'Chummer.Cyberware.Grade()'],['../class_chummer_1_1_initiation_grade.html#ac00af9d7ce078d90e73a655356696cad',1,'Chummer.InitiationGrade.Grade()']]],
+ ['grade',['Grade',['../class_chummer_1_1_grade.html',1,'Chummer']]],
+ ['gradelist',['GradeList',['../class_chummer_1_1_grade_list.html',1,'Chummer']]],
+ ['group',['Group',['../class_chummer_1_1_contact.html#a06efe0c498d5fc05750a8ef50f160e3d',1,'Chummer.Contact.Group()'],['../class_chummer_1_1_initiation_grade.html#a83167eb8a996f6ccf7f99f11f6c99abe',1,'Chummer.InitiationGrade.Group()']]],
+ ['groupmember',['GroupMember',['../class_chummer_1_1_character.html#a8881f237479f5a1ca4341f0b84131fe7',1,'Chummer::Character']]],
+ ['groupname',['GroupName',['../class_chummer_1_1_character.html#a631ec60dd5066df010d8e849f0a550ef',1,'Chummer.Character.GroupName()'],['../class_chummer_1_1_contact.html#ae810530af15dd7b395792e950ad715f4',1,'Chummer.Contact.GroupName()'],['../class_chummer_1_1frm_select_contact_connection.html#a0ab37585fedd99b142f4b403ee660290',1,'Chummer.frmSelectContactConnection.GroupName()'],['../class_chummer_1_1_skill_group_control.html#ab799bc9ad5e648b49cc38eb7df73e947',1,'Chummer.SkillGroupControl.GroupName()']]],
+ ['groupnotes',['GroupNotes',['../class_chummer_1_1_character.html#a4e18259a338266979e59f1e6b85d4b73',1,'Chummer::Character']]],
+ ['grouprating',['GroupRating',['../class_chummer_1_1_contact_control.html#a46c41c97037fef0991c10d9f0077c1ab',1,'Chummer.ContactControl.GroupRating()'],['../class_chummer_1_1_skill_group_control.html#aa92c35b1a37fac4a0c9a5e82019fbe24',1,'Chummer.SkillGroupControl.GroupRating()']]],
+ ['groupratingmaximum',['GroupRatingMaximum',['../class_chummer_1_1_skill_group_control.html#a7a93249aee3e6784076e05ecf362e88d',1,'Chummer::SkillGroupControl']]]
+];
diff --git a/docs/search/all_7.html b/docs/search/all_7.html
new file mode 100644
index 0000000..ef20222
--- /dev/null
+++ b/docs/search/all_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_7.js b/docs/search/all_7.js
new file mode 100644
index 0000000..933743b
--- /dev/null
+++ b/docs/search/all_7.js
@@ -0,0 +1,18 @@
+var searchData=
+[
+ ['hacked',['Hacked',['../class_chummer_1_1frm_select_gear.html#a00a3ecdd7f6492c5d09c9f23273cf5b1',1,'Chummer::frmSelectGear']]],
+ ['hair',['Hair',['../class_chummer_1_1_character.html#acd94187cdd58268b9cb225cd62f02049',1,'Chummer::Character']]],
+ ['handling',['Handling',['../class_chummer_1_1_vehicle.html#a8d4e2dddbae2f03a71a56544aaea71ed',1,'Chummer::Vehicle']]],
+ ['hascombatskills',['HasCombatSkills',['../class_chummer_1_1_skill_group.html#ad94bc69b680c15dc999786657c671850',1,'Chummer.SkillGroup.HasCombatSkills()'],['../class_chummer_1_1_skill_group_control.html#afd166fc5565b0606254c3bd9ff5ec7ab',1,'Chummer.SkillGroupControl.HasCombatSkills()']]],
+ ['hasimprovement',['HasImprovement',['../class_chummer_1_1_character.html#ae188228c74a8de7137faf6503891df57',1,'Chummer::Character']]],
+ ['hasmagicalskills',['HasMagicalSkills',['../class_chummer_1_1_skill_group.html#aa7cb99d73da06126873a764c725a48a0',1,'Chummer.SkillGroup.HasMagicalSkills()'],['../class_chummer_1_1_skill_group_control.html#a9e21cb34b661697b5b15f40a583a0b2f',1,'Chummer.SkillGroupControl.HasMagicalSkills()']]],
+ ['hasmodifiers',['HasModifiers',['../class_chummer_1_1_attribute.html#a7e3f0f5f66fe14f9a3a701729a5191ce',1,'Chummer::Attribute']]],
+ ['hasmodularelectronics',['HasModularElectronics',['../class_chummer_1_1frm_select_vehicle_mod.html#afda6c6b7fb1c27de66b288e18a990dd6',1,'Chummer.frmSelectVehicleMod.HasModularElectronics()'],['../class_chummer_1_1_vehicle.html#a172ff7bcf441ea416d21c5ef987ec3dc',1,'Chummer.Vehicle.HasModularElectronics()']]],
+ ['hasphysicalskills',['HasPhysicalSkills',['../class_chummer_1_1_skill_group.html#af11133540fac8fac1d06d02f165400f2',1,'Chummer.SkillGroup.HasPhysicalSkills()'],['../class_chummer_1_1_skill_group_control.html#a9a2dfbd8cd8cc859c459004b3572a85e',1,'Chummer.SkillGroupControl.HasPhysicalSkills()']]],
+ ['hasresonanceskills',['HasResonanceSkills',['../class_chummer_1_1_skill_group.html#acb677cb42806dbbca7719fd45e68b413',1,'Chummer.SkillGroup.HasResonanceSkills()'],['../class_chummer_1_1_skill_group_control.html#a6ab2a8a3422a21eb64e71b55695a3a5a',1,'Chummer.SkillGroupControl.HasResonanceSkills()']]],
+ ['hassocialskills',['HasSocialSkills',['../class_chummer_1_1_skill_group.html#a6f71b1b832187c111de8397144570498',1,'Chummer.SkillGroup.HasSocialSkills()'],['../class_chummer_1_1_skill_group_control.html#a9ddc58d6b667a3bcea93494bf014b1e0',1,'Chummer.SkillGroupControl.HasSocialSkills()']]],
+ ['hastechnicalskills',['HasTechnicalSkills',['../class_chummer_1_1_skill_group.html#a20b52bbc873f2d67bd5128baa5dc47bd',1,'Chummer.SkillGroup.HasTechnicalSkills()'],['../class_chummer_1_1_skill_group_control.html#a7ff004e55ed88ab8181c7098658a4d58',1,'Chummer.SkillGroupControl.HasTechnicalSkills()']]],
+ ['hasvehicleskills',['HasVehicleSkills',['../class_chummer_1_1_skill_group.html#a5763a0c43a19aee1ffd65022756e0a79',1,'Chummer.SkillGroup.HasVehicleSkills()'],['../class_chummer_1_1_skill_group_control.html#a9f1a51048062c20675e78ddfb4664698',1,'Chummer.SkillGroupControl.HasVehicleSkills()']]],
+ ['height',['Height',['../class_chummer_1_1_character.html#a70136f61f06c864a46b4281c2955287e',1,'Chummer::Character']]],
+ ['homenode',['HomeNode',['../class_chummer_1_1_gear.html#a1af2ba29b9aca2f03646657d7c5c85f5',1,'Chummer.Gear.HomeNode()'],['../class_chummer_1_1_vehicle.html#a3116c946fd9c3f38579d96704d90ae38',1,'Chummer.Vehicle.HomeNode()']]]
+];
diff --git a/docs/search/all_8.html b/docs/search/all_8.html
new file mode 100644
index 0000000..12e5aff
--- /dev/null
+++ b/docs/search/all_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_8.js b/docs/search/all_8.js
new file mode 100644
index 0000000..b8c4db7
--- /dev/null
+++ b/docs/search/all_8.js
@@ -0,0 +1,45 @@
+var searchData=
+[
+ ['ignorearmorencumbrance',['IgnoreArmorEncumbrance',['../class_chummer_1_1_character_options.html#ad9ee7d79fc47f6c93abab220388b6f48',1,'Chummer::CharacterOptions']]],
+ ['ignorequality',['IgnoreQuality',['../class_chummer_1_1frm_select_quality.html#a7b7913cd78868552167e2fdfba0bfc9d',1,'Chummer::frmSelectQuality']]],
+ ['ignorerules',['IgnoreRules',['../class_chummer_1_1_character.html#a413ea400697c9e840dbc41e76bdd3d5a',1,'Chummer::Character']]],
+ ['impact',['Impact',['../class_chummer_1_1_armor_mod.html#a659c771ceee1ff0590d116792379bbde',1,'Chummer.ArmorMod.Impact()'],['../class_chummer_1_1_armor.html#ae91aaaa95fb366121a165502def0b510',1,'Chummer.Armor.Impact()']]],
+ ['impactarmorencumbrance',['ImpactArmorEncumbrance',['../class_chummer_1_1_character.html#ad2f6fa1b970d0c24e333a54c47d5a97a',1,'Chummer::Character']]],
+ ['impactarmorrating',['ImpactArmorRating',['../class_chummer_1_1_character.html#ad04c6f31bb0a7a81ae743fcd018b3a81',1,'Chummer::Character']]],
+ ['impactdamage',['ImpactDamage',['../class_chummer_1_1_armor.html#a2b9f39b6a9739d6c15110b4c1f5dcd65',1,'Chummer::Armor']]],
+ ['improvedname',['ImprovedName',['../class_chummer_1_1_improvement.html#a0f1efc33d46fa5236943520e61a50ad2',1,'Chummer::Improvement']]],
+ ['improvement',['Improvement',['../class_chummer_1_1_improvement.html',1,'Chummer']]],
+ ['improvementgroups',['ImprovementGroups',['../class_chummer_1_1_character.html#a42e8e6d2498d9dc16bb90115dc3a27ba',1,'Chummer::Character']]],
+ ['improvementmanager',['ImprovementManager',['../class_chummer_1_1_improvement_manager.html',1,'Chummer']]],
+ ['improvements',['Improvements',['../class_chummer_1_1_character.html#a8bd153381ad22c34d5c3f405bf924ad5',1,'Chummer::Character']]],
+ ['improvesource',['ImproveSource',['../class_chummer_1_1_improvement.html#afc357c7f57dec73d711730d7354e2abc',1,'Chummer::Improvement']]],
+ ['improvetype',['ImproveType',['../class_chummer_1_1_improvement.html#a591c78d0581a2e12a20abfde10c03245',1,'Chummer::Improvement']]],
+ ['includedinarmor',['IncludedInArmor',['../class_chummer_1_1_armor_mod.html#a784f3a181fae4ca577077df60850a985',1,'Chummer::ArmorMod']]],
+ ['includedinparent',['IncludedInParent',['../class_chummer_1_1_gear.html#a9f35acf40e211abdd6eb94dea00b89ad',1,'Chummer::Gear']]],
+ ['includedinvehicle',['IncludedInVehicle',['../class_chummer_1_1_vehicle_mod.html#a38f42d864e235df21f095e041e4be3a0',1,'Chummer::VehicleMod']]],
+ ['includedinweapon',['IncludedInWeapon',['../class_chummer_1_1_weapon.html#a8d4f2cf9b0d44b310627d16de39d126c',1,'Chummer.Weapon.IncludedInWeapon()'],['../class_chummer_1_1_weapon_accessory.html#a1508b2d3e1303a28a0e8f690410bc226',1,'Chummer.WeaponAccessory.IncludedInWeapon()'],['../class_chummer_1_1_weapon_mod.html#aec5f16f50e6e608b5c1456eb885c2bda',1,'Chummer.WeaponMod.IncludedInWeapon()']]],
+ ['infirm',['Infirm',['../class_chummer_1_1_character.html#a22c83f826297ea134e27f2a6f4a9e432',1,'Chummer::Character']]],
+ ['inherentprogram',['InherentProgram',['../class_chummer_1_1frm_select_gear.html#a8c60effd744f11df6778f3e753373219',1,'Chummer::frmSelectGear']]],
+ ['ini',['INI',['../class_chummer_1_1_character.html#a82e5364d52beeb38cd6ba2138d1a5b90',1,'Chummer::Character']]],
+ ['initiategrade',['InitiateGrade',['../class_chummer_1_1_character.html#adf0d008ea1f5f10914fe0fc8ce1bad8c',1,'Chummer::Character']]],
+ ['initiationenabled',['InitiationEnabled',['../class_chummer_1_1_character.html#a8958ff370a005c2152bfc3478db59a6c',1,'Chummer::Character']]],
+ ['initiationgrade',['InitiationGrade',['../class_chummer_1_1_initiation_grade.html',1,'Chummer']]],
+ ['initiationgrades',['InitiationGrades',['../class_chummer_1_1_character.html#a5d99737638e3c8764135421b60994483',1,'Chummer::Character']]],
+ ['initiative',['Initiative',['../class_chummer_1_1_character.html#a39edbb49cdee8316a8c1d6903cd63b26',1,'Chummer::Character']]],
+ ['initiativepasses',['InitiativePasses',['../class_chummer_1_1_character.html#a9c522eb170a27099eecb1183eb72b9a8',1,'Chummer::Character']]],
+ ['inputfile',['InputFile',['../class_chummer_1_1frm_select_vehicle_mod.html#a69d507064c80aab6f369d233aba8aa30',1,'Chummer::frmSelectVehicleMod']]],
+ ['installed',['Installed',['../class_chummer_1_1_weapon.html#a87dbfb13426847e167a2f080c2a38378',1,'Chummer.Weapon.Installed()'],['../class_chummer_1_1_weapon_accessory.html#af23e160804af918d8256d34a391cff6c',1,'Chummer.WeaponAccessory.Installed()'],['../class_chummer_1_1_weapon_mod.html#a278a9547cea725aa10c9834b1cbe969b',1,'Chummer.WeaponMod.Installed()'],['../class_chummer_1_1_vehicle_mod.html#a4f621f997073d32958ebf052a8f6907f',1,'Chummer.VehicleMod.Installed()']]],
+ ['instance',['Instance',['../class_chummer_1_1_language_manager.html#a7ce8e52f0a6b98ea84a4ec0919f431f8',1,'Chummer.LanguageManager.Instance()'],['../class_chummer_1_1_global_options.html#adc065e4954f747a5b8c281003035a2c9',1,'Chummer.GlobalOptions.Instance()'],['../class_chummer_1_1_xml_manager.html#ad4c425ac86e61c63c12fd02b802c3b6d',1,'Chummer.XmlManager.Instance()']]],
+ ['int',['INT',['../class_chummer_1_1_character.html#a12baaf720eaecdae4c0c97ae6307c2d2',1,'Chummer::Character']]],
+ ['internalid',['InternalId',['../class_chummer_1_1_armor_mod.html#a84e8d6ef6156e7b6607b7b3f2a192bb3',1,'Chummer.ArmorMod.InternalId()'],['../class_chummer_1_1_armor.html#ada20adaf582f293cc6c2445d29f74a2d',1,'Chummer.Armor.InternalId()'],['../class_chummer_1_1_cyberware.html#ab91e755f4be39efbc52d1cdafcd22c69',1,'Chummer.Cyberware.InternalId()'],['../class_chummer_1_1_weapon.html#a5f652413ec39e0a2ea569b3ec0146ab4',1,'Chummer.Weapon.InternalId()'],['../class_chummer_1_1_weapon_accessory.html#a2d1892fc4ddc7f54a128a37122533cfb',1,'Chummer.WeaponAccessory.InternalId()'],['../class_chummer_1_1_weapon_mod.html#a4a61e056cf9b962ec10ff26d735e61cc',1,'Chummer.WeaponMod.InternalId()'],['../class_chummer_1_1_lifestyle.html#a2b009fa765bb527e75b96d65d77b8500',1,'Chummer.Lifestyle.InternalId()'],['../class_chummer_1_1_gear.html#a174ff53b14f9c07a136357fad3923688',1,'Chummer.Gear.InternalId()'],['../class_chummer_1_1_vehicle_mod.html#abb094e5ae498e77e9e45848027431981',1,'Chummer.VehicleMod.InternalId()'],['../class_chummer_1_1_vehicle.html#abacb69a2ea5c87b6557c314b0c448dc6',1,'Chummer.Vehicle.InternalId()'],['../class_chummer_1_1_expense_log_entry.html#a698f0f5dc470f56cf22fd21ada3033a5',1,'Chummer.ExpenseLogEntry.InternalId()'],['../class_chummer_1_1_quality.html#a7905a9ce87fb53b4e7b3cd4d33ced25d',1,'Chummer.Quality.InternalId()'],['../class_chummer_1_1_spell.html#a9445041baaad58f9d272506c1ab4479e',1,'Chummer.Spell.InternalId()'],['../class_chummer_1_1_focus.html#a0a55e4089d03959c71cea4a90fe748a0',1,'Chummer.Focus.InternalId()'],['../class_chummer_1_1_stacked_focus.html#ab35e2c0dbd79c5b40edcb97806248886',1,'Chummer.StackedFocus.InternalId()'],['../class_chummer_1_1_metamagic.html#a027d03d076096749640cf0b599599de5',1,'Chummer.Metamagic.InternalId()'],['../class_chummer_1_1_power.html#a7d1017d66e987446f93f3b8f2005de31',1,'Chummer.Power.InternalId()'],['../class_chummer_1_1_tech_program.html#a98f4a9e39a3bfe26b194a3294f80002a',1,'Chummer.TechProgram.InternalId()'],['../class_chummer_1_1_tech_program_option.html#ae5779e056dacac66a82b54fd31ffb723',1,'Chummer.TechProgramOption.InternalId()'],['../class_chummer_1_1_martial_art_advantage.html#a999f7389a2df7446ab685a2c7739474b',1,'Chummer.MartialArtAdvantage.InternalId()'],['../class_chummer_1_1_martial_art_maneuver.html#adf93f7dc8dfc8e4acb9ab6c400f20f09',1,'Chummer.MartialArtManeuver.InternalId()'],['../class_chummer_1_1_critter_power.html#ade42e8012f9e83e39a3802688b7813ad',1,'Chummer.CritterPower.InternalId()'],['../class_chummer_1_1_initiation_grade.html#abddb418054a0ff699af9741603eb8076',1,'Chummer.InitiationGrade.InternalId()'],['../class_chummer_1_1_calendar_week.html#a1015436c5e934e5206b429c734dd42ba',1,'Chummer.CalendarWeek.InternalId()']]],
+ ['isactive',['IsActive',['../class_chummer_1_1_commlink.html#addfb8a91b363a7328cec584ffec7fdef',1,'Chummer::Commlink']]],
+ ['iscritter',['IsCritter',['../class_chummer_1_1_character.html#a3d3d097160b6f1f755d465dba7eb8e1f',1,'Chummer::Character']]],
+ ['isenabled',['IsEnabled',['../class_chummer_1_1_skill_group_control.html#a9e0f76e3e616649aa00819ab32f886b8',1,'Chummer::SkillGroupControl']]],
+ ['isergonomic',['IsErgonomic',['../class_chummer_1_1_gear.html#aca99569f8aa2dc65822b592664f2ffa3',1,'Chummer::Gear']]],
+ ['isfreesprite',['IsFreeSprite',['../class_chummer_1_1_character.html#a64bd094afcdbc65bb4233d9746c8378d',1,'Chummer::Character']]],
+ ['isgrouped',['IsGrouped',['../class_chummer_1_1_skill.html#a181fca1756b33043f823fecf3c80c0d9',1,'Chummer.Skill.IsGrouped()'],['../class_chummer_1_1_skill_control.html#a5f6ad54491be422627566410fc1508e3',1,'Chummer.SkillControl.IsGrouped()']]],
+ ['islivingpersona',['IsLivingPersona',['../class_chummer_1_1_commlink.html#aca8623ad70b8da9600a45582b8d70abf',1,'Chummer::Commlink']]],
+ ['isprogram',['IsProgram',['../class_chummer_1_1_gear.html#a9f3b3b143ac2273004a24e8c3451c4bf',1,'Chummer::Gear']]],
+ ['issprite',['IsSprite',['../class_chummer_1_1_character.html#a1409fa3c989a36fdd4ed3660662d2ce6',1,'Chummer::Character']]],
+ ['isunderbarrelweapon',['IsUnderbarrelWeapon',['../class_chummer_1_1_weapon.html#aea92779aa038f45adcb8e5f013f4a5ad',1,'Chummer::Weapon']]]
+];
diff --git a/docs/search/all_9.html b/docs/search/all_9.html
new file mode 100644
index 0000000..7e10007
--- /dev/null
+++ b/docs/search/all_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_9.js b/docs/search/all_9.js
new file mode 100644
index 0000000..a678505
--- /dev/null
+++ b/docs/search/all_9.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['judgeintentions',['JudgeIntentions',['../class_chummer_1_1_character.html#a2ac3879f99cac50c838a3483878b306e',1,'Chummer::Character']]]
+];
diff --git a/docs/search/all_a.html b/docs/search/all_a.html
new file mode 100644
index 0000000..95b4c8f
--- /dev/null
+++ b/docs/search/all_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_a.js b/docs/search/all_a.js
new file mode 100644
index 0000000..ae82610
--- /dev/null
+++ b/docs/search/all_a.js
@@ -0,0 +1,47 @@
+var searchData=
+[
+ ['karma',['Karma',['../class_chummer_1_1_character.html#aea161b10e5703e6256b20edea8b8b3e7',1,'Chummer::Character']]],
+ ['karmaanchoringfocus',['KarmaAnchoringFocus',['../class_chummer_1_1_character_options.html#a9584288cb3a02a0110eb0447004aa890',1,'Chummer::CharacterOptions']]],
+ ['karmaattribute',['KarmaAttribute',['../class_chummer_1_1_character_options.html#acf9138ebf932d89d4d8068c35c38c834',1,'Chummer::CharacterOptions']]],
+ ['karmabanishingfocus',['KarmaBanishingFocus',['../class_chummer_1_1_character_options.html#ab09f63dbb0cce1a615b4f74c691e24df',1,'Chummer::CharacterOptions']]],
+ ['karmabindingfocus',['KarmaBindingFocus',['../class_chummer_1_1_character_options.html#a4faabc17c0f6cd354410d4891175c09f',1,'Chummer::CharacterOptions']]],
+ ['karmacarryover',['KarmaCarryover',['../class_chummer_1_1_character_options.html#a6d1f9d20b9ed621a1f45bd0de1922858',1,'Chummer::CharacterOptions']]],
+ ['karmacenteringfocus',['KarmaCenteringFocus',['../class_chummer_1_1_character_options.html#af024d36dd0d5f3c51d7bf37202a81612',1,'Chummer::CharacterOptions']]],
+ ['karmacomplexformoption',['KarmaComplexFormOption',['../class_chummer_1_1_character_options.html#a0f0c08b7f1afcd7e4218043236bb1dc2',1,'Chummer::CharacterOptions']]],
+ ['karmacomplexformskillsoft',['KarmaComplexFormSkillsoft',['../class_chummer_1_1_character_options.html#ae8611483bcf0771bd648b89e9c3250ea',1,'Chummer::CharacterOptions']]],
+ ['karmacontact',['KarmaContact',['../class_chummer_1_1_character_options.html#ad221f374f1a21af79036096b6568a061',1,'Chummer::CharacterOptions']]],
+ ['karmacost',['KarmaCost',['../class_chummer_1_1_initiation_grade.html#ae59cdb608f5e65162a0b73bf5b5c57e5',1,'Chummer::InitiationGrade']]],
+ ['karmacounterspellingfocus',['KarmaCounterspellingFocus',['../class_chummer_1_1_character_options.html#a7b861f2e5912df3fd1c05312d97571dc',1,'Chummer::CharacterOptions']]],
+ ['karmadiviningfocus',['KarmaDiviningFocus',['../class_chummer_1_1_character_options.html#ab0c4a91c87dab1e76e0eaad1b04c9406',1,'Chummer::CharacterOptions']]],
+ ['karmadowsingfocus',['KarmaDowsingFocus',['../class_chummer_1_1_character_options.html#a03de837464a8a5bffef7999fefc59cb4',1,'Chummer::CharacterOptions']]],
+ ['karmaimproveactiveskill',['KarmaImproveActiveSkill',['../class_chummer_1_1_character_options.html#a0e8b926f9b6e892b7c514790f19cb7ff',1,'Chummer::CharacterOptions']]],
+ ['karmaimprovecomplexform',['KarmaImproveComplexForm',['../class_chummer_1_1_character_options.html#a12f4219dbcdcb7d83bea25d84dda9430',1,'Chummer::CharacterOptions']]],
+ ['karmaimproveknowledgeskill',['KarmaImproveKnowledgeSkill',['../class_chummer_1_1_character_options.html#a39fe39761ecae4e27e950cf5827ee555',1,'Chummer::CharacterOptions']]],
+ ['karmaimproveskillgroup',['KarmaImproveSkillGroup',['../class_chummer_1_1_character_options.html#abbec07657fe63254a2548b791ab45ad9',1,'Chummer::CharacterOptions']]],
+ ['karmainfusionfocus',['KarmaInfusionFocus',['../class_chummer_1_1_character_options.html#a7df93f1b6b9126671c75c53d656cb9ca',1,'Chummer::CharacterOptions']]],
+ ['karmainitiation',['KarmaInitiation',['../class_chummer_1_1_character_options.html#a91c054bdad0edc4d959b372a9aa1e797',1,'Chummer::CharacterOptions']]],
+ ['karmajoingroup',['KarmaJoinGroup',['../class_chummer_1_1_character_options.html#a6375fdda8731ee5b9334eb09f745b8da',1,'Chummer::CharacterOptions']]],
+ ['karmaleavegroup',['KarmaLeaveGroup',['../class_chummer_1_1_character_options.html#abb3116112f8cc4c58b6816798f632399',1,'Chummer::CharacterOptions']]],
+ ['karmamaneuver',['KarmaManeuver',['../class_chummer_1_1_character_options.html#a2d942374aa4f0065e5c98f8d582b375c',1,'Chummer::CharacterOptions']]],
+ ['karmamaskingfocus',['KarmaMaskingFocus',['../class_chummer_1_1_character_options.html#aa1e9636b10561c87ef89daa8c04a17e2',1,'Chummer::CharacterOptions']]],
+ ['karmametamagic',['KarmaMetamagic',['../class_chummer_1_1_character_options.html#a7261deb86f160fddd61cab634204fc6a',1,'Chummer::CharacterOptions']]],
+ ['karmanewactiveskill',['KarmaNewActiveSkill',['../class_chummer_1_1_character_options.html#accd2909541ec62fec16dbc374f46c9a1',1,'Chummer::CharacterOptions']]],
+ ['karmanewcomplexform',['KarmaNewComplexForm',['../class_chummer_1_1_character_options.html#a4add134d2a1dc2c21a79e464e9a74f79',1,'Chummer::CharacterOptions']]],
+ ['karmanewknowledgeskill',['KarmaNewKnowledgeSkill',['../class_chummer_1_1_character_options.html#a9dbec51d12905894f9a283437d2cfbf3',1,'Chummer::CharacterOptions']]],
+ ['karmanewskillgroup',['KarmaNewSkillGroup',['../class_chummer_1_1_character_options.html#a9320364743000447af715ef0750fbbef',1,'Chummer::CharacterOptions']]],
+ ['karmanuyenper',['KarmaNuyenPer',['../class_chummer_1_1_character_options.html#a83cd3a30838085947ff82bdb2ea234c2',1,'Chummer::CharacterOptions']]],
+ ['karmapowerfocus',['KarmaPowerFocus',['../class_chummer_1_1_character_options.html#aa5d81c5d69579216846b2ad84e652427',1,'Chummer::CharacterOptions']]],
+ ['karmaquality',['KarmaQuality',['../class_chummer_1_1_character_options.html#a18d98549666a7ee2bda661e56461480b',1,'Chummer::CharacterOptions']]],
+ ['karmashieldingfocus',['KarmaShieldingFocus',['../class_chummer_1_1_character_options.html#a3a6b69726a5832c4f2d61c28ddf67aa5',1,'Chummer::CharacterOptions']]],
+ ['karmaspecialization',['KarmaSpecialization',['../class_chummer_1_1_character_options.html#a27d2690cd5b52174279c1ac7fbf1b878',1,'Chummer::CharacterOptions']]],
+ ['karmaspell',['KarmaSpell',['../class_chummer_1_1_character_options.html#a97b538bf1b9de3ba5a7b75fd74b40196',1,'Chummer::CharacterOptions']]],
+ ['karmaspellcastingfocus',['KarmaSpellcastingFocus',['../class_chummer_1_1_character_options.html#af22436a9c3abe71509507cef0a130a9e',1,'Chummer::CharacterOptions']]],
+ ['karmaspirit',['KarmaSpirit',['../class_chummer_1_1_character_options.html#a5a3a6c39a74048576aff9e3f7b285afa',1,'Chummer::CharacterOptions']]],
+ ['karmasummoningfocus',['KarmaSummoningFocus',['../class_chummer_1_1_character_options.html#a6b7e5865e3154caa89da54a842c49878',1,'Chummer::CharacterOptions']]],
+ ['karmasustainingfocus',['KarmaSustainingFocus',['../class_chummer_1_1_character_options.html#a7e260a5d6426ce3bc7015c4e8b26713d',1,'Chummer::CharacterOptions']]],
+ ['karmasymboliclinkfocus',['KarmaSymbolicLinkFocus',['../class_chummer_1_1_character_options.html#a0596daadef19fa884f5fbb19a247dce7',1,'Chummer::CharacterOptions']]],
+ ['karmatype',['KarmaType',['../class_chummer_1_1_expense_undo.html#a6680ef8bad22536ec3a6c74652020e46',1,'Chummer::ExpenseUndo']]],
+ ['karmaweaponfocus',['KarmaWeaponFocus',['../class_chummer_1_1_character_options.html#ad5a632692a2080b8dcfa09b6f71fc93e',1,'Chummer::CharacterOptions']]],
+ ['knowledgeskill',['KnowledgeSkill',['../class_chummer_1_1_skill.html#a28518812758d45c9d8b4156f853c0147',1,'Chummer.Skill.KnowledgeSkill()'],['../class_chummer_1_1_skill_control.html#a8bbdb217994cf7922ce764a6d65f7221',1,'Chummer.SkillControl.KnowledgeSkill()']]],
+ ['knowledgeskillpoints',['KnowledgeSkillPoints',['../class_chummer_1_1_character.html#ab75b477efd4900f754de5d091a86a939',1,'Chummer::Character']]]
+];
diff --git a/docs/search/all_b.html b/docs/search/all_b.html
new file mode 100644
index 0000000..1f1beb5
--- /dev/null
+++ b/docs/search/all_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_b.js b/docs/search/all_b.js
new file mode 100644
index 0000000..e7845f7
--- /dev/null
+++ b/docs/search/all_b.js
@@ -0,0 +1,41 @@
+var searchData=
+[
+ ['language',['Language',['../class_chummer_1_1_global_options.html#a0c001dcbc9cdadfceb9e2717a0d8ef20',1,'Chummer::GlobalOptions']]],
+ ['languagebooklong',['LanguageBookLong',['../class_chummer_1_1_character_options.html#aae838a132ca89543a588927fb80ee8c0',1,'Chummer::CharacterOptions']]],
+ ['languagebookshort',['LanguageBookShort',['../class_chummer_1_1_character_options.html#a253a1f97ee2b82c5d6ee7c06432e9d29',1,'Chummer::CharacterOptions']]],
+ ['languagemanager',['LanguageManager',['../class_chummer_1_1_language_manager.html',1,'Chummer']]],
+ ['levelenabled',['LevelEnabled',['../class_chummer_1_1frm_select_power.html#ae2c05c9a17e561d5f08c9471c27b8eeb',1,'Chummer.frmSelectPower.LevelEnabled()'],['../class_chummer_1_1_power_control.html#a4f3d9b09a9bc94b809f00f83a9556bd2',1,'Chummer.PowerControl.LevelEnabled()']]],
+ ['levelsenabled',['LevelsEnabled',['../class_chummer_1_1_power.html#a3d817d5de486f95d2fd4026c47877357',1,'Chummer::Power']]],
+ ['lifestyle',['Lifestyle',['../class_chummer_1_1_lifestyle.html',1,'Chummer']]],
+ ['lifestylename',['LifestyleName',['../class_chummer_1_1_lifestyle.html#aa448d97fa4a8b66773957ce8beece288',1,'Chummer::Lifestyle']]],
+ ['lifestyles',['Lifestyles',['../class_chummer_1_1_character.html#a8c21db9a8bcbe5dae976727adc112621',1,'Chummer::Character']]],
+ ['lifestyletype',['LifestyleType',['../namespace_chummer.html#aeeb5df01f9d05e895f06940ca9a16aa7',1,'Chummer']]],
+ ['liftandcarry',['LiftAndCarry',['../class_chummer_1_1_character.html#a7e5c4a9a43d38900bf16c8a03d6d1126',1,'Chummer::Character']]],
+ ['limbcount',['LimbCount',['../class_chummer_1_1_character_options.html#a54f495432adfbd6eee68f559083d446f',1,'Chummer::CharacterOptions']]],
+ ['limbslot',['LimbSlot',['../class_chummer_1_1_cyberware.html#ae037f296701380525c208c39a072a5c2',1,'Chummer::Cyberware']]],
+ ['limit',['Limit',['../class_chummer_1_1_vehicle_mod.html#a5fdb4de24125f072423748944380bf89',1,'Chummer::VehicleMod']]],
+ ['limitcategory',['LimitCategory',['../class_chummer_1_1frm_select_spell.html#a80b1d5993476a001f4fbe3dea0a2847d',1,'Chummer::frmSelectSpell']]],
+ ['limited',['Limited',['../class_chummer_1_1_spell.html#aab8f397c3d1e543652607cae2cf5108a',1,'Chummer.Spell.Limited()'],['../class_chummer_1_1frm_select_spell.html#a0d9f8f9096c8d510b6251a747de82733',1,'Chummer.frmSelectSpell.Limited()']]],
+ ['limitselection',['LimitSelection',['../class_chummer_1_1_improvement_manager.html#a97fc5fd610776cc34a53fd94228af294',1,'Chummer::ImprovementManager']]],
+ ['limittolist',['LimitToList',['../class_chummer_1_1frm_select_attribute.html#ae8b0473583c50e3aa72dee55db93cb13',1,'Chummer::frmSelectAttribute']]],
+ ['limittoskill',['LimitToSkill',['../class_chummer_1_1frm_select_skill.html#a4c161882b74d894d7268700ac4fda7dc',1,'Chummer::frmSelectSkill']]],
+ ['listitem',['ListItem',['../class_chummer_1_1_list_item.html',1,'Chummer']]],
+ ['listviewcolumnsorter',['ListViewColumnSorter',['../class_chummer_1_1_list_view_column_sorter.html',1,'Chummer']]],
+ ['load',['Load',['../class_chummer_1_1_character.html#aa3997a454b4798164fad78d0050871a9',1,'Chummer.Character.Load()'],['../class_chummer_1_1_armor_mod.html#ab2a646d15993d4334751a864fb245147',1,'Chummer.ArmorMod.Load()'],['../class_chummer_1_1_armor.html#a23c070f42910be085448b27eac8d29d7',1,'Chummer.Armor.Load()'],['../class_chummer_1_1_grade.html#a7942164eb9968d0de065534c3f685f02',1,'Chummer.Grade.Load()'],['../class_chummer_1_1_cyberware.html#a59341f08358c91ce24db2dc715a9b843',1,'Chummer.Cyberware.Load()'],['../class_chummer_1_1_weapon.html#ac2cc5dc5d45321bf79274497b9342987',1,'Chummer.Weapon.Load()'],['../class_chummer_1_1_weapon_accessory.html#aa75311fb101a25f9f80c8fa3d2807364',1,'Chummer.WeaponAccessory.Load()'],['../class_chummer_1_1_weapon_mod.html#ac156cf35883ba7a0ca78fa59fba018f9',1,'Chummer.WeaponMod.Load()'],['../class_chummer_1_1_lifestyle.html#a555b989f9dbb74079f884329e79ac156',1,'Chummer.Lifestyle.Load()'],['../class_chummer_1_1_gear.html#a7a81f48ab8ba38240c1d729c576dfab9',1,'Chummer.Gear.Load()'],['../class_chummer_1_1_commlink.html#ad5a560ac8d91211db2db17e3aeb79efc',1,'Chummer.Commlink.Load()'],['../class_chummer_1_1_operating_system.html#a487f327f0fa50cb29cbb2115a7ec5ac1',1,'Chummer.OperatingSystem.Load()'],['../class_chummer_1_1_vehicle_mod.html#a616069a63c6b6b44fe8b5103f1f242a9',1,'Chummer.VehicleMod.Load()'],['../class_chummer_1_1_vehicle.html#af4c3a53d50ae8002a86c18c32c6e4b6f',1,'Chummer.Vehicle.Load()'],['../class_chummer_1_1_expense_undo.html#a714c15ba9279feac5ee9be78609a826e',1,'Chummer.ExpenseUndo.Load()'],['../class_chummer_1_1_expense_log_entry.html#a597762dbc081fed2d893fcb7e5e93c1e',1,'Chummer.ExpenseLogEntry.Load()'],['../class_chummer_1_1_improvement.html#a80d38c5dbe4c596b534d5b5c7704949f',1,'Chummer.Improvement.Load()'],['../class_chummer_1_1_language_manager.html#ab104f928796ed48cc300dbdd6bdecc98',1,'Chummer.LanguageManager.Load()'],['../class_chummer_1_1_character_options.html#a88dacba716a967aced7056efdf360474',1,'Chummer.CharacterOptions.Load()'],['../class_chummer_1_1_attribute.html#ac34bd0ba2d81b42b7f1d291cc135e95b',1,'Chummer.Attribute.Load()'],['../class_chummer_1_1_quality.html#a56608388bf13e86053cad1c2e71896c8',1,'Chummer.Quality.Load()'],['../class_chummer_1_1_skill_group.html#a407d6aca5d63ca883d16738eb1855e56',1,'Chummer.SkillGroup.Load()'],['../class_chummer_1_1_skill.html#adeacc6eb4dc9ea104c5dd83a2cd77ccc',1,'Chummer.Skill.Load()'],['../class_chummer_1_1_spirit.html#a7fcd3e551bda35a6bda21a5092ba6a97',1,'Chummer.Spirit.Load()'],['../class_chummer_1_1_spell.html#a23541bd311a7d75318e25d3bc7bc1a84',1,'Chummer.Spell.Load()'],['../class_chummer_1_1_focus.html#a5885bc6510248b13b2649cd3f85f5714',1,'Chummer.Focus.Load()'],['../class_chummer_1_1_stacked_focus.html#acc1e49ed72af44480d07f8732af6d6fc',1,'Chummer.StackedFocus.Load()'],['../class_chummer_1_1_metamagic.html#a13ced300bb4c59e5fb609dd5ebb4aa87',1,'Chummer.Metamagic.Load()'],['../class_chummer_1_1_power.html#aad8edf37b05f30cf0778e148d98e9b2a',1,'Chummer.Power.Load()'],['../class_chummer_1_1_tech_program.html#a6e1d31e3cfca3d201dbb0ee30d1afca5',1,'Chummer.TechProgram.Load()'],['../class_chummer_1_1_tech_program_option.html#a13c3c36560d560378edf8b464eb1a960',1,'Chummer.TechProgramOption.Load()'],['../class_chummer_1_1_martial_art.html#ac491d164aab83d1a5b0a0cdfffb0d573',1,'Chummer.MartialArt.Load()'],['../class_chummer_1_1_martial_art_advantage.html#a2a7a40fc0258db23fc88c4c4344364bc',1,'Chummer.MartialArtAdvantage.Load()'],['../class_chummer_1_1_martial_art_maneuver.html#a51a4ea23a46ec889b33d55619747d484',1,'Chummer.MartialArtManeuver.Load()'],['../class_chummer_1_1_contact.html#a3aaa3a1972d7b42f91a3945568ff18c6',1,'Chummer.Contact.Load()'],['../class_chummer_1_1_critter_power.html#a42105343e3f48252ebe07bf7fd44efe7',1,'Chummer.CritterPower.Load()'],['../class_chummer_1_1_initiation_grade.html#a24b147cce88108fcffe099621084ffb8',1,'Chummer.InitiationGrade.Load()'],['../class_chummer_1_1_calendar_week.html#a93c272cd81338ad22e7d2b96f7068eb0',1,'Chummer.CalendarWeek.Load()'],['../class_chummer_1_1_xml_manager.html#a8a92f8cab304d070c673fee32124d1e8',1,'Chummer.XmlManager.Load()']]],
+ ['loadcharacter',['LoadCharacter',['../class_chummer_1_1frm_main.html#a32bad2a0cdf95262ae572c7cf82dc681',1,'Chummer::frmMain']]],
+ ['loaded',['Loaded',['../class_chummer_1_1_language_manager.html#a226a59be2efda19eb6583adec67abd11',1,'Chummer::LanguageManager']]],
+ ['loading',['Loading',['../class_chummer_1_1frm_career.html#a581d37380eba38bbf5ac41ac33aa8959',1,'Chummer.frmCareer.Loading()'],['../class_chummer_1_1frm_create.html#af53676499952642eb7ed4461c8117c81',1,'Chummer.frmCreate.Loading()']]],
+ ['loadlist',['LoadList',['../class_chummer_1_1_grade_list.html#a3b96ec9a5b589ca069ca874192ad548c',1,'Chummer::GradeList']]],
+ ['localisedupdatesonly',['LocalisedUpdatesOnly',['../class_chummer_1_1_global_options.html#a3008231d9719e8e3e044bafb72e3ad70',1,'Chummer::GlobalOptions']]],
+ ['location',['Location',['../class_chummer_1_1_armor.html#a2fec60eaf1c16e21897b9e42bd53055d',1,'Chummer.Armor.Location()'],['../class_chummer_1_1_cyberware.html#a6b58bdd053dc3ccde0a8eb199b0dde60',1,'Chummer.Cyberware.Location()'],['../class_chummer_1_1_weapon.html#acfb4aff3ea00558d3379896ca54129b1',1,'Chummer.Weapon.Location()'],['../class_chummer_1_1_gear.html#a8955228a31d1fc3d664066c1f2bdce35',1,'Chummer.Gear.Location()']]],
+ ['locations',['Locations',['../class_chummer_1_1_character.html#a7706694dc471c6df555ae50b46202c09',1,'Chummer.Character.Locations()'],['../class_chummer_1_1_vehicle.html#a99bad9cafda7c7608d89ca229d919d29',1,'Chummer.Vehicle.Locations()']]],
+ ['lockfields',['LockFields',['../class_chummer_1_1frm_expense.html#a12bf1d0f8371ea808c7d45eae2eff1cf',1,'Chummer::frmExpense']]],
+ ['lockgrade',['LockGrade',['../class_chummer_1_1frm_select_cyberware.html#ab16a61f092c1d084d6688efa8c13bd2d',1,'Chummer::frmSelectCyberware']]],
+ ['log',['LOG',['../class_chummer_1_1_character.html#a4588c5f8529c7b7cf974029a71fb60f9',1,'Chummer::Character']]],
+ ['loginrequest',['LoginRequest',['../class_chummer_1_1_omae_service_1_1_login_request.html',1,'Chummer::OmaeService']]],
+ ['loginrequestbody',['LoginRequestBody',['../class_chummer_1_1_omae_service_1_1_login_request_body.html',1,'Chummer::OmaeService']]],
+ ['loginresponse',['LoginResponse',['../class_chummer_1_1_omae_service_1_1_login_response.html',1,'Chummer::OmaeService']]],
+ ['loginresponsebody',['LoginResponseBody',['../class_chummer_1_1_omae_service_1_1_login_response_body.html',1,'Chummer::OmaeService']]],
+ ['loyalty',['Loyalty',['../class_chummer_1_1_contact.html#ab4ee4ee4d1c162a6a3625963694effe7',1,'Chummer::Contact']]],
+ ['loyaltyrating',['LoyaltyRating',['../class_chummer_1_1_contact_control.html#acef3b092930571beb0b7c4780c6c1195',1,'Chummer::ContactControl']]]
+];
diff --git a/docs/search/all_c.html b/docs/search/all_c.html
new file mode 100644
index 0000000..ec9a0c8
--- /dev/null
+++ b/docs/search/all_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_c.js b/docs/search/all_c.js
new file mode 100644
index 0000000..2622be6
--- /dev/null
+++ b/docs/search/all_c.js
@@ -0,0 +1,85 @@
+var searchData=
+[
+ ['mag',['MAG',['../class_chummer_1_1_character.html#a406a309b1c0ca57f935f77df0d7eca19',1,'Chummer::Character']]],
+ ['magadept',['MAGAdept',['../class_chummer_1_1_character.html#aaa7a4a7cafc69207a605b4d6ca640a7e',1,'Chummer::Character']]],
+ ['magenabled',['MAGEnabled',['../class_chummer_1_1_character.html#aec5d1d1c424715518013b0a992d3660c',1,'Chummer::Character']]],
+ ['magicalresources',['MagicalResources',['../class_chummer_1_1_contact.html#af104c00d22a53cf8b519f6f7f86ade80',1,'Chummer.Contact.MagicalResources()'],['../class_chummer_1_1frm_select_contact_connection.html#a27c8c3f5fb6d07c8502234e435d03c4f',1,'Chummer.frmSelectContactConnection.MagicalResources()']]],
+ ['magicalresourcesrating',['MagicalResourcesRating',['../class_chummer_1_1_contact_control.html#ab1d59dec2772b0882a36cedd876554d7',1,'Chummer::ContactControl']]],
+ ['magicianenabled',['MagicianEnabled',['../class_chummer_1_1_character.html#afbac7c1d6703f2afd89725b1926b5038',1,'Chummer::Character']]],
+ ['magictradition',['MagicTradition',['../class_chummer_1_1_character.html#afb8c2d488173ef208fcb6315c4d410fc',1,'Chummer::Character']]],
+ ['magmagician',['MAGMagician',['../class_chummer_1_1_character.html#a9430de75d1187ad9b6024629569c7c9c',1,'Chummer::Character']]],
+ ['maincontroller',['MainController',['../class_chummer_1_1_main_controller.html',1,'Chummer']]],
+ ['mainform',['MainForm',['../class_chummer_1_1_global_options.html#aff28aaaaa1358080bdcfd8e7c61837e3',1,'Chummer::GlobalOptions']]],
+ ['maneuver',['Maneuver',['../class_chummer_1_1_vehicle.html#a30af4abc5d45fc8399cf6ad81e92d2de',1,'Chummer::Vehicle']]],
+ ['markup',['Markup',['../class_chummer_1_1frm_select_armor.html#ac3040a9343ea77d465aa9dcd67ce9e86',1,'Chummer.frmSelectArmor.Markup()'],['../class_chummer_1_1frm_select_armor_mod.html#a56396337ebd1d8d3c7905f22808045d1',1,'Chummer.frmSelectArmorMod.Markup()'],['../class_chummer_1_1frm_select_gear.html#aa398d29d525a44e3abcdb18c4a67fb31',1,'Chummer.frmSelectGear.Markup()'],['../class_chummer_1_1frm_select_vehicle.html#a58e951afa0cdac83b95fe5533541d9e6',1,'Chummer.frmSelectVehicle.Markup()'],['../class_chummer_1_1frm_select_vehicle_mod.html#afc4c94fa2db2b7ec2b3e9a2eb20afaea',1,'Chummer.frmSelectVehicleMod.Markup()'],['../class_chummer_1_1frm_select_weapon.html#a58850b5ed4cf096e0c4bc73bbc6abcca',1,'Chummer.frmSelectWeapon.Markup()'],['../class_chummer_1_1frm_select_weapon_accessory.html#aed8361c45f6935fea683c3bf64476192',1,'Chummer.frmSelectWeaponAccessory.Markup()']]],
+ ['martialart',['MartialArt',['../class_chummer_1_1_martial_art.html',1,'Chummer']]],
+ ['martialart',['MartialArt',['../class_chummer_1_1frm_select_martial_art_advantage.html#a2c8deeff6dedf356ea1c03c2d47986ed',1,'Chummer::frmSelectMartialArtAdvantage']]],
+ ['martialartadvantage',['MartialArtAdvantage',['../class_chummer_1_1_martial_art_advantage.html',1,'Chummer']]],
+ ['martialartmaneuver',['MartialArtManeuver',['../class_chummer_1_1_martial_art_maneuver.html',1,'Chummer']]],
+ ['martialartmaneuvers',['MartialArtManeuvers',['../class_chummer_1_1_character.html#adbeb2f6342028a6dfd42ceae722518f1',1,'Chummer::Character']]],
+ ['martialarts',['MartialArts',['../class_chummer_1_1_character.html#a0fcdf0a8b4a1d82ceff1f36755d5aa83',1,'Chummer::Character']]],
+ ['matrixinitiative',['MatrixInitiative',['../class_chummer_1_1_character.html#af6215e7820140e7960e3afeb6608bdc7',1,'Chummer::Character']]],
+ ['matrixinitiativepasses',['MatrixInitiativePasses',['../class_chummer_1_1_character.html#aaef235c2ce76779c6cd2de7205771a56',1,'Chummer::Character']]],
+ ['matrixresources',['MatrixResources',['../class_chummer_1_1_contact.html#abf70634a54941a29feec9a9ef36d268f',1,'Chummer.Contact.MatrixResources()'],['../class_chummer_1_1frm_select_contact_connection.html#adf567ab3b769e4ec461b55ec0bc1410b',1,'Chummer.frmSelectContactConnection.MatrixResources()']]],
+ ['matrixresourcesrating',['MatrixResourcesRating',['../class_chummer_1_1_contact_control.html#a509f1ca2e89947e906733211ad112c8c',1,'Chummer::ContactControl']]],
+ ['maxarmor',['MaxArmor',['../class_chummer_1_1_vehicle.html#acd6528f3c1b45c95cd8e30b1dccaee5d',1,'Chummer::Vehicle']]],
+ ['maximum',['Maximum',['../class_chummer_1_1_improvement.html#a85fcfb67f17d6675c94134c0e92b8257',1,'Chummer.Improvement.Maximum()'],['../class_chummer_1_1frm_select_number.html#adfb8b941c7dd509ea523b8798a230c93',1,'Chummer.frmSelectNumber.Maximum()']]],
+ ['maximumarmormodifications',['MaximumArmorModifications',['../class_chummer_1_1_character_options.html#a34e04478416f6862664b928a6c2d611b',1,'Chummer::CharacterOptions']]],
+ ['maximumavailability',['MaximumAvailability',['../class_chummer_1_1_character.html#a8f72a3a78f8177391fc6adde29a77e7c',1,'Chummer::Character']]],
+ ['maximumcapacity',['MaximumCapacity',['../class_chummer_1_1frm_select_cyberware.html#a5ea0e372ba1374db3fc2ebdaa96742e9',1,'Chummer.frmSelectCyberware.MaximumCapacity()'],['../class_chummer_1_1frm_select_gear.html#ae2ba7a96f5f3ca10e06b274e94bf95e7',1,'Chummer.frmSelectGear.MaximumCapacity()']]],
+ ['maximummodifiers',['MaximumModifiers',['../class_chummer_1_1_attribute.html#a478e14f64e0de061f8b24a06686d6c3a',1,'Chummer::Attribute']]],
+ ['maximumrating',['MaximumRating',['../class_chummer_1_1_armor_mod.html#aa39b47e318eafc51befa40c637739ff1',1,'Chummer::ArmorMod']]],
+ ['maxlevels',['MaxLevels',['../class_chummer_1_1_power.html#ad0a7dbfe7cd9f8bb089c19c5ff680dc4',1,'Chummer.Power.MaxLevels()'],['../class_chummer_1_1_power_control.html#a28f0e2f43c02df1c76daae78427753cd',1,'Chummer.PowerControl.MaxLevels()'],['../class_chummer_1_1frm_select_power.html#a669eb17b72c494795b9da9ea5fc05c50',1,'Chummer.frmSelectPower.MaxLevels()']]],
+ ['maxrating',['MaxRating',['../class_chummer_1_1_cyberware.html#a0eb3c66dc65e769669cbba6f201d0673',1,'Chummer.Cyberware.MaxRating()'],['../class_chummer_1_1_gear.html#a7f56f84446c8c6742729298fb3216f7e',1,'Chummer.Gear.MaxRating()'],['../class_chummer_1_1_vehicle_mod.html#ae34ea9646aee3ee2605325381aa416e9',1,'Chummer.VehicleMod.MaxRating()'],['../class_chummer_1_1_tech_program.html#ad3468d30637edc83fb36699511f013cd',1,'Chummer.TechProgram.MaxRating()'],['../class_chummer_1_1_tech_program_option.html#a32f91893f442af1576c7caa72fb1e6db',1,'Chummer.TechProgramOption.MaxRating()']]],
+ ['maxskillrating',['MaxSkillRating',['../class_chummer_1_1_character.html#a250428ab53441d5995bbf4d16f23faa7',1,'Chummer::Character']]],
+ ['membership',['Membership',['../class_chummer_1_1_contact.html#a5077a12ed27c629f88c6011e3c345d6d',1,'Chummer.Contact.Membership()'],['../class_chummer_1_1frm_select_contact_connection.html#a7b6f731a9b16fab97102a95740e5f8ba',1,'Chummer.frmSelectContactConnection.Membership()']]],
+ ['membershiprating',['MembershipRating',['../class_chummer_1_1_contact_control.html#a84b75f7562c48d78cb270b4d512e3117',1,'Chummer::ContactControl']]],
+ ['memory',['Memory',['../class_chummer_1_1_character.html#a5e42d8dcb98fc7495876b13e768eee54',1,'Chummer::Character']]],
+ ['mentorinformation',['MentorInformation',['../class_chummer_1_1_main_controller.html#acd7873c017f4c14b1e1a3c93dbd0724a',1,'Chummer::MainController']]],
+ ['mentorspirit',['MentorSpirit',['../class_chummer_1_1_mentor_spirit.html',1,'Chummer']]],
+ ['metamagic',['Metamagic',['../class_chummer_1_1_metamagic.html',1,'Chummer']]],
+ ['metamagics',['Metamagics',['../class_chummer_1_1_character.html#addafe6fe40c50c2370878f27025b72ca',1,'Chummer::Character']]],
+ ['metatype',['Metatype',['../class_chummer_1_1_character.html#a209558e65fa023c18aa90e60c4fd4c0b',1,'Chummer::Character']]],
+ ['metatypeaugmentedmaximum',['MetatypeAugmentedMaximum',['../class_chummer_1_1_attribute.html#a31db887209a1db7d3169c8ec9ceb9fef',1,'Chummer::Attribute']]],
+ ['metatypebp',['MetatypeBP',['../class_chummer_1_1_character.html#a30a6618f8c469e42c54971a365515c85',1,'Chummer::Character']]],
+ ['metatypecategory',['MetatypeCategory',['../class_chummer_1_1_character.html#af5a0288b8aed641c5f75c3376204437a',1,'Chummer::Character']]],
+ ['metatypecostskarma',['MetatypeCostsKarma',['../class_chummer_1_1_character_options.html#a753ff8db92b64687ba890f22e8014e44',1,'Chummer::CharacterOptions']]],
+ ['metatypecostskarmamultiplier',['MetatypeCostsKarmaMultiplier',['../class_chummer_1_1_character_options.html#a70976e10ea8b5395586a82b7331ba5c7',1,'Chummer::CharacterOptions']]],
+ ['metatypemaximum',['MetatypeMaximum',['../class_chummer_1_1_attribute.html#acac4071dee8136f6379176e9f88bf3da',1,'Chummer::Attribute']]],
+ ['metatypeminimum',['MetatypeMinimum',['../class_chummer_1_1_attribute.html#a0a618fc7dab67e2adaf017262526f0d2',1,'Chummer::Attribute']]],
+ ['metatypeselected',['MetatypeSelected',['../class_chummer_1_1frm_career.html#ac98b5f886e13876ab4a511d970dc93d9',1,'Chummer.frmCareer.MetatypeSelected()'],['../class_chummer_1_1frm_create.html#a31b1d95c07f4069596f5592662f2e5c3',1,'Chummer.frmCreate.MetatypeSelected()']]],
+ ['metavariant',['Metavariant',['../class_chummer_1_1_character.html#a58294f8d5988f8e62cd38a304015264d',1,'Chummer::Character']]],
+ ['minimum',['Minimum',['../class_chummer_1_1_improvement.html#a00a242c3ffdeaa11e839a537fed14ab2',1,'Chummer.Improvement.Minimum()'],['../class_chummer_1_1frm_select_number.html#a65f4eb20b93c86cbf2490d29def16381',1,'Chummer.frmSelectNumber.Minimum()']]],
+ ['minimummodifiers',['MinimumModifiers',['../class_chummer_1_1_attribute.html#a28f48ed30acc49b20d62635aea4bd3b5',1,'Chummer::Attribute']]],
+ ['minrating',['MinRating',['../class_chummer_1_1_cyberware.html#a63e5789d748d2d37404682d316ec92fa',1,'Chummer.Cyberware.MinRating()'],['../class_chummer_1_1_gear.html#a6d68796a46939bc27d113f5c9fe70aec',1,'Chummer.Gear.MinRating()']]],
+ ['modcostmultiplier',['ModCostMultiplier',['../class_chummer_1_1_weapon_mod.html#a7cb8f59e532fa80079fc06d6afa532cb',1,'Chummer::WeaponMod']]],
+ ['mode',['Mode',['../class_chummer_1_1_weapon.html#aa8b3cb6e83ebed06d5fce2367a4938be',1,'Chummer.Weapon.Mode()'],['../class_chummer_1_1frm_expense.html#a38972e95d9324e359fab8883319a7898',1,'Chummer.frmExpense.Mode()']]],
+ ['modmultiplier',['ModMultiplier',['../class_chummer_1_1_weapon.html#a65f84f51ee787f4c2d061ba74e4dc7de',1,'Chummer.Weapon.ModMultiplier()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aa8838f4f3a4b649aa3f67fc28ce5555b',1,'Chummer.frmSelectVehicleMod.ModMultiplier()']]],
+ ['mods',['Mods',['../class_chummer_1_1_vehicle.html#a241414f5281d7c88ee4daf526d092b59',1,'Chummer::Vehicle']]],
+ ['month',['Month',['../class_chummer_1_1_calendar_week.html#ad57074b0a009f40cb3ae3f65faf5c905',1,'Chummer::CalendarWeek']]],
+ ['months',['Months',['../class_chummer_1_1_lifestyle.html#ad7cc68adb6c99748865586bfa2607c87',1,'Chummer::Lifestyle']]],
+ ['monthweek',['MonthWeek',['../class_chummer_1_1_calendar_week.html#ae27dff19b4741a893a80e01415b1ec97',1,'Chummer::CalendarWeek']]],
+ ['morelethalgameplay',['MoreLethalGameplay',['../class_chummer_1_1_character_options.html#a750a0a5fcaf1192390c3770f5cabc78e',1,'Chummer::CharacterOptions']]],
+ ['mount',['Mount',['../class_chummer_1_1_weapon_accessory.html#a8e0a9e20f2dc092ca014c564901d2815',1,'Chummer::WeaponAccessory']]],
+ ['movearmornode',['MoveArmorNode',['../class_chummer_1_1_main_controller.html#aed43871ecb85b0b5755f0424bc138e8c',1,'Chummer::MainController']]],
+ ['movearmorroot',['MoveArmorRoot',['../class_chummer_1_1_main_controller.html#acbafd4e073b8c2f8d04917f40da7ad7f',1,'Chummer::MainController']]],
+ ['movegearnode',['MoveGearNode',['../class_chummer_1_1_main_controller.html#a90a62711b8b65039d83f4a4ce9fde1d5',1,'Chummer::MainController']]],
+ ['movegearparent',['MoveGearParent',['../class_chummer_1_1_main_controller.html#a99bb5a4ecc49ee695b8976c3bada0960',1,'Chummer::MainController']]],
+ ['movegearroot',['MoveGearRoot',['../class_chummer_1_1_main_controller.html#a3c344f3e09ec4024a1167a98b9ece942',1,'Chummer::MainController']]],
+ ['moveimprovementnode',['MoveImprovementNode',['../class_chummer_1_1_main_controller.html#aabdedd6df4d11df64f0500dd42cff57c',1,'Chummer::MainController']]],
+ ['moveimprovementroot',['MoveImprovementRoot',['../class_chummer_1_1_main_controller.html#a7e8909300a05abe51214e922431bf086',1,'Chummer::MainController']]],
+ ['movelifestylenode',['MoveLifestyleNode',['../class_chummer_1_1_main_controller.html#a27f3ed78ce14edc200f71ad941aa425b',1,'Chummer::MainController']]],
+ ['movement',['Movement',['../class_chummer_1_1_character.html#a9655f3ae98e3497e656abaab671babdc',1,'Chummer::Character']]],
+ ['movevehiclegearparent',['MoveVehicleGearParent',['../class_chummer_1_1_main_controller.html#a6374eb6297fbd43c3511c32ca932d479',1,'Chummer::MainController']]],
+ ['movevehiclenode',['MoveVehicleNode',['../class_chummer_1_1_main_controller.html#a2799a7e132e21b6e0efa833af60bf978',1,'Chummer::MainController']]],
+ ['moveweaponnode',['MoveWeaponNode',['../class_chummer_1_1_main_controller.html#afbace82e28725fd3f1ff000878630b55',1,'Chummer::MainController']]],
+ ['moveweaponroot',['MoveWeaponRoot',['../class_chummer_1_1_main_controller.html#acce39d575d73d1718163eadb03315973',1,'Chummer::MainController']]],
+ ['mugshot',['Mugshot',['../class_chummer_1_1_character.html#ad28755ca2cd7b00f4940b2bd96e0d793',1,'Chummer::Character']]],
+ ['multipliablecost',['MultipliableCost',['../class_chummer_1_1_weapon.html#a25d553269a2b84b28bf90600dbf2c5ff',1,'Chummer::Weapon']]],
+ ['multiplier',['Multiplier',['../class_chummer_1_1_lifestyle.html#a20de22ef48a503d505c6ed4659553525',1,'Chummer.Lifestyle.Multiplier()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#a56541a62e9585f95b6d07eb11401e6cc',1,'Chummer.frmLifestyleNuyen.Multiplier()']]],
+ ['multiplyforbiddencost',['MultiplyForbiddenCost',['../class_chummer_1_1_character_options.html#ab7af341948fbe6af00c2a800230f15d3',1,'Chummer::CharacterOptions']]],
+ ['multiplyrestrictedcost',['MultiplyRestrictedCost',['../class_chummer_1_1_character_options.html#ab7ab07ac6ac11128c2d15aaf1cd3576c',1,'Chummer::CharacterOptions']]],
+ ['mutantcritterbaseskills',['MutantCritterBaseSkills',['../class_chummer_1_1_character.html#a744efc9364aae775d0e3f721829b5ea9',1,'Chummer::Character']]],
+ ['mutantpoints',['MutantPoints',['../class_chummer_1_1_quality.html#a2944c1a608c47be59ab78478e5a5ac96',1,'Chummer::Quality']]],
+ ['mylistview',['MyListView',['../class_chummer_1_1_my_list_view.html',1,'Chummer']]]
+];
diff --git a/docs/search/all_d.html b/docs/search/all_d.html
new file mode 100644
index 0000000..654d198
--- /dev/null
+++ b/docs/search/all_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_d.js b/docs/search/all_d.js
new file mode 100644
index 0000000..cd0ca3c
--- /dev/null
+++ b/docs/search/all_d.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['name',['Name',['../class_chummer_1_1_character.html#a35dbde60426b6e71e29dcc6714569b4f',1,'Chummer.Character.Name()'],['../class_chummer_1_1_armor_mod.html#ad02875417e719566ccca047744178c74',1,'Chummer.ArmorMod.Name()'],['../class_chummer_1_1_armor.html#a8db57b2bc6c2ef0a9a694e25f0485a28',1,'Chummer.Armor.Name()'],['../class_chummer_1_1_grade.html#ad775a2ad04d2caa274897154e2137daa',1,'Chummer.Grade.Name()'],['../class_chummer_1_1_cyberware.html#af59696c7a166206f0c5b92541b4b289b',1,'Chummer.Cyberware.Name()'],['../class_chummer_1_1_weapon.html#a76e9eb94836c1f5d15cac84f480141e1',1,'Chummer.Weapon.Name()'],['../class_chummer_1_1_weapon_accessory.html#ad5b33d332c8ab6fc49453ce285fd8e01',1,'Chummer.WeaponAccessory.Name()'],['../class_chummer_1_1_weapon_mod.html#a8e2ab62ca19ef9c57249dcf57336b4e7',1,'Chummer.WeaponMod.Name()'],['../class_chummer_1_1_lifestyle.html#a0a7a760705d6beb78ac2b0e68a1682b2',1,'Chummer.Lifestyle.Name()'],['../class_chummer_1_1_gear.html#ae83ad63d0ee10e6d87f390f6d800e2a5',1,'Chummer.Gear.Name()'],['../class_chummer_1_1_vehicle_mod.html#a95426ee153c2aa2c4667c80c43d53d74',1,'Chummer.VehicleMod.Name()'],['../class_chummer_1_1_vehicle.html#ae7ae0f38ad868fb22511ed12d1a5bf80',1,'Chummer.Vehicle.Name()'],['../class_chummer_1_1_list_item.html#aaee3f2160acb759487a5fbd878c5d217',1,'Chummer.ListItem.Name()'],['../class_chummer_1_1_character_options.html#a23d0844c5b6ed5b524df066a8c36b4c7',1,'Chummer.CharacterOptions.Name()'],['../class_chummer_1_1_quality.html#aa9c5bd4e5f26a18f642ba9ebb23c9b27',1,'Chummer.Quality.Name()'],['../class_chummer_1_1_skill_group.html#aaa59ecaf8331d19ac450db194ffe7494',1,'Chummer.SkillGroup.Name()'],['../class_chummer_1_1_skill.html#afd11fe07ec1092e147e608c5657ce697',1,'Chummer.Skill.Name()'],['../class_chummer_1_1_spirit.html#abbe9e7e6f7b4dedd048c225239406f54',1,'Chummer.Spirit.Name()'],['../class_chummer_1_1_spell.html#a16c0af4a6853d08207014df59c2539b6',1,'Chummer.Spell.Name()'],['../class_chummer_1_1_focus.html#a38c3a9be373a7c3a30b152191f6ca137',1,'Chummer.Focus.Name()'],['../class_chummer_1_1_stacked_focus.html#a69e4c353f876b56544803df2dfb48308',1,'Chummer.StackedFocus.Name()'],['../class_chummer_1_1_metamagic.html#a858518437000dc0af4b50da62c4baa26',1,'Chummer.Metamagic.Name()'],['../class_chummer_1_1_power.html#a8310bb2094efd9e2563ebd6193e8188a',1,'Chummer.Power.Name()'],['../class_chummer_1_1_tech_program.html#a5980560ce32daab0dc91afa00cf382cb',1,'Chummer.TechProgram.Name()'],['../class_chummer_1_1_tech_program_option.html#a7783988de33dbd795f9d4c9786418e0e',1,'Chummer.TechProgramOption.Name()'],['../class_chummer_1_1_martial_art.html#ae78cb882f256a81a7fed60a43bc874c0',1,'Chummer.MartialArt.Name()'],['../class_chummer_1_1_martial_art_advantage.html#a80361e497c50880bdd8bd215c062d676',1,'Chummer.MartialArtAdvantage.Name()'],['../class_chummer_1_1_martial_art_maneuver.html#a4331865507525dea50e89f78ffc656d2',1,'Chummer.MartialArtManeuver.Name()'],['../class_chummer_1_1_contact.html#a568c66f6331dcd0d031ca5d2c94ad7e5',1,'Chummer.Contact.Name()'],['../class_chummer_1_1_critter_power.html#ac50fe5fed3986e8b81efc5544392e1e8',1,'Chummer.CritterPower.Name()'],['../class_chummer_1_1_mentor_spirit.html#ad0f4157c9fd0fb326db729b81d847365',1,'Chummer.MentorSpirit.Name()']]],
+ ['necessities',['Necessities',['../class_chummer_1_1_lifestyle.html#af7cbb1b2328b348d3a763bdc830bb077',1,'Chummer::Lifestyle']]],
+ ['neighborhood',['Neighborhood',['../class_chummer_1_1_lifestyle.html#a01505a6ed8b8a2da9ddebe39067f7129',1,'Chummer::Lifestyle']]],
+ ['nosinglearmorencumbrance',['NoSingleArmorEncumbrance',['../class_chummer_1_1_character_options.html#ab09dd4e9a111e5d033570e3a1d1e9d37',1,'Chummer::CharacterOptions']]],
+ ['notes',['Notes',['../class_chummer_1_1_character.html#aae7d25a68d3f7a772c02ccda2dd1588d',1,'Chummer.Character.Notes()'],['../class_chummer_1_1_armor_mod.html#a385120a60875af49fabbf14213be9d49',1,'Chummer.ArmorMod.Notes()'],['../class_chummer_1_1_armor.html#a313f4d0722e39d07538bef3d07dac639',1,'Chummer.Armor.Notes()'],['../class_chummer_1_1_cyberware.html#a6e17e0ef250c69a839ffb0ee96aa043d',1,'Chummer.Cyberware.Notes()'],['../class_chummer_1_1_weapon.html#a4919286390374f95a881d1519a51cbc5',1,'Chummer.Weapon.Notes()'],['../class_chummer_1_1_weapon_accessory.html#ae6bd44f662c4881b5e7186e053fd09a7',1,'Chummer.WeaponAccessory.Notes()'],['../class_chummer_1_1_weapon_mod.html#ab56cb7693c2e933c3813464a3a4b3b20',1,'Chummer.WeaponMod.Notes()'],['../class_chummer_1_1_lifestyle.html#addd7acca20997b7add502bed75c2bfbb',1,'Chummer.Lifestyle.Notes()'],['../class_chummer_1_1_gear.html#a0bbadd5c87c6fb8906d81814a5d5d956',1,'Chummer.Gear.Notes()'],['../class_chummer_1_1_vehicle_mod.html#a75e6a3633701ebc555ff0c4ed9d9445d',1,'Chummer.VehicleMod.Notes()'],['../class_chummer_1_1_vehicle.html#aef6773b2cdb335d02fcada8239bf11b7',1,'Chummer.Vehicle.Notes()'],['../class_chummer_1_1_improvement.html#a4aec9a542e6e3dbf6d4cb1c7a727faa6',1,'Chummer.Improvement.Notes()'],['../class_chummer_1_1_quality.html#a27900271c186e246535236a160fd0acb',1,'Chummer.Quality.Notes()'],['../class_chummer_1_1_spirit.html#a27d80e272a9858a7bf2b03ab8908cf0a',1,'Chummer.Spirit.Notes()'],['../class_chummer_1_1_spell.html#a584edd9b89903aec8ba3050d10785017',1,'Chummer.Spell.Notes()'],['../class_chummer_1_1_metamagic.html#a0e80fa391e4527a408853b0e1700f5bc',1,'Chummer.Metamagic.Notes()'],['../class_chummer_1_1_power.html#ab682589726253b3d8bc1eb4dc6079d63',1,'Chummer.Power.Notes()'],['../class_chummer_1_1_tech_program.html#adcb69f7701dc9a3e62f9607b769e8228',1,'Chummer.TechProgram.Notes()'],['../class_chummer_1_1_tech_program_option.html#a01c4bb11e643ffa21318a46c1aea595a',1,'Chummer.TechProgramOption.Notes()'],['../class_chummer_1_1_martial_art.html#ae6fdac87df68303acc13acdaafd20976',1,'Chummer.MartialArt.Notes()'],['../class_chummer_1_1_martial_art_maneuver.html#a4ec6f51d26e957f994ec23a9af91806c',1,'Chummer.MartialArtManeuver.Notes()'],['../class_chummer_1_1_contact.html#a5e91bb94d5eb648e28d753eb32155d03',1,'Chummer.Contact.Notes()'],['../class_chummer_1_1_critter_power.html#a0b0778f90b7701e9608584dc706ff1d7',1,'Chummer.CritterPower.Notes()'],['../class_chummer_1_1_initiation_grade.html#ae2c467633f453b76b7d260a8c7a78afe',1,'Chummer.InitiationGrade.Notes()'],['../class_chummer_1_1_calendar_week.html#ac1b0a32858ee21cda206342d7f38a052',1,'Chummer.CalendarWeek.Notes()'],['../class_chummer_1_1frm_notes.html#aaefb9f1d8a5bc6c0f0988fe11b57795b',1,'Chummer.frmNotes.Notes()']]],
+ ['notoriety',['Notoriety',['../class_chummer_1_1_character.html#a4c97559327823c3d044c286c0f0b0a33',1,'Chummer::Character']]],
+ ['notorietytooltip',['NotorietyTooltip',['../class_chummer_1_1_character.html#a53d74ffb4bf91f43051d87d39b19b42c',1,'Chummer::Character']]],
+ ['nuyen',['Nuyen',['../class_chummer_1_1_character.html#aa4fa21d91a9f5389efe463d941e999d5',1,'Chummer::Character']]],
+ ['nuyenbp',['NuyenBP',['../class_chummer_1_1_character.html#a2c7c1452850fe0f17b12491620bea14d',1,'Chummer::Character']]],
+ ['nuyenmaximumbp',['NuyenMaximumBP',['../class_chummer_1_1_character.html#ab3af2295b52f0fc8ef7476e9a5a39e38',1,'Chummer::Character']]],
+ ['nuyenperbp',['NuyenPerBP',['../class_chummer_1_1_character_options.html#a53c6b9d1b2fe6807ad668b46f4844d25',1,'Chummer::CharacterOptions']]],
+ ['nuyentype',['NuyenType',['../class_chummer_1_1_expense_undo.html#a8f5a08e631eb92f00881fb193627aefa',1,'Chummer::ExpenseUndo']]]
+];
diff --git a/docs/search/all_e.html b/docs/search/all_e.html
new file mode 100644
index 0000000..812aced
--- /dev/null
+++ b/docs/search/all_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_e.js b/docs/search/all_e.js
new file mode 100644
index 0000000..973dd99
--- /dev/null
+++ b/docs/search/all_e.js
@@ -0,0 +1,27 @@
+var searchData=
+[
+ ['objectid',['ObjectId',['../class_chummer_1_1_expense_undo.html#ad3212dedfb8c6a50fdd98e8a0db30f41',1,'Chummer::ExpenseUndo']]],
+ ['oldspecialization',['OldSpecialization',['../class_chummer_1_1_skill_control.html#acfd73bfc98ecf764c4ceb4a8db449684',1,'Chummer::SkillControl']]],
+ ['omaeautologin',['OmaeAutoLogin',['../class_chummer_1_1_global_options.html#ac7b22eeeb20b6db09b0461f3f79c289b',1,'Chummer::GlobalOptions']]],
+ ['omaehelper',['OmaeHelper',['../class_chummer_1_1_omae_helper.html',1,'Chummer']]],
+ ['omaepassword',['OmaePassword',['../class_chummer_1_1_global_options.html#af5a601d535e2205cdd67768ee4bed9e1',1,'Chummer::GlobalOptions']]],
+ ['omaerecord',['OmaeRecord',['../class_chummer_1_1_omae_record.html',1,'Chummer']]],
+ ['omaesoap',['omaeSoap',['../interface_chummer_1_1_omae_service_1_1omae_soap.html',1,'Chummer::OmaeService']]],
+ ['omaesoapchannel',['omaeSoapChannel',['../interface_chummer_1_1_omae_service_1_1omae_soap_channel.html',1,'Chummer::OmaeService']]],
+ ['omaesoapclient',['omaeSoapClient',['../class_chummer_1_1_omae_service_1_1omae_soap_client.html',1,'Chummer::OmaeService']]],
+ ['omaeusername',['OmaeUserName',['../class_chummer_1_1_global_options.html#ad261eed87ed89266b5f939826a24106d',1,'Chummer::GlobalOptions']]],
+ ['omaewindow',['OmaeWindow',['../class_chummer_1_1frm_main.html#aace49bdcd4cbdc136b0b2bccd30bb1e3',1,'Chummer::frmMain']]],
+ ['onlycategory',['OnlyCategory',['../class_chummer_1_1frm_select_skill.html#a18798975c7ca9f6f75337a557d5f0981',1,'Chummer.frmSelectSkill.OnlyCategory()'],['../class_chummer_1_1frm_select_skill_category.html#a49deb0ec47502e58886f4815f81e5add',1,'Chummer.frmSelectSkillCategory.OnlyCategory()'],['../class_chummer_1_1frm_select_spell_category.html#aeb4aa88c95c202e9365ae798485d1c5f',1,'Chummer.frmSelectSpellCategory.OnlyCategory()'],['../class_chummer_1_1frm_select_weapon_category.html#af608fc0f10e75ff0f9511bb44efe099d',1,'Chummer.frmSelectWeaponCategory.OnlyCategory()']]],
+ ['onlygroup',['OnlyGroup',['../class_chummer_1_1frm_select_skill_group.html#a2fa90553bdda207c10864a0308b40d55',1,'Chummer::frmSelectSkillGroup']]],
+ ['onlyskill',['OnlySkill',['../class_chummer_1_1frm_select_skill.html#afa4665c6bd658d53a56e6ace2624b8c6',1,'Chummer::frmSelectSkill']]],
+ ['onlyskillgroup',['OnlySkillGroup',['../class_chummer_1_1frm_select_skill.html#a54a4bcd522d6f3a969bddc5c59c43577',1,'Chummer::frmSelectSkill']]],
+ ['openpdf',['OpenPDF',['../class_chummer_1_1_common_functions.html#aca45b7f21b4b23e88adcd68fe5a5f2dc',1,'Chummer::CommonFunctions']]],
+ ['operatingsystem',['OperatingSystem',['../class_chummer_1_1_operating_system.html',1,'Chummer']]],
+ ['options',['Options',['../class_chummer_1_1_character.html#a25e99d1d077db8cd1b8c456350976f32',1,'Chummer.Character.Options()'],['../class_chummer_1_1_tech_program.html#adc48299bf13b16f62b1e974bc5f0ead1',1,'Chummer.TechProgram.Options()']]],
+ ['ordeal',['Ordeal',['../class_chummer_1_1_initiation_grade.html#a3f5b4ecc0354c4690eff1b182d9e038d',1,'Chummer::InitiationGrade']]],
+ ['order',['Order',['../class_chummer_1_1_list_view_column_sorter.html#a74c3482a778b22ab470e12167fc8ce15',1,'Chummer::ListViewColumnSorter']]],
+ ['originsource',['OriginSource',['../class_chummer_1_1_quality.html#a63b89480126bef22997f47972e273aec',1,'Chummer::Quality']]],
+ ['overridespecialattributeessenceloss',['OverrideSpecialAttributeEssenceLoss',['../class_chummer_1_1_character.html#a0e04d5945df110f4bd36288577e5e2d8',1,'Chummer::Character']]],
+ ['owncost',['OwnCost',['../class_chummer_1_1_armor_mod.html#a58ef4807a68b194375eb2c3ccebea531',1,'Chummer.ArmorMod.OwnCost()'],['../class_chummer_1_1_armor.html#ae27b891e95a61194ec903272b213ae4e',1,'Chummer.Armor.OwnCost()'],['../class_chummer_1_1_cyberware.html#ae572df10cc83338fc87c9b7f3e3a1653',1,'Chummer.Cyberware.OwnCost()'],['../class_chummer_1_1_weapon.html#a0f0800b25675be8b9f5ed06a81a89e1b',1,'Chummer.Weapon.OwnCost()'],['../class_chummer_1_1_weapon_accessory.html#a312bcbce0a17ace2df0751704ce6f461',1,'Chummer.WeaponAccessory.OwnCost()'],['../class_chummer_1_1_weapon_mod.html#a5d5ab1ebef8f9623ca618e01905a3da3',1,'Chummer.WeaponMod.OwnCost()'],['../class_chummer_1_1_gear.html#af98773fc6b3067ade934f406936f95c1',1,'Chummer.Gear.OwnCost()'],['../class_chummer_1_1_vehicle_mod.html#ab82548b922263faa270d4fb77f278832',1,'Chummer.VehicleMod.OwnCost()'],['../class_chummer_1_1_vehicle.html#a186e30b125ad2e1d5cae61cb4a457ee6',1,'Chummer.Vehicle.OwnCost()']]],
+ ['ownedbyuser',['OwnedByUser',['../class_chummer_1_1_omae_record.html#af68a7eeaaee2eb98fa53728001a068b3',1,'Chummer::OmaeRecord']]]
+];
diff --git a/docs/search/all_f.html b/docs/search/all_f.html
new file mode 100644
index 0000000..c395a47
--- /dev/null
+++ b/docs/search/all_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/all_f.js b/docs/search/all_f.js
new file mode 100644
index 0000000..b3507c2
--- /dev/null
+++ b/docs/search/all_f.js
@@ -0,0 +1,49 @@
+var searchData=
+[
+ ['page',['Page',['../class_chummer_1_1_armor_mod.html#ab278acd1ba452f40c1590d14bb7296b0',1,'Chummer.ArmorMod.Page()'],['../class_chummer_1_1_armor.html#a66ceb610941fb75055d41314a3c01e67',1,'Chummer.Armor.Page()'],['../class_chummer_1_1_cyberware.html#ac19b4a92641740c20e8882611a178be7',1,'Chummer.Cyberware.Page()'],['../class_chummer_1_1_weapon.html#ae98023148c7e47b9e1d8f1beaf5d6840',1,'Chummer.Weapon.Page()'],['../class_chummer_1_1_weapon_accessory.html#ae77143011852c8dca3a5a7c443d4af2c',1,'Chummer.WeaponAccessory.Page()'],['../class_chummer_1_1_weapon_mod.html#a8ec2570f93cae3a279c0fcaabf159bb9',1,'Chummer.WeaponMod.Page()'],['../class_chummer_1_1_lifestyle.html#aaa0745c67c72ebf33c05ad84cc0f468c',1,'Chummer.Lifestyle.Page()'],['../class_chummer_1_1_gear.html#a793bf0c824ca5422ce6677453e8d5002',1,'Chummer.Gear.Page()'],['../class_chummer_1_1_vehicle_mod.html#a00382c98bc9ba949dc78ea738f96a165',1,'Chummer.VehicleMod.Page()'],['../class_chummer_1_1_vehicle.html#a42837ce4b9f3a70bb8e88259e27cda94',1,'Chummer.Vehicle.Page()'],['../class_chummer_1_1_quality.html#a3cdadd39ce84766f183a06b8eb200be9',1,'Chummer.Quality.Page()'],['../class_chummer_1_1_skill.html#ad5453443ac94c4a9ec750029a56a09ab',1,'Chummer.Skill.Page()'],['../class_chummer_1_1_spell.html#af706f18103546b00580eb2604ef1a439',1,'Chummer.Spell.Page()'],['../class_chummer_1_1_metamagic.html#a158bb5d7d3c3ded7f8dd34210d19348d',1,'Chummer.Metamagic.Page()'],['../class_chummer_1_1_power.html#a7fba3ec511b59ee0df1fb2bb37765fb4',1,'Chummer.Power.Page()'],['../class_chummer_1_1_tech_program.html#a6c292b020113c0e96f976f1941cd7a22',1,'Chummer.TechProgram.Page()'],['../class_chummer_1_1_tech_program_option.html#aef422613efc7b1e15aa3b4fbc149d321',1,'Chummer.TechProgramOption.Page()'],['../class_chummer_1_1_martial_art.html#ac216bfe5f43a25669d99f5721c8997c7',1,'Chummer.MartialArt.Page()'],['../class_chummer_1_1_martial_art_maneuver.html#ad233ef9c07e4801b121ef6b359ce7a9f',1,'Chummer.MartialArtManeuver.Page()'],['../class_chummer_1_1_critter_power.html#a0a1aec3d642ffe9b76384ed56fc819fb',1,'Chummer.CritterPower.Page()']]],
+ ['paidwithkarma',['PaidWithKarma',['../class_chummer_1_1_metamagic.html#a369cf2066e55e1fb6cae610605ddbcf9',1,'Chummer::Metamagic']]],
+ ['parent',['Parent',['../class_chummer_1_1_armor_mod.html#afdc6295787a56b3a62fd2f572ede593a',1,'Chummer.ArmorMod.Parent()'],['../class_chummer_1_1_cyberware.html#a5198c64c39b8dc93afc582fc35f893b2',1,'Chummer.Cyberware.Parent()'],['../class_chummer_1_1_weapon_accessory.html#a206be0a6e970fae25c705e31c508f788',1,'Chummer.WeaponAccessory.Parent()'],['../class_chummer_1_1_weapon_mod.html#acc825a300ec2c6822a7d078b1bf71207',1,'Chummer.WeaponMod.Parent()'],['../class_chummer_1_1_gear.html#a0ac4cd1d34012e6e689ae9d118dd6cc2',1,'Chummer.Gear.Parent()']]],
+ ['pdfapppath',['PDFAppPath',['../class_chummer_1_1_global_options.html#a92a18223eb9d8bd460b68820ed14eb46',1,'Chummer::GlobalOptions']]],
+ ['percentage',['Percentage',['../class_chummer_1_1_lifestyle.html#a05af7512a1e817bbc840b136887339bb',1,'Chummer::Lifestyle']]],
+ ['petcontrol',['PetControl',['../class_chummer_1_1_pet_control.html',1,'Chummer']]],
+ ['physicalcm',['PhysicalCM',['../class_chummer_1_1_character.html#a68db87092cd7266c7c8e05bcf0ea5375',1,'Chummer.Character.PhysicalCM()'],['../class_chummer_1_1_vehicle.html#a4bf73ee44dd7cf6289589ec93ed95b9b',1,'Chummer.Vehicle.PhysicalCM()']]],
+ ['physicalcmfilled',['PhysicalCMFilled',['../class_chummer_1_1_character.html#a6d858dca37663a70b654273ba179f67b',1,'Chummer.Character.PhysicalCMFilled()'],['../class_chummer_1_1_vehicle.html#ac78af976a0e6794abae0fb3451f2956e',1,'Chummer.Vehicle.PhysicalCMFilled()']]],
+ ['pilot',['Pilot',['../class_chummer_1_1_vehicle_mod.html#a584778dd3efb49017d455fd557bd4e3f',1,'Chummer.VehicleMod.Pilot()'],['../class_chummer_1_1_vehicle.html#a5e80e7580dabc0b0b402a3e48245c584',1,'Chummer.Vehicle.Pilot()']]],
+ ['playername',['PlayerName',['../class_chummer_1_1_character.html#a18f29aa4f31c5759f8f984ad2d280985',1,'Chummer::Character']]],
+ ['pluginarmorcapacity',['PluginArmorCapacity',['../class_chummer_1_1_gear.html#a0cf470c7052709d9a8d6764cabf51d65',1,'Chummer::Gear']]],
+ ['plugincapacity',['PluginCapacity',['../class_chummer_1_1_gear.html#ad0497a4d19f434bc6a713019220d0008',1,'Chummer::Gear']]],
+ ['pointsperlevel',['PointsPerLevel',['../class_chummer_1_1_power.html#a595b3f34bff4d7d42a2f7f1ad4f81864',1,'Chummer.Power.PointsPerLevel()'],['../class_chummer_1_1frm_select_power.html#a6825c85277ce50b9cc18486b5581be3b',1,'Chummer.frmSelectPower.PointsPerLevel()'],['../class_chummer_1_1_power_control.html#a74e798ffb081091a55548ccce84d6805',1,'Chummer.PowerControl.PointsPerLevel()']]],
+ ['populatecalendar',['PopulateCalendar',['../class_chummer_1_1frm_career.html#a148754707ece884d8b4e8c3ac6ab8820',1,'Chummer::frmCareer']]],
+ ['populatecyberwaregradelist',['PopulateCyberwareGradeList',['../class_chummer_1_1frm_create.html#abb73d96cb2a8ac5b23909a3a6e66ee9e',1,'Chummer::frmCreate']]],
+ ['populateexpenselist',['PopulateExpenseList',['../class_chummer_1_1frm_career.html#ad795c2734d22d784b977a415ea0f57bb',1,'Chummer::frmCareer']]],
+ ['populatefocuslist',['PopulateFocusList',['../class_chummer_1_1_main_controller.html#af48d0ad8cd547e020604825baf3b2857',1,'Chummer::MainController']]],
+ ['populatemetatypes',['PopulateMetatypes',['../class_chummer_1_1frm_omae.html#a48865ba32481b6fd4d3de86e0686ff27',1,'Chummer::frmOmae']]],
+ ['populatemode',['PopulateMode',['../class_chummer_1_1frm_omae.html#ad6e8db495b695f1f9d8d167c81e786dc',1,'Chummer::frmOmae']]],
+ ['populatemru',['PopulateMRU',['../class_chummer_1_1frm_career.html#a483c926ac8fb9eae623bea5c5cf3a154',1,'Chummer.frmCareer.PopulateMRU()'],['../class_chummer_1_1frm_create.html#ab68cf15ac8fd2737ca7afb58636a3183',1,'Chummer.frmCreate.PopulateMRU()'],['../class_chummer_1_1frm_main.html#a77ab1423dd2274e2ad9aaed88fac5b91',1,'Chummer.frmMain.PopulateMRU()']]],
+ ['populatequalities',['PopulateQualities',['../class_chummer_1_1frm_omae.html#a82547f2dc871daf006c4fc838bce5fb2',1,'Chummer::frmOmae']]],
+ ['populatesortorder',['PopulateSortOrder',['../class_chummer_1_1frm_omae.html#a91dbf69a76fff6fe3060fcc04a39054f',1,'Chummer::frmOmae']]],
+ ['possessed',['Possessed',['../class_chummer_1_1_character.html#ab6b0f53fbdf7920b254a10ce6d327fb0',1,'Chummer::Character']]],
+ ['power',['Power',['../class_chummer_1_1_power.html',1,'Chummer']]],
+ ['powercontrol',['PowerControl',['../class_chummer_1_1_power_control.html',1,'Chummer']]],
+ ['powerlevel',['PowerLevel',['../class_chummer_1_1_power_control.html#a070c9b6539fc3919c58e0281160daf29',1,'Chummer::PowerControl']]],
+ ['powername',['PowerName',['../class_chummer_1_1_power_control.html#a19b591bd194023b9724ec9109add329c',1,'Chummer::PowerControl']]],
+ ['powerobject',['PowerObject',['../class_chummer_1_1_power_control.html#afaccb0942f6a76f9969dd3e7d99cc53a',1,'Chummer::PowerControl']]],
+ ['powerpoints',['PowerPoints',['../class_chummer_1_1_power.html#a687ae8c30e121d143c5351e09b7ef84f',1,'Chummer.Power.PowerPoints()'],['../class_chummer_1_1_critter_power.html#abbd6889e8915f657890cc3bbb98bddfa',1,'Chummer.CritterPower.PowerPoints()'],['../class_chummer_1_1frm_select_critter_power.html#a4a47a40373f70fb3269bb3abc71d6d11',1,'Chummer.frmSelectCritterPower.PowerPoints()'],['../class_chummer_1_1_power_control.html#a146f580cd629754c4c549746390b5daf',1,'Chummer.PowerControl.PowerPoints()']]],
+ ['powers',['Powers',['../class_chummer_1_1_character.html#a7c5a4434d1919fe1fe1ce33259b41377',1,'Chummer::Character']]],
+ ['print',['Print',['../class_chummer_1_1_character.html#a8996b96c2f830e44dd16a046da7a1b65',1,'Chummer.Character.Print()'],['../class_chummer_1_1_armor_mod.html#a9a479be5c3127e9a1a9437a685606e04',1,'Chummer.ArmorMod.Print()'],['../class_chummer_1_1_armor.html#aecaece42d774345f34399da058d87b2e',1,'Chummer.Armor.Print()'],['../class_chummer_1_1_cyberware.html#af2c3985da81e1b04cb49930b8cb3ab82',1,'Chummer.Cyberware.Print()'],['../class_chummer_1_1_weapon.html#a3ab66d6bc6ee96e4ac7366e0be728e4e',1,'Chummer.Weapon.Print()'],['../class_chummer_1_1_weapon_accessory.html#af28ff467a66a4bffbb83237128f69048',1,'Chummer.WeaponAccessory.Print()'],['../class_chummer_1_1_weapon_mod.html#ad6f1256eca7569f94c816605c3804f20',1,'Chummer.WeaponMod.Print()'],['../class_chummer_1_1_lifestyle.html#a3cc94c310eec1739ea867af808fb8a21',1,'Chummer.Lifestyle.Print()'],['../class_chummer_1_1_gear.html#aaa4dabccd6d911a9d6f95544eb57c7e9',1,'Chummer.Gear.Print()'],['../class_chummer_1_1_commlink.html#a1b14c6e205dd63da8ea9871745a54b97',1,'Chummer.Commlink.Print()'],['../class_chummer_1_1_operating_system.html#a0773ce7448128de447bf85ce289efc67',1,'Chummer.OperatingSystem.Print()'],['../class_chummer_1_1_vehicle_mod.html#adced5650a8088183933048cfebb99e3b',1,'Chummer.VehicleMod.Print()'],['../class_chummer_1_1_vehicle.html#af4d3efaacd1125e7fbf1adba31a48d89',1,'Chummer.Vehicle.Print()'],['../class_chummer_1_1_expense_log_entry.html#a74c2f4c76a45becf56f9434512d421f4',1,'Chummer.ExpenseLogEntry.Print()'],['../class_chummer_1_1_attribute.html#a77d8797b98c4fa3d11077f8a0efd5fc2',1,'Chummer.Attribute.Print()'],['../class_chummer_1_1_quality.html#a59a7b99d333d3fecc1aef1a79517586d',1,'Chummer.Quality.Print()'],['../class_chummer_1_1_skill.html#a701b198b80af18e7262e8733cd4b5dbb',1,'Chummer.Skill.Print()'],['../class_chummer_1_1_spirit.html#a8ed2d9d8d9c90915c3f01f45654a007a',1,'Chummer.Spirit.Print()'],['../class_chummer_1_1_spell.html#aac64a77438cb3e935a1f94c473d5292a',1,'Chummer.Spell.Print()'],['../class_chummer_1_1_metamagic.html#a85f77da68fce80ffed0da7564d2fb085',1,'Chummer.Metamagic.Print()'],['../class_chummer_1_1_power.html#a393f9f29a8e024dfde0acd8d3dc6db81',1,'Chummer.Power.Print()'],['../class_chummer_1_1_tech_program.html#a310d14fdf787bf90f2df40b9afaf7e56',1,'Chummer.TechProgram.Print()'],['../class_chummer_1_1_tech_program_option.html#a5cc5f222753caf6027d25cbe5a4e772e',1,'Chummer.TechProgramOption.Print()'],['../class_chummer_1_1_martial_art.html#ae62bcee5d10c960691b00a9cf62de145',1,'Chummer.MartialArt.Print()'],['../class_chummer_1_1_martial_art_advantage.html#a7ab17a49122fde769b04f5eef6fb88a5',1,'Chummer.MartialArtAdvantage.Print()'],['../class_chummer_1_1_martial_art_maneuver.html#a3c2716aeb88e6b5e2f9773c8ca78e809',1,'Chummer.MartialArtManeuver.Print()'],['../class_chummer_1_1_contact.html#aa3455b462cffea81fbb6596f3cba08fe',1,'Chummer.Contact.Print()'],['../class_chummer_1_1_critter_power.html#ab696ffe9bce5e8d96463b3743dde9520',1,'Chummer.CritterPower.Print()'],['../class_chummer_1_1_calendar_week.html#a4471117b3c602508543dbc1d56861471',1,'Chummer.CalendarWeek.Print()']]],
+ ['printarcanaalternates',['PrintArcanaAlternates',['../class_chummer_1_1_character_options.html#aaaff54f6fa20588a56f4e0fa6b9d3a85',1,'Chummer::CharacterOptions']]],
+ ['printexpenses',['PrintExpenses',['../class_chummer_1_1_character_options.html#a38a5979a87fae2af5a2ec07eaabce28c',1,'Chummer::CharacterOptions']]],
+ ['printleadershipalternates',['PrintLeadershipAlternates',['../class_chummer_1_1_character_options.html#a59275c94b8513e56bb67b22f1bed0921',1,'Chummer::CharacterOptions']]],
+ ['printnotes',['PrintNotes',['../class_chummer_1_1_character_options.html#a89aaa778ddef5be54c224029123a2f12',1,'Chummer::CharacterOptions']]],
+ ['printskillswithzerorating',['PrintSkillsWithZeroRating',['../class_chummer_1_1_character_options.html#a3f0d735a7ff200e7a1e8102ea325a5c3',1,'Chummer::CharacterOptions']]],
+ ['printtofilefirst',['PrintToFileFirst',['../class_chummer_1_1_global_options.html#a2a4e8cc2a9c90d774877135e3b7fe20e',1,'Chummer::GlobalOptions']]],
+ ['printtostream',['PrintToStream',['../class_chummer_1_1_character.html#a8f71c3935179c4d2d0ad22397ab3ffb7',1,'Chummer::Character']]],
+ ['printwindow',['PrintWindow',['../class_chummer_1_1_character.html#adafc3378fb7a30084197d39bac50ccbe',1,'Chummer::Character']]],
+ ['processorlimit',['ProcessorLimit',['../class_chummer_1_1_commlink.html#a58abba5cfc830f6a6bf52286ee32443c',1,'Chummer::Commlink']]],
+ ['programcategory',['ProgramCategory',['../class_chummer_1_1frm_select_program_option.html#a1471936115acde6068bfa59520928d3a',1,'Chummer::frmSelectProgramOption']]],
+ ['programname',['ProgramName',['../class_chummer_1_1frm_select_program_option.html#a64e90342f2a6f61aa19f5c596bedf40a',1,'Chummer::frmSelectProgramOption']]],
+ ['programtags',['ProgramTags',['../class_chummer_1_1frm_select_program_option.html#a914511f17aa9c1a27ca66230f530bbc5',1,'Chummer::frmSelectProgramOption']]],
+ ['publicawareness',['PublicAwareness',['../class_chummer_1_1_character.html#a1ee1503a9770c4db6484241e53663490',1,'Chummer::Character']]],
+ ['publicawarenesstooltip',['PublicAwarenessTooltip',['../class_chummer_1_1_character.html#a286db4c964524d07c32d66097288a74a',1,'Chummer::Character']]],
+ ['purchased',['Purchased',['../class_chummer_1_1_lifestyle.html#aa0100e44424698cbedfb2e0e7d9fad24',1,'Chummer::Lifestyle']]]
+];
diff --git a/docs/search/classes_0.html b/docs/search/classes_0.html
new file mode 100644
index 0000000..8888fa8
--- /dev/null
+++ b/docs/search/classes_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_0.js b/docs/search/classes_0.js
new file mode 100644
index 0000000..c6f303d
--- /dev/null
+++ b/docs/search/classes_0.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['armor',['Armor',['../class_chummer_1_1_armor.html',1,'Chummer']]],
+ ['armormod',['ArmorMod',['../class_chummer_1_1_armor_mod.html',1,'Chummer']]],
+ ['attribute',['Attribute',['../class_chummer_1_1_attribute.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_1.html b/docs/search/classes_1.html
new file mode 100644
index 0000000..a402bbe
--- /dev/null
+++ b/docs/search/classes_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_1.js b/docs/search/classes_1.js
new file mode 100644
index 0000000..eff3d2d
--- /dev/null
+++ b/docs/search/classes_1.js
@@ -0,0 +1,16 @@
+var searchData=
+[
+ ['calendarweek',['CalendarWeek',['../class_chummer_1_1_calendar_week.html',1,'Chummer']]],
+ ['canuploadlanguagerequest',['CanUploadLanguageRequest',['../class_chummer_1_1_translation_service_1_1_can_upload_language_request.html',1,'Chummer::TranslationService']]],
+ ['canuploadlanguagerequestbody',['CanUploadLanguageRequestBody',['../class_chummer_1_1_translation_service_1_1_can_upload_language_request_body.html',1,'Chummer::TranslationService']]],
+ ['canuploadlanguageresponse',['CanUploadLanguageResponse',['../class_chummer_1_1_translation_service_1_1_can_upload_language_response.html',1,'Chummer::TranslationService']]],
+ ['canuploadlanguageresponsebody',['CanUploadLanguageResponseBody',['../class_chummer_1_1_translation_service_1_1_can_upload_language_response_body.html',1,'Chummer::TranslationService']]],
+ ['character',['Character',['../class_chummer_1_1_character.html',1,'Chummer']]],
+ ['characteroptions',['CharacterOptions',['../class_chummer_1_1_character_options.html',1,'Chummer']]],
+ ['commlink',['Commlink',['../class_chummer_1_1_commlink.html',1,'Chummer']]],
+ ['commonfunctions',['CommonFunctions',['../class_chummer_1_1_common_functions.html',1,'Chummer']]],
+ ['contact',['Contact',['../class_chummer_1_1_contact.html',1,'Chummer']]],
+ ['contactcontrol',['ContactControl',['../class_chummer_1_1_contact_control.html',1,'Chummer']]],
+ ['critterpower',['CritterPower',['../class_chummer_1_1_critter_power.html',1,'Chummer']]],
+ ['cyberware',['Cyberware',['../class_chummer_1_1_cyberware.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_10.html b/docs/search/classes_10.html
new file mode 100644
index 0000000..714c4dc
--- /dev/null
+++ b/docs/search/classes_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_10.js b/docs/search/classes_10.js
new file mode 100644
index 0000000..21dac21
--- /dev/null
+++ b/docs/search/classes_10.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['vehicle',['Vehicle',['../class_chummer_1_1_vehicle.html',1,'Chummer']]],
+ ['vehiclemod',['VehicleMod',['../class_chummer_1_1_vehicle_mod.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_11.html b/docs/search/classes_11.html
new file mode 100644
index 0000000..25cb3eb
--- /dev/null
+++ b/docs/search/classes_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_11.js b/docs/search/classes_11.js
new file mode 100644
index 0000000..93b2be8
--- /dev/null
+++ b/docs/search/classes_11.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['weapon',['Weapon',['../class_chummer_1_1_weapon.html',1,'Chummer']]],
+ ['weaponaccessory',['WeaponAccessory',['../class_chummer_1_1_weapon_accessory.html',1,'Chummer']]],
+ ['weaponmod',['WeaponMod',['../class_chummer_1_1_weapon_mod.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_12.html b/docs/search/classes_12.html
new file mode 100644
index 0000000..d6047a8
--- /dev/null
+++ b/docs/search/classes_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_12.js b/docs/search/classes_12.js
new file mode 100644
index 0000000..55fb850
--- /dev/null
+++ b/docs/search/classes_12.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['xmlmanager',['XmlManager',['../class_chummer_1_1_xml_manager.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_2.html b/docs/search/classes_2.html
new file mode 100644
index 0000000..003214b
--- /dev/null
+++ b/docs/search/classes_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_2.js b/docs/search/classes_2.js
new file mode 100644
index 0000000..29a1543
--- /dev/null
+++ b/docs/search/classes_2.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['downloadcharacterrequest',['DownloadCharacterRequest',['../class_chummer_1_1_omae_service_1_1_download_character_request.html',1,'Chummer::OmaeService']]],
+ ['downloadcharacterrequestbody',['DownloadCharacterRequestBody',['../class_chummer_1_1_omae_service_1_1_download_character_request_body.html',1,'Chummer::OmaeService']]],
+ ['downloadcharacterresponse',['DownloadCharacterResponse',['../class_chummer_1_1_omae_service_1_1_download_character_response.html',1,'Chummer::OmaeService']]],
+ ['downloadcharacterresponsebody',['DownloadCharacterResponseBody',['../class_chummer_1_1_omae_service_1_1_download_character_response_body.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafilerequest',['DownloadDataFileRequest',['../class_chummer_1_1_omae_service_1_1_download_data_file_request.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafilerequestbody',['DownloadDataFileRequestBody',['../class_chummer_1_1_omae_service_1_1_download_data_file_request_body.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafileresponse',['DownloadDataFileResponse',['../class_chummer_1_1_omae_service_1_1_download_data_file_response.html',1,'Chummer::OmaeService']]],
+ ['downloaddatafileresponsebody',['DownloadDataFileResponseBody',['../class_chummer_1_1_omae_service_1_1_download_data_file_response_body.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetrequest',['DownloadSheetRequest',['../class_chummer_1_1_omae_service_1_1_download_sheet_request.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetrequestbody',['DownloadSheetRequestBody',['../class_chummer_1_1_omae_service_1_1_download_sheet_request_body.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetresponse',['DownloadSheetResponse',['../class_chummer_1_1_omae_service_1_1_download_sheet_response.html',1,'Chummer::OmaeService']]],
+ ['downloadsheetresponsebody',['DownloadSheetResponseBody',['../class_chummer_1_1_omae_service_1_1_download_sheet_response_body.html',1,'Chummer::OmaeService']]]
+];
diff --git a/docs/search/classes_3.html b/docs/search/classes_3.html
new file mode 100644
index 0000000..fadcfc8
--- /dev/null
+++ b/docs/search/classes_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_3.js b/docs/search/classes_3.js
new file mode 100644
index 0000000..d4a7cc5
--- /dev/null
+++ b/docs/search/classes_3.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['equipment',['Equipment',['../class_chummer_1_1_equipment.html',1,'Chummer']]],
+ ['expenselogentry',['ExpenseLogEntry',['../class_chummer_1_1_expense_log_entry.html',1,'Chummer']]],
+ ['expenseundo',['ExpenseUndo',['../class_chummer_1_1_expense_undo.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_4.html b/docs/search/classes_4.html
new file mode 100644
index 0000000..6056b20
--- /dev/null
+++ b/docs/search/classes_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_4.js b/docs/search/classes_4.js
new file mode 100644
index 0000000..36dbee0
--- /dev/null
+++ b/docs/search/classes_4.js
@@ -0,0 +1,90 @@
+var searchData=
+[
+ ['fetchcharacters153request',['FetchCharacters153Request',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_request.html',1,'Chummer::OmaeService']]],
+ ['fetchcharacters153requestbody',['FetchCharacters153RequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchcharacters153response',['FetchCharacters153Response',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_response.html',1,'Chummer::OmaeService']]],
+ ['fetchcharacters153responsebody',['FetchCharacters153ResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters153_response_body.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersrequest',['FetchCharactersRequest',['../class_chummer_1_1_omae_service_1_1_fetch_characters_request.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersrequestbody',['FetchCharactersRequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersresponse',['FetchCharactersResponse',['../class_chummer_1_1_omae_service_1_1_fetch_characters_response.html',1,'Chummer::OmaeService']]],
+ ['fetchcharactersresponsebody',['FetchCharactersResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_characters_response_body.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesrequest',['FetchDataFilesRequest',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_request.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesrequestbody',['FetchDataFilesRequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesresponse',['FetchDataFilesResponse',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_response.html',1,'Chummer::OmaeService']]],
+ ['fetchdatafilesresponsebody',['FetchDataFilesResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_data_files_response_body.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsrequest',['FetchSheetsRequest',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_request.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsrequestbody',['FetchSheetsRequestBody',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_request_body.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsresponse',['FetchSheetsResponse',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_response.html',1,'Chummer::OmaeService']]],
+ ['fetchsheetsresponsebody',['FetchSheetsResponseBody',['../class_chummer_1_1_omae_service_1_1_fetch_sheets_response_body.html',1,'Chummer::OmaeService']]],
+ ['focus',['Focus',['../class_chummer_1_1_focus.html',1,'Chummer']]],
+ ['frmabout',['frmAbout',['../class_chummer_1_1frm_about.html',1,'Chummer']]],
+ ['frmcareer',['frmCareer',['../class_chummer_1_1frm_career.html',1,'Chummer']]],
+ ['frmcreate',['frmCreate',['../class_chummer_1_1frm_create.html',1,'Chummer']]],
+ ['frmcreatecyberwaresuite',['frmCreateCyberwareSuite',['../class_chummer_1_1frm_create_cyberware_suite.html',1,'Chummer']]],
+ ['frmcreateimprovement',['frmCreateImprovement',['../class_chummer_1_1frm_create_improvement.html',1,'Chummer']]],
+ ['frmcreatepackskit',['frmCreatePACKSKit',['../class_chummer_1_1frm_create_p_a_c_k_s_kit.html',1,'Chummer']]],
+ ['frmcreatespell',['frmCreateSpell',['../class_chummer_1_1frm_create_spell.html',1,'Chummer']]],
+ ['frmdicehits',['frmDiceHits',['../class_chummer_1_1frm_dice_hits.html',1,'Chummer']]],
+ ['frmdiceroller',['frmDiceRoller',['../class_chummer_1_1frm_dice_roller.html',1,'Chummer']]],
+ ['frmexpense',['frmExpense',['../class_chummer_1_1frm_expense.html',1,'Chummer']]],
+ ['frmexport',['frmExport',['../class_chummer_1_1frm_export.html',1,'Chummer']]],
+ ['frmhistory',['frmHistory',['../class_chummer_1_1frm_history.html',1,'Chummer']]],
+ ['frmlifestylenuyen',['frmLifestyleNuyen',['../class_chummer_1_1frm_lifestyle_nuyen.html',1,'Chummer']]],
+ ['frmmain',['frmMain',['../class_chummer_1_1frm_main.html',1,'Chummer']]],
+ ['frmmetatype',['frmMetatype',['../class_chummer_1_1frm_metatype.html',1,'Chummer']]],
+ ['frmnaturalweapon',['frmNaturalWeapon',['../class_chummer_1_1frm_natural_weapon.html',1,'Chummer']]],
+ ['frmnotes',['frmNotes',['../class_chummer_1_1frm_notes.html',1,'Chummer']]],
+ ['frmomae',['frmOmae',['../class_chummer_1_1frm_omae.html',1,'Chummer']]],
+ ['frmomaeaccount',['frmOmaeAccount',['../class_chummer_1_1frm_omae_account.html',1,'Chummer']]],
+ ['frmomaecompress',['frmOmaeCompress',['../class_chummer_1_1frm_omae_compress.html',1,'Chummer']]],
+ ['frmomaeupload',['frmOmaeUpload',['../class_chummer_1_1frm_omae_upload.html',1,'Chummer']]],
+ ['frmomaeuploaddata',['frmOmaeUploadData',['../class_chummer_1_1frm_omae_upload_data.html',1,'Chummer']]],
+ ['frmomaeuploadlanguage',['frmOmaeUploadLanguage',['../class_chummer_1_1frm_omae_upload_language.html',1,'Chummer']]],
+ ['frmomaeuploadsheet',['frmOmaeUploadSheet',['../class_chummer_1_1frm_omae_upload_sheet.html',1,'Chummer']]],
+ ['frmoptions',['frmOptions',['../class_chummer_1_1frm_options.html',1,'Chummer']]],
+ ['frmprintmultiple',['frmPrintMultiple',['../class_chummer_1_1frm_print_multiple.html',1,'Chummer']]],
+ ['frmreload',['frmReload',['../class_chummer_1_1frm_reload.html',1,'Chummer']]],
+ ['frmselectadvancedlifestyle',['frmSelectAdvancedLifestyle',['../class_chummer_1_1frm_select_advanced_lifestyle.html',1,'Chummer']]],
+ ['frmselectarmor',['frmSelectArmor',['../class_chummer_1_1frm_select_armor.html',1,'Chummer']]],
+ ['frmselectarmormod',['frmSelectArmorMod',['../class_chummer_1_1frm_select_armor_mod.html',1,'Chummer']]],
+ ['frmselectattribute',['frmSelectAttribute',['../class_chummer_1_1frm_select_attribute.html',1,'Chummer']]],
+ ['frmselectbp',['frmSelectBP',['../class_chummer_1_1frm_select_b_p.html',1,'Chummer']]],
+ ['frmselectcalendarstart',['frmSelectCalendarStart',['../class_chummer_1_1frm_select_calendar_start.html',1,'Chummer']]],
+ ['frmselectcontactconnection',['frmSelectContactConnection',['../class_chummer_1_1frm_select_contact_connection.html',1,'Chummer']]],
+ ['frmselectcritterpower',['frmSelectCritterPower',['../class_chummer_1_1frm_select_critter_power.html',1,'Chummer']]],
+ ['frmselectcyberware',['frmSelectCyberware',['../class_chummer_1_1frm_select_cyberware.html',1,'Chummer']]],
+ ['frmselectcyberwaresuite',['frmSelectCyberwareSuite',['../class_chummer_1_1frm_select_cyberware_suite.html',1,'Chummer']]],
+ ['frmselectexoticskill',['frmSelectExoticSkill',['../class_chummer_1_1frm_select_exotic_skill.html',1,'Chummer']]],
+ ['frmselectgear',['frmSelectGear',['../class_chummer_1_1frm_select_gear.html',1,'Chummer']]],
+ ['frmselectitem',['frmSelectItem',['../class_chummer_1_1frm_select_item.html',1,'Chummer']]],
+ ['frmselectlifestyle',['frmSelectLifestyle',['../class_chummer_1_1frm_select_lifestyle.html',1,'Chummer']]],
+ ['frmselectmartialart',['frmSelectMartialArt',['../class_chummer_1_1frm_select_martial_art.html',1,'Chummer']]],
+ ['frmselectmartialartadvantage',['frmSelectMartialArtAdvantage',['../class_chummer_1_1frm_select_martial_art_advantage.html',1,'Chummer']]],
+ ['frmselectmartialartmaneuver',['frmSelectMartialArtManeuver',['../class_chummer_1_1frm_select_martial_art_maneuver.html',1,'Chummer']]],
+ ['frmselectmentorspirit',['frmSelectMentorSpirit',['../class_chummer_1_1frm_select_mentor_spirit.html',1,'Chummer']]],
+ ['frmselectmetamagic',['frmSelectMetamagic',['../class_chummer_1_1frm_select_metamagic.html',1,'Chummer']]],
+ ['frmselectnexus',['frmSelectNexus',['../class_chummer_1_1frm_select_nexus.html',1,'Chummer']]],
+ ['frmselectnumber',['frmSelectNumber',['../class_chummer_1_1frm_select_number.html',1,'Chummer']]],
+ ['frmselectpackskit',['frmSelectPACKSKit',['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html',1,'Chummer']]],
+ ['frmselectpower',['frmSelectPower',['../class_chummer_1_1frm_select_power.html',1,'Chummer']]],
+ ['frmselectprogram',['frmSelectProgram',['../class_chummer_1_1frm_select_program.html',1,'Chummer']]],
+ ['frmselectprogramoption',['frmSelectProgramOption',['../class_chummer_1_1frm_select_program_option.html',1,'Chummer']]],
+ ['frmselectquality',['frmSelectQuality',['../class_chummer_1_1frm_select_quality.html',1,'Chummer']]],
+ ['frmselectsetting',['frmSelectSetting',['../class_chummer_1_1frm_select_setting.html',1,'Chummer']]],
+ ['frmselectside',['frmSelectSide',['../class_chummer_1_1frm_select_side.html',1,'Chummer']]],
+ ['frmselectskill',['frmSelectSkill',['../class_chummer_1_1frm_select_skill.html',1,'Chummer']]],
+ ['frmselectskillcategory',['frmSelectSkillCategory',['../class_chummer_1_1frm_select_skill_category.html',1,'Chummer']]],
+ ['frmselectskillgroup',['frmSelectSkillGroup',['../class_chummer_1_1frm_select_skill_group.html',1,'Chummer']]],
+ ['frmselectspell',['frmSelectSpell',['../class_chummer_1_1frm_select_spell.html',1,'Chummer']]],
+ ['frmselectspellcategory',['frmSelectSpellCategory',['../class_chummer_1_1frm_select_spell_category.html',1,'Chummer']]],
+ ['frmselecttext',['frmSelectText',['../class_chummer_1_1frm_select_text.html',1,'Chummer']]],
+ ['frmselectvehicle',['frmSelectVehicle',['../class_chummer_1_1frm_select_vehicle.html',1,'Chummer']]],
+ ['frmselectvehiclemod',['frmSelectVehicleMod',['../class_chummer_1_1frm_select_vehicle_mod.html',1,'Chummer']]],
+ ['frmselectweapon',['frmSelectWeapon',['../class_chummer_1_1frm_select_weapon.html',1,'Chummer']]],
+ ['frmselectweaponaccessory',['frmSelectWeaponAccessory',['../class_chummer_1_1frm_select_weapon_accessory.html',1,'Chummer']]],
+ ['frmselectweaponcategory',['frmSelectWeaponCategory',['../class_chummer_1_1frm_select_weapon_category.html',1,'Chummer']]],
+ ['frmsellitem',['frmSellItem',['../class_chummer_1_1frm_sell_item.html',1,'Chummer']]],
+ ['frmtest',['frmTest',['../class_chummer_1_1frm_test.html',1,'Chummer']]],
+ ['frmupdate',['frmUpdate',['../class_chummer_1_1frm_update.html',1,'Chummer']]],
+ ['frmviewer',['frmViewer',['../class_chummer_1_1frm_viewer.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_5.html b/docs/search/classes_5.html
new file mode 100644
index 0000000..ca7c947
--- /dev/null
+++ b/docs/search/classes_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_5.js b/docs/search/classes_5.js
new file mode 100644
index 0000000..f16b5a0
--- /dev/null
+++ b/docs/search/classes_5.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['gear',['Gear',['../class_chummer_1_1_gear.html',1,'Chummer']]],
+ ['getcharactertypesrequest',['GetCharacterTypesRequest',['../class_chummer_1_1_omae_service_1_1_get_character_types_request.html',1,'Chummer::OmaeService']]],
+ ['getcharactertypesrequestbody',['GetCharacterTypesRequestBody',['../class_chummer_1_1_omae_service_1_1_get_character_types_request_body.html',1,'Chummer::OmaeService']]],
+ ['getcharactertypesresponse',['GetCharacterTypesResponse',['../class_chummer_1_1_omae_service_1_1_get_character_types_response.html',1,'Chummer::OmaeService']]],
+ ['getcharactertypesresponsebody',['GetCharacterTypesResponseBody',['../class_chummer_1_1_omae_service_1_1_get_character_types_response_body.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressrequest',['GetEmailAddressRequest',['../class_chummer_1_1_omae_service_1_1_get_email_address_request.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressrequestbody',['GetEmailAddressRequestBody',['../class_chummer_1_1_omae_service_1_1_get_email_address_request_body.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressresponse',['GetEmailAddressResponse',['../class_chummer_1_1_omae_service_1_1_get_email_address_response.html',1,'Chummer::OmaeService']]],
+ ['getemailaddressresponsebody',['GetEmailAddressResponseBody',['../class_chummer_1_1_omae_service_1_1_get_email_address_response_body.html',1,'Chummer::OmaeService']]],
+ ['globaloptions',['GlobalOptions',['../class_chummer_1_1_global_options.html',1,'Chummer']]],
+ ['grade',['Grade',['../class_chummer_1_1_grade.html',1,'Chummer']]],
+ ['gradelist',['GradeList',['../class_chummer_1_1_grade_list.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_6.html b/docs/search/classes_6.html
new file mode 100644
index 0000000..eb8935e
--- /dev/null
+++ b/docs/search/classes_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_6.js b/docs/search/classes_6.js
new file mode 100644
index 0000000..148d4aa
--- /dev/null
+++ b/docs/search/classes_6.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['improvement',['Improvement',['../class_chummer_1_1_improvement.html',1,'Chummer']]],
+ ['improvementmanager',['ImprovementManager',['../class_chummer_1_1_improvement_manager.html',1,'Chummer']]],
+ ['initiationgrade',['InitiationGrade',['../class_chummer_1_1_initiation_grade.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_7.html b/docs/search/classes_7.html
new file mode 100644
index 0000000..1068c77
--- /dev/null
+++ b/docs/search/classes_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_7.js b/docs/search/classes_7.js
new file mode 100644
index 0000000..6b35ff2
--- /dev/null
+++ b/docs/search/classes_7.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['languagemanager',['LanguageManager',['../class_chummer_1_1_language_manager.html',1,'Chummer']]],
+ ['lifestyle',['Lifestyle',['../class_chummer_1_1_lifestyle.html',1,'Chummer']]],
+ ['listitem',['ListItem',['../class_chummer_1_1_list_item.html',1,'Chummer']]],
+ ['listviewcolumnsorter',['ListViewColumnSorter',['../class_chummer_1_1_list_view_column_sorter.html',1,'Chummer']]],
+ ['loginrequest',['LoginRequest',['../class_chummer_1_1_omae_service_1_1_login_request.html',1,'Chummer::OmaeService']]],
+ ['loginrequestbody',['LoginRequestBody',['../class_chummer_1_1_omae_service_1_1_login_request_body.html',1,'Chummer::OmaeService']]],
+ ['loginresponse',['LoginResponse',['../class_chummer_1_1_omae_service_1_1_login_response.html',1,'Chummer::OmaeService']]],
+ ['loginresponsebody',['LoginResponseBody',['../class_chummer_1_1_omae_service_1_1_login_response_body.html',1,'Chummer::OmaeService']]]
+];
diff --git a/docs/search/classes_8.html b/docs/search/classes_8.html
new file mode 100644
index 0000000..9a52b63
--- /dev/null
+++ b/docs/search/classes_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_8.js b/docs/search/classes_8.js
new file mode 100644
index 0000000..4636c95
--- /dev/null
+++ b/docs/search/classes_8.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['maincontroller',['MainController',['../class_chummer_1_1_main_controller.html',1,'Chummer']]],
+ ['martialart',['MartialArt',['../class_chummer_1_1_martial_art.html',1,'Chummer']]],
+ ['martialartadvantage',['MartialArtAdvantage',['../class_chummer_1_1_martial_art_advantage.html',1,'Chummer']]],
+ ['martialartmaneuver',['MartialArtManeuver',['../class_chummer_1_1_martial_art_maneuver.html',1,'Chummer']]],
+ ['mentorspirit',['MentorSpirit',['../class_chummer_1_1_mentor_spirit.html',1,'Chummer']]],
+ ['metamagic',['Metamagic',['../class_chummer_1_1_metamagic.html',1,'Chummer']]],
+ ['mylistview',['MyListView',['../class_chummer_1_1_my_list_view.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_9.html b/docs/search/classes_9.html
new file mode 100644
index 0000000..9a3ffd8
--- /dev/null
+++ b/docs/search/classes_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_9.js b/docs/search/classes_9.js
new file mode 100644
index 0000000..30db252
--- /dev/null
+++ b/docs/search/classes_9.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['omaehelper',['OmaeHelper',['../class_chummer_1_1_omae_helper.html',1,'Chummer']]],
+ ['omaerecord',['OmaeRecord',['../class_chummer_1_1_omae_record.html',1,'Chummer']]],
+ ['omaesoap',['omaeSoap',['../interface_chummer_1_1_omae_service_1_1omae_soap.html',1,'Chummer::OmaeService']]],
+ ['omaesoapchannel',['omaeSoapChannel',['../interface_chummer_1_1_omae_service_1_1omae_soap_channel.html',1,'Chummer::OmaeService']]],
+ ['omaesoapclient',['omaeSoapClient',['../class_chummer_1_1_omae_service_1_1omae_soap_client.html',1,'Chummer::OmaeService']]],
+ ['operatingsystem',['OperatingSystem',['../class_chummer_1_1_operating_system.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_a.html b/docs/search/classes_a.html
new file mode 100644
index 0000000..c78181a
--- /dev/null
+++ b/docs/search/classes_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_a.js b/docs/search/classes_a.js
new file mode 100644
index 0000000..e542252
--- /dev/null
+++ b/docs/search/classes_a.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['petcontrol',['PetControl',['../class_chummer_1_1_pet_control.html',1,'Chummer']]],
+ ['power',['Power',['../class_chummer_1_1_power.html',1,'Chummer']]],
+ ['powercontrol',['PowerControl',['../class_chummer_1_1_power_control.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_b.html b/docs/search/classes_b.html
new file mode 100644
index 0000000..b22f396
--- /dev/null
+++ b/docs/search/classes_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_b.js b/docs/search/classes_b.js
new file mode 100644
index 0000000..03938f8
--- /dev/null
+++ b/docs/search/classes_b.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['quality',['Quality',['../class_chummer_1_1_quality.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_c.html b/docs/search/classes_c.html
new file mode 100644
index 0000000..e71035e
--- /dev/null
+++ b/docs/search/classes_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_c.js b/docs/search/classes_c.js
new file mode 100644
index 0000000..df53c3a
--- /dev/null
+++ b/docs/search/classes_c.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['registeruserrequest',['RegisterUserRequest',['../class_chummer_1_1_omae_service_1_1_register_user_request.html',1,'Chummer::OmaeService']]],
+ ['registeruserrequestbody',['RegisterUserRequestBody',['../class_chummer_1_1_omae_service_1_1_register_user_request_body.html',1,'Chummer::OmaeService']]],
+ ['registeruserresponse',['RegisterUserResponse',['../class_chummer_1_1_omae_service_1_1_register_user_response.html',1,'Chummer::OmaeService']]],
+ ['registeruserresponsebody',['RegisterUserResponseBody',['../class_chummer_1_1_omae_service_1_1_register_user_response_body.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordrequest',['ResetPasswordRequest',['../class_chummer_1_1_omae_service_1_1_reset_password_request.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordrequestbody',['ResetPasswordRequestBody',['../class_chummer_1_1_omae_service_1_1_reset_password_request_body.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordresponse',['ResetPasswordResponse',['../class_chummer_1_1_omae_service_1_1_reset_password_response.html',1,'Chummer::OmaeService']]],
+ ['resetpasswordresponsebody',['ResetPasswordResponseBody',['../class_chummer_1_1_omae_service_1_1_reset_password_response_body.html',1,'Chummer::OmaeService']]]
+];
diff --git a/docs/search/classes_d.html b/docs/search/classes_d.html
new file mode 100644
index 0000000..1f0b189
--- /dev/null
+++ b/docs/search/classes_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_d.js b/docs/search/classes_d.js
new file mode 100644
index 0000000..12e5bee
--- /dev/null
+++ b/docs/search/classes_d.js
@@ -0,0 +1,20 @@
+var searchData=
+[
+ ['setemailaddressrequest',['SetEmailAddressRequest',['../class_chummer_1_1_omae_service_1_1_set_email_address_request.html',1,'Chummer::OmaeService']]],
+ ['setemailaddressrequestbody',['SetEmailAddressRequestBody',['../class_chummer_1_1_omae_service_1_1_set_email_address_request_body.html',1,'Chummer::OmaeService']]],
+ ['setemailaddressresponse',['SetEmailAddressResponse',['../class_chummer_1_1_omae_service_1_1_set_email_address_response.html',1,'Chummer::OmaeService']]],
+ ['setemailaddressresponsebody',['SetEmailAddressResponseBody',['../class_chummer_1_1_omae_service_1_1_set_email_address_response_body.html',1,'Chummer::OmaeService']]],
+ ['skill',['Skill',['../class_chummer_1_1_skill.html',1,'Chummer']]],
+ ['skillcontrol',['SkillControl',['../class_chummer_1_1_skill_control.html',1,'Chummer']]],
+ ['skillgroup',['SkillGroup',['../class_chummer_1_1_skill_group.html',1,'Chummer']]],
+ ['skillgroupcontrol',['SkillGroupControl',['../class_chummer_1_1_skill_group_control.html',1,'Chummer']]],
+ ['sortbydate',['SortByDate',['../class_chummer_1_1_sort_by_date.html',1,'Chummer']]],
+ ['sortbyname',['SortByName',['../class_chummer_1_1_sort_by_name.html',1,'Chummer']]],
+ ['sortlistitem',['SortListItem',['../class_chummer_1_1_sort_list_item.html',1,'Chummer']]],
+ ['sourcebookinfo',['SourcebookInfo',['../class_chummer_1_1_sourcebook_info.html',1,'Chummer']]],
+ ['spell',['Spell',['../class_chummer_1_1_spell.html',1,'Chummer']]],
+ ['spirit',['Spirit',['../class_chummer_1_1_spirit.html',1,'Chummer']]],
+ ['spiritcontrol',['SpiritControl',['../class_chummer_1_1_spirit_control.html',1,'Chummer']]],
+ ['splitbutton',['SplitButton',['../class_split_button.html',1,'']]],
+ ['stackedfocus',['StackedFocus',['../class_chummer_1_1_stacked_focus.html',1,'Chummer']]]
+];
diff --git a/docs/search/classes_e.html b/docs/search/classes_e.html
new file mode 100644
index 0000000..c743f0d
--- /dev/null
+++ b/docs/search/classes_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_e.js b/docs/search/classes_e.js
new file mode 100644
index 0000000..5e42f67
--- /dev/null
+++ b/docs/search/classes_e.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['techprogram',['TechProgram',['../class_chummer_1_1_tech_program.html',1,'Chummer']]],
+ ['techprogramoption',['TechProgramOption',['../class_chummer_1_1_tech_program_option.html',1,'Chummer']]],
+ ['translationsoap',['translationSoap',['../interface_chummer_1_1_translation_service_1_1translation_soap.html',1,'Chummer::TranslationService']]],
+ ['translationsoapchannel',['translationSoapChannel',['../interface_chummer_1_1_translation_service_1_1translation_soap_channel.html',1,'Chummer::TranslationService']]],
+ ['translationsoapclient',['translationSoapClient',['../class_chummer_1_1_translation_service_1_1translation_soap_client.html',1,'Chummer::TranslationService']]]
+];
diff --git a/docs/search/classes_f.html b/docs/search/classes_f.html
new file mode 100644
index 0000000..2749625
--- /dev/null
+++ b/docs/search/classes_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/classes_f.js b/docs/search/classes_f.js
new file mode 100644
index 0000000..fcb117d
--- /dev/null
+++ b/docs/search/classes_f.js
@@ -0,0 +1,23 @@
+var searchData=
+[
+ ['uploadcharacter153request',['UploadCharacter153Request',['../class_chummer_1_1_omae_service_1_1_upload_character153_request.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacter153requestbody',['UploadCharacter153RequestBody',['../class_chummer_1_1_omae_service_1_1_upload_character153_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacter153response',['UploadCharacter153Response',['../class_chummer_1_1_omae_service_1_1_upload_character153_response.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacter153responsebody',['UploadCharacter153ResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_character153_response_body.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterrequest',['UploadCharacterRequest',['../class_chummer_1_1_omae_service_1_1_upload_character_request.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterrequestbody',['UploadCharacterRequestBody',['../class_chummer_1_1_omae_service_1_1_upload_character_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterresponse',['UploadCharacterResponse',['../class_chummer_1_1_omae_service_1_1_upload_character_response.html',1,'Chummer::OmaeService']]],
+ ['uploadcharacterresponsebody',['UploadCharacterResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_character_response_body.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafilerequest',['UploadDataFileRequest',['../class_chummer_1_1_omae_service_1_1_upload_data_file_request.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafilerequestbody',['UploadDataFileRequestBody',['../class_chummer_1_1_omae_service_1_1_upload_data_file_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafileresponse',['UploadDataFileResponse',['../class_chummer_1_1_omae_service_1_1_upload_data_file_response.html',1,'Chummer::OmaeService']]],
+ ['uploaddatafileresponsebody',['UploadDataFileResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_data_file_response_body.html',1,'Chummer::OmaeService']]],
+ ['uploadlanguagerequest',['UploadLanguageRequest',['../class_chummer_1_1_translation_service_1_1_upload_language_request.html',1,'Chummer::TranslationService']]],
+ ['uploadlanguagerequestbody',['UploadLanguageRequestBody',['../class_chummer_1_1_translation_service_1_1_upload_language_request_body.html',1,'Chummer::TranslationService']]],
+ ['uploadlanguageresponse',['UploadLanguageResponse',['../class_chummer_1_1_translation_service_1_1_upload_language_response.html',1,'Chummer::TranslationService']]],
+ ['uploadlanguageresponsebody',['UploadLanguageResponseBody',['../class_chummer_1_1_translation_service_1_1_upload_language_response_body.html',1,'Chummer::TranslationService']]],
+ ['uploadsheetrequest',['UploadSheetRequest',['../class_chummer_1_1_omae_service_1_1_upload_sheet_request.html',1,'Chummer::OmaeService']]],
+ ['uploadsheetrequestbody',['UploadSheetRequestBody',['../class_chummer_1_1_omae_service_1_1_upload_sheet_request_body.html',1,'Chummer::OmaeService']]],
+ ['uploadsheetresponse',['UploadSheetResponse',['../class_chummer_1_1_omae_service_1_1_upload_sheet_response.html',1,'Chummer::OmaeService']]],
+ ['uploadsheetresponsebody',['UploadSheetResponseBody',['../class_chummer_1_1_omae_service_1_1_upload_sheet_response_body.html',1,'Chummer::OmaeService']]]
+];
diff --git a/docs/search/close.png b/docs/search/close.png
new file mode 100644
index 0000000..9342d3d
Binary files /dev/null and b/docs/search/close.png differ
diff --git a/docs/search/enums_0.html b/docs/search/enums_0.html
new file mode 100644
index 0000000..f0d2272
--- /dev/null
+++ b/docs/search/enums_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/enums_0.js b/docs/search/enums_0.js
new file mode 100644
index 0000000..b861991
--- /dev/null
+++ b/docs/search/enums_0.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['capacitystyle',['CapacityStyle',['../namespace_chummer.html#a8ae507caeef7d056795f02bd1b0fd7e0',1,'Chummer']]],
+ ['contacttype',['ContactType',['../namespace_chummer.html#a6d771cae927023f4f6d7426662afa2c2',1,'Chummer']]]
+];
diff --git a/docs/search/enums_1.html b/docs/search/enums_1.html
new file mode 100644
index 0000000..9e3b4fb
--- /dev/null
+++ b/docs/search/enums_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/enums_1.js b/docs/search/enums_1.js
new file mode 100644
index 0000000..5afdc8e
--- /dev/null
+++ b/docs/search/enums_1.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['lifestyletype',['LifestyleType',['../namespace_chummer.html#aeeb5df01f9d05e895f06940ca9a16aa7',1,'Chummer']]]
+];
diff --git a/docs/search/enums_2.html b/docs/search/enums_2.html
new file mode 100644
index 0000000..bff4b29
--- /dev/null
+++ b/docs/search/enums_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/enums_2.js b/docs/search/enums_2.js
new file mode 100644
index 0000000..ae9533a
--- /dev/null
+++ b/docs/search/enums_2.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['qualitysource',['QualitySource',['../namespace_chummer.html#a77db27885229ca16c54ca1741f865cf1',1,'Chummer']]],
+ ['qualitytype',['QualityType',['../namespace_chummer.html#aaaaba6ae96cb316031dbb7ec92d34c2c',1,'Chummer']]]
+];
diff --git a/docs/search/enums_3.html b/docs/search/enums_3.html
new file mode 100644
index 0000000..e2cdb29
--- /dev/null
+++ b/docs/search/enums_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/enums_3.js b/docs/search/enums_3.js
new file mode 100644
index 0000000..8e2e4f6
--- /dev/null
+++ b/docs/search/enums_3.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['spirittype',['SpiritType',['../namespace_chummer.html#ae11fa378cf0406ca4b5cbd4ca9f90a05',1,'Chummer']]]
+];
diff --git a/docs/search/functions_0.html b/docs/search/functions_0.html
new file mode 100644
index 0000000..88c8a26
--- /dev/null
+++ b/docs/search/functions_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_0.js b/docs/search/functions_0.js
new file mode 100644
index 0000000..8b5465b
--- /dev/null
+++ b/docs/search/functions_0.js
@@ -0,0 +1,14 @@
+var searchData=
+[
+ ['addcategory',['AddCategory',['../class_chummer_1_1frm_select_gear.html#aefc4eb757f5bfdb88fcc16a3077c8803',1,'Chummer::frmSelectGear']]],
+ ['addmag',['AddMAG',['../class_chummer_1_1frm_select_attribute.html#a5cb628cb043e54b82ffb0cde56e984a2',1,'Chummer::frmSelectAttribute']]],
+ ['addpackskit',['AddPACKSKit',['../class_chummer_1_1frm_create.html#a721c87ab30da4a6bec2c3a206d16e8a6',1,'Chummer::frmCreate']]],
+ ['addres',['AddRES',['../class_chummer_1_1frm_select_attribute.html#ab6b72f9fd1acf4a50319fcaa76720625',1,'Chummer::frmSelectAttribute']]],
+ ['addspec',['AddSpec',['../class_chummer_1_1_skill_control.html#abe0645c424d29318a44d80c7a1e82020',1,'Chummer::SkillControl']]],
+ ['addtomrulist',['AddToMRUList',['../class_chummer_1_1_global_options.html#a31a2a73212ff9fa0dd0de313a2a481c6',1,'Chummer::GlobalOptions']]],
+ ['addtostickymrulist',['AddToStickyMRUList',['../class_chummer_1_1_global_options.html#a7919e6e59151482b2106ae2444d6d1d1',1,'Chummer::GlobalOptions']]],
+ ['allowmode',['AllowMode',['../class_chummer_1_1_weapon.html#aeb8e598dfee6483e6474c4e84fdbbb3c',1,'Chummer::Weapon']]],
+ ['assignlimits',['AssignLimits',['../class_chummer_1_1_attribute.html#a3d2e69849e733bbe1c0dc4745ab9c675',1,'Chummer::Attribute']]],
+ ['attribute',['Attribute',['../class_chummer_1_1_attribute.html#aea2b5f0963cde8065b53c26f358bafca',1,'Chummer::Attribute']]],
+ ['availtest',['AvailTest',['../class_chummer_1_1_character.html#af0dcf65582781b9ba4d22bf3fa8819c0',1,'Chummer::Character']]]
+];
diff --git a/docs/search/functions_1.html b/docs/search/functions_1.html
new file mode 100644
index 0000000..215c1bf
--- /dev/null
+++ b/docs/search/functions_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_1.js b/docs/search/functions_1.js
new file mode 100644
index 0000000..1bca5db
--- /dev/null
+++ b/docs/search/functions_1.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['base64decode',['Base64Decode',['../class_chummer_1_1_omae_helper.html#a24f57e8594f84a5420866b4e00001024',1,'Chummer::OmaeHelper']]],
+ ['base64encode',['Base64Encode',['../class_chummer_1_1_omae_helper.html#a7187bee03657a908c1ebef2f2cd590b1',1,'Chummer::OmaeHelper']]],
+ ['bookenabled',['BookEnabled',['../class_chummer_1_1_character_options.html#a90849e7bdbbe76def4112c0faad3fbaa',1,'Chummer::CharacterOptions']]],
+ ['bookfromaltcode',['BookFromAltCode',['../class_chummer_1_1_character_options.html#a7db2250c3f5635049a5ef40e963eaad3',1,'Chummer::CharacterOptions']]],
+ ['bookfromcode',['BookFromCode',['../class_chummer_1_1_character_options.html#a652b00d20917226a965dc7be00f87dfa',1,'Chummer::CharacterOptions']]],
+ ['bookxpath',['BookXPath',['../class_chummer_1_1_character_options.html#a3e95a0f176542d21f74efda20d00b87a',1,'Chummer::CharacterOptions']]],
+ ['buildcyberwaretree',['BuildCyberwareTree',['../class_chummer_1_1_common_functions.html#ade6682509099af42d6c0cb8195ee747a',1,'Chummer::CommonFunctions']]],
+ ['buildgeartree',['BuildGearTree',['../class_chummer_1_1_common_functions.html#a054617ae498382635dab5a30366abcdf',1,'Chummer::CommonFunctions']]]
+];
diff --git a/docs/search/functions_10.html b/docs/search/functions_10.html
new file mode 100644
index 0000000..504411d
--- /dev/null
+++ b/docs/search/functions_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_10.js b/docs/search/functions_10.js
new file mode 100644
index 0000000..2e658c3
--- /dev/null
+++ b/docs/search/functions_10.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['validatecharacter',['ValidateCharacter',['../class_chummer_1_1frm_create.html#aea8acca6b424f86148d4c8fbee8b27ce',1,'Chummer::frmCreate']]],
+ ['valueof',['ValueOf',['../class_chummer_1_1_improvement_manager.html#a88e2b02a3e4084945f237590d1b1ac8e',1,'Chummer::ImprovementManager']]],
+ ['verify',['Verify',['../class_chummer_1_1_xml_manager.html#a1531ab61d01d0e60e8d9ba8981883693',1,'Chummer::XmlManager']]],
+ ['verifystrings',['VerifyStrings',['../class_chummer_1_1_language_manager.html#af6927e81e7bb02099a5fff6c495e0727',1,'Chummer::LanguageManager']]]
+];
diff --git a/docs/search/functions_11.html b/docs/search/functions_11.html
new file mode 100644
index 0000000..2626a84
--- /dev/null
+++ b/docs/search/functions_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_11.js b/docs/search/functions_11.js
new file mode 100644
index 0000000..42bc9a9
--- /dev/null
+++ b/docs/search/functions_11.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['weaponbonusdamage',['WeaponBonusDamage',['../class_chummer_1_1_gear.html#a19971692653be4f4f89471346affd9bb',1,'Chummer::Gear']]]
+];
diff --git a/docs/search/functions_12.html b/docs/search/functions_12.html
new file mode 100644
index 0000000..9ddb3cc
--- /dev/null
+++ b/docs/search/functions_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_12.js b/docs/search/functions_12.js
new file mode 100644
index 0000000..3948c61
--- /dev/null
+++ b/docs/search/functions_12.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['xmldocumentfromstream',['XmlDocumentFromStream',['../class_chummer_1_1_omae_helper.html#a10353c3ce028605cb9634414a8d2906e',1,'Chummer::OmaeHelper']]]
+];
diff --git a/docs/search/functions_2.html b/docs/search/functions_2.html
new file mode 100644
index 0000000..f17abff
--- /dev/null
+++ b/docs/search/functions_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_2.js b/docs/search/functions_2.js
new file mode 100644
index 0000000..65b0cfa
--- /dev/null
+++ b/docs/search/functions_2.js
@@ -0,0 +1,46 @@
+var searchData=
+[
+ ['calculatedammo',['CalculatedAmmo',['../class_chummer_1_1_weapon.html#a95ce5a691446e697962dd118ab6e2f9e',1,'Chummer::Weapon']]],
+ ['calculatedconcealability',['CalculatedConcealability',['../class_chummer_1_1_weapon.html#a28644b9d250f4254195784689a2675c1',1,'Chummer::Weapon']]],
+ ['calculateddamage',['CalculatedDamage',['../class_chummer_1_1_weapon.html#a6c390cebf0586b274583b67d8ed7a267',1,'Chummer::Weapon']]],
+ ['calculatefreespiritpowerpoints',['CalculateFreeSpiritPowerPoints',['../class_chummer_1_1_main_controller.html#a9e6b64b62b408118a3d19e88ea949101',1,'Chummer::MainController']]],
+ ['calculatefreespritepowerpoints',['CalculateFreeSpritePowerPoints',['../class_chummer_1_1_main_controller.html#aa553ce19f4c4c6fe985fbb0ecdeecdec',1,'Chummer::MainController']]],
+ ['changegearequippedstatus',['ChangeGearEquippedStatus',['../class_chummer_1_1_main_controller.html#a446e9f3d9d99e3d5d0b953490fbb092e',1,'Chummer.MainController.ChangeGearEquippedStatus(Gear objGear, bool blnEquipped)'],['../class_chummer_1_1_main_controller.html#af0083db9b88c47d3aebd17180284096a',1,'Chummer.MainController.ChangeGearEquippedStatus(List< Gear > lstGear, bool blnEquipped)']]],
+ ['changemetatype',['ChangeMetatype',['../class_chummer_1_1frm_create.html#a3794a112cf033f1d9843c57ce189c6d1',1,'Chummer::frmCreate']]],
+ ['character',['Character',['../class_chummer_1_1_character.html#aed62efb99a7d0a923bd30c7daff334c8',1,'Chummer::Character']]],
+ ['clearadepttab',['ClearAdeptTab',['../class_chummer_1_1_main_controller.html#abac52e6cb604daabfb009338293a03c1',1,'Chummer::MainController']]],
+ ['clearcrittertab',['ClearCritterTab',['../class_chummer_1_1_main_controller.html#a12f782c0b23c88358fda223dbee39ea5',1,'Chummer::MainController']]],
+ ['clearinitiationtab',['ClearInitiationTab',['../class_chummer_1_1_main_controller.html#a2aae287c123a5f4eb4a7790d091d768b',1,'Chummer::MainController']]],
+ ['clearnodebackground',['ClearNodeBackground',['../class_chummer_1_1_common_functions.html#a1051945305e2fc5fe319c65caa8b7d61',1,'Chummer::CommonFunctions']]],
+ ['clearspelltab',['ClearSpellTab',['../class_chummer_1_1_main_controller.html#a349926dcc56f2ffc9fe7e57c098674fa',1,'Chummer::MainController']]],
+ ['cleartechnomancertab',['ClearTechnomancerTab',['../class_chummer_1_1_main_controller.html#a5000fa5feee6278c09efe975dafb89d6',1,'Chummer::MainController']]],
+ ['commit',['Commit',['../class_chummer_1_1_improvement_manager.html#a78895c3f2f5bcfd6b2a13705ab4b9fd0',1,'Chummer::ImprovementManager']]],
+ ['comparedate',['CompareDate',['../class_chummer_1_1_expense_log_entry.html#aab5643d7569bed574bea586cafb2b117',1,'Chummer::ExpenseLogEntry']]],
+ ['compress',['Compress',['../class_chummer_1_1_omae_helper.html#a29ca020b9986cec6ff4fa83647db8e30',1,'Chummer::OmaeHelper']]],
+ ['compressmutiple',['CompressMutiple',['../class_chummer_1_1_omae_helper.html#ab3c57c1a72f71ca3a3719575e65ea73a',1,'Chummer::OmaeHelper']]],
+ ['compressmutipletofile',['CompressMutipleToFile',['../class_chummer_1_1_omae_helper.html#ae4d0f2326b3dd52bdea1571dbe2cf25b',1,'Chummer::OmaeHelper']]],
+ ['confirmdelete',['ConfirmDelete',['../class_chummer_1_1_common_functions.html#a0bac139533a6fb2c73dbb4cd003435a7',1,'Chummer::CommonFunctions']]],
+ ['confirmkarmaexpense',['ConfirmKarmaExpense',['../class_chummer_1_1frm_career.html#a093f4de17076854de0de64da77918251',1,'Chummer::frmCareer']]],
+ ['confirmsavecreatedcharacter',['ConfirmSaveCreatedCharacter',['../class_chummer_1_1frm_create.html#a68b04e057bed9456200e690979aa1713',1,'Chummer::frmCreate']]],
+ ['convertolifestyletype',['ConverToLifestyleType',['../class_chummer_1_1_lifestyle.html#a2ffb1c94a87898307558793087cf495d',1,'Chummer::Lifestyle']]],
+ ['converttocharacterbuildmethod',['ConvertToCharacterBuildMethod',['../class_chummer_1_1_character.html#ab5d16656bcdadb9c8b32d4484aba085e',1,'Chummer::Character']]],
+ ['converttocontacttype',['ConvertToContactType',['../class_chummer_1_1_contact.html#ac0c69147a852f3120531d05ebf8d6ce9',1,'Chummer::Contact']]],
+ ['converttocyberwaregrade',['ConvertToCyberwareGrade',['../class_chummer_1_1_cyberware.html#afc3d6a5e189f27fbfd6c86c20cfe66e6',1,'Chummer::Cyberware']]],
+ ['converttoexpensetype',['ConvertToExpenseType',['../class_chummer_1_1_expense_log_entry.html#a00650c27523228a169370270e9388bb8',1,'Chummer::ExpenseLogEntry']]],
+ ['converttoimprovementsource',['ConvertToImprovementSource',['../class_chummer_1_1_improvement.html#a45d240bab2368f76bcc76b02d8ff7a20',1,'Chummer::Improvement']]],
+ ['converttokarmaexpensetype',['ConvertToKarmaExpenseType',['../class_chummer_1_1_expense_undo.html#a1176e217bf79af896b8ebd785fa6c08b',1,'Chummer::ExpenseUndo']]],
+ ['converttonuyenexpensetype',['ConvertToNuyenExpenseType',['../class_chummer_1_1_expense_undo.html#a26e3a3610020d1cd229a18ca78b5ad54',1,'Chummer::ExpenseUndo']]],
+ ['converttoqualitysource',['ConvertToQualitySource',['../class_chummer_1_1_quality.html#ac4747848610021e8a55d0a36793c8cba',1,'Chummer::Quality']]],
+ ['converttoqualitytype',['ConvertToQualityType',['../class_chummer_1_1_quality.html#a2d635f3308606c6c73e7cd8076eea391',1,'Chummer::Quality']]],
+ ['converttospirittype',['ConvertToSpiritType',['../class_chummer_1_1_spirit.html#ac2b5e234c9486357e7b04915838103dd',1,'Chummer::Spirit']]],
+ ['copy',['Copy',['../class_chummer_1_1_gear.html#a15acdcf89fc946c8e358906978e27c5c',1,'Chummer.Gear.Copy()'],['../class_chummer_1_1_commlink.html#a589d2c6ffa776eba137fef7f71bf0d55',1,'Chummer.Commlink.Copy()'],['../class_chummer_1_1_operating_system.html#a5d73f5e28357697a7e180c6dd8b2d0fd',1,'Chummer.OperatingSystem.Copy()']]],
+ ['create',['Create',['../class_chummer_1_1_armor_mod.html#af68108b423979fcdb2ac7df9778e8480',1,'Chummer.ArmorMod.Create()'],['../class_chummer_1_1_armor.html#aa2a4f60ffcd8df32023325ef39c72288',1,'Chummer.Armor.Create()'],['../class_chummer_1_1_cyberware.html#a3f109abd88af6760356d7abe64ed7893',1,'Chummer.Cyberware.Create()'],['../class_chummer_1_1_weapon.html#ab8b3ef1ace8b7299a84b9a51b3d5355a',1,'Chummer.Weapon.Create()'],['../class_chummer_1_1_weapon_accessory.html#a039e90469dd3e4e9639c352863cd73c7',1,'Chummer.WeaponAccessory.Create()'],['../class_chummer_1_1_weapon_mod.html#ab3a04fdb6fc8f6cf7578ce3377df5900',1,'Chummer.WeaponMod.Create()'],['../class_chummer_1_1_lifestyle.html#a2dbb2ead3f7e33e95f6310f8a572048b',1,'Chummer.Lifestyle.Create()'],['../class_chummer_1_1_gear.html#a32fd481b0a2b1b7616c7202498479431',1,'Chummer.Gear.Create()'],['../class_chummer_1_1_commlink.html#a2460db656fc8224a0c9cda5010ae2c78',1,'Chummer.Commlink.Create()'],['../class_chummer_1_1_operating_system.html#a1b1f7fef55cf18956d06dba283fa577d',1,'Chummer.OperatingSystem.Create()'],['../class_chummer_1_1_vehicle_mod.html#a28a1e73f7d6edea26072f464022822c9',1,'Chummer.VehicleMod.Create()'],['../class_chummer_1_1_vehicle.html#a0ac24b57ffb5aa650cb2f5a1e8f9b4a9',1,'Chummer.Vehicle.Create()'],['../class_chummer_1_1_expense_log_entry.html#ac1f63eda05568a0d9d2aa94c05b3fdc5',1,'Chummer.ExpenseLogEntry.Create()'],['../class_chummer_1_1_quality.html#aa1dab9a79761c7fbee5768f73f006cd6',1,'Chummer.Quality.Create()'],['../class_chummer_1_1_spell.html#a3a8f2038632bb8adaa58b3a9f58a0815',1,'Chummer.Spell.Create()'],['../class_chummer_1_1_metamagic.html#a6ed4b10849a88cd28903507e9042db90',1,'Chummer.Metamagic.Create()'],['../class_chummer_1_1_tech_program.html#a92006ec218730c57e12cca980c781c0e',1,'Chummer.TechProgram.Create()'],['../class_chummer_1_1_tech_program_option.html#a1470537ea42ec1c1441c18f035d89d7e',1,'Chummer.TechProgramOption.Create()'],['../class_chummer_1_1_martial_art.html#a6a0be0ceaa91bb13b2e6e21e1a5e7c2b',1,'Chummer.MartialArt.Create()'],['../class_chummer_1_1_martial_art_advantage.html#adc9bd1532805fcd46a18faa80ff45e9b',1,'Chummer.MartialArtAdvantage.Create()'],['../class_chummer_1_1_martial_art_maneuver.html#aaaf1be3ec84d52690f8cd861170c5133',1,'Chummer.MartialArtManeuver.Create()'],['../class_chummer_1_1_critter_power.html#ab50032c3ca984afd4cfbb61ab53891a4',1,'Chummer.CritterPower.Create()'],['../class_chummer_1_1_initiation_grade.html#a6a3392561b060c8a3495699af4a3d3db',1,'Chummer.InitiationGrade.Create()']]],
+ ['createarmortreenode',['CreateArmorTreeNode',['../class_chummer_1_1_common_functions.html#a0149fb78652ee3b29c59d3042de112ce',1,'Chummer::CommonFunctions']]],
+ ['createimprovement',['CreateImprovement',['../class_chummer_1_1_improvement_manager.html#ac4556cccdd35378c99fef2c24c535c2e',1,'Chummer::ImprovementManager']]],
+ ['createimprovements',['CreateImprovements',['../class_chummer_1_1_improvement_manager.html#a0fae1914c189f9f9202e8837d87413b6',1,'Chummer::ImprovementManager']]],
+ ['createkarma',['CreateKarma',['../class_chummer_1_1_expense_undo.html#a85599eea74c2b3e27f0de654e10452b2',1,'Chummer::ExpenseUndo']]],
+ ['createnuyen',['CreateNuyen',['../class_chummer_1_1_expense_undo.html#a097c9000265e9d8246be0a59f02b7073',1,'Chummer::ExpenseUndo']]],
+ ['createpackskit',['CreatePACKSKit',['../class_chummer_1_1frm_create.html#a6e8dc47ad0e5a3148f4df4954ebc9449',1,'Chummer::frmCreate']]],
+ ['createvehicletreenode',['CreateVehicleTreeNode',['../class_chummer_1_1_common_functions.html#a83d4b6386df1895cf53b93d14d3c8cc7',1,'Chummer::CommonFunctions']]],
+ ['createweapontreenode',['CreateWeaponTreeNode',['../class_chummer_1_1_common_functions.html#a1e1221e1c9801786201c02e6538ad91e',1,'Chummer::CommonFunctions']]]
+];
diff --git a/docs/search/functions_3.html b/docs/search/functions_3.html
new file mode 100644
index 0000000..8a4bbe1
--- /dev/null
+++ b/docs/search/functions_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_3.js b/docs/search/functions_3.js
new file mode 100644
index 0000000..f3d6397
--- /dev/null
+++ b/docs/search/functions_3.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['decompress',['Decompress',['../class_chummer_1_1_omae_helper.html#aba5fe43fc5476bc3bee2b1284c007650',1,'Chummer::OmaeHelper']]],
+ ['decompresscharactersheet',['DecompressCharacterSheet',['../class_chummer_1_1_omae_helper.html#ae96ff4050e171b27f0a18491c73d0f3a',1,'Chummer::OmaeHelper']]],
+ ['decompressdatafile',['DecompressDataFile',['../class_chummer_1_1_omae_helper.html#acd4f0e6a6b014dce0c331437d90e35f5',1,'Chummer::OmaeHelper']]],
+ ['decompressnpcs',['DecompressNPCs',['../class_chummer_1_1_omae_helper.html#a93cedc27d2aa32c2046793c49fc3f145',1,'Chummer.OmaeHelper.DecompressNPCs(byte[] bytBuffer)'],['../class_chummer_1_1_omae_helper.html#a788de0b85ff8ec821a753c4cfb74c0c7',1,'Chummer.OmaeHelper.DecompressNPCs(string strExtract)']]],
+ ['deletegear',['DeleteGear',['../class_chummer_1_1_common_functions.html#a75b1156d50e3ac9c7c40b4b6bb6374c8',1,'Chummer::CommonFunctions']]],
+ ['deletevehiclegear',['DeleteVehicleGear',['../class_chummer_1_1_common_functions.html#af5020f3f789955db222df19b3622d82f',1,'Chummer::CommonFunctions']]],
+ ['dispose',['Dispose',['../class_chummer_1_1_contact_control.html#a68523fed6ff186b4365033f5599924cb',1,'Chummer.ContactControl.Dispose()'],['../class_chummer_1_1frm_about.html#a93b22ade9814132a11850a620b3d2d4d',1,'Chummer.frmAbout.Dispose()'],['../class_chummer_1_1frm_career.html#ad2a3235f0a160feab3324972b1abbc2d',1,'Chummer.frmCareer.Dispose()'],['../class_chummer_1_1frm_create.html#a5b11c7ab5faaca96dc07b250ec275eed',1,'Chummer.frmCreate.Dispose()'],['../class_chummer_1_1frm_create_cyberware_suite.html#a02ff2493c81be9ff9079d23b793bdabd',1,'Chummer.frmCreateCyberwareSuite.Dispose()'],['../class_chummer_1_1frm_create_improvement.html#a25609a2a5457ca36d790e5fa62949a3a',1,'Chummer.frmCreateImprovement.Dispose()'],['../class_chummer_1_1frm_create_p_a_c_k_s_kit.html#ade4fd8f92e03b996dfb45f38f304bf38',1,'Chummer.frmCreatePACKSKit.Dispose()'],['../class_chummer_1_1frm_create_spell.html#a8089e7ca8c841cf09eae868c59767185',1,'Chummer.frmCreateSpell.Dispose()'],['../class_chummer_1_1frm_dice_hits.html#a44432cf4f08e685a7004aafc0f0aaa0b',1,'Chummer.frmDiceHits.Dispose()'],['../class_chummer_1_1frm_dice_roller.html#a2ecf38b8a545d89226af69d352730fc5',1,'Chummer.frmDiceRoller.Dispose()'],['../class_chummer_1_1frm_expense.html#a0e12fdeea9b47c3f6c447f48ca1b8e31',1,'Chummer.frmExpense.Dispose()'],['../class_chummer_1_1frm_export.html#a56c7f7d32b9dbb75fe79063eb4d28c8c',1,'Chummer.frmExport.Dispose()'],['../class_chummer_1_1frm_history.html#a67408768778db6a39897f8736491580d',1,'Chummer.frmHistory.Dispose()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#a97f372adcf1601bde322614e11ceed6f',1,'Chummer.frmLifestyleNuyen.Dispose()'],['../class_chummer_1_1frm_main.html#a66ab7ed6ab6cad6f5c6cfd9da401a5a0',1,'Chummer.frmMain.Dispose()'],['../class_chummer_1_1frm_metatype.html#a5063729ad02780ba1ec3f7bd66d46236',1,'Chummer.frmMetatype.Dispose()'],['../class_chummer_1_1frm_natural_weapon.html#ae41ba4a12422129003a7035ce91aa35e',1,'Chummer.frmNaturalWeapon.Dispose()'],['../class_chummer_1_1frm_notes.html#acabe1c75180521085cfef664e0de8cf4',1,'Chummer.frmNotes.Dispose()'],['../class_chummer_1_1frm_omae.html#ade513508e138cf28013f4747f1c404b4',1,'Chummer.frmOmae.Dispose()'],['../class_chummer_1_1frm_omae_account.html#ac3a3c2e10349bc9ea97c4d03371eb83f',1,'Chummer.frmOmaeAccount.Dispose()'],['../class_chummer_1_1frm_omae_compress.html#a78b64e805e9e3546dac6900d9ef890e3',1,'Chummer.frmOmaeCompress.Dispose()'],['../class_chummer_1_1frm_omae_upload.html#ab44900d98123f0292c5f2c1452b706a1',1,'Chummer.frmOmaeUpload.Dispose()'],['../class_chummer_1_1frm_omae_upload_data.html#a6e7f935f86a7835713b3b7310e38d888',1,'Chummer.frmOmaeUploadData.Dispose()'],['../class_chummer_1_1frm_omae_upload_language.html#a8c9aa426bf29fdc22d132205dfa86bf4',1,'Chummer.frmOmaeUploadLanguage.Dispose()'],['../class_chummer_1_1frm_omae_upload_sheet.html#a6895e7573f371722cb1b8a63e1323ddd',1,'Chummer.frmOmaeUploadSheet.Dispose()'],['../class_chummer_1_1frm_options.html#a3ecf213d1ed6bd4360f3845d8dd2027b',1,'Chummer.frmOptions.Dispose()'],['../class_chummer_1_1frm_print_multiple.html#ac360f7726ca43e5793d1022795c58810',1,'Chummer.frmPrintMultiple.Dispose()'],['../class_chummer_1_1frm_reload.html#a0dad182a070b86413d6bd71905951687',1,'Chummer.frmReload.Dispose()'],['../class_chummer_1_1frm_select_advanced_lifestyle.html#ae419ddbf2e25ca31a1d4f5daf5dce833',1,'Chummer.frmSelectAdvancedLifestyle.Dispose()'],['../class_chummer_1_1frm_select_armor.html#ac6aed4f915bba4be5fe120a023c5d8a4',1,'Chummer.frmSelectArmor.Dispose()'],['../class_chummer_1_1frm_select_armor_mod.html#a5de5b4142c8ee1b92071adde43a0b07a',1,'Chummer.frmSelectArmorMod.Dispose()'],['../class_chummer_1_1frm_select_attribute.html#a91800060917adb46ada88ec6b0b80ba3',1,'Chummer.frmSelectAttribute.Dispose()'],['../class_chummer_1_1frm_select_b_p.html#ad319a66bdd64f44160b880ed45bc05af',1,'Chummer.frmSelectBP.Dispose()'],['../class_chummer_1_1frm_select_calendar_start.html#a44fe3a42cb4b62f4693a343bf8a06d77',1,'Chummer.frmSelectCalendarStart.Dispose()'],['../class_chummer_1_1frm_select_contact_connection.html#aaa9cf6a25cb490cddbec48ca05f5b91d',1,'Chummer.frmSelectContactConnection.Dispose()'],['../class_chummer_1_1frm_select_critter_power.html#a45c92a615353506c86f3d1b563a05834',1,'Chummer.frmSelectCritterPower.Dispose()'],['../class_chummer_1_1frm_select_cyberware.html#ae1a902478392ad7cec9a30525a2cc127',1,'Chummer.frmSelectCyberware.Dispose()'],['../class_chummer_1_1frm_select_cyberware_suite.html#a5c4a17843dce7ac211dee3f12be81cb3',1,'Chummer.frmSelectCyberwareSuite.Dispose()'],['../class_chummer_1_1frm_select_exotic_skill.html#a11cd8f296a3be7c44c6d8f0baa1649b8',1,'Chummer.frmSelectExoticSkill.Dispose()'],['../class_chummer_1_1frm_select_gear.html#ad184e399e101af1448116396c31587bf',1,'Chummer.frmSelectGear.Dispose()'],['../class_chummer_1_1frm_select_item.html#a68efd7bc1a1174fee767306b651289da',1,'Chummer.frmSelectItem.Dispose()'],['../class_chummer_1_1frm_select_lifestyle.html#af5b72b130c80fcd591ca7f8e624fb053',1,'Chummer.frmSelectLifestyle.Dispose()'],['../class_chummer_1_1frm_select_martial_art.html#a135b4b297593bc609bb71572a62d3aeb',1,'Chummer.frmSelectMartialArt.Dispose()'],['../class_chummer_1_1frm_select_martial_art_advantage.html#a8c2b9a2d2ccf2ffe9f24a2ee1a79f59f',1,'Chummer.frmSelectMartialArtAdvantage.Dispose()'],['../class_chummer_1_1frm_select_martial_art_maneuver.html#a728406d65175a08bf4dff4284a0b1e11',1,'Chummer.frmSelectMartialArtManeuver.Dispose()'],['../class_chummer_1_1frm_select_mentor_spirit.html#ab058ea93da8f7bc9464cfffe1df8435b',1,'Chummer.frmSelectMentorSpirit.Dispose()'],['../class_chummer_1_1frm_select_metamagic.html#a625c4859fe84547c4ddb3393e1767fbb',1,'Chummer.frmSelectMetamagic.Dispose()'],['../class_chummer_1_1frm_select_nexus.html#a09106b983b9ec9cf556d48f6a8ede579',1,'Chummer.frmSelectNexus.Dispose()'],['../class_chummer_1_1frm_select_number.html#ad6e0646d20f43aae4e6c7ed74509e307',1,'Chummer.frmSelectNumber.Dispose()'],['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#ae09dfbd526a63d0575c0b8ff8ffb9302',1,'Chummer.frmSelectPACKSKit.Dispose()'],['../class_chummer_1_1frm_select_power.html#a677bd28a7ab9962fa87f53c0470915ed',1,'Chummer.frmSelectPower.Dispose()'],['../class_chummer_1_1frm_select_program.html#ab450c4f255f63138ff115ab2cf59ab62',1,'Chummer.frmSelectProgram.Dispose()'],['../class_chummer_1_1frm_select_program_option.html#af52baee455663a630f0be4e82881eada',1,'Chummer.frmSelectProgramOption.Dispose()'],['../class_chummer_1_1frm_select_quality.html#a39c83ae478ceda5c3534393944551699',1,'Chummer.frmSelectQuality.Dispose()'],['../class_chummer_1_1frm_select_setting.html#aa6bf72ade5093b10b1769e8d653a9341',1,'Chummer.frmSelectSetting.Dispose()'],['../class_chummer_1_1frm_select_side.html#af4affe0dfb1961cb94e1c2536b3cec74',1,'Chummer.frmSelectSide.Dispose()'],['../class_chummer_1_1frm_select_skill.html#a619592901471bf952e779ebd4fa311a7',1,'Chummer.frmSelectSkill.Dispose()'],['../class_chummer_1_1frm_select_skill_category.html#ab6553c375015c1f7ded11efd4f180905',1,'Chummer.frmSelectSkillCategory.Dispose()'],['../class_chummer_1_1frm_select_skill_group.html#a6b497f98e5688a3683f9983edf6613c7',1,'Chummer.frmSelectSkillGroup.Dispose()'],['../class_chummer_1_1frm_select_spell.html#a3d399841d1b78122b8b539efd77c152b',1,'Chummer.frmSelectSpell.Dispose()'],['../class_chummer_1_1frm_select_spell_category.html#af3ea15a31c3339c4522c5beac7ea8415',1,'Chummer.frmSelectSpellCategory.Dispose()'],['../class_chummer_1_1frm_select_text.html#abd7c90acd908c215b81d12957c4ea8c5',1,'Chummer.frmSelectText.Dispose()'],['../class_chummer_1_1frm_select_vehicle.html#ac6aeb2e2894c006ea10eb8d3ddce80b3',1,'Chummer.frmSelectVehicle.Dispose()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a396fe7c83f49a52b2f092f49efa4ceef',1,'Chummer.frmSelectVehicleMod.Dispose()'],['../class_chummer_1_1frm_select_weapon.html#ab603c9b193cd3a55d7208190b6f635f1',1,'Chummer.frmSelectWeapon.Dispose()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a2f26a5e72b9c53fe9b7a70999673ea27',1,'Chummer.frmSelectWeaponAccessory.Dispose()'],['../class_chummer_1_1frm_select_weapon_category.html#ae409c1da3365f5d3647140706d602ee3',1,'Chummer.frmSelectWeaponCategory.Dispose()'],['../class_chummer_1_1frm_sell_item.html#a6ca205d11d5b8b3a22b4b464e7dbae51',1,'Chummer.frmSellItem.Dispose()'],['../class_chummer_1_1frm_test.html#ae3750b1994582494d5026655cc17742a',1,'Chummer.frmTest.Dispose()'],['../class_chummer_1_1frm_update.html#ad650a84701c41b35f2f5595259944b2f',1,'Chummer.frmUpdate.Dispose()'],['../class_chummer_1_1frm_viewer.html#a5823bb195682d07020d9028cf51938a0',1,'Chummer.frmViewer.Dispose()'],['../class_chummer_1_1_my_list_view.html#a9095ac6edcf50bd02405d044516d494f',1,'Chummer.MyListView.Dispose()'],['../class_chummer_1_1_omae_record.html#accfcdf9bb072e055b4eacc54603965f0',1,'Chummer.OmaeRecord.Dispose()'],['../class_chummer_1_1_pet_control.html#afcc1ef69910f55c78da013dadf80b009',1,'Chummer.PetControl.Dispose()'],['../class_chummer_1_1_power_control.html#a6f48eac939edb9ccf4e626c1fab6dafa',1,'Chummer.PowerControl.Dispose()'],['../class_chummer_1_1_skill_control.html#a930e2ea6ed297aad56e0da8755ab2d4b',1,'Chummer.SkillControl.Dispose()'],['../class_chummer_1_1_skill_group_control.html#aabca0b2f8793ad290871bfa156e51574',1,'Chummer.SkillGroupControl.Dispose()'],['../class_chummer_1_1_spirit_control.html#af497da829c14e15cbb0f426c85da42b3',1,'Chummer.SpiritControl.Dispose()']]]
+];
diff --git a/docs/search/functions_4.html b/docs/search/functions_4.html
new file mode 100644
index 0000000..cce7ce9
--- /dev/null
+++ b/docs/search/functions_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_4.js b/docs/search/functions_4.js
new file mode 100644
index 0000000..d3f2946
--- /dev/null
+++ b/docs/search/functions_4.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['expressiontostring',['ExpressionToString',['../class_chummer_1_1frm_metatype.html#a24c70eea7a143f1f9ac0882888ceb9e5',1,'Chummer.frmMetatype.ExpressionToString()'],['../class_chummer_1_1frm_test.html#ac279933b746126923bf98ca2fe5e5c59',1,'Chummer.frmTest.ExpressionToString()'],['../class_chummer_1_1_spirit_control.html#a3179c3151340716a7d0431a7e8db6330',1,'Chummer.SpiritControl.ExpressionToString()']]]
+];
diff --git a/docs/search/functions_5.html b/docs/search/functions_5.html
new file mode 100644
index 0000000..e2f6e31
--- /dev/null
+++ b/docs/search/functions_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_5.js b/docs/search/functions_5.js
new file mode 100644
index 0000000..8605692
--- /dev/null
+++ b/docs/search/functions_5.js
@@ -0,0 +1,34 @@
+var searchData=
+[
+ ['findarmor',['FindArmor',['../class_chummer_1_1_common_functions.html#a8b5619a89d607b2e5f6e03486f56c56a',1,'Chummer::CommonFunctions']]],
+ ['findarmorgear',['FindArmorGear',['../class_chummer_1_1_common_functions.html#a66f5b9eeab775d15ffacd435e3c6a618',1,'Chummer::CommonFunctions']]],
+ ['findarmormod',['FindArmorMod',['../class_chummer_1_1_common_functions.html#a35671861065d2adcda3745f7596c1e7c',1,'Chummer::CommonFunctions']]],
+ ['findcharactercommlinks',['FindCharacterCommlinks',['../class_chummer_1_1_common_functions.html#ad9e90a4378c214d97a157cc5450ee7e8',1,'Chummer::CommonFunctions']]],
+ ['findcritterpower',['FindCritterPower',['../class_chummer_1_1_common_functions.html#ab519855ca969852170a9415d48610279',1,'Chummer::CommonFunctions']]],
+ ['findcyberware',['FindCyberware',['../class_chummer_1_1_common_functions.html#ac6e2bc46a2186e82a9d59eda6b8b5f45',1,'Chummer::CommonFunctions']]],
+ ['findcyberwaregear',['FindCyberwareGear',['../class_chummer_1_1_common_functions.html#ae3823378506f2927fe0b0760dd0e76c7',1,'Chummer::CommonFunctions']]],
+ ['findgear',['FindGear',['../class_chummer_1_1_common_functions.html#a80abbe6f02559e37c0d26a95e4e1c7ff',1,'Chummer::CommonFunctions']]],
+ ['findgearbyweaponid',['FindGearByWeaponID',['../class_chummer_1_1_common_functions.html#a4f7880cfeab4f78780a5491128c79b4a',1,'Chummer::CommonFunctions']]],
+ ['findlifestyle',['FindLifestyle',['../class_chummer_1_1_common_functions.html#ab04b2574fda08184f2a9e5a8094759eb',1,'Chummer::CommonFunctions']]],
+ ['findmartialart',['FindMartialArt',['../class_chummer_1_1_common_functions.html#a79d3d3ee7d6405718a080ee9de5380df',1,'Chummer::CommonFunctions']]],
+ ['findmartialartadvantage',['FindMartialArtAdvantage',['../class_chummer_1_1_common_functions.html#ad96ab13f905f23441ee873967d342c95',1,'Chummer::CommonFunctions']]],
+ ['findmartialartmaneuver',['FindMartialArtManeuver',['../class_chummer_1_1_common_functions.html#a087a9ce095bd50851cc2aa166b6c3193',1,'Chummer::CommonFunctions']]],
+ ['findmetamagic',['FindMetamagic',['../class_chummer_1_1_common_functions.html#a127d2b583eb648b155007f204c459515',1,'Chummer::CommonFunctions']]],
+ ['findnode',['FindNode',['../class_chummer_1_1_common_functions.html#adc3d1bba0ee04860c15f45d3ddadedd9',1,'Chummer.CommonFunctions.FindNode(string strGuid, TreeView treTree)'],['../class_chummer_1_1_common_functions.html#a17696a40aa309948255b7fae78236036',1,'Chummer.CommonFunctions.FindNode(string strGuid, TreeNode objNode)']]],
+ ['findquality',['FindQuality',['../class_chummer_1_1_common_functions.html#ab3988774dc5b2c66ded77a9988f9aed9',1,'Chummer::CommonFunctions']]],
+ ['findspell',['FindSpell',['../class_chummer_1_1_common_functions.html#ad7286e2de7ccd93162798a63594eb556',1,'Chummer::CommonFunctions']]],
+ ['findtechprogram',['FindTechProgram',['../class_chummer_1_1_common_functions.html#aa22fcdc48257637e014da79b64e68333',1,'Chummer::CommonFunctions']]],
+ ['findtechprogramoption',['FindTechProgramOption',['../class_chummer_1_1_common_functions.html#aadeb059506fcfc4c9fc90b0d718ebfdb',1,'Chummer::CommonFunctions']]],
+ ['findvehicle',['FindVehicle',['../class_chummer_1_1_common_functions.html#aa73af8615f5672eec012b991b404921f',1,'Chummer::CommonFunctions']]],
+ ['findvehiclecyberware',['FindVehicleCyberware',['../class_chummer_1_1_common_functions.html#a3fda2ad1d09bac1645f9dfe21248aac0',1,'Chummer::CommonFunctions']]],
+ ['findvehiclegear',['FindVehicleGear',['../class_chummer_1_1_common_functions.html#ab9ce4d8ca64919f3843876cc65dd572d',1,'Chummer::CommonFunctions']]],
+ ['findvehiclemod',['FindVehicleMod',['../class_chummer_1_1_common_functions.html#a7d729f4d2abd77226455f43521e0701f',1,'Chummer::CommonFunctions']]],
+ ['findvehicleweapon',['FindVehicleWeapon',['../class_chummer_1_1_common_functions.html#a00df4c58fcaf6398c56cbc2e9212fd90',1,'Chummer::CommonFunctions']]],
+ ['findvehicleweaponaccessory',['FindVehicleWeaponAccessory',['../class_chummer_1_1_common_functions.html#a360849e1b4c9c607ac855741bc0e0c7b',1,'Chummer::CommonFunctions']]],
+ ['findvehicleweaponmod',['FindVehicleWeaponMod',['../class_chummer_1_1_common_functions.html#ad052a702364f507aa7cfff7b4b27411d',1,'Chummer::CommonFunctions']]],
+ ['findweapon',['FindWeapon',['../class_chummer_1_1_common_functions.html#af0908151705e8539c5f3ea8c846ca064',1,'Chummer::CommonFunctions']]],
+ ['findweaponaccessory',['FindWeaponAccessory',['../class_chummer_1_1_common_functions.html#ae09af71b9a96cb3137f90f4bc8f145b2',1,'Chummer::CommonFunctions']]],
+ ['findweapongear',['FindWeaponGear',['../class_chummer_1_1_common_functions.html#ae004cdd114e84e3985cdd7473bb7c9ce',1,'Chummer::CommonFunctions']]],
+ ['findweaponmod',['FindWeaponMod',['../class_chummer_1_1_common_functions.html#aaed5e9fbace6adf841940ce59a8f9a70',1,'Chummer::CommonFunctions']]],
+ ['forcevalue',['ForceValue',['../class_chummer_1_1frm_select_side.html#a771ed0091adb679409b62d3873abfe23',1,'Chummer::frmSelectSide']]]
+];
diff --git a/docs/search/functions_6.html b/docs/search/functions_6.html
new file mode 100644
index 0000000..342a076
--- /dev/null
+++ b/docs/search/functions_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_6.js b/docs/search/functions_6.js
new file mode 100644
index 0000000..72229c4
--- /dev/null
+++ b/docs/search/functions_6.js
@@ -0,0 +1,10 @@
+var searchData=
+[
+ ['getattribute',['GetAttribute',['../class_chummer_1_1_character.html#ad8e36f20c9154373dd18c0d92230e147',1,'Chummer::Character']]],
+ ['getcharactertypes',['GetCharacterTypes',['../class_chummer_1_1frm_omae.html#a5d223ae24998d6240a69deafcd22da87',1,'Chummer::frmOmae']]],
+ ['getgrade',['GetGrade',['../class_chummer_1_1_grade_list.html#af4bb3a6b4d600c0fdcec930ed7459895',1,'Chummer::GradeList']]],
+ ['getobjectname',['GetObjectName',['../class_chummer_1_1_character.html#a0af806f1c11089292a862e2928a0e576',1,'Chummer::Character']]],
+ ['getomaeservice',['GetOmaeService',['../class_chummer_1_1_omae_helper.html#a5a107c8092037bdc5f698df999cf9404',1,'Chummer::OmaeHelper']]],
+ ['getstring',['GetString',['../class_chummer_1_1_language_manager.html#aa603dc34b1b56b366b9947ab8287e1c4',1,'Chummer::LanguageManager']]],
+ ['gettranslationservice',['GetTranslationService',['../class_chummer_1_1_omae_helper.html#a21562b975b9bebc054967e590af13089',1,'Chummer::OmaeHelper']]]
+];
diff --git a/docs/search/functions_7.html b/docs/search/functions_7.html
new file mode 100644
index 0000000..04db8a6
--- /dev/null
+++ b/docs/search/functions_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_7.js b/docs/search/functions_7.js
new file mode 100644
index 0000000..276b4eb
--- /dev/null
+++ b/docs/search/functions_7.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['hasimprovement',['HasImprovement',['../class_chummer_1_1_character.html#ae188228c74a8de7137faf6503891df57',1,'Chummer::Character']]],
+ ['hasmodularelectronics',['HasModularElectronics',['../class_chummer_1_1_vehicle.html#a172ff7bcf441ea416d21c5ef987ec3dc',1,'Chummer::Vehicle']]]
+];
diff --git a/docs/search/functions_8.html b/docs/search/functions_8.html
new file mode 100644
index 0000000..6bab2c8
--- /dev/null
+++ b/docs/search/functions_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_8.js b/docs/search/functions_8.js
new file mode 100644
index 0000000..a3e756f
--- /dev/null
+++ b/docs/search/functions_8.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['languagebooklong',['LanguageBookLong',['../class_chummer_1_1_character_options.html#aae838a132ca89543a588927fb80ee8c0',1,'Chummer::CharacterOptions']]],
+ ['languagebookshort',['LanguageBookShort',['../class_chummer_1_1_character_options.html#a253a1f97ee2b82c5d6ee7c06432e9d29',1,'Chummer::CharacterOptions']]],
+ ['limittolist',['LimitToList',['../class_chummer_1_1frm_select_attribute.html#ae8b0473583c50e3aa72dee55db93cb13',1,'Chummer::frmSelectAttribute']]],
+ ['load',['Load',['../class_chummer_1_1_character.html#aa3997a454b4798164fad78d0050871a9',1,'Chummer.Character.Load()'],['../class_chummer_1_1_armor_mod.html#ab2a646d15993d4334751a864fb245147',1,'Chummer.ArmorMod.Load()'],['../class_chummer_1_1_armor.html#a23c070f42910be085448b27eac8d29d7',1,'Chummer.Armor.Load()'],['../class_chummer_1_1_grade.html#a7942164eb9968d0de065534c3f685f02',1,'Chummer.Grade.Load()'],['../class_chummer_1_1_cyberware.html#a59341f08358c91ce24db2dc715a9b843',1,'Chummer.Cyberware.Load()'],['../class_chummer_1_1_weapon.html#ac2cc5dc5d45321bf79274497b9342987',1,'Chummer.Weapon.Load()'],['../class_chummer_1_1_weapon_accessory.html#aa75311fb101a25f9f80c8fa3d2807364',1,'Chummer.WeaponAccessory.Load()'],['../class_chummer_1_1_weapon_mod.html#ac156cf35883ba7a0ca78fa59fba018f9',1,'Chummer.WeaponMod.Load()'],['../class_chummer_1_1_lifestyle.html#a555b989f9dbb74079f884329e79ac156',1,'Chummer.Lifestyle.Load()'],['../class_chummer_1_1_gear.html#a7a81f48ab8ba38240c1d729c576dfab9',1,'Chummer.Gear.Load()'],['../class_chummer_1_1_commlink.html#ad5a560ac8d91211db2db17e3aeb79efc',1,'Chummer.Commlink.Load()'],['../class_chummer_1_1_operating_system.html#a487f327f0fa50cb29cbb2115a7ec5ac1',1,'Chummer.OperatingSystem.Load()'],['../class_chummer_1_1_vehicle_mod.html#a616069a63c6b6b44fe8b5103f1f242a9',1,'Chummer.VehicleMod.Load()'],['../class_chummer_1_1_vehicle.html#af4c3a53d50ae8002a86c18c32c6e4b6f',1,'Chummer.Vehicle.Load()'],['../class_chummer_1_1_expense_undo.html#a714c15ba9279feac5ee9be78609a826e',1,'Chummer.ExpenseUndo.Load()'],['../class_chummer_1_1_expense_log_entry.html#a597762dbc081fed2d893fcb7e5e93c1e',1,'Chummer.ExpenseLogEntry.Load()'],['../class_chummer_1_1_improvement.html#a80d38c5dbe4c596b534d5b5c7704949f',1,'Chummer.Improvement.Load()'],['../class_chummer_1_1_language_manager.html#ab104f928796ed48cc300dbdd6bdecc98',1,'Chummer.LanguageManager.Load()'],['../class_chummer_1_1_character_options.html#a88dacba716a967aced7056efdf360474',1,'Chummer.CharacterOptions.Load()'],['../class_chummer_1_1_attribute.html#ac34bd0ba2d81b42b7f1d291cc135e95b',1,'Chummer.Attribute.Load()'],['../class_chummer_1_1_quality.html#a56608388bf13e86053cad1c2e71896c8',1,'Chummer.Quality.Load()'],['../class_chummer_1_1_skill_group.html#a407d6aca5d63ca883d16738eb1855e56',1,'Chummer.SkillGroup.Load()'],['../class_chummer_1_1_skill.html#adeacc6eb4dc9ea104c5dd83a2cd77ccc',1,'Chummer.Skill.Load()'],['../class_chummer_1_1_spirit.html#a7fcd3e551bda35a6bda21a5092ba6a97',1,'Chummer.Spirit.Load()'],['../class_chummer_1_1_spell.html#a23541bd311a7d75318e25d3bc7bc1a84',1,'Chummer.Spell.Load()'],['../class_chummer_1_1_focus.html#a5885bc6510248b13b2649cd3f85f5714',1,'Chummer.Focus.Load()'],['../class_chummer_1_1_stacked_focus.html#acc1e49ed72af44480d07f8732af6d6fc',1,'Chummer.StackedFocus.Load()'],['../class_chummer_1_1_metamagic.html#a13ced300bb4c59e5fb609dd5ebb4aa87',1,'Chummer.Metamagic.Load()'],['../class_chummer_1_1_power.html#aad8edf37b05f30cf0778e148d98e9b2a',1,'Chummer.Power.Load()'],['../class_chummer_1_1_tech_program.html#a6e1d31e3cfca3d201dbb0ee30d1afca5',1,'Chummer.TechProgram.Load()'],['../class_chummer_1_1_tech_program_option.html#a13c3c36560d560378edf8b464eb1a960',1,'Chummer.TechProgramOption.Load()'],['../class_chummer_1_1_martial_art.html#ac491d164aab83d1a5b0a0cdfffb0d573',1,'Chummer.MartialArt.Load()'],['../class_chummer_1_1_martial_art_advantage.html#a2a7a40fc0258db23fc88c4c4344364bc',1,'Chummer.MartialArtAdvantage.Load()'],['../class_chummer_1_1_martial_art_maneuver.html#a51a4ea23a46ec889b33d55619747d484',1,'Chummer.MartialArtManeuver.Load()'],['../class_chummer_1_1_contact.html#a3aaa3a1972d7b42f91a3945568ff18c6',1,'Chummer.Contact.Load()'],['../class_chummer_1_1_critter_power.html#a42105343e3f48252ebe07bf7fd44efe7',1,'Chummer.CritterPower.Load()'],['../class_chummer_1_1_initiation_grade.html#a24b147cce88108fcffe099621084ffb8',1,'Chummer.InitiationGrade.Load()'],['../class_chummer_1_1_calendar_week.html#a93c272cd81338ad22e7d2b96f7068eb0',1,'Chummer.CalendarWeek.Load()'],['../class_chummer_1_1_xml_manager.html#a8a92f8cab304d070c673fee32124d1e8',1,'Chummer.XmlManager.Load()']]],
+ ['loadcharacter',['LoadCharacter',['../class_chummer_1_1frm_main.html#a32bad2a0cdf95262ae572c7cf82dc681',1,'Chummer::frmMain']]],
+ ['loadlist',['LoadList',['../class_chummer_1_1_grade_list.html#a3b96ec9a5b589ca069ca874192ad548c',1,'Chummer::GradeList']]],
+ ['lockfields',['LockFields',['../class_chummer_1_1frm_expense.html#a12bf1d0f8371ea808c7d45eae2eff1cf',1,'Chummer::frmExpense']]],
+ ['lockgrade',['LockGrade',['../class_chummer_1_1frm_select_cyberware.html#ab16a61f092c1d084d6688efa8c13bd2d',1,'Chummer::frmSelectCyberware']]]
+];
diff --git a/docs/search/functions_9.html b/docs/search/functions_9.html
new file mode 100644
index 0000000..e32df63
--- /dev/null
+++ b/docs/search/functions_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_9.js b/docs/search/functions_9.js
new file mode 100644
index 0000000..c5818b5
--- /dev/null
+++ b/docs/search/functions_9.js
@@ -0,0 +1,18 @@
+var searchData=
+[
+ ['maxlevels',['MaxLevels',['../class_chummer_1_1frm_select_power.html#a669eb17b72c494795b9da9ea5fc05c50',1,'Chummer::frmSelectPower']]],
+ ['mentorinformation',['MentorInformation',['../class_chummer_1_1_main_controller.html#acd7873c017f4c14b1e1a3c93dbd0724a',1,'Chummer::MainController']]],
+ ['metatypeselected',['MetatypeSelected',['../class_chummer_1_1frm_career.html#ac98b5f886e13876ab4a511d970dc93d9',1,'Chummer.frmCareer.MetatypeSelected()'],['../class_chummer_1_1frm_create.html#a31b1d95c07f4069596f5592662f2e5c3',1,'Chummer.frmCreate.MetatypeSelected()']]],
+ ['movearmornode',['MoveArmorNode',['../class_chummer_1_1_main_controller.html#aed43871ecb85b0b5755f0424bc138e8c',1,'Chummer::MainController']]],
+ ['movearmorroot',['MoveArmorRoot',['../class_chummer_1_1_main_controller.html#acbafd4e073b8c2f8d04917f40da7ad7f',1,'Chummer::MainController']]],
+ ['movegearnode',['MoveGearNode',['../class_chummer_1_1_main_controller.html#a90a62711b8b65039d83f4a4ce9fde1d5',1,'Chummer::MainController']]],
+ ['movegearparent',['MoveGearParent',['../class_chummer_1_1_main_controller.html#a99bb5a4ecc49ee695b8976c3bada0960',1,'Chummer::MainController']]],
+ ['movegearroot',['MoveGearRoot',['../class_chummer_1_1_main_controller.html#a3c344f3e09ec4024a1167a98b9ece942',1,'Chummer::MainController']]],
+ ['moveimprovementnode',['MoveImprovementNode',['../class_chummer_1_1_main_controller.html#aabdedd6df4d11df64f0500dd42cff57c',1,'Chummer::MainController']]],
+ ['moveimprovementroot',['MoveImprovementRoot',['../class_chummer_1_1_main_controller.html#a7e8909300a05abe51214e922431bf086',1,'Chummer::MainController']]],
+ ['movelifestylenode',['MoveLifestyleNode',['../class_chummer_1_1_main_controller.html#a27f3ed78ce14edc200f71ad941aa425b',1,'Chummer::MainController']]],
+ ['movevehiclegearparent',['MoveVehicleGearParent',['../class_chummer_1_1_main_controller.html#a6374eb6297fbd43c3511c32ca932d479',1,'Chummer::MainController']]],
+ ['movevehiclenode',['MoveVehicleNode',['../class_chummer_1_1_main_controller.html#a2799a7e132e21b6e0efa833af60bf978',1,'Chummer::MainController']]],
+ ['moveweaponnode',['MoveWeaponNode',['../class_chummer_1_1_main_controller.html#afbace82e28725fd3f1ff000878630b55',1,'Chummer::MainController']]],
+ ['moveweaponroot',['MoveWeaponRoot',['../class_chummer_1_1_main_controller.html#acce39d575d73d1718163eadb03315973',1,'Chummer::MainController']]]
+];
diff --git a/docs/search/functions_a.html b/docs/search/functions_a.html
new file mode 100644
index 0000000..1ae07c7
--- /dev/null
+++ b/docs/search/functions_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_a.js b/docs/search/functions_a.js
new file mode 100644
index 0000000..94e2662
--- /dev/null
+++ b/docs/search/functions_a.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['openpdf',['OpenPDF',['../class_chummer_1_1_common_functions.html#aca45b7f21b4b23e88adcd68fe5a5f2dc',1,'Chummer::CommonFunctions']]]
+];
diff --git a/docs/search/functions_b.html b/docs/search/functions_b.html
new file mode 100644
index 0000000..6848eb5
--- /dev/null
+++ b/docs/search/functions_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_b.js b/docs/search/functions_b.js
new file mode 100644
index 0000000..5aaa8d9
--- /dev/null
+++ b/docs/search/functions_b.js
@@ -0,0 +1,14 @@
+var searchData=
+[
+ ['populatecalendar',['PopulateCalendar',['../class_chummer_1_1frm_career.html#a148754707ece884d8b4e8c3ac6ab8820',1,'Chummer::frmCareer']]],
+ ['populatecyberwaregradelist',['PopulateCyberwareGradeList',['../class_chummer_1_1frm_create.html#abb73d96cb2a8ac5b23909a3a6e66ee9e',1,'Chummer::frmCreate']]],
+ ['populateexpenselist',['PopulateExpenseList',['../class_chummer_1_1frm_career.html#ad795c2734d22d784b977a415ea0f57bb',1,'Chummer::frmCareer']]],
+ ['populatefocuslist',['PopulateFocusList',['../class_chummer_1_1_main_controller.html#af48d0ad8cd547e020604825baf3b2857',1,'Chummer::MainController']]],
+ ['populatemetatypes',['PopulateMetatypes',['../class_chummer_1_1frm_omae.html#a48865ba32481b6fd4d3de86e0686ff27',1,'Chummer::frmOmae']]],
+ ['populatemode',['PopulateMode',['../class_chummer_1_1frm_omae.html#ad6e8db495b695f1f9d8d167c81e786dc',1,'Chummer::frmOmae']]],
+ ['populatemru',['PopulateMRU',['../class_chummer_1_1frm_career.html#a483c926ac8fb9eae623bea5c5cf3a154',1,'Chummer.frmCareer.PopulateMRU()'],['../class_chummer_1_1frm_create.html#ab68cf15ac8fd2737ca7afb58636a3183',1,'Chummer.frmCreate.PopulateMRU()'],['../class_chummer_1_1frm_main.html#a77ab1423dd2274e2ad9aaed88fac5b91',1,'Chummer.frmMain.PopulateMRU()']]],
+ ['populatequalities',['PopulateQualities',['../class_chummer_1_1frm_omae.html#a82547f2dc871daf006c4fc838bce5fb2',1,'Chummer::frmOmae']]],
+ ['populatesortorder',['PopulateSortOrder',['../class_chummer_1_1frm_omae.html#a91dbf69a76fff6fe3060fcc04a39054f',1,'Chummer::frmOmae']]],
+ ['print',['Print',['../class_chummer_1_1_character.html#a8996b96c2f830e44dd16a046da7a1b65',1,'Chummer.Character.Print()'],['../class_chummer_1_1_armor_mod.html#a9a479be5c3127e9a1a9437a685606e04',1,'Chummer.ArmorMod.Print()'],['../class_chummer_1_1_armor.html#aecaece42d774345f34399da058d87b2e',1,'Chummer.Armor.Print()'],['../class_chummer_1_1_cyberware.html#af2c3985da81e1b04cb49930b8cb3ab82',1,'Chummer.Cyberware.Print()'],['../class_chummer_1_1_weapon.html#a3ab66d6bc6ee96e4ac7366e0be728e4e',1,'Chummer.Weapon.Print()'],['../class_chummer_1_1_weapon_accessory.html#af28ff467a66a4bffbb83237128f69048',1,'Chummer.WeaponAccessory.Print()'],['../class_chummer_1_1_weapon_mod.html#ad6f1256eca7569f94c816605c3804f20',1,'Chummer.WeaponMod.Print()'],['../class_chummer_1_1_lifestyle.html#a3cc94c310eec1739ea867af808fb8a21',1,'Chummer.Lifestyle.Print()'],['../class_chummer_1_1_gear.html#aaa4dabccd6d911a9d6f95544eb57c7e9',1,'Chummer.Gear.Print()'],['../class_chummer_1_1_commlink.html#a1b14c6e205dd63da8ea9871745a54b97',1,'Chummer.Commlink.Print()'],['../class_chummer_1_1_operating_system.html#a0773ce7448128de447bf85ce289efc67',1,'Chummer.OperatingSystem.Print()'],['../class_chummer_1_1_vehicle_mod.html#adced5650a8088183933048cfebb99e3b',1,'Chummer.VehicleMod.Print()'],['../class_chummer_1_1_vehicle.html#af4d3efaacd1125e7fbf1adba31a48d89',1,'Chummer.Vehicle.Print()'],['../class_chummer_1_1_expense_log_entry.html#a74c2f4c76a45becf56f9434512d421f4',1,'Chummer.ExpenseLogEntry.Print()'],['../class_chummer_1_1_attribute.html#a77d8797b98c4fa3d11077f8a0efd5fc2',1,'Chummer.Attribute.Print()'],['../class_chummer_1_1_quality.html#a59a7b99d333d3fecc1aef1a79517586d',1,'Chummer.Quality.Print()'],['../class_chummer_1_1_skill.html#a701b198b80af18e7262e8733cd4b5dbb',1,'Chummer.Skill.Print()'],['../class_chummer_1_1_spirit.html#a8ed2d9d8d9c90915c3f01f45654a007a',1,'Chummer.Spirit.Print()'],['../class_chummer_1_1_spell.html#aac64a77438cb3e935a1f94c473d5292a',1,'Chummer.Spell.Print()'],['../class_chummer_1_1_metamagic.html#a85f77da68fce80ffed0da7564d2fb085',1,'Chummer.Metamagic.Print()'],['../class_chummer_1_1_power.html#a393f9f29a8e024dfde0acd8d3dc6db81',1,'Chummer.Power.Print()'],['../class_chummer_1_1_tech_program.html#a310d14fdf787bf90f2df40b9afaf7e56',1,'Chummer.TechProgram.Print()'],['../class_chummer_1_1_tech_program_option.html#a5cc5f222753caf6027d25cbe5a4e772e',1,'Chummer.TechProgramOption.Print()'],['../class_chummer_1_1_martial_art.html#ae62bcee5d10c960691b00a9cf62de145',1,'Chummer.MartialArt.Print()'],['../class_chummer_1_1_martial_art_advantage.html#a7ab17a49122fde769b04f5eef6fb88a5',1,'Chummer.MartialArtAdvantage.Print()'],['../class_chummer_1_1_martial_art_maneuver.html#a3c2716aeb88e6b5e2f9773c8ca78e809',1,'Chummer.MartialArtManeuver.Print()'],['../class_chummer_1_1_contact.html#aa3455b462cffea81fbb6596f3cba08fe',1,'Chummer.Contact.Print()'],['../class_chummer_1_1_critter_power.html#ab696ffe9bce5e8d96463b3743dde9520',1,'Chummer.CritterPower.Print()'],['../class_chummer_1_1_calendar_week.html#a4471117b3c602508543dbc1d56861471',1,'Chummer.CalendarWeek.Print()']]],
+ ['printtostream',['PrintToStream',['../class_chummer_1_1_character.html#a8f71c3935179c4d2d0ad22397ab3ffb7',1,'Chummer::Character']]]
+];
diff --git a/docs/search/functions_c.html b/docs/search/functions_c.html
new file mode 100644
index 0000000..a0dda65
--- /dev/null
+++ b/docs/search/functions_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_c.js b/docs/search/functions_c.js
new file mode 100644
index 0000000..e5b38df
--- /dev/null
+++ b/docs/search/functions_c.js
@@ -0,0 +1,17 @@
+var searchData=
+[
+ ['readmrulist',['ReadMRUList',['../class_chummer_1_1_global_options.html#a648f787c89bd2af9a1a1584d0f3ca241',1,'Chummer::GlobalOptions']]],
+ ['readstickymrulist',['ReadStickyMRUList',['../class_chummer_1_1_global_options.html#a9dba80e8943147230eddc87894a4b911',1,'Chummer::GlobalOptions']]],
+ ['refreshcontrol',['RefreshControl',['../class_chummer_1_1_skill_control.html#a230cc0ebbbdc89c4bc1536ca27b45633',1,'Chummer::SkillControl']]],
+ ['refreshmaximum',['RefreshMaximum',['../class_chummer_1_1_power_control.html#a769ceb551b78acf1275999fa8290cd8b',1,'Chummer::PowerControl']]],
+ ['refreshselectedarmor',['RefreshSelectedArmor',['../class_chummer_1_1frm_career.html#ae443da4b5a258decb56b79fc76b5acd8',1,'Chummer.frmCareer.RefreshSelectedArmor()'],['../class_chummer_1_1frm_create.html#ac106dececab38da22aa1c0742a06371a',1,'Chummer.frmCreate.RefreshSelectedArmor()']]],
+ ['refreshselectedcyberware',['RefreshSelectedCyberware',['../class_chummer_1_1frm_career.html#a9bbc7dbaa8c0f1323a1e53e656e64f44',1,'Chummer.frmCareer.RefreshSelectedCyberware()'],['../class_chummer_1_1frm_create.html#ab680d7289e22742f9fc91fe4fe0602fc',1,'Chummer.frmCreate.RefreshSelectedCyberware()']]],
+ ['refreshselectedgear',['RefreshSelectedGear',['../class_chummer_1_1frm_career.html#a4d0dc338b340b4759559a31c97a48cb2',1,'Chummer.frmCareer.RefreshSelectedGear()'],['../class_chummer_1_1frm_create.html#a36b4e5d6fb009d263d01fbecdac4a12b',1,'Chummer.frmCreate.RefreshSelectedGear()']]],
+ ['refreshselectedweapon',['RefreshSelectedWeapon',['../class_chummer_1_1frm_career.html#a4375dd183b50688cad5fa6cf3a924fa4',1,'Chummer.frmCareer.RefreshSelectedWeapon()'],['../class_chummer_1_1frm_create.html#a59a5337ebfe63483ea72dae3ae733088',1,'Chummer.frmCreate.RefreshSelectedWeapon()']]],
+ ['refreshtooltip',['RefreshTooltip',['../class_chummer_1_1_power_control.html#a0733bb15e49d201163cda054f30ddff6',1,'Chummer::PowerControl']]],
+ ['refreshview',['RefreshView',['../class_chummer_1_1frm_viewer.html#af4ee6b8958713fadc787825efd69c740',1,'Chummer::frmViewer']]],
+ ['removefromlist',['RemoveFromList',['../class_chummer_1_1frm_select_attribute.html#a786a0c3a4f593470836a9f88558d109f',1,'Chummer::frmSelectAttribute']]],
+ ['removefrommrulist',['RemoveFromMRUList',['../class_chummer_1_1_global_options.html#a80ec3e7bd7040c8b0f5ec2518c0fe84e',1,'Chummer::GlobalOptions']]],
+ ['removefromstickymrulist',['RemoveFromStickyMRUList',['../class_chummer_1_1_global_options.html#a1f40be37ef18911f1a3cbe050e8c36f1',1,'Chummer::GlobalOptions']]],
+ ['removeimprovements',['RemoveImprovements',['../class_chummer_1_1_improvement_manager.html#a734bfc89c407029d38eb6f2e7ac907f4',1,'Chummer::ImprovementManager']]]
+];
diff --git a/docs/search/functions_d.html b/docs/search/functions_d.html
new file mode 100644
index 0000000..5589e4d
--- /dev/null
+++ b/docs/search/functions_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_d.js b/docs/search/functions_d.js
new file mode 100644
index 0000000..cff57c1
--- /dev/null
+++ b/docs/search/functions_d.js
@@ -0,0 +1,11 @@
+var searchData=
+[
+ ['save',['Save',['../class_chummer_1_1_character.html#aa0fbca6e4142b1046eac70a19ccbc9c5',1,'Chummer.Character.Save()'],['../class_chummer_1_1_armor_mod.html#a6a148116c4293d0d2b73ff4d40ac962c',1,'Chummer.ArmorMod.Save()'],['../class_chummer_1_1_armor.html#ad0582a3b8bf51cd8cf7a4cd3aed48b93',1,'Chummer.Armor.Save()'],['../class_chummer_1_1_cyberware.html#a944302abc3ebec44fd6ff1de8f4ccf1b',1,'Chummer.Cyberware.Save()'],['../class_chummer_1_1_weapon.html#a4f1531cac4cba875abd3d1a50d5c6071',1,'Chummer.Weapon.Save()'],['../class_chummer_1_1_weapon_accessory.html#a8af375eae33834f37e552d19fc7ebb80',1,'Chummer.WeaponAccessory.Save()'],['../class_chummer_1_1_weapon_mod.html#a8912adec601f11d52224d0b7426846bc',1,'Chummer.WeaponMod.Save()'],['../class_chummer_1_1_lifestyle.html#a6f5244fa74a8b2e2e3be8e38da7e9124',1,'Chummer.Lifestyle.Save()'],['../class_chummer_1_1_gear.html#af4ad1c587b114b32afd1da15a28c66ea',1,'Chummer.Gear.Save()'],['../class_chummer_1_1_commlink.html#a873beb19eef72b3512d950d4cc191672',1,'Chummer.Commlink.Save()'],['../class_chummer_1_1_operating_system.html#aae842dfbfd09bf5c8348ebff5739de43',1,'Chummer.OperatingSystem.Save()'],['../class_chummer_1_1_vehicle_mod.html#a3f8ae0a9dfcc6da90c935c1280ad8c9c',1,'Chummer.VehicleMod.Save()'],['../class_chummer_1_1_vehicle.html#a81dc3da348027cdcb733c4f24c7a84b5',1,'Chummer.Vehicle.Save()'],['../class_chummer_1_1_expense_undo.html#ad89b6692d1c7d94d24f82819a919d9ab',1,'Chummer.ExpenseUndo.Save()'],['../class_chummer_1_1_expense_log_entry.html#aea347d2205bcdee3d520c67af6b7e183',1,'Chummer.ExpenseLogEntry.Save()'],['../class_chummer_1_1_improvement.html#a256d669c984f04bdcc09c286149093e8',1,'Chummer.Improvement.Save()'],['../class_chummer_1_1_character_options.html#a3ebcfd2facc954fcdcbe3e8223d3cdc8',1,'Chummer.CharacterOptions.Save()'],['../class_chummer_1_1_attribute.html#a3afb4c4e94270972e00d5471880e07f0',1,'Chummer.Attribute.Save()'],['../class_chummer_1_1_quality.html#a5b11f290c9dafe60e9005ec69fbbbd36',1,'Chummer.Quality.Save()'],['../class_chummer_1_1_skill_group.html#a5a7f8c3cf985e3727bd26161c1669820',1,'Chummer.SkillGroup.Save()'],['../class_chummer_1_1_skill.html#a47fcc74e70b38c576bbad82299f3dda1',1,'Chummer.Skill.Save()'],['../class_chummer_1_1_spirit.html#a8e87b3d57eb708dd9586fcdd2a9f591c',1,'Chummer.Spirit.Save()'],['../class_chummer_1_1_spell.html#a191c1755134d91f70b08cbcd4c3e6db6',1,'Chummer.Spell.Save()'],['../class_chummer_1_1_focus.html#a48849c57e495ee20ced41f3cb519d804',1,'Chummer.Focus.Save()'],['../class_chummer_1_1_stacked_focus.html#a7487ead3b0a92f4eb8e02fc14fa9db39',1,'Chummer.StackedFocus.Save()'],['../class_chummer_1_1_metamagic.html#ac751877ded7bdcd6e643cbdf31f0891e',1,'Chummer.Metamagic.Save()'],['../class_chummer_1_1_power.html#a2ed947349b1bea37caae4f95b3db5462',1,'Chummer.Power.Save()'],['../class_chummer_1_1_tech_program.html#a0cd7ecf4387ab2e218b004d16db5801f',1,'Chummer.TechProgram.Save()'],['../class_chummer_1_1_tech_program_option.html#a4ede3cab452f12cd66a08ebcf55e32c3',1,'Chummer.TechProgramOption.Save()'],['../class_chummer_1_1_martial_art.html#afa643c3eb8e06bfcdfe4fa610a54787f',1,'Chummer.MartialArt.Save()'],['../class_chummer_1_1_martial_art_advantage.html#a5801ffcd0d914433e4a428c16f058503',1,'Chummer.MartialArtAdvantage.Save()'],['../class_chummer_1_1_martial_art_maneuver.html#ada13516b9429ccb485fe94137d5a3416',1,'Chummer.MartialArtManeuver.Save()'],['../class_chummer_1_1_contact.html#a231ddf98459ac459895749f445f0feb0',1,'Chummer.Contact.Save()'],['../class_chummer_1_1_critter_power.html#ac987ecf02d5d4ed7e89120f3ea0aac54',1,'Chummer.CritterPower.Save()'],['../class_chummer_1_1_initiation_grade.html#aa33728a300ed6f83a0fb440676fc5ea7',1,'Chummer.InitiationGrade.Save()'],['../class_chummer_1_1_calendar_week.html#aff4dbd14c6a78329148987ae4f6f2461',1,'Chummer.CalendarWeek.Save()']]],
+ ['setinternalid',['SetInternalId',['../class_chummer_1_1_lifestyle.html#abef1154de1bcbe9f99fa759acf24c30d',1,'Chummer::Lifestyle']]],
+ ['setlifestyle',['SetLifestyle',['../class_chummer_1_1frm_select_advanced_lifestyle.html#a7310a8657da40705de95c3a668d858ca',1,'Chummer.frmSelectAdvancedLifestyle.SetLifestyle()'],['../class_chummer_1_1frm_select_lifestyle.html#a9d4b76b33a02b86c9740d8ba07bedde8',1,'Chummer.frmSelectLifestyle.SetLifestyle()']]],
+ ['setrange',['SetRange',['../class_chummer_1_1_weapon.html#a593c919c765f2ece205d70c8ca56c498',1,'Chummer::Weapon']]],
+ ['showattributebprule',['ShowAttributeBPRule',['../class_chummer_1_1frm_create.html#a9d00dc8aafe24e4d90931a9462b70d67',1,'Chummer::frmCreate']]],
+ ['showattributerule',['ShowAttributeRule',['../class_chummer_1_1frm_create.html#a4c0b946d7aabc9f471034b016c2b083c',1,'Chummer::frmCreate']]],
+ ['singleattribute',['SingleAttribute',['../class_chummer_1_1frm_select_attribute.html#a42ef0250caa6149f7b136a2df41758e8',1,'Chummer::frmSelectAttribute']]],
+ ['sorttree',['SortTree',['../class_chummer_1_1_common_functions.html#a4309523712205f9f300f1a089d81564d',1,'Chummer::CommonFunctions']]]
+];
diff --git a/docs/search/functions_e.html b/docs/search/functions_e.html
new file mode 100644
index 0000000..67226c8
--- /dev/null
+++ b/docs/search/functions_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_e.js b/docs/search/functions_e.js
new file mode 100644
index 0000000..8d51e07
--- /dev/null
+++ b/docs/search/functions_e.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['tooltip',['ToolTip',['../class_chummer_1_1_attribute.html#afd99a371bc312f1f76f9e95dca40b975',1,'Chummer::Attribute']]],
+ ['totalavail',['TotalAvail',['../class_chummer_1_1_gear.html#a9491262a1da53c44c06332e8cc44c798',1,'Chummer::Gear']]],
+ ['translateextra',['TranslateExtra',['../class_chummer_1_1_language_manager.html#a8ee1efc1dda3546e65e344b9b5487a24',1,'Chummer::LanguageManager']]]
+];
diff --git a/docs/search/functions_f.html b/docs/search/functions_f.html
new file mode 100644
index 0000000..588e52c
--- /dev/null
+++ b/docs/search/functions_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/functions_f.js b/docs/search/functions_f.js
new file mode 100644
index 0000000..3c44020
--- /dev/null
+++ b/docs/search/functions_f.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['updatecharacterinfo',['UpdateCharacterInfo',['../class_chummer_1_1frm_career.html#a2905d1afbab7e584cdf17f778a69c84b',1,'Chummer.frmCareer.UpdateCharacterInfo()'],['../class_chummer_1_1frm_create.html#a6cb82af63dfdb64619aa644f662f5802',1,'Chummer.frmCreate.UpdateCharacterInfo()']]],
+ ['updateinitiationgradelist',['UpdateInitiationGradeList',['../class_chummer_1_1frm_career.html#a8568761923928df4e900188e5aef23e2',1,'Chummer.frmCareer.UpdateInitiationGradeList()'],['../class_chummer_1_1frm_create.html#a9d7cbab1774d2c690ad350b154668a79',1,'Chummer.frmCreate.UpdateInitiationGradeList()']]],
+ ['updatepointsperlevel',['UpdatePointsPerLevel',['../class_chummer_1_1_power_control.html#a86777ae338fc9e33a2262ba85a646fab',1,'Chummer::PowerControl']]]
+];
diff --git a/docs/search/mag_sel.png b/docs/search/mag_sel.png
new file mode 100644
index 0000000..81f6040
Binary files /dev/null and b/docs/search/mag_sel.png differ
diff --git a/docs/search/namespaces_0.html b/docs/search/namespaces_0.html
new file mode 100644
index 0000000..6d5853b
--- /dev/null
+++ b/docs/search/namespaces_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/namespaces_0.js b/docs/search/namespaces_0.js
new file mode 100644
index 0000000..7fe48b8
--- /dev/null
+++ b/docs/search/namespaces_0.js
@@ -0,0 +1,7 @@
+var searchData=
+[
+ ['chummer',['Chummer',['../namespace_chummer.html',1,'']]],
+ ['omaeservice',['OmaeService',['../namespace_chummer_1_1_omae_service.html',1,'Chummer']]],
+ ['properties',['Properties',['../namespace_chummer_1_1_properties.html',1,'Chummer']]],
+ ['translationservice',['TranslationService',['../namespace_chummer_1_1_translation_service.html',1,'Chummer']]]
+];
diff --git a/docs/search/nomatches.html b/docs/search/nomatches.html
new file mode 100644
index 0000000..b1ded27
--- /dev/null
+++ b/docs/search/nomatches.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/search/properties_0.html b/docs/search/properties_0.html
new file mode 100644
index 0000000..0f618b7
--- /dev/null
+++ b/docs/search/properties_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_0.js b/docs/search/properties_0.js
new file mode 100644
index 0000000..99ace20
--- /dev/null
+++ b/docs/search/properties_0.js
@@ -0,0 +1,81 @@
+var searchData=
+[
+ ['abbrev',['Abbrev',['../class_chummer_1_1_attribute.html#afeed4892390df91db54586b1b304e7b9',1,'Chummer::Attribute']]],
+ ['accel',['Accel',['../class_chummer_1_1_vehicle.html#ad418cfb5160f88a7c61775f6d0242f17',1,'Chummer::Vehicle']]],
+ ['accelrunning',['AccelRunning',['../class_chummer_1_1_vehicle.html#a6831b891e79416982a08f9b8c4f41f94',1,'Chummer.Vehicle.AccelRunning()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a0a2ee32a5ca49dd46a5588844e9ccc95',1,'Chummer.frmSelectVehicleMod.AccelRunning()']]],
+ ['accelwalking',['AccelWalking',['../class_chummer_1_1_vehicle.html#af7a00d93010d25a999e7cbe2e96d05e6',1,'Chummer.Vehicle.AccelWalking()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a45cfa88c8d1c3f3d4f1f547306cde2e7',1,'Chummer.frmSelectVehicleMod.AccelWalking()']]],
+ ['accessorycostmultiplier',['AccessoryCostMultiplier',['../class_chummer_1_1_weapon_mod.html#a697a57a74b1ece27a77453f286b0e597',1,'Chummer::WeaponMod']]],
+ ['accessorymultiplier',['AccessoryMultiplier',['../class_chummer_1_1_weapon.html#a84ddfd22218d935ec71282190c441673',1,'Chummer.Weapon.AccessoryMultiplier()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a209d2a878df12cc0b3487831900c2999',1,'Chummer.frmSelectWeaponAccessory.AccessoryMultiplier()']]],
+ ['action',['Action',['../class_chummer_1_1_critter_power.html#a503c187e941c036686fecb46d244c05b',1,'Chummer::CritterPower']]],
+ ['activeammoslot',['ActiveAmmoSlot',['../class_chummer_1_1_weapon.html#a58687d3d1d6e8fe96e0468739a0c057c',1,'Chummer::Weapon']]],
+ ['adapsin',['Adapsin',['../class_chummer_1_1_grade.html#a083e2cb30c68e34ae282679d46f369d1',1,'Chummer::Grade']]],
+ ['adapsinenabled',['AdapsinEnabled',['../class_chummer_1_1_character.html#a30e3ee561b5daae1d9693e8d203fe994',1,'Chummer::Character']]],
+ ['addagain',['AddAgain',['../class_chummer_1_1frm_select_advanced_lifestyle.html#aeaa11ab49e7b2ddd88ac25ff905c6fdf',1,'Chummer.frmSelectAdvancedLifestyle.AddAgain()'],['../class_chummer_1_1frm_select_armor.html#af95f037a7e79df9d0f738edf1d6d3870',1,'Chummer.frmSelectArmor.AddAgain()'],['../class_chummer_1_1frm_select_armor_mod.html#a5290e091e28f22549877549e06f06138',1,'Chummer.frmSelectArmorMod.AddAgain()'],['../class_chummer_1_1frm_select_critter_power.html#a193fec1a6de1ec36460154594dcffd80',1,'Chummer.frmSelectCritterPower.AddAgain()'],['../class_chummer_1_1frm_select_cyberware.html#afec95ae364dc777e04361eeafd29dfa7',1,'Chummer.frmSelectCyberware.AddAgain()'],['../class_chummer_1_1frm_select_gear.html#a456450ae50bd6302eeea31065ea88c74',1,'Chummer.frmSelectGear.AddAgain()'],['../class_chummer_1_1frm_select_lifestyle.html#ab6453b3475e061bc26d16159eecc38bf',1,'Chummer.frmSelectLifestyle.AddAgain()'],['../class_chummer_1_1frm_select_martial_art.html#aff8e81f4b1a179f9a16e34a8f2a03ec0',1,'Chummer.frmSelectMartialArt.AddAgain()'],['../class_chummer_1_1frm_select_martial_art_advantage.html#a3ac1e310d64fd40ecb91474c33622d7c',1,'Chummer.frmSelectMartialArtAdvantage.AddAgain()'],['../class_chummer_1_1frm_select_martial_art_maneuver.html#a0cd28ff65d0565e85022206852625791',1,'Chummer.frmSelectMartialArtManeuver.AddAgain()'],['../class_chummer_1_1frm_select_metamagic.html#af810468b7ca6cac74437d0d9875c3f4a',1,'Chummer.frmSelectMetamagic.AddAgain()'],['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#a4f5bfafab1e4c4a6dba7b8d80de6154c',1,'Chummer.frmSelectPACKSKit.AddAgain()'],['../class_chummer_1_1frm_select_power.html#aaa0999e6db03ad3a812c2a3d053a38e5',1,'Chummer.frmSelectPower.AddAgain()'],['../class_chummer_1_1frm_select_program.html#a2d491747c591406c178293612cab3598',1,'Chummer.frmSelectProgram.AddAgain()'],['../class_chummer_1_1frm_select_program_option.html#a4fc329c2ef375e8c285483325188ea04',1,'Chummer.frmSelectProgramOption.AddAgain()'],['../class_chummer_1_1frm_select_quality.html#ae933eb0223ddb55f4e1e272d9611cd83',1,'Chummer.frmSelectQuality.AddAgain()'],['../class_chummer_1_1frm_select_spell.html#adb5ae6d3cd80ac1baef5321d60affc77',1,'Chummer.frmSelectSpell.AddAgain()'],['../class_chummer_1_1frm_select_vehicle.html#aabebe7d6720611e0113dce79fcfc15a1',1,'Chummer.frmSelectVehicle.AddAgain()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aad3d397e5364c42dbe47c8831a9c5bf4',1,'Chummer.frmSelectVehicleMod.AddAgain()'],['../class_chummer_1_1frm_select_weapon.html#accb6edd6d62de0c494e8a90d899a4eb6',1,'Chummer.frmSelectWeapon.AddAgain()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a677bfa8452cc955775462c18f1b68db8',1,'Chummer.frmSelectWeaponAccessory.AddAgain()']]],
+ ['addmode',['AddMode',['../class_chummer_1_1_weapon_mod.html#a72dafcdd2e2a98af424b728c15719eb9',1,'Chummer::WeaponMod']]],
+ ['addtorating',['AddToRating',['../class_chummer_1_1_improvement.html#a61152dde7a52322b315fcafb8ebf5f34',1,'Chummer::Improvement']]],
+ ['adeptenabled',['AdeptEnabled',['../class_chummer_1_1_character.html#a88811ed07c4fc081d648fc66c1c7e4f2',1,'Chummer::Character']]],
+ ['advantages',['Advantages',['../class_chummer_1_1_martial_art.html#a2264719937c341127bca57148745a75b',1,'Chummer.MartialArt.Advantages()'],['../class_chummer_1_1_mentor_spirit.html#a453d0c7eb3476b9ba514ca745ae4aff8',1,'Chummer.MentorSpirit.Advantages()']]],
+ ['aerodynamic',['Aerodynamic',['../class_chummer_1_1frm_select_gear.html#aa85f21f1d267279e489933513cdccf43',1,'Chummer::frmSelectGear']]],
+ ['age',['Age',['../class_chummer_1_1_character.html#ac4a1ff08c0ca59fc48776e8ab3a45e5f',1,'Chummer::Character']]],
+ ['agi',['AGI',['../class_chummer_1_1_character.html#a41b085d4bb77819d0eb32b9639b4f4b2',1,'Chummer::Character']]],
+ ['alias',['Alias',['../class_chummer_1_1_character.html#a977d7ac9b9f026543df0965816c730ae',1,'Chummer::Character']]],
+ ['allowautoselect',['AllowAutoSelect',['../class_chummer_1_1frm_select_item.html#a4a079f925a0202916fa13d47b68e174b',1,'Chummer::frmSelectItem']]],
+ ['allowbiowaresuites',['AllowBiowareSuites',['../class_chummer_1_1_character_options.html#a630ae2e9b4c38b82b6660497192f5297',1,'Chummer::CharacterOptions']]],
+ ['allowcancel',['AllowCancel',['../class_chummer_1_1frm_select_number.html#aff53bf3105047db4d798db4b5c8f664f',1,'Chummer::frmSelectNumber']]],
+ ['allowcustomtransgenics',['AllowCustomTransgenics',['../class_chummer_1_1_character_options.html#a3c68bca47031be60df649d54b2751bca',1,'Chummer::CharacterOptions']]],
+ ['allowcyberware',['AllowCyberware',['../class_chummer_1_1_vehicle_mod.html#a8924bc74119edaac54fe9dd086d3f6d4',1,'Chummer::VehicleMod']]],
+ ['allowcyberwareessdiscounts',['AllowCyberwareESSDiscounts',['../class_chummer_1_1_character_options.html#ace22967184744a2d7a132d3ecc67ad78',1,'Chummer::CharacterOptions']]],
+ ['allowdelete',['AllowDelete',['../class_chummer_1_1_skill.html#a326a5abd54512d60c01c5d8d2223aacd',1,'Chummer.Skill.AllowDelete()'],['../class_chummer_1_1_skill_control.html#a41f98a34945a962b23cb20aa6b015813',1,'Chummer.SkillControl.AllowDelete()']]],
+ ['allowedcategories',['AllowedCategories',['../class_chummer_1_1frm_select_armor_mod.html#a34ebc9c3f2d7a1441f2278b0d9d498cf',1,'Chummer.frmSelectArmorMod.AllowedCategories()'],['../class_chummer_1_1frm_select_gear.html#ada95ba5cf3f14623a256dfb36b18a473',1,'Chummer.frmSelectGear.AllowedCategories()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aa6957dc189f42b4a0b40b5406d0665d6',1,'Chummer.frmSelectVehicleMod.AllowedCategories()']]],
+ ['alloweditpartofbaseweapon',['AllowEditPartOfBaseWeapon',['../class_chummer_1_1_character_options.html#aeab5576d10014ed14aea378ab1bf9ec9',1,'Chummer::CharacterOptions']]],
+ ['allowedmounts',['AllowedMounts',['../class_chummer_1_1frm_select_weapon_accessory.html#a823be3026d10398fc1698efc6cccd67d',1,'Chummer::frmSelectWeaponAccessory']]],
+ ['allowexceedattributebp',['AllowExceedAttributeBP',['../class_chummer_1_1_character_options.html#a9c562a4e9dbafc153adb1efa0d94c842',1,'Chummer::CharacterOptions']]],
+ ['allowgear',['AllowGear',['../class_chummer_1_1_cyberware.html#ac1ba84a4919147100091d3a288394f13',1,'Chummer.Cyberware.AllowGear()'],['../class_chummer_1_1_weapon_accessory.html#a45adc003629af398e93adafb7374c4f6',1,'Chummer.WeaponAccessory.AllowGear()']]],
+ ['allowhigherstackedfoci',['AllowHigherStackedFoci',['../class_chummer_1_1_character_options.html#a7aaaee0443bd90946fc93645e7da58b2',1,'Chummer::CharacterOptions']]],
+ ['allowmodularplugins',['AllowModularPlugins',['../class_chummer_1_1_cyberware.html#a4440c86f5d9b1a8792d013b6fccfcaba',1,'Chummer.Cyberware.AllowModularPlugins()'],['../class_chummer_1_1_vehicle_mod.html#aae85908037e8707fc5ecd5117e89d869',1,'Chummer.VehicleMod.AllowModularPlugins()'],['../class_chummer_1_1frm_select_cyberware.html#a37989db5393395a01333edc57df08d18',1,'Chummer.frmSelectCyberware.AllowModularPlugins()']]],
+ ['allowobsolescentupgrade',['AllowObsolescentUpgrade',['../class_chummer_1_1_character_options.html#a35210ace2601cb9a4fe2867e76b61fa2',1,'Chummer::CharacterOptions']]],
+ ['allowprint',['AllowPrint',['../class_chummer_1_1_quality.html#ab2efe927d734e02680f5b2193546cdc9',1,'Chummer::Quality']]],
+ ['allowskilldicerolling',['AllowSkillDiceRolling',['../class_chummer_1_1_character_options.html#a0cf752236d03a60e84a8b3363b9671da',1,'Chummer::CharacterOptions']]],
+ ['allowskillregrouping',['AllowSkillRegrouping',['../class_chummer_1_1_character_options.html#a9b1ecf565f9dcb769edeac83030f46c3',1,'Chummer::CharacterOptions']]],
+ ['alternatearmorencumbrance',['AlternateArmorEncumbrance',['../class_chummer_1_1_character_options.html#aee26cbd1fbf9db640d0f361f07513085',1,'Chummer::CharacterOptions']]],
+ ['alternatecomplexformcost',['AlternateComplexFormCost',['../class_chummer_1_1_character_options.html#a84124eca7c4cca9fa7604c3a9dcc2931',1,'Chummer::CharacterOptions']]],
+ ['alternatematrixattribute',['AlternateMatrixAttribute',['../class_chummer_1_1_character_options.html#a018c269230085c942270d4b09f5d1f95',1,'Chummer::CharacterOptions']]],
+ ['alternatemetatypeattributekarma',['AlternateMetatypeAttributeKarma',['../class_chummer_1_1_character_options.html#a8200fa24eaf32de8b549dc9b2f0228d2',1,'Chummer::CharacterOptions']]],
+ ['ammo',['Ammo',['../class_chummer_1_1_weapon.html#ae8cbedc3ceb7191fad6507a015131996',1,'Chummer.Weapon.Ammo()'],['../class_chummer_1_1frm_reload.html#aec44fd6b47ace2928b4c541912d1192b',1,'Chummer.frmReload.Ammo()']]],
+ ['ammobonus',['AmmoBonus',['../class_chummer_1_1_weapon_mod.html#a877ad1502bd77f9ad654f1cf6bfb9bb3',1,'Chummer::WeaponMod']]],
+ ['ammocategory',['AmmoCategory',['../class_chummer_1_1_weapon.html#a734b7319a305e4bbcd4f87bb14f8beba',1,'Chummer::Weapon']]],
+ ['ammoloaded',['AmmoLoaded',['../class_chummer_1_1_weapon.html#acac7c755842c766cd715ca828b1d99c8',1,'Chummer::Weapon']]],
+ ['ammoremaining',['AmmoRemaining',['../class_chummer_1_1_weapon.html#a1ec6d910701f7015cd17d5bce2be436b',1,'Chummer::Weapon']]],
+ ['ammoreplace',['AmmoReplace',['../class_chummer_1_1_weapon_mod.html#a1929e393167b283c9415b6242a198223',1,'Chummer::WeaponMod']]],
+ ['ammoslots',['AmmoSlots',['../class_chummer_1_1_weapon.html#afad71059f02b40026c2c41fc3992de3e',1,'Chummer::Weapon']]],
+ ['amount',['Amount',['../class_chummer_1_1_expense_log_entry.html#a0230b76b7a6f4682b3087e41338b8c73',1,'Chummer.ExpenseLogEntry.Amount()'],['../class_chummer_1_1frm_expense.html#af12c7dc4e65b216654c3e338ee71950a',1,'Chummer.frmExpense.Amount()']]],
+ ['ap',['AP',['../class_chummer_1_1_weapon.html#ae8b55952103b532cae851c5daef46be1',1,'Chummer::Weapon']]],
+ ['apbonus',['APBonus',['../class_chummer_1_1_weapon_mod.html#ad594621586c2ae357b1c7da18c186bdd',1,'Chummer::WeaponMod']]],
+ ['areaofinfluence',['AreaOfInfluence',['../class_chummer_1_1_contact.html#a6c4eaa80bac1665a631b418efc223203',1,'Chummer.Contact.AreaOfInfluence()'],['../class_chummer_1_1frm_select_contact_connection.html#a74f082cfdc351a806b9b31adfe9aac50',1,'Chummer.frmSelectContactConnection.AreaOfInfluence()']]],
+ ['areaofinfluencerating',['AreaOfInfluenceRating',['../class_chummer_1_1_contact_control.html#ae080485ff433f681c17dc02b585fa817',1,'Chummer::ContactControl']]],
+ ['armor',['Armor',['../class_chummer_1_1_character.html#a93735b39dc4a9aac34b93c6723b94556',1,'Chummer.Character.Armor()'],['../class_chummer_1_1_vehicle.html#a5fccee1642035edae05ead0e91866efa',1,'Chummer.Vehicle.Armor()']]],
+ ['armorbundles',['ArmorBundles',['../class_chummer_1_1_character.html#a56fa356cf119956df6755ee84da4346d',1,'Chummer::Character']]],
+ ['armorcapacity',['ArmorCapacity',['../class_chummer_1_1_armor_mod.html#ad53bda221b568250edfdf2e00a04b30c',1,'Chummer.ArmorMod.ArmorCapacity()'],['../class_chummer_1_1_armor.html#aac1a2f1c9d9cdaffcab92b3d47179994',1,'Chummer.Armor.ArmorCapacity()'],['../class_chummer_1_1_gear.html#a0082a2323da6224df15ad8e149eb8edc',1,'Chummer.Gear.ArmorCapacity()']]],
+ ['armorcost',['ArmorCost',['../class_chummer_1_1frm_select_armor_mod.html#ad572202f3c3fbe1d38b2b86d0734a137',1,'Chummer::frmSelectArmorMod']]],
+ ['armordegradation',['ArmorDegradation',['../class_chummer_1_1_character_options.html#a37fd197f4d1f961cebb4ecbb0e885188',1,'Chummer::CharacterOptions']]],
+ ['armormods',['ArmorMods',['../class_chummer_1_1_armor.html#abed1815babe787b867c995feee486c74',1,'Chummer::Armor']]],
+ ['armorname',['ArmorName',['../class_chummer_1_1_armor.html#a5dfc782f4eea4402642fd9846e0ecf38',1,'Chummer::Armor']]],
+ ['armorsuitcapacity',['ArmorSuitCapacity',['../class_chummer_1_1_character_options.html#a5ad5f1a40a3c2ca0e9ad0f857aad1bea',1,'Chummer::CharacterOptions']]],
+ ['astralinitiative',['AstralInitiative',['../class_chummer_1_1_character.html#a647adfa16d114b353f0946aaa71ace6c',1,'Chummer::Character']]],
+ ['astralinitiativepasses',['AstralInitiativePasses',['../class_chummer_1_1_character.html#a058022c1c5e361624064a4114f454973',1,'Chummer::Character']]],
+ ['attribute',['Attribute',['../class_chummer_1_1_skill.html#af14708cc8a99c316a1fde134ef323b9a',1,'Chummer.Skill.Attribute()'],['../class_chummer_1_1_skill_control.html#a9ad2056b08dcd2f1ea24a409f500a307',1,'Chummer.SkillControl.Attribute()']]],
+ ['attributemodifiers',['AttributeModifiers',['../class_chummer_1_1_attribute.html#aeb3087972ab3cba70396740ff06c3ab6',1,'Chummer.Attribute.AttributeModifiers()'],['../class_chummer_1_1_skill.html#a27acd00ed478aa5332f0be685fabf08a',1,'Chummer.Skill.AttributeModifiers()']]],
+ ['attributevaluemodifiers',['AttributeValueModifiers',['../class_chummer_1_1_attribute.html#ae99f3511825f245e593945b06a230311',1,'Chummer::Attribute']]],
+ ['augmented',['Augmented',['../class_chummer_1_1_improvement.html#a4786a014824c9d3fa6c92e0ea78c68d2',1,'Chummer.Improvement.Augmented()'],['../class_chummer_1_1_attribute.html#a1c6427126435d68b57665d02b0d1e63a',1,'Chummer.Attribute.Augmented()']]],
+ ['augmentedmaximum',['AugmentedMaximum',['../class_chummer_1_1_improvement.html#a21fec2dd25a96e6e8f46e3b0a2e2c220',1,'Chummer::Improvement']]],
+ ['augmentedmaximummodifiers',['AugmentedMaximumModifiers',['../class_chummer_1_1_attribute.html#a8141b99bd525d226977e15ecc6deedb7',1,'Chummer::Attribute']]],
+ ['augmentmodifier',['AugmentModifier',['../class_chummer_1_1_attribute.html#a534b6eb5a3f2e2ed0b6baa7ffbefe473',1,'Chummer::Attribute']]],
+ ['automaticcopyprotection',['AutomaticCopyProtection',['../class_chummer_1_1_character_options.html#a2c5b266a03d043ad6313f4fa1ebe194e',1,'Chummer::CharacterOptions']]],
+ ['automaticregistration',['AutomaticRegistration',['../class_chummer_1_1_character_options.html#ac4593ba5a6f970d56e1755d69ae24784',1,'Chummer::CharacterOptions']]],
+ ['automaticupdate',['AutomaticUpdate',['../class_chummer_1_1_global_options.html#a44d5397d46302e0657e474c6d4bde840',1,'Chummer::GlobalOptions']]],
+ ['avail',['Avail',['../class_chummer_1_1_armor_mod.html#a72311b29ec1320260b4b7c704a5080f6',1,'Chummer.ArmorMod.Avail()'],['../class_chummer_1_1_armor.html#af879a295c3f0d0cdf5e355442b92e807',1,'Chummer.Armor.Avail()'],['../class_chummer_1_1_grade.html#a5ecca3f2c39165867b7d6afb6e4a0843',1,'Chummer.Grade.Avail()'],['../class_chummer_1_1_cyberware.html#aeed9a11e69aa9393101617d5cfae3a5f',1,'Chummer.Cyberware.Avail()'],['../class_chummer_1_1_weapon.html#aaf3b4b03f45b6a410c957d0415428e6a',1,'Chummer.Weapon.Avail()'],['../class_chummer_1_1_weapon_accessory.html#af82f880850a024dffe4b14f41764c165',1,'Chummer.WeaponAccessory.Avail()'],['../class_chummer_1_1_weapon_mod.html#a746f56903c819ccd8bdb49e214ceb983',1,'Chummer.WeaponMod.Avail()'],['../class_chummer_1_1_gear.html#a05b8c049ab319382a6bb374a9bf297ab',1,'Chummer.Gear.Avail()'],['../class_chummer_1_1_vehicle_mod.html#a699f3ca01eb9381e61ecc2a84b7eb782',1,'Chummer.VehicleMod.Avail()'],['../class_chummer_1_1_vehicle.html#a11ff53bf3ad0be0deecb8db9609dd56b',1,'Chummer.Vehicle.Avail()']]],
+ ['avail10',['Avail10',['../class_chummer_1_1_gear.html#a7ba9d524a5c281bbc5038650daf6ece7',1,'Chummer::Gear']]],
+ ['avail3',['Avail3',['../class_chummer_1_1_gear.html#ac4e001aea6840eac13fc1d40352b390c',1,'Chummer::Gear']]],
+ ['avail6',['Avail6',['../class_chummer_1_1_gear.html#a1cafc50a544dc3a27079a4cd2f8788bc',1,'Chummer::Gear']]],
+ ['availability',['Availability',['../class_chummer_1_1_character_options.html#a5745f6de4ee5990dfee06098af10ee48',1,'Chummer::CharacterOptions']]]
+];
diff --git a/docs/search/properties_1.html b/docs/search/properties_1.html
new file mode 100644
index 0000000..6684dbe
--- /dev/null
+++ b/docs/search/properties_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_1.js b/docs/search/properties_1.js
new file mode 100644
index 0000000..b38a6c9
--- /dev/null
+++ b/docs/search/properties_1.js
@@ -0,0 +1,40 @@
+var searchData=
+[
+ ['background',['Background',['../class_chummer_1_1_character.html#a348e7ed3363f4dfadcc0e78d299194a1',1,'Chummer::Character']]],
+ ['ballistic',['Ballistic',['../class_chummer_1_1_armor_mod.html#aef080d4ce0977f11a05672751a4e32ae',1,'Chummer.ArmorMod.Ballistic()'],['../class_chummer_1_1_armor.html#a0d0c0edddb762b20d01a1743bd37084f',1,'Chummer.Armor.Ballistic()']]],
+ ['ballisticarmorencumbrance',['BallisticArmorEncumbrance',['../class_chummer_1_1_character.html#abe2a74c22e449477dbd045bbc9e71fc1',1,'Chummer::Character']]],
+ ['ballisticarmorrating',['BallisticArmorRating',['../class_chummer_1_1_character.html#a3eab3e3ea1a0291612fe81e0a7aa4466',1,'Chummer::Character']]],
+ ['ballisticdamage',['BallisticDamage',['../class_chummer_1_1_armor.html#ada71e70f1eb17b4ba56508a43f9bd5f0',1,'Chummer::Armor']]],
+ ['basicbiowareessmultiplier',['BasicBiowareESSMultiplier',['../class_chummer_1_1frm_select_cyberware.html#a6362e888eff207b71fb83148159d8dac',1,'Chummer::frmSelectCyberware']]],
+ ['bindingcost',['BindingCost',['../class_chummer_1_1_stacked_focus.html#ab4ee4da8302d58cfd8d458cb12581543',1,'Chummer::StackedFocus']]],
+ ['biowareessence',['BiowareEssence',['../class_chummer_1_1_character.html#a71f6955cbb868b5454545a37dd56564d',1,'Chummer::Character']]],
+ ['blackmarket',['BlackMarket',['../class_chummer_1_1_character.html#a4cca500ca3dc530331744b78c80a8640',1,'Chummer::Character']]],
+ ['bod',['BOD',['../class_chummer_1_1_character.html#afa007da801d8e3e90289ea8cd4b0280c',1,'Chummer::Character']]],
+ ['body',['Body',['../class_chummer_1_1_vehicle.html#ab636c6e2cabe23f44a89ea82c6cc9bf3',1,'Chummer.Vehicle.Body()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aca86a3d2c9ca31e7902979a2bdfde6bd',1,'Chummer.frmSelectVehicleMod.Body()']]],
+ ['bonded',['Bonded',['../class_chummer_1_1_gear.html#aeb46d2076f94e3a335493dc1dc9c79cf',1,'Chummer.Gear.Bonded()'],['../class_chummer_1_1_stacked_focus.html#ac24f4f9885274c9880d9cc051f096212',1,'Chummer.StackedFocus.Bonded()']]],
+ ['bonus',['Bonus',['../class_chummer_1_1_armor_mod.html#afb54d298d0862c8b0c7d121868fd28e1',1,'Chummer.ArmorMod.Bonus()'],['../class_chummer_1_1_armor.html#aa522ccfc6b1de6132943ebb5b17ca1ea',1,'Chummer.Armor.Bonus()'],['../class_chummer_1_1_cyberware.html#a5524c73f5d1c1d60c407c8683a9faa68',1,'Chummer.Cyberware.Bonus()'],['../class_chummer_1_1_gear.html#ae9586f3b60bae63606e3a83e97e1d64f',1,'Chummer.Gear.Bonus()'],['../class_chummer_1_1_vehicle_mod.html#a4f61c34d0c65d0436cf91f4db2c947f4',1,'Chummer.VehicleMod.Bonus()'],['../class_chummer_1_1_quality.html#a9a73de4f6d137c5b4f760813c0165899',1,'Chummer.Quality.Bonus()'],['../class_chummer_1_1_metamagic.html#a6a177e25008c0285667d8301335611aa',1,'Chummer.Metamagic.Bonus()'],['../class_chummer_1_1_power.html#a9c322cc84717592a012b1d3feee48180',1,'Chummer.Power.Bonus()'],['../class_chummer_1_1_critter_power.html#ac5ee60cab9e731fb2a5d4c6768e63782',1,'Chummer.CritterPower.Bonus()']]],
+ ['bonusnode',['BonusNode',['../class_chummer_1_1frm_select_mentor_spirit.html#a53966306147e2c7c463986acdb131f1b',1,'Chummer::frmSelectMentorSpirit']]],
+ ['books',['Books',['../class_chummer_1_1_character_options.html#ac5eac0d046ed370597b6bf1768b06783',1,'Chummer::CharacterOptions']]],
+ ['bound',['Bound',['../class_chummer_1_1_spirit.html#a261609dc8f13a751601f935641576d4d',1,'Chummer.Spirit.Bound()'],['../class_chummer_1_1_spirit_control.html#af41cb35e85a2f17e4c37641ed2341ab0',1,'Chummer.SpiritControl.Bound()']]],
+ ['bp',['BP',['../class_chummer_1_1_quality.html#a6baca19be4f5ad844a8c8041113e5ea2',1,'Chummer::Quality']]],
+ ['bpactiveskill',['BPActiveSkill',['../class_chummer_1_1_character_options.html#a1fc8244d012c079e3daea64492d4052d',1,'Chummer::CharacterOptions']]],
+ ['bpactiveskillspecialization',['BPActiveSkillSpecialization',['../class_chummer_1_1_character_options.html#a9bd6408425439d75a702c5c9f24a6caf',1,'Chummer::CharacterOptions']]],
+ ['bpattribute',['BPAttribute',['../class_chummer_1_1_character_options.html#ade599ff7e0a0e09aede1d299799a15cb',1,'Chummer::CharacterOptions']]],
+ ['bpattributemax',['BPAttributeMax',['../class_chummer_1_1_character_options.html#a2e0b624a6ac51122df4f87feb44e0dee',1,'Chummer::CharacterOptions']]],
+ ['bpcomplexform',['BPComplexForm',['../class_chummer_1_1_character_options.html#a641e06c4f941a959003a64545a3d75a1',1,'Chummer::CharacterOptions']]],
+ ['bpcomplexformoption',['BPComplexFormOption',['../class_chummer_1_1_character_options.html#a9c286f26ac7052acce2e3783e34cd345',1,'Chummer::CharacterOptions']]],
+ ['bpcontact',['BPContact',['../class_chummer_1_1_character_options.html#a47ef2d4ea76e400dc45865cb717d8fd3',1,'Chummer::CharacterOptions']]],
+ ['bpfocus',['BPFocus',['../class_chummer_1_1_character_options.html#a157ebd5c065dd6cb09202f7dae282d1c',1,'Chummer::CharacterOptions']]],
+ ['bpknowledgeskill',['BPKnowledgeSkill',['../class_chummer_1_1_character_options.html#abc55faab4f2e64710f33cccd604d3cde',1,'Chummer::CharacterOptions']]],
+ ['bpmartialart',['BPMartialArt',['../class_chummer_1_1_character_options.html#a87bb75a6877aa4c6a671688d84b57e8e',1,'Chummer::CharacterOptions']]],
+ ['bpmartialartmaneuver',['BPMartialArtManeuver',['../class_chummer_1_1_character_options.html#a05f152eb82e98f088037b34861be77bd',1,'Chummer::CharacterOptions']]],
+ ['bpskillgroup',['BPSkillGroup',['../class_chummer_1_1_character_options.html#aa0a5221790ef70569529f73e761052e6',1,'Chummer::CharacterOptions']]],
+ ['bpspell',['BPSpell',['../class_chummer_1_1_character_options.html#a7b3e984c7daedf230203b483a98bead0',1,'Chummer::CharacterOptions']]],
+ ['bpspirit',['BPSpirit',['../class_chummer_1_1_character_options.html#ae03d313abddcecc2b2456da95bd7b2ec',1,'Chummer::CharacterOptions']]],
+ ['breakskillgroupsincreatemode',['BreakSkillGroupsInCreateMode',['../class_chummer_1_1_character_options.html#ae91e7ff49172c91f6eecc34ad9c4e48f',1,'Chummer::CharacterOptions']]],
+ ['broken',['Broken',['../class_chummer_1_1_skill_group.html#ac38c65d96f65f163657d32f9619065f7',1,'Chummer.SkillGroup.Broken()'],['../class_chummer_1_1_skill_group_control.html#a3e5bf355c6746cf958e2e6470e31c488',1,'Chummer.SkillGroupControl.Broken()']]],
+ ['buildkarma',['BuildKarma',['../class_chummer_1_1_character.html#a875cb3f7c9ca0ebbcb8d0bb73d25e0a0',1,'Chummer::Character']]],
+ ['buildmethod',['BuildMethod',['../class_chummer_1_1_character.html#aff158593e952c0fbb7e67a713bfdba5a',1,'Chummer.Character.BuildMethod()'],['../class_chummer_1_1_character_options.html#aba5b3c2d4a5a8b883d1c0d535393c7b6',1,'Chummer.CharacterOptions.BuildMethod()']]],
+ ['buildpoints',['BuildPoints',['../class_chummer_1_1_character.html#a2c9ed161d8695293da5fafeccaaafa4a',1,'Chummer.Character.BuildPoints()'],['../class_chummer_1_1_character_options.html#adf0a45dabcb25e5deae1fa66ca3fbc75',1,'Chummer.CharacterOptions.BuildPoints()']]],
+ ['burntstreetcred',['BurntStreetCred',['../class_chummer_1_1_character.html#a236a92c4ccbbc5c81e5150e2acb942d2',1,'Chummer::Character']]]
+];
diff --git a/docs/search/properties_10.html b/docs/search/properties_10.html
new file mode 100644
index 0000000..05adc1b
--- /dev/null
+++ b/docs/search/properties_10.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_10.js b/docs/search/properties_10.js
new file mode 100644
index 0000000..d505f30
--- /dev/null
+++ b/docs/search/properties_10.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['qty',['Qty',['../class_chummer_1_1_expense_undo.html#a94f8ff53221112a38b44747ed6372e06',1,'Chummer::ExpenseUndo']]],
+ ['qualities',['Qualities',['../class_chummer_1_1_character.html#a7ea2d94ec1ca1f291e615ea76363d605',1,'Chummer.Character.Qualities()'],['../class_chummer_1_1_lifestyle.html#aeb5a9ec2888089a88cba3b0f9057df42',1,'Chummer.Lifestyle.Qualities()'],['../class_chummer_1_1frm_dice_roller.html#ac51799fcbd144149b7cf36e024bded93',1,'Chummer.frmDiceRoller.Qualities()']]],
+ ['quantity',['Quantity',['../class_chummer_1_1_gear.html#af188ea1859044ea914b37d34e1ec853a',1,'Chummer::Gear']]]
+];
diff --git a/docs/search/properties_11.html b/docs/search/properties_11.html
new file mode 100644
index 0000000..c6a79e4
--- /dev/null
+++ b/docs/search/properties_11.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_11.js b/docs/search/properties_11.js
new file mode 100644
index 0000000..6c9078c
--- /dev/null
+++ b/docs/search/properties_11.js
@@ -0,0 +1,28 @@
+var searchData=
+[
+ ['range',['Range',['../class_chummer_1_1_spell.html#ae3cc26312a26be48a8cfeaf04a31d7f9',1,'Chummer.Spell.Range()'],['../class_chummer_1_1_critter_power.html#aa78626655ffaccb2fb194242dd468194',1,'Chummer.CritterPower.Range()']]],
+ ['rangebonus',['RangeBonus',['../class_chummer_1_1_weapon.html#a7ca439e7cf7adeaea7a0658c593e0712',1,'Chummer.Weapon.RangeBonus()'],['../class_chummer_1_1_weapon_mod.html#a466695cc5abe454089327663dd581273',1,'Chummer.WeaponMod.RangeBonus()']]],
+ ['rangeextreme',['RangeExtreme',['../class_chummer_1_1_weapon.html#a564669c393cfdfac04dcbc80165e15da',1,'Chummer::Weapon']]],
+ ['rangelong',['RangeLong',['../class_chummer_1_1_weapon.html#ac5b010f934cdb100ef3d09abd69f02b7',1,'Chummer::Weapon']]],
+ ['rangemedium',['RangeMedium',['../class_chummer_1_1_weapon.html#a23d30c68fdcb74999fd9a91925ffa7aa',1,'Chummer::Weapon']]],
+ ['rangeshort',['RangeShort',['../class_chummer_1_1_weapon.html#a0087ef1f082c1ab1a70d48113df9baa8',1,'Chummer::Weapon']]],
+ ['rating',['Rating',['../class_chummer_1_1_character.html#a21064573eca672c717a47f37281f4ebd',1,'Chummer.Character.Rating()'],['../class_chummer_1_1_armor_mod.html#a1edde01bced32d7ce8146d17e4e6eb46',1,'Chummer.ArmorMod.Rating()'],['../class_chummer_1_1_cyberware.html#a1df639cf46f26fe6c691969df27d5732',1,'Chummer.Cyberware.Rating()'],['../class_chummer_1_1_weapon_mod.html#a4c89facd86701d4654b08aee90313ce4',1,'Chummer.WeaponMod.Rating()'],['../class_chummer_1_1_gear.html#aae85b28dfe801bca4fb6aab68a42bb50',1,'Chummer.Gear.Rating()'],['../class_chummer_1_1_vehicle_mod.html#ac7da864912565b8e617b4581abbfbde5',1,'Chummer.VehicleMod.Rating()'],['../class_chummer_1_1_improvement.html#a9f148d26c4a8dc186d01295a0009c1c5',1,'Chummer.Improvement.Rating()'],['../class_chummer_1_1_skill_group.html#aa5ded85a46e1274a4ddda6f04b8539fc',1,'Chummer.SkillGroup.Rating()'],['../class_chummer_1_1_skill.html#a90520fd2be8b238e641a7b168ce21f80',1,'Chummer.Skill.Rating()'],['../class_chummer_1_1_focus.html#ad74a50663b3f82bbe9de43f2e5b531f5',1,'Chummer.Focus.Rating()'],['../class_chummer_1_1_power.html#a7f2fffaab44f1d4f996175142a58cc8b',1,'Chummer.Power.Rating()'],['../class_chummer_1_1_tech_program.html#a10bdd97b64b3cd711361d743c5abd96a',1,'Chummer.TechProgram.Rating()'],['../class_chummer_1_1_tech_program_option.html#a8a7797f003f2d64929c82012510ec3e3',1,'Chummer.TechProgramOption.Rating()'],['../class_chummer_1_1_martial_art.html#abd7e98522b7d777989541f4de592ac44',1,'Chummer.MartialArt.Rating()']]],
+ ['ratingmaximum',['RatingMaximum',['../class_chummer_1_1_skill_group.html#a53914077009aa7b82c9a3531681cbabe',1,'Chummer.SkillGroup.RatingMaximum()'],['../class_chummer_1_1_skill.html#a318a02b429ee64e33bd0693d5bc567cc',1,'Chummer.Skill.RatingMaximum()']]],
+ ['ratingmodifiers',['RatingModifiers',['../class_chummer_1_1_skill.html#ade31645444967a7ff0b0038ecaa9760a',1,'Chummer::Skill']]],
+ ['rc',['RC',['../class_chummer_1_1_weapon.html#a5b852e3ad0a036ee94d67040702848ff',1,'Chummer.Weapon.RC()'],['../class_chummer_1_1_weapon_accessory.html#ad524f1b93800dd27c9f93c480214600f',1,'Chummer.WeaponAccessory.RC()'],['../class_chummer_1_1_weapon_mod.html#ac2e3327d146cae5661e6ef8bcc894762',1,'Chummer.WeaponMod.RC()']]],
+ ['rcgroup',['RCGroup',['../class_chummer_1_1_weapon_accessory.html#a499e382141a2507f54b89c6d01cd837f',1,'Chummer.WeaponAccessory.RCGroup()'],['../class_chummer_1_1_weapon_mod.html#a15ca68a9c8c3e99c9f842f8f581547ed',1,'Chummer.WeaponMod.RCGroup()']]],
+ ['rea',['REA',['../class_chummer_1_1_character.html#a0ec92b5ed4cbf7ff89dcc9049a6d1749',1,'Chummer::Character']]],
+ ['reach',['Reach',['../class_chummer_1_1_weapon.html#a695ab70e34bc5fc6fd96478be095392e',1,'Chummer::Weapon']]],
+ ['reason',['Reason',['../class_chummer_1_1_expense_log_entry.html#aa776d0207b07bfdead22fdfdbaa64c06',1,'Chummer::ExpenseLogEntry']]],
+ ['refund',['Refund',['../class_chummer_1_1_expense_log_entry.html#a2a4ea04eaa793acd64ac6c078f9fda43',1,'Chummer.ExpenseLogEntry.Refund()'],['../class_chummer_1_1frm_expense.html#a578ba89147d2b85919c83750fb5ef8ff',1,'Chummer.frmExpense.Refund()']]],
+ ['relativefilename',['RelativeFileName',['../class_chummer_1_1_spirit.html#a1ab86302bc1a751e9eb46fb866df9e27',1,'Chummer.Spirit.RelativeFileName()'],['../class_chummer_1_1_contact.html#afddc865d842c3c91e9c11dd27ad804f7',1,'Chummer.Contact.RelativeFileName()']]],
+ ['requireammo',['RequireAmmo',['../class_chummer_1_1_weapon.html#ae5c7834d5dd7bf615f0811de78c53a84',1,'Chummer::Weapon']]],
+ ['res',['RES',['../class_chummer_1_1_character.html#aadd2ce727082118f49706a34d1aedcef',1,'Chummer::Character']]],
+ ['resenabled',['RESEnabled',['../class_chummer_1_1_character.html#aa29813a7a1ffc47f4959ae367459d0ab',1,'Chummer::Character']]],
+ ['response',['Response',['../class_chummer_1_1_character.html#aef32487646000e29863ae1d1ec9587dd',1,'Chummer.Character.Response()'],['../class_chummer_1_1_gear.html#ac9b1adcedea6a867e0c38b85540ce3cb',1,'Chummer.Gear.Response()'],['../class_chummer_1_1_commlink.html#aaa4d904fb62f9a0a7e9895398fb5636b',1,'Chummer.Commlink.Response()'],['../class_chummer_1_1_vehicle_mod.html#a2116139f0b0c8a443612a7d9fb1f1790',1,'Chummer.VehicleMod.Response()'],['../class_chummer_1_1_vehicle.html#a1a2859d250bdb7a71a6c8f6cf50e97c6',1,'Chummer.Vehicle.Response()']]],
+ ['restrictedcostmultiplier',['RestrictedCostMultiplier',['../class_chummer_1_1_character_options.html#aa19d00f91d3a0984e8c0a90f3a4db8c0',1,'Chummer::CharacterOptions']]],
+ ['restrictrecoil',['RestrictRecoil',['../class_chummer_1_1_character_options.html#a5756c8bc711b11b123fefc6aea7f8fe3',1,'Chummer::CharacterOptions']]],
+ ['result',['Result',['../class_chummer_1_1frm_dice_hits.html#adf87b417146bffb37643f1c19c861a5c',1,'Chummer::frmDiceHits']]],
+ ['rollerwindow',['RollerWindow',['../class_chummer_1_1frm_main.html#a8c269b34d178914c7997bd6a2391f2a1',1,'Chummer::frmMain']]],
+ ['roommates',['Roommates',['../class_chummer_1_1_lifestyle.html#a8338509455a34817ae252ce0019c3f29',1,'Chummer::Lifestyle']]]
+];
diff --git a/docs/search/properties_12.html b/docs/search/properties_12.html
new file mode 100644
index 0000000..9418d6c
--- /dev/null
+++ b/docs/search/properties_12.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_12.js b/docs/search/properties_12.js
new file mode 100644
index 0000000..5c00307
--- /dev/null
+++ b/docs/search/properties_12.js
@@ -0,0 +1,114 @@
+var searchData=
+[
+ ['secondhand',['SecondHand',['../class_chummer_1_1_grade.html#a895bc7bab10fc26e60dd3ab0a48bf501',1,'Chummer::Grade']]],
+ ['security',['Security',['../class_chummer_1_1_lifestyle.html#ac67534c0786d4e7d4c660f1307753c4c',1,'Chummer::Lifestyle']]],
+ ['selectedaccessory',['SelectedAccessory',['../class_chummer_1_1frm_select_weapon_accessory.html#a979555c94b5a4df8243a29d892932b21',1,'Chummer::frmSelectWeaponAccessory']]],
+ ['selectedadvantage',['SelectedAdvantage',['../class_chummer_1_1frm_select_martial_art_advantage.html#aee6acb4dc96aa4cf607c29e93280577a',1,'Chummer::frmSelectMartialArtAdvantage']]],
+ ['selectedammo',['SelectedAmmo',['../class_chummer_1_1frm_reload.html#a6340d40a77364b5a4b0913e6bda9c2da',1,'Chummer::frmReload']]],
+ ['selectedarmor',['SelectedArmor',['../class_chummer_1_1frm_select_armor.html#aed78c80ffdcc33f6f78d702fd61e35c6',1,'Chummer::frmSelectArmor']]],
+ ['selectedarmormod',['SelectedArmorMod',['../class_chummer_1_1frm_select_armor_mod.html#aee406cc02ffba578b24ec41039377c42',1,'Chummer::frmSelectArmorMod']]],
+ ['selectedattribute',['SelectedAttribute',['../class_chummer_1_1frm_select_attribute.html#a2da1579ef86ec079bfef0882ebd88f2f',1,'Chummer::frmSelectAttribute']]],
+ ['selectedcategory',['SelectedCategory',['../class_chummer_1_1frm_select_gear.html#a7e95bebe1e5022e51589d84778ad21b5',1,'Chummer.frmSelectGear.SelectedCategory()'],['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#aa4988575875684d80c907020dbcb9e6d',1,'Chummer.frmSelectPACKSKit.SelectedCategory()'],['../class_chummer_1_1frm_select_skill_category.html#ac6b3cae337232a0750541f8196ec5b14',1,'Chummer.frmSelectSkillCategory.SelectedCategory()'],['../class_chummer_1_1frm_select_spell_category.html#a2c0a7a671dbdbe9c0c415f681808ab60',1,'Chummer.frmSelectSpellCategory.SelectedCategory()'],['../class_chummer_1_1frm_select_weapon_category.html#ac8b836c18c3bed7ee13b72abaca0116a',1,'Chummer.frmSelectWeaponCategory.SelectedCategory()']]],
+ ['selectedcount',['SelectedCount',['../class_chummer_1_1frm_reload.html#af97124c704cecab85393ba9b19e10353',1,'Chummer::frmReload']]],
+ ['selectedcyberware',['SelectedCyberware',['../class_chummer_1_1frm_select_cyberware.html#a51200a56a5801b821d197fca093504fd',1,'Chummer::frmSelectCyberware']]],
+ ['selecteddate',['SelectedDate',['../class_chummer_1_1frm_expense.html#a261d2b3ee02e7cdb14929d25ade210f9',1,'Chummer::frmExpense']]],
+ ['selectedessdiscount',['SelectedESSDiscount',['../class_chummer_1_1frm_select_cyberware.html#af14361d4079219344f35b31d21096449',1,'Chummer::frmSelectCyberware']]],
+ ['selectedexoticskill',['SelectedExoticSkill',['../class_chummer_1_1frm_select_exotic_skill.html#a3753aade081703f73625565ad025e7ed',1,'Chummer::frmSelectExoticSkill']]],
+ ['selectedgear',['SelectedGear',['../class_chummer_1_1frm_select_gear.html#a4525b86e6983d408f30b937ad4608092',1,'Chummer::frmSelectGear']]],
+ ['selectedgrade',['SelectedGrade',['../class_chummer_1_1frm_select_cyberware.html#ae73175cf57c15c9cfb651610769742a3',1,'Chummer::frmSelectCyberware']]],
+ ['selecteditem',['SelectedItem',['../class_chummer_1_1frm_select_item.html#a11d4d099dadbefbf902895540f9ebcaa',1,'Chummer::frmSelectItem']]],
+ ['selectedkit',['SelectedKit',['../class_chummer_1_1frm_select_p_a_c_k_s_kit.html#ae4f3da29551ea8ca272b93e0e4b9530e',1,'Chummer::frmSelectPACKSKit']]],
+ ['selectedlifestyle',['SelectedLifestyle',['../class_chummer_1_1frm_select_advanced_lifestyle.html#a67c9788f2c7302300974e46c2cad7d0f',1,'Chummer.frmSelectAdvancedLifestyle.SelectedLifestyle()'],['../class_chummer_1_1frm_select_lifestyle.html#a4598872bbb79e86d269df0fad9f2e3b7',1,'Chummer.frmSelectLifestyle.SelectedLifestyle()']]],
+ ['selectedmaneuver',['SelectedManeuver',['../class_chummer_1_1frm_select_martial_art_maneuver.html#ad3786cb3bf979a396651a87cab75872b',1,'Chummer::frmSelectMartialArtManeuver']]],
+ ['selectedmartialart',['SelectedMartialArt',['../class_chummer_1_1frm_select_martial_art.html#abe4c1f53af381915372a6e6f9e3eaa26',1,'Chummer::frmSelectMartialArt']]],
+ ['selectedmentor',['SelectedMentor',['../class_chummer_1_1frm_select_mentor_spirit.html#ae6a5bda113ddf8832b4fa6e1adebc3fb',1,'Chummer::frmSelectMentorSpirit']]],
+ ['selectedmetamagic',['SelectedMetamagic',['../class_chummer_1_1frm_select_metamagic.html#abbb2f13b834410993d9c519369899c36',1,'Chummer::frmSelectMetamagic']]],
+ ['selectedmod',['SelectedMod',['../class_chummer_1_1frm_select_vehicle_mod.html#a008e94f925695e9800cd77a4db616165',1,'Chummer::frmSelectVehicleMod']]],
+ ['selectedmount',['SelectedMount',['../class_chummer_1_1frm_select_weapon_accessory.html#a3713d4c54e75e05073ab481d10c3e531',1,'Chummer::frmSelectWeaponAccessory']]],
+ ['selectednexus',['SelectedNexus',['../class_chummer_1_1frm_select_nexus.html#ae58985b7a0f3ba1b9819f547c168664f',1,'Chummer::frmSelectNexus']]],
+ ['selectedoption',['SelectedOption',['../class_chummer_1_1frm_select_program_option.html#abd98bd31550fce00f2807d08ad950a13',1,'Chummer::frmSelectProgramOption']]],
+ ['selectedpower',['SelectedPower',['../class_chummer_1_1frm_select_critter_power.html#a20a122c6dd597defea4ad7e597d0aa6f',1,'Chummer.frmSelectCritterPower.SelectedPower()'],['../class_chummer_1_1frm_select_power.html#a57226dab72e334c3db76877899b9a57a',1,'Chummer.frmSelectPower.SelectedPower()']]],
+ ['selectedprogram',['SelectedProgram',['../class_chummer_1_1frm_select_program.html#a0ac8d3ccfc5184bb9e558a1893a2c365',1,'Chummer::frmSelectProgram']]],
+ ['selectedqty',['SelectedQty',['../class_chummer_1_1frm_select_gear.html#a0325c3d3bce6be29d2b498e497c5b6dc',1,'Chummer::frmSelectGear']]],
+ ['selectedquality',['SelectedQuality',['../class_chummer_1_1frm_select_quality.html#a9b2b38661dfcb0bd4120f94940c01c40',1,'Chummer::frmSelectQuality']]],
+ ['selectedrating',['SelectedRating',['../class_chummer_1_1frm_select_armor_mod.html#af75c9d11b560e6d802f040c8ec95b912',1,'Chummer.frmSelectArmorMod.SelectedRating()'],['../class_chummer_1_1frm_select_critter_power.html#aa6e2159225cd7e98770d6a6c3b7e6a74',1,'Chummer.frmSelectCritterPower.SelectedRating()'],['../class_chummer_1_1frm_select_cyberware.html#aafaad58afeea482c8552e7e99db38b07',1,'Chummer.frmSelectCyberware.SelectedRating()'],['../class_chummer_1_1frm_select_gear.html#a23974b963d03603fea7d17b92e08a5be',1,'Chummer.frmSelectGear.SelectedRating()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a316d4c3e03d0a71d6fcca41196d2a4fd',1,'Chummer.frmSelectVehicleMod.SelectedRating()']]],
+ ['selectedsheet',['SelectedSheet',['../class_chummer_1_1frm_viewer.html#a19eded52caff20d79196d0996582d562',1,'Chummer::frmViewer']]],
+ ['selectedside',['SelectedSide',['../class_chummer_1_1frm_select_side.html#a757f26b57feba19acdae31232ce6067b',1,'Chummer::frmSelectSide']]],
+ ['selectedskill',['SelectedSkill',['../class_chummer_1_1frm_select_skill.html#a659176e7f27b9038c70eddbb192774a7',1,'Chummer::frmSelectSkill']]],
+ ['selectedspell',['SelectedSpell',['../class_chummer_1_1frm_create_spell.html#a93b81b1458d2dee2ebb23cbc646b0cfb',1,'Chummer.frmCreateSpell.SelectedSpell()'],['../class_chummer_1_1frm_select_spell.html#ae5b3d726be6872bde27a370eb840bf6d',1,'Chummer.frmSelectSpell.SelectedSpell()']]],
+ ['selectedsuite',['SelectedSuite',['../class_chummer_1_1frm_select_cyberware_suite.html#aa67fd59ab2f2bd836450ad7554d3a160',1,'Chummer::frmSelectCyberwareSuite']]],
+ ['selectedvalue',['SelectedValue',['../class_chummer_1_1_improvement_manager.html#a0d3152281b72dc269014d4be052ea8ff',1,'Chummer.ImprovementManager.SelectedValue()'],['../class_chummer_1_1frm_select_number.html#a3c971248926bc05dfdeb0a14cf17c7f2',1,'Chummer.frmSelectNumber.SelectedValue()'],['../class_chummer_1_1frm_select_text.html#ac5c8b97315fa8f4f961338f79d5e0d63',1,'Chummer.frmSelectText.SelectedValue()']]],
+ ['selectedvehicle',['SelectedVehicle',['../class_chummer_1_1frm_select_vehicle.html#a36c0ed46ea8781785659edfb28f8508b',1,'Chummer::frmSelectVehicle']]],
+ ['selectedweapon',['SelectedWeapon',['../class_chummer_1_1frm_natural_weapon.html#ae16e65c447d99adc977115229399edd5',1,'Chummer.frmNaturalWeapon.SelectedWeapon()'],['../class_chummer_1_1frm_select_weapon.html#a9dbd887a8bd5750cbf76fd1a2b24e038',1,'Chummer.frmSelectWeapon.SelectedWeapon()']]],
+ ['selectedweek',['SelectedWeek',['../class_chummer_1_1frm_select_calendar_start.html#aaf7a515685064b14292b1752e9b1367b',1,'Chummer::frmSelectCalendarStart']]],
+ ['selectedyear',['SelectedYear',['../class_chummer_1_1frm_select_calendar_start.html#a7d79abfcd7112090eae9ac59aa331a9b',1,'Chummer::frmSelectCalendarStart']]],
+ ['sellpercent',['SellPercent',['../class_chummer_1_1frm_sell_item.html#ad7c7f9cd2c926a56ab3481ca1102fa38',1,'Chummer::frmSellItem']]],
+ ['sensor',['Sensor',['../class_chummer_1_1_vehicle.html#a0bc629018e6e1efff81165891d1d06b2',1,'Chummer::Vehicle']]],
+ ['sensorsignal',['SensorSignal',['../class_chummer_1_1_vehicle.html#a996dd8032cc9d05a90aee451fc4460d9',1,'Chummer::Vehicle']]],
+ ['servicesowed',['ServicesOwed',['../class_chummer_1_1_spirit.html#a2e5be6470ef884b16e166f18d69e6da3',1,'Chummer.Spirit.ServicesOwed()'],['../class_chummer_1_1_spirit_control.html#a292a0b65ccef67370e55d71ac8e8107e',1,'Chummer.SpiritControl.ServicesOwed()']]],
+ ['setgrade',['SetGrade',['../class_chummer_1_1frm_select_cyberware.html#aba55784e240c8de2d5448ed28391f81e',1,'Chummer::frmSelectCyberware']]],
+ ['settingsfile',['SettingsFile',['../class_chummer_1_1_character.html#aa42e0a26ad764f979bc5cc4accc1c311',1,'Chummer.Character.SettingsFile()'],['../class_chummer_1_1frm_select_setting.html#a0068b13c8945a944f8a1125114c76ebf',1,'Chummer.frmSelectSetting.SettingsFile()']]],
+ ['sex',['Sex',['../class_chummer_1_1_character.html#a2f5887806923b5fb780aec17b21a179f',1,'Chummer::Character']]],
+ ['showarmorcapacityonly',['ShowArmorCapacityOnly',['../class_chummer_1_1frm_select_gear.html#a060eadb25466b4ab1abc49820903c001',1,'Chummer::frmSelectGear']]],
+ ['showknowledgeskills',['ShowKnowledgeSkills',['../class_chummer_1_1frm_select_skill.html#aa13529190771ecc8736a0b506c76272f',1,'Chummer::frmSelectSkill']]],
+ ['showmetatypemaximum',['ShowMetatypeMaximum',['../class_chummer_1_1frm_select_attribute.html#a1017a33890c8197cfe93b4d0a80b4205',1,'Chummer::frmSelectAttribute']]],
+ ['shownegativecapacityonly',['ShowNegativeCapacityOnly',['../class_chummer_1_1frm_select_gear.html#ac0fda9fc0eed93c39d25905c0dcfec52',1,'Chummer::frmSelectGear']]],
+ ['showonlysubsystems',['ShowOnlySubsystems',['../class_chummer_1_1frm_select_cyberware.html#a281e97071cbd7ac06839c34a3caae8da',1,'Chummer::frmSelectCyberware']]],
+ ['showpositivecapacityonly',['ShowPositiveCapacityOnly',['../class_chummer_1_1frm_select_gear.html#a061b57ee24decb5655eb2395e87329da',1,'Chummer::frmSelectGear']]],
+ ['signal',['Signal',['../class_chummer_1_1_character.html#af0455cc3149b1d318b186072a3aaf51b',1,'Chummer.Character.Signal()'],['../class_chummer_1_1_gear.html#ac4b66ef9eeaa6ca9dd6c77d5a1dc7c8e',1,'Chummer.Gear.Signal()'],['../class_chummer_1_1_commlink.html#a5031346c31d1e6e377df84cd972ab064',1,'Chummer.Commlink.Signal()'],['../class_chummer_1_1_vehicle_mod.html#a10aefa7d54c7369bbceab49191096f01',1,'Chummer.VehicleMod.Signal()'],['../class_chummer_1_1_vehicle.html#a33c28df0dae1a962fc85359305f52708',1,'Chummer.Vehicle.Signal()']]],
+ ['silentmode',['SilentMode',['../class_chummer_1_1frm_update.html#af92213bcef85d2781810e32229ab167e',1,'Chummer::frmUpdate']]],
+ ['singlediceroller',['SingleDiceRoller',['../class_chummer_1_1_global_options.html#a42f3622087043e18dd2655e86d686e55',1,'Chummer::GlobalOptions']]],
+ ['skill',['Skill',['../class_chummer_1_1_tech_program.html#aa0eab21cdfd174462b110aeffecf226d',1,'Chummer::TechProgram']]],
+ ['skillcategory',['SkillCategory',['../class_chummer_1_1_skill.html#adf4aa0dd7a530d8e5dd537fb89ae679b',1,'Chummer.Skill.SkillCategory()'],['../class_chummer_1_1_skill_control.html#a1105de8ff8eea4d8fa6c2bdda8643c2d',1,'Chummer.SkillControl.SkillCategory()']]],
+ ['skilldefaultingincludesmodifiers',['SkillDefaultingIncludesModifiers',['../class_chummer_1_1_character_options.html#a9853006e84b450acb24a7479efaa059e',1,'Chummer::CharacterOptions']]],
+ ['skillgroup',['SkillGroup',['../class_chummer_1_1_skill.html#a5268c6eac3bd62f950f4bd3e11b1db95',1,'Chummer.Skill.SkillGroup()'],['../class_chummer_1_1_skill_control.html#a492d29b239da4a4de026b86bed5b87ac',1,'Chummer.SkillControl.SkillGroup()']]],
+ ['skillgroupobject',['SkillGroupObject',['../class_chummer_1_1_skill_group_control.html#a05ea55acb32dbb77edf45784b889fe5e',1,'Chummer::SkillGroupControl']]],
+ ['skillgroups',['SkillGroups',['../class_chummer_1_1_character.html#a210411d5560c2596c227a6d01484ed54',1,'Chummer::Character']]],
+ ['skillname',['SkillName',['../class_chummer_1_1_skill_control.html#a168583aaca9927a31cc5296bfb5d209a',1,'Chummer::SkillControl']]],
+ ['skillobject',['SkillObject',['../class_chummer_1_1_skill_control.html#a5bc72a372d78eafc6e25f8baa6c1d7cb',1,'Chummer::SkillControl']]],
+ ['skillrating',['SkillRating',['../class_chummer_1_1_skill_control.html#a20e788de153f660d5f5dd3c09996383a',1,'Chummer::SkillControl']]],
+ ['skillratingmaximum',['SkillRatingMaximum',['../class_chummer_1_1_skill_control.html#a76c47cae6eb6f58e6419fb70d41102f0',1,'Chummer::SkillControl']]],
+ ['skills',['Skills',['../class_chummer_1_1_character.html#a75791d855ff2b64dc0fc6a8f3c490a4d',1,'Chummer::Character']]],
+ ['skillsoftaccess',['SkillsoftAccess',['../class_chummer_1_1_character.html#ae903a4f5dac7a8d19cd56aea28cee954',1,'Chummer::Character']]],
+ ['skillspec',['SkillSpec',['../class_chummer_1_1_skill_control.html#a6e91922c41bd40980f234a608acd2a02',1,'Chummer::SkillControl']]],
+ ['skin',['Skin',['../class_chummer_1_1_character.html#a775ed69d55ba3eff66d36fcc2d9dc5bc',1,'Chummer::Character']]],
+ ['slots',['Slots',['../class_chummer_1_1_weapon_mod.html#affd6c3012e807094f77ce5e66957e1f3',1,'Chummer.WeaponMod.Slots()'],['../class_chummer_1_1_vehicle_mod.html#af6c81353a6543ba12a11dca5d2cc5eab',1,'Chummer.VehicleMod.Slots()'],['../class_chummer_1_1_vehicle.html#aaa873cd86c7306dc7577590c64a8e32a',1,'Chummer.Vehicle.Slots()']]],
+ ['slotsremaining',['SlotsRemaining',['../class_chummer_1_1_weapon.html#a881757a0ec905205fa46ea7421ea6b80',1,'Chummer::Weapon']]],
+ ['slotsused',['SlotsUsed',['../class_chummer_1_1_vehicle.html#a750fa450d82a84d1a9fc33de0b88d1e9',1,'Chummer::Vehicle']]],
+ ['sortcolumn',['SortColumn',['../class_chummer_1_1_list_view_column_sorter.html#aca18c518ccfc026a15ea8dd69292cb9e',1,'Chummer::ListViewColumnSorter']]],
+ ['sortorder',['SortOrder',['../class_chummer_1_1_improvement.html#a3af5483867e507493b6f950b63813dcd',1,'Chummer::Improvement']]],
+ ['source',['Source',['../class_chummer_1_1_armor_mod.html#a22f945c0ba6db72efe3ba6826f3fe8c8',1,'Chummer.ArmorMod.Source()'],['../class_chummer_1_1_armor.html#a43d00b39bbe0a22ec19110d84168c8c0',1,'Chummer.Armor.Source()'],['../class_chummer_1_1_grade.html#ab9d70d36215c00436f8074233700301b',1,'Chummer.Grade.Source()'],['../class_chummer_1_1_cyberware.html#a1fc9b655ea31b1deeab2e9c5f482b4ab',1,'Chummer.Cyberware.Source()'],['../class_chummer_1_1_weapon.html#a2730b54867ae1e865f651f533f623b5d',1,'Chummer.Weapon.Source()'],['../class_chummer_1_1_weapon_accessory.html#a4b4d81cea5019fd61ccd9b6ed975b7e6',1,'Chummer.WeaponAccessory.Source()'],['../class_chummer_1_1_weapon_mod.html#a73616b1c5fe23d1b4071c8bad80f586c',1,'Chummer.WeaponMod.Source()'],['../class_chummer_1_1_lifestyle.html#ad17623c061f1a2ed143ac725198e11c1',1,'Chummer.Lifestyle.Source()'],['../class_chummer_1_1_gear.html#a4eac33aa0d10fb0346f0f781c45adb0c',1,'Chummer.Gear.Source()'],['../class_chummer_1_1_vehicle_mod.html#a8a5bdf2d9eead31be3a266d44971fda8',1,'Chummer.VehicleMod.Source()'],['../class_chummer_1_1_vehicle.html#a02365e3386e267c0a923050a9cb616d2',1,'Chummer.Vehicle.Source()'],['../class_chummer_1_1_quality.html#a32b907fa4941d6c11992a7f703183deb',1,'Chummer.Quality.Source()'],['../class_chummer_1_1_skill.html#a3bed49d42ae4259dedcb6195ffe80e0b',1,'Chummer.Skill.Source()'],['../class_chummer_1_1_spell.html#abcaf1a356ae6ecb12d051a01a3c63afd',1,'Chummer.Spell.Source()'],['../class_chummer_1_1_metamagic.html#a988df2a42c889cf0bccd3cd26545ed7a',1,'Chummer.Metamagic.Source()'],['../class_chummer_1_1_power.html#a9f76d2879a56c0beab999d61b1269c61',1,'Chummer.Power.Source()'],['../class_chummer_1_1_tech_program.html#a154f2bf6fef655a55e8386c212c71459',1,'Chummer.TechProgram.Source()'],['../class_chummer_1_1_tech_program_option.html#a561c17798613d47efa0dcc90a52c1c45',1,'Chummer.TechProgramOption.Source()'],['../class_chummer_1_1_martial_art.html#abe5ce3e66896784b010e4d1dd1f84311',1,'Chummer.MartialArt.Source()'],['../class_chummer_1_1_martial_art_maneuver.html#ab874708e4ca980424dc09b1bb8a56928',1,'Chummer.MartialArtManeuver.Source()'],['../class_chummer_1_1_critter_power.html#a99183f64dc9871e8a676327df9ee801d',1,'Chummer.CritterPower.Source()']]],
+ ['sourcebookinfo',['SourcebookInfo',['../class_chummer_1_1_global_options.html#ae6f6eb9d6a22e242ea374be82763c846',1,'Chummer::GlobalOptions']]],
+ ['sourcename',['SourceName',['../class_chummer_1_1_improvement.html#aab48bc6eea7c08a09ba339c2ce40cf62',1,'Chummer::Improvement']]],
+ ['sourcetype',['SourceType',['../class_chummer_1_1_cyberware.html#a36cc15a8641f27599775c7fa7c6904f0',1,'Chummer.Cyberware.SourceType()'],['../class_chummer_1_1_metamagic.html#af69b02783c880abe15023007eac153ec',1,'Chummer.Metamagic.SourceType()']]],
+ ['spec',['Spec',['../class_chummer_1_1_weapon.html#a09be437641831b02396fe6a639f76e4f',1,'Chummer::Weapon']]],
+ ['spec2',['Spec2',['../class_chummer_1_1_weapon.html#a644b057ffcb0fac482f20859c140b7b1',1,'Chummer::Weapon']]],
+ ['specialattributekarmalimit',['SpecialAttributeKarmaLimit',['../class_chummer_1_1_character_options.html#a95402d9b7d75c6e041ede5d7adf094ad',1,'Chummer::CharacterOptions']]],
+ ['specialization',['Specialization',['../class_chummer_1_1_skill.html#a8162f4d9ae64e719fb3edd538af1c4e7',1,'Chummer::Skill']]],
+ ['specialkarmacostbasedonshownvalue',['SpecialKarmaCostBasedOnShownValue',['../class_chummer_1_1_character_options.html#a6bc0fb7bc8b6f1945e936531ff8194f9',1,'Chummer::CharacterOptions']]],
+ ['speed',['Speed',['../class_chummer_1_1_vehicle.html#a813f0994a376b0b4b1d635e6e7c99b85',1,'Chummer.Vehicle.Speed()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a2ddfea45213c3c094d6b442e972d00fe',1,'Chummer.frmSelectVehicleMod.Speed()']]],
+ ['spells',['Spells',['../class_chummer_1_1_character.html#a97ace0e10f0e323eb1b01e0130091c35',1,'Chummer::Character']]],
+ ['spiritforcebasedontotalmag',['SpiritForceBasedOnTotalMAG',['../class_chummer_1_1_character_options.html#a7a22d03a21285cd2538ff2e100ab0433',1,'Chummer::CharacterOptions']]],
+ ['spiritname',['SpiritName',['../class_chummer_1_1_spirit_control.html#adc7adcf66c38fefd32df0558cb036965',1,'Chummer::SpiritControl']]],
+ ['spiritobject',['SpiritObject',['../class_chummer_1_1_spirit_control.html#afdc2378242a995aa1ead4969658f85a3',1,'Chummer::SpiritControl']]],
+ ['spirits',['Spirits',['../class_chummer_1_1_character.html#a2f39f6ba84849357ce321fe7a714cfc2',1,'Chummer::Character']]],
+ ['stack',['Stack',['../class_chummer_1_1frm_select_gear.html#a3cfb74a0148b907d2f437d41c8c10b92',1,'Chummer::frmSelectGear']]],
+ ['stackedfoci',['StackedFoci',['../class_chummer_1_1_character.html#a8f70facbcaa7ccb96dc3a4de6588c1f7',1,'Chummer::Character']]],
+ ['startingnuyen',['StartingNuyen',['../class_chummer_1_1frm_lifestyle_nuyen.html#afc089672d07e8050c3e5ea760b18009a',1,'Chummer::frmLifestyleNuyen']]],
+ ['startupfullscreen',['StartupFullscreen',['../class_chummer_1_1_global_options.html#a84ce03a4fb11a3080b74845fca67ea51',1,'Chummer::GlobalOptions']]],
+ ['str',['STR',['../class_chummer_1_1_character.html#a995361708b1e5f66b43d7d5b83997bd6',1,'Chummer::Character']]],
+ ['streetcred',['StreetCred',['../class_chummer_1_1_character.html#a24b9f22f4b1912b21ee64e1a52f089eb',1,'Chummer::Character']]],
+ ['streetcredtooltip',['StreetCredTooltip',['../class_chummer_1_1_character.html#a2a455396cb233e454b731dd165e0242b',1,'Chummer::Character']]],
+ ['strengthaffectsrecoil',['StrengthAffectsRecoil',['../class_chummer_1_1_character_options.html#aa963e4f1c12fe1159717b6b963b5fdc8',1,'Chummer::CharacterOptions']]],
+ ['strreason',['strReason',['../class_chummer_1_1frm_expense.html#a25fbada21f30d1e8b280f3bf96ed2017',1,'Chummer::frmExpense']]],
+ ['stuncm',['StunCM',['../class_chummer_1_1_character.html#ac939639371aaafe83a8bb3b89b5b9d38',1,'Chummer::Character']]],
+ ['stuncmfilled',['StunCMFilled',['../class_chummer_1_1_character.html#a6bd84877f85a024197f828f9e0d98d1f',1,'Chummer::Character']]],
+ ['styletype',['StyleType',['../class_chummer_1_1_lifestyle.html#ac44e1d018dd68d8ed0a0764a7879eba4',1,'Chummer.Lifestyle.StyleType()'],['../class_chummer_1_1frm_select_advanced_lifestyle.html#a90160e9875d0f0c35c73bca734cb41e3',1,'Chummer.frmSelectAdvancedLifestyle.StyleType()']]],
+ ['submersiongrade',['SubmersionGrade',['../class_chummer_1_1_character.html#ad1411c501f05f50f8e2f76262a117094',1,'Chummer::Character']]],
+ ['subsystems',['Subsystems',['../class_chummer_1_1_vehicle_mod.html#a6ab1fc131db9c4e85ead04d6358f9acb',1,'Chummer.VehicleMod.Subsystems()'],['../class_chummer_1_1frm_select_cyberware.html#aae5293f88b038d64db36eb06855b7e50',1,'Chummer.frmSelectCyberware.Subsystems()']]],
+ ['subsytems',['Subsytems',['../class_chummer_1_1_cyberware.html#a688a0ca9376434241882e6d7e0b7ca92',1,'Chummer::Cyberware']]],
+ ['suite',['Suite',['../class_chummer_1_1_cyberware.html#a84a826bb2222ca115c6a82637fc1f9f8',1,'Chummer::Cyberware']]],
+ ['suppressive',['Suppressive',['../class_chummer_1_1_weapon.html#a3a1171c479ce8d1b17b88fc97fae41d5',1,'Chummer.Weapon.Suppressive()'],['../class_chummer_1_1_weapon_mod.html#afcaf9253250ccfe555995b8bb600f750',1,'Chummer.WeaponMod.Suppressive()']]],
+ ['swim',['Swim',['../class_chummer_1_1_character.html#a381426235d6b4784201e52b8494f0844',1,'Chummer::Character']]],
+ ['system',['System',['../class_chummer_1_1_character.html#ac6fa1097cdb54a063aefa66429dad1d1',1,'Chummer.Character.System()'],['../class_chummer_1_1_gear.html#a543bd0a4e9fe0ad0e73ab96aea28e9c3',1,'Chummer.Gear.System()'],['../class_chummer_1_1_commlink.html#a745b12be05602f89e7a7e4c459f784fd',1,'Chummer.Commlink.System()'],['../class_chummer_1_1_operating_system.html#a5e43b984a23de83999c75cbddf398993',1,'Chummer.OperatingSystem.System()'],['../class_chummer_1_1_vehicle_mod.html#abfb9cada8fafff09d0c10194a8d8efae',1,'Chummer.VehicleMod.System()'],['../class_chummer_1_1_vehicle.html#abcad649e4e0df8a42ea43e05b1ace093',1,'Chummer.Vehicle.System()']]]
+];
diff --git a/docs/search/properties_13.html b/docs/search/properties_13.html
new file mode 100644
index 0000000..4218537
--- /dev/null
+++ b/docs/search/properties_13.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_13.js b/docs/search/properties_13.js
new file mode 100644
index 0000000..65a7f11
--- /dev/null
+++ b/docs/search/properties_13.js
@@ -0,0 +1,44 @@
+var searchData=
+[
+ ['tags',['Tags',['../class_chummer_1_1_tech_program.html#a5af796886cd0349da1309c3f6ac7127e',1,'Chummer.TechProgram.Tags()'],['../class_chummer_1_1_tech_program_option.html#aeb14848ba45ef8b63ccfccf109004e2c',1,'Chummer.TechProgramOption.Tags()']]],
+ ['technomancer',['Technomancer',['../class_chummer_1_1_initiation_grade.html#a675cc533afb0a187bc95d2b98db1e15c',1,'Chummer::InitiationGrade']]],
+ ['technomancerallowautosoft',['TechnomancerAllowAutosoft',['../class_chummer_1_1_character_options.html#afcb553f6f7099e447578ff5998c1e344',1,'Chummer::CharacterOptions']]],
+ ['technomancerenabled',['TechnomancerEnabled',['../class_chummer_1_1_character.html#a2c307467d048cf2e533f6023c1c4f0ef',1,'Chummer::Character']]],
+ ['technomancerstream',['TechnomancerStream',['../class_chummer_1_1_character.html#a3f558299ae63b56a6944620097b8de3f',1,'Chummer::Character']]],
+ ['techprograms',['TechPrograms',['../class_chummer_1_1_character.html#a1e618b581360b289a7bbe514758d1e1b',1,'Chummer::Character']]],
+ ['text',['Text',['../class_chummer_1_1_initiation_grade.html#a5f18a2c3771a7db8b6e79bf5378f2141',1,'Chummer::InitiationGrade']]],
+ ['title',['Title',['../class_chummer_1_1frm_dice_hits.html#acaa381336ae5dda47bb56303ebcc55bd',1,'Chummer::frmDiceHits']]],
+ ['totalaccel',['TotalAccel',['../class_chummer_1_1_vehicle.html#a8c5cf7a2afd9645d51f8430c574cb904',1,'Chummer::Vehicle']]],
+ ['totalagility',['TotalAgility',['../class_chummer_1_1_cyberware.html#ac33c4d673509cb24f4aa8f1feb7cd070',1,'Chummer::Cyberware']]],
+ ['totalap',['TotalAP',['../class_chummer_1_1_weapon.html#a25f1e4e4067784cf203556523fffc8e3',1,'Chummer::Weapon']]],
+ ['totalarmor',['TotalArmor',['../class_chummer_1_1_vehicle.html#a47d725a6a0ad4a77fdd5ab37b586097b',1,'Chummer::Vehicle']]],
+ ['totalaugmentedmaximum',['TotalAugmentedMaximum',['../class_chummer_1_1_attribute.html#a35256759a4b2a25f07dec7cd9250680e',1,'Chummer::Attribute']]],
+ ['totalavail',['TotalAvail',['../class_chummer_1_1_armor_mod.html#a95af6c4896a63fbe6b7c4d29ccce57ff',1,'Chummer.ArmorMod.TotalAvail()'],['../class_chummer_1_1_armor.html#aa944fe6c32c68658e29fc114bfebebb9',1,'Chummer.Armor.TotalAvail()'],['../class_chummer_1_1_cyberware.html#aa4a405c9d5a562cb89264bc63b56e1b1',1,'Chummer.Cyberware.TotalAvail()'],['../class_chummer_1_1_weapon.html#abbc3a608b75c656c15b4eea753e9acdf',1,'Chummer.Weapon.TotalAvail()'],['../class_chummer_1_1_weapon_accessory.html#a1df3a74d562f0438138da3b7f0e939a7',1,'Chummer.WeaponAccessory.TotalAvail()'],['../class_chummer_1_1_weapon_mod.html#ab39a99abd3bd67b9849a3bca7e2b25bb',1,'Chummer.WeaponMod.TotalAvail()'],['../class_chummer_1_1_vehicle_mod.html#aa78120fa94fef358d4b1614d02cc01b1',1,'Chummer.VehicleMod.TotalAvail()']]],
+ ['totalballistic',['TotalBallistic',['../class_chummer_1_1_armor.html#a03b1eff75c213ce53957ac6a8a74306b',1,'Chummer::Armor']]],
+ ['totalballisticarmorrating',['TotalBallisticArmorRating',['../class_chummer_1_1_character.html#a553872461d79a8b3b019a4e732f471b0',1,'Chummer::Character']]],
+ ['totalbody',['TotalBody',['../class_chummer_1_1_cyberware.html#a1eccce463683df02ed9e5a75889b48f2',1,'Chummer.Cyberware.TotalBody()'],['../class_chummer_1_1_vehicle.html#a622e4f1625c16e7f63e4af6db4504ff9',1,'Chummer.Vehicle.TotalBody()']]],
+ ['totalcost',['TotalCost',['../class_chummer_1_1_armor_mod.html#a08e8e4a65b9ecf69da7acc697f626f94',1,'Chummer.ArmorMod.TotalCost()'],['../class_chummer_1_1_armor.html#a0982e8cddd91c66db2e8a47128d4bafc',1,'Chummer.Armor.TotalCost()'],['../class_chummer_1_1_cyberware.html#ab7d6f25eb55b8da59140045ddefa7afb',1,'Chummer.Cyberware.TotalCost()'],['../class_chummer_1_1_weapon.html#a8a4bb72e3fdca7772294ab1bfdeeaec2',1,'Chummer.Weapon.TotalCost()'],['../class_chummer_1_1_weapon_accessory.html#afe32b398181ef303034ada48b88fd839',1,'Chummer.WeaponAccessory.TotalCost()'],['../class_chummer_1_1_weapon_mod.html#aa64a949ee2d6cfc2c2f995a649a20b3d',1,'Chummer.WeaponMod.TotalCost()'],['../class_chummer_1_1_lifestyle.html#a11a28e162e87b9779ddada63433b3479',1,'Chummer.Lifestyle.TotalCost()'],['../class_chummer_1_1_gear.html#ab2b57ef5127331431ac688dfb343cc48',1,'Chummer.Gear.TotalCost()'],['../class_chummer_1_1_vehicle_mod.html#ae2d19d2cae4da2f74083c4c89073565f',1,'Chummer.VehicleMod.TotalCost()'],['../class_chummer_1_1_vehicle.html#a7fe91740008c2f3f88bffc0a1b3365c0',1,'Chummer.Vehicle.TotalCost()'],['../class_chummer_1_1frm_select_cyberware_suite.html#a52811f9529b27becf7a1a15e92510f05',1,'Chummer.frmSelectCyberwareSuite.TotalCost()']]],
+ ['totalfirewall',['TotalFirewall',['../class_chummer_1_1_commlink.html#aba1df7a8f1f749dca6e7204acac5e294',1,'Chummer::Commlink']]],
+ ['totalforce',['TotalForce',['../class_chummer_1_1_stacked_focus.html#a94ff2b23c1c08fb75cbffc7051b94f6c',1,'Chummer::StackedFocus']]],
+ ['totalhandling',['TotalHandling',['../class_chummer_1_1_vehicle.html#a1894c573e96f0b4bbaf3bc352a41f74c',1,'Chummer::Vehicle']]],
+ ['totalimpact',['TotalImpact',['../class_chummer_1_1_armor.html#aa8b678812a87a2d43172c98b5be21a82',1,'Chummer::Armor']]],
+ ['totalimpactarmorrating',['TotalImpactArmorRating',['../class_chummer_1_1_character.html#a560e36d5a45d8cffd03aad9ea50fb444',1,'Chummer::Character']]],
+ ['totalmaximum',['TotalMaximum',['../class_chummer_1_1_attribute.html#afba42c816169eea79ba0a15ca8aa8d41',1,'Chummer::Attribute']]],
+ ['totalminimum',['TotalMinimum',['../class_chummer_1_1_attribute.html#a3c26248cd99003d0471f2a2dac5226a1',1,'Chummer::Attribute']]],
+ ['totalmonthlycost',['TotalMonthlyCost',['../class_chummer_1_1_lifestyle.html#aaeb3d1681ecf8524f463b8fb84be33bf',1,'Chummer::Lifestyle']]],
+ ['totalnotoriety',['TotalNotoriety',['../class_chummer_1_1_character.html#a29ead84b53d801a7772bed3ff79ef4d7',1,'Chummer::Character']]],
+ ['totalpublicawareness',['TotalPublicAwareness',['../class_chummer_1_1_character.html#a8cc6980a864482670a3dacd01cf0ea98',1,'Chummer::Character']]],
+ ['totalrating',['TotalRating',['../class_chummer_1_1_skill.html#afd5b96038f11012fb5b1b8973211ddc7',1,'Chummer::Skill']]],
+ ['totalrc',['TotalRC',['../class_chummer_1_1_weapon.html#a16058a4ec9674b936725a114a3069c01',1,'Chummer::Weapon']]],
+ ['totalreach',['TotalReach',['../class_chummer_1_1_weapon.html#a64ee08bd2c5bc31c3a2a57e146f42144',1,'Chummer::Weapon']]],
+ ['totalresponse',['TotalResponse',['../class_chummer_1_1_commlink.html#a1fe6afe6e955ca50a62c36502597324c',1,'Chummer::Commlink']]],
+ ['totalsignal',['TotalSignal',['../class_chummer_1_1_commlink.html#af3aaa791fc61fe9d3b4d40d141ebed7f',1,'Chummer::Commlink']]],
+ ['totalspeed',['TotalSpeed',['../class_chummer_1_1_vehicle.html#acccd4de3c24281d939631014e6166e9c',1,'Chummer::Vehicle']]],
+ ['totalstreetcred',['TotalStreetCred',['../class_chummer_1_1_character.html#a83c3917c4af829130811516c7eccac99',1,'Chummer::Character']]],
+ ['totalstrength',['TotalStrength',['../class_chummer_1_1_cyberware.html#a950ae11a18b0e460e050370d7578aa9e',1,'Chummer::Cyberware']]],
+ ['totalsystem',['TotalSystem',['../class_chummer_1_1_commlink.html#a09630f7741ec03f5f2c3561ab9ce9c47',1,'Chummer::Commlink']]],
+ ['totalvalue',['TotalValue',['../class_chummer_1_1_attribute.html#a5287eb88bbed8e1fd12165f163102dd0',1,'Chummer::Attribute']]],
+ ['totalweaponcost',['TotalWeaponCost',['../class_chummer_1_1frm_select_vehicle_mod.html#a7a33d15e19409c9d997779d6f8be8327',1,'Chummer::frmSelectVehicleMod']]],
+ ['transgenicsbiowarecostmultiplier',['TransgenicsBiowareCostMultiplier',['../class_chummer_1_1frm_select_cyberware.html#af2f770957cc88406eb58c2ceb722ce07',1,'Chummer::frmSelectCyberware']]],
+ ['type',['Type',['../class_chummer_1_1_expense_log_entry.html#a33aa5c45b969ab2d1820393bc32db709',1,'Chummer.ExpenseLogEntry.Type()'],['../class_chummer_1_1_quality.html#a4bcd9daca256de56aeb1b4ea64d3af3e',1,'Chummer.Quality.Type()'],['../class_chummer_1_1_spell.html#ab4b494ee45b4fa2ab02ff0d6113ad685',1,'Chummer.Spell.Type()'],['../class_chummer_1_1_critter_power.html#a46b1a78f21de4773491024c1e295dbe1',1,'Chummer.CritterPower.Type()']]]
+];
diff --git a/docs/search/properties_14.html b/docs/search/properties_14.html
new file mode 100644
index 0000000..240d431
--- /dev/null
+++ b/docs/search/properties_14.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_14.js b/docs/search/properties_14.js
new file mode 100644
index 0000000..0b82348
--- /dev/null
+++ b/docs/search/properties_14.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['uncouth',['Uncouth',['../class_chummer_1_1_character.html#a38d3e6647064154fac3980334385c049',1,'Chummer::Character']]],
+ ['underbarrelweapons',['UnderbarrelWeapons',['../class_chummer_1_1_weapon.html#a87d9a78ceedcca5fd8d7170022a16aeb',1,'Chummer::Weapon']]],
+ ['undo',['Undo',['../class_chummer_1_1_expense_log_entry.html#a1ca215b1966ccc66e8c0ead633332987',1,'Chummer::ExpenseLogEntry']]],
+ ['uneducated',['Uneducated',['../class_chummer_1_1_character.html#a92e2d9148e85956b8af5b3ee912dd84a',1,'Chummer::Character']]],
+ ['uniquename',['UniqueName',['../class_chummer_1_1_improvement.html#a3d6a53dcfa1cf5780ed0016fb21998ae',1,'Chummer::Improvement']]],
+ ['unrestrictednuyen',['UnrestrictedNuyen',['../class_chummer_1_1_character_options.html#a107341400f59e992585d3fec1d178f49',1,'Chummer::CharacterOptions']]],
+ ['usecalculatedvehiclesensorratings',['UseCalculatedVehicleSensorRatings',['../class_chummer_1_1_character_options.html#af074a4f0198ac331ab0d985b0f0ed943',1,'Chummer::CharacterOptions']]],
+ ['usedavail',['UsedAvail',['../class_chummer_1_1frm_select_vehicle.html#a2646dfc641281e0e015e35e780d6b9d7',1,'Chummer::frmSelectVehicle']]],
+ ['usedcost',['UsedCost',['../class_chummer_1_1frm_select_vehicle.html#afa45f6344c647de4dfdc9be3a73845bc',1,'Chummer::frmSelectVehicle']]],
+ ['usedvehicle',['UsedVehicle',['../class_chummer_1_1frm_select_vehicle.html#a3760eaedbb3362cca619043d6ddfaf8f',1,'Chummer::frmSelectVehicle']]],
+ ['username',['UserName',['../class_chummer_1_1_omae_record.html#a7837562727865baf25f0e25b68abbf2b',1,'Chummer::OmaeRecord']]],
+ ['useskill',['UseSkill',['../class_chummer_1_1_weapon.html#a29d203ed74fcf8584028eaec193845b2',1,'Chummer::Weapon']]]
+];
diff --git a/docs/search/properties_15.html b/docs/search/properties_15.html
new file mode 100644
index 0000000..5a5e99a
--- /dev/null
+++ b/docs/search/properties_15.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_15.js b/docs/search/properties_15.js
new file mode 100644
index 0000000..8945533
--- /dev/null
+++ b/docs/search/properties_15.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['value',['Value',['../class_chummer_1_1_improvement.html#a27e2bdf3f8fb6d3f559d8c5d33a1432b',1,'Chummer.Improvement.Value()'],['../class_chummer_1_1_list_item.html#abef2bbf095f67f3db879168fbfceda9d',1,'Chummer.ListItem.Value()'],['../class_chummer_1_1_attribute.html#a6f48fbcbfe64f2664fa125035946f006',1,'Chummer.Attribute.Value()']]],
+ ['vehiclecost',['VehicleCost',['../class_chummer_1_1frm_select_vehicle_mod.html#aea823ca3d249c59caf35b2f781fbd0f6',1,'Chummer::frmSelectVehicleMod']]],
+ ['vehiclemods',['VehicleMods',['../class_chummer_1_1frm_select_item.html#a2e6d0f03b47d3c51a01a49a915efc7d2',1,'Chummer::frmSelectItem']]],
+ ['vehiclemounted',['VehicleMounted',['../class_chummer_1_1_weapon.html#af927db6de5ec93bc372d20e5a421b956',1,'Chummer::Weapon']]],
+ ['vehiclename',['VehicleName',['../class_chummer_1_1_vehicle.html#a851880e7cfb24d494a67c7682c8b589b',1,'Chummer::Vehicle']]],
+ ['vehicles',['Vehicles',['../class_chummer_1_1_character.html#ac3d36fe7396080395e4c1f81451607c9',1,'Chummer.Character.Vehicles()'],['../class_chummer_1_1frm_select_item.html#a1b79e4556d173b0a11ae54ab76c40269',1,'Chummer.frmSelectItem.Vehicles()']]]
+];
diff --git a/docs/search/properties_16.html b/docs/search/properties_16.html
new file mode 100644
index 0000000..3f79b0e
--- /dev/null
+++ b/docs/search/properties_16.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_16.js b/docs/search/properties_16.js
new file mode 100644
index 0000000..33c44ad
--- /dev/null
+++ b/docs/search/properties_16.js
@@ -0,0 +1,19 @@
+var searchData=
+[
+ ['weaponaccessories',['WeaponAccessories',['../class_chummer_1_1_weapon.html#aed6589009e73265323b057761104c9e1',1,'Chummer::Weapon']]],
+ ['weaponbonus',['WeaponBonus',['../class_chummer_1_1_gear.html#aea3e34de5c91859cf2381b6e0c5bfde2',1,'Chummer::Gear']]],
+ ['weaponbonusap',['WeaponBonusAP',['../class_chummer_1_1_gear.html#a5c8086bbf75149fab564ada7b8171f4c',1,'Chummer::Gear']]],
+ ['weaponbonusrange',['WeaponBonusRange',['../class_chummer_1_1_gear.html#a276421ee2b12aa188f3e122a54f99133',1,'Chummer::Gear']]],
+ ['weaponcost',['WeaponCost',['../class_chummer_1_1frm_select_vehicle_mod.html#aef51616d6712683221c3f8a342d8cce1',1,'Chummer.frmSelectVehicleMod.WeaponCost()'],['../class_chummer_1_1frm_select_weapon_accessory.html#a3590ff1c943f56b32972bcd25654d630',1,'Chummer.frmSelectWeaponAccessory.WeaponCost()']]],
+ ['weaponid',['WeaponID',['../class_chummer_1_1_armor_mod.html#a874bea83478555092371fc01f5eeb6f6',1,'Chummer.ArmorMod.WeaponID()'],['../class_chummer_1_1_cyberware.html#a7c04d846fc485e1e62130e6aac789d13',1,'Chummer.Cyberware.WeaponID()'],['../class_chummer_1_1_gear.html#a53cc6e91a44a90b506e5dc06a80c2ade',1,'Chummer.Gear.WeaponID()'],['../class_chummer_1_1_quality.html#a0ed8d77052dcf9bd81fef613e8b7e017',1,'Chummer.Quality.WeaponID()']]],
+ ['weaponlocations',['WeaponLocations',['../class_chummer_1_1_character.html#a680ba1dfc7ee7156bbaad3dc34181d25',1,'Chummer::Character']]],
+ ['weaponmods',['WeaponMods',['../class_chummer_1_1_weapon.html#a4e86d8132d636539254183a010e4bc81',1,'Chummer::Weapon']]],
+ ['weaponname',['WeaponName',['../class_chummer_1_1_weapon.html#a35ca978d946ee0d057386dcdd9832830',1,'Chummer::Weapon']]],
+ ['weapons',['Weapons',['../class_chummer_1_1_character.html#a5c4ae4810b2398b6d41de139a473c6a3',1,'Chummer.Character.Weapons()'],['../class_chummer_1_1_vehicle_mod.html#acfd781d9a89554514df12118afae7e91',1,'Chummer.VehicleMod.Weapons()'],['../class_chummer_1_1_vehicle.html#a14effbdc4b48a4e783abca8f2bcab902',1,'Chummer.Vehicle.Weapons()']]],
+ ['weapontype',['WeaponType',['../class_chummer_1_1_weapon.html#af7039d698c3d531c7c87126290017f3a',1,'Chummer::Weapon']]],
+ ['week',['Week',['../class_chummer_1_1_calendar_week.html#abc3246aeb6a7cd10531ad0ff0ac36d97',1,'Chummer::CalendarWeek']]],
+ ['weight',['Weight',['../class_chummer_1_1_character.html#a1b95ee1b1073554d7ce3ace7c833ae2d',1,'Chummer::Character']]],
+ ['wil',['WIL',['../class_chummer_1_1_character.html#ac6ab6f264f03185d5c3a5b249ef19b3d',1,'Chummer::Character']]],
+ ['windowmode',['WindowMode',['../class_chummer_1_1frm_select_cyberware.html#ab55148800c86eb9015c8d450f893d677',1,'Chummer.frmSelectCyberware.WindowMode()'],['../class_chummer_1_1frm_select_metamagic.html#ae39120c6a3a18555ddc098c5b273a86a',1,'Chummer.frmSelectMetamagic.WindowMode()']]],
+ ['woundmodifiers',['WoundModifiers',['../class_chummer_1_1_character.html#a9560af36e6e0902051c75bf3ff589828',1,'Chummer::Character']]]
+];
diff --git a/docs/search/properties_17.html b/docs/search/properties_17.html
new file mode 100644
index 0000000..e90592d
--- /dev/null
+++ b/docs/search/properties_17.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_17.js b/docs/search/properties_17.js
new file mode 100644
index 0000000..9dfa810
--- /dev/null
+++ b/docs/search/properties_17.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['xmldoc',['XmlDoc',['../class_chummer_1_1_language_manager.html#a6d785271bee141658985f491074bef57',1,'Chummer::LanguageManager']]],
+ ['xmlfile',['XmlFile',['../class_chummer_1_1frm_metatype.html#ae54933638c804d14217ada1071b6b3ce',1,'Chummer.frmMetatype.XmlFile()'],['../class_chummer_1_1frm_select_mentor_spirit.html#a1c18b10021c88af227924a2fd2d24926',1,'Chummer.frmSelectMentorSpirit.XmlFile()']]]
+];
diff --git a/docs/search/properties_18.html b/docs/search/properties_18.html
new file mode 100644
index 0000000..ba03b4d
--- /dev/null
+++ b/docs/search/properties_18.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_18.js b/docs/search/properties_18.js
new file mode 100644
index 0000000..2dc141b
--- /dev/null
+++ b/docs/search/properties_18.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['year',['Year',['../class_chummer_1_1_calendar_week.html#aaaa73c5ff50f74acb97c26ddc5003237',1,'Chummer::CalendarWeek']]]
+];
diff --git a/docs/search/properties_2.html b/docs/search/properties_2.html
new file mode 100644
index 0000000..aee6897
--- /dev/null
+++ b/docs/search/properties_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_2.js b/docs/search/properties_2.js
new file mode 100644
index 0000000..a01c4a3
--- /dev/null
+++ b/docs/search/properties_2.js
@@ -0,0 +1,83 @@
+var searchData=
+[
+ ['calculatecommlinkresponse',['CalculateCommlinkResponse',['../class_chummer_1_1_character_options.html#ad893be0b762e98ee4dd4d54679fef5b6',1,'Chummer::CharacterOptions']]],
+ ['calculatedarmorcapacity',['CalculatedArmorCapacity',['../class_chummer_1_1_gear.html#af492a3ee752ae173534bad3ccb0f727a',1,'Chummer::Gear']]],
+ ['calculatedavail',['CalculatedAvail',['../class_chummer_1_1_vehicle.html#a8cd13ee2a4d76473b5ed577974885d4a',1,'Chummer::Vehicle']]],
+ ['calculatedcapacity',['CalculatedCapacity',['../class_chummer_1_1_armor_mod.html#a8a16f09f83921c1845c2ee00a605c218',1,'Chummer.ArmorMod.CalculatedCapacity()'],['../class_chummer_1_1_armor.html#aa2e9cc5e2d8f1b0fa07d0bcf85637d79',1,'Chummer.Armor.CalculatedCapacity()'],['../class_chummer_1_1_cyberware.html#a7d2c37aa899c6e15a5717065ee021951',1,'Chummer.Cyberware.CalculatedCapacity()'],['../class_chummer_1_1_gear.html#a96a1e3c56f17cd44c73fb9f4de088579',1,'Chummer.Gear.CalculatedCapacity()'],['../class_chummer_1_1_tech_program.html#a323aa58d9bb37540bc961955555d669d',1,'Chummer.TechProgram.CalculatedCapacity()']]],
+ ['calculatedcost',['CalculatedCost',['../class_chummer_1_1_gear.html#a5f111a5305cc256cd7857d25644fca41',1,'Chummer::Gear']]],
+ ['calculatedess',['CalculatedESS',['../class_chummer_1_1_cyberware.html#a49cf36a993b28f0510a0e970807287fb',1,'Chummer::Cyberware']]],
+ ['calculatedmode',['CalculatedMode',['../class_chummer_1_1_weapon.html#a60e7311f7889f8a4694101458521ab50',1,'Chummer::Weapon']]],
+ ['calculatednotoriety',['CalculatedNotoriety',['../class_chummer_1_1_character.html#ad5d3e23462d125aa00078b8be477b28b',1,'Chummer::Character']]],
+ ['calculatedpointsperlevel',['CalculatedPointsPerLevel',['../class_chummer_1_1_power.html#a735775a9e3df5241d5b4d7f7c2a9ef80',1,'Chummer::Power']]],
+ ['calculatedpublicawareness',['CalculatedPublicAwareness',['../class_chummer_1_1_character.html#ad455668a9f8154a20d4dc6a5dceb1c93',1,'Chummer::Character']]],
+ ['calculatedsensor',['CalculatedSensor',['../class_chummer_1_1_vehicle.html#af323b66b6220a212e21daeb90b4b8dee',1,'Chummer::Vehicle']]],
+ ['calculatedslots',['CalculatedSlots',['../class_chummer_1_1_vehicle_mod.html#a40ddae4fe21ff716ca59eeddc7b5ffa0',1,'Chummer::VehicleMod']]],
+ ['calculatedstreetcred',['CalculatedStreetCred',['../class_chummer_1_1_character.html#a9ccd8df1106684ccb82ee3f08569014a',1,'Chummer::Character']]],
+ ['calendar',['Calendar',['../class_chummer_1_1_character.html#ac665486141d9cb8c81d07136d7cc4ee6',1,'Chummer::Character']]],
+ ['capacity',['Capacity',['../class_chummer_1_1_cyberware.html#ae35a40d85ca549916827a249b162534f',1,'Chummer.Cyberware.Capacity()'],['../class_chummer_1_1_gear.html#a508ad96613dd34e4572f57311c4a2d43',1,'Chummer.Gear.Capacity()'],['../class_chummer_1_1_tech_program.html#a8a21866a1cbb8e07565cc19ce8a410fe',1,'Chummer.TechProgram.Capacity()']]],
+ ['capacitydisplaystyle',['CapacityDisplayStyle',['../class_chummer_1_1_armor.html#ab5f8e8d0930a2bc10e9c98d72dd90f38',1,'Chummer.Armor.CapacityDisplayStyle()'],['../class_chummer_1_1frm_select_armor_mod.html#a215e21e5ca491ae0b5b577fc3479e4cc',1,'Chummer.frmSelectArmorMod.CapacityDisplayStyle()'],['../class_chummer_1_1frm_select_gear.html#a0b63a262e31c59933b4ce4b64d766996',1,'Chummer.frmSelectGear.CapacityDisplayStyle()']]],
+ ['capacityremaining',['CapacityRemaining',['../class_chummer_1_1_armor.html#a3ff6a32b10ba96b96ea7bb913d337be4',1,'Chummer.Armor.CapacityRemaining()'],['../class_chummer_1_1_cyberware.html#ac30272500c73c6b7ed97ac596427f065',1,'Chummer.Cyberware.CapacityRemaining()'],['../class_chummer_1_1_gear.html#a446424a716bbbdb51579c6764ce3f28d',1,'Chummer.Gear.CapacityRemaining()'],['../class_chummer_1_1_tech_program.html#a495f094b6196a4831e71c04d16fb67f0',1,'Chummer.TechProgram.CapacityRemaining()']]],
+ ['capskillrating',['CapSkillRating',['../class_chummer_1_1_character_options.html#afe533b37623148daf2b2f38109f9a707',1,'Chummer::CharacterOptions']]],
+ ['careerkarma',['CareerKarma',['../class_chummer_1_1_character.html#ac4de289c84bae38aaec5a2f5be1dad56',1,'Chummer::Character']]],
+ ['careernuyen',['CareerNuyen',['../class_chummer_1_1_character.html#a40c28b5df2676ea29f2038a7ff56f197',1,'Chummer::Character']]],
+ ['category',['Category',['../class_chummer_1_1_armor_mod.html#a715347a47b995dd0892424d20e384bf1',1,'Chummer.ArmorMod.Category()'],['../class_chummer_1_1_armor.html#a2fbce18065239b30c17b4e22873e159e',1,'Chummer.Armor.Category()'],['../class_chummer_1_1_cyberware.html#a96f3f26d16b15489a200195da81c79b1',1,'Chummer.Cyberware.Category()'],['../class_chummer_1_1_weapon.html#a57303d522e17532a80e17c253c9d281f',1,'Chummer.Weapon.Category()'],['../class_chummer_1_1_gear.html#ad52b4e9144c0fca6d71636c0a114713e',1,'Chummer.Gear.Category()'],['../class_chummer_1_1_vehicle_mod.html#a424001126a7f371345e053d73da67aee',1,'Chummer.VehicleMod.Category()'],['../class_chummer_1_1_vehicle.html#a2832864704a301fe7891b53b0a44a93d',1,'Chummer.Vehicle.Category()'],['../class_chummer_1_1_spell.html#af28b0973174f8551f6547b7c5be6bb40',1,'Chummer.Spell.Category()'],['../class_chummer_1_1_tech_program.html#a9342d7f39e80ab3b2d03245edc4a9583',1,'Chummer.TechProgram.Category()'],['../class_chummer_1_1_critter_power.html#a799b026c7182e42a310b3526e31b7046',1,'Chummer.CritterPower.Category()']]],
+ ['cha',['CHA',['../class_chummer_1_1_character.html#a688926c582b21efc720c47b65fc182af',1,'Chummer::Character']]],
+ ['character',['Character',['../class_chummer_1_1frm_select_item.html#a217f817a04e0f130990bb86fb7e3fe3f',1,'Chummer::frmSelectItem']]],
+ ['characteressmultiplier',['CharacterESSMultiplier',['../class_chummer_1_1frm_select_cyberware.html#a2519bc68266542a6dcc98c424314f198',1,'Chummer.frmSelectCyberware.CharacterESSMultiplier()'],['../class_chummer_1_1frm_select_cyberware_suite.html#a1dab43f2c94bc32a1cb8d88f14f75b4a',1,'Chummer.frmSelectCyberwareSuite.CharacterESSMultiplier()']]],
+ ['characterid',['CharacterID',['../class_chummer_1_1_omae_record.html#addc50bf74031d3f490bf9cc2735c2161',1,'Chummer::OmaeRecord']]],
+ ['charactername',['CharacterName',['../class_chummer_1_1frm_career.html#a0c817ee315f9c5b014e73d52dd4b6f1e',1,'Chummer.frmCareer.CharacterName()'],['../class_chummer_1_1_omae_record.html#ab5a7f4165022c3d9bf1c3d91201163cf',1,'Chummer.OmaeRecord.CharacterName()']]],
+ ['characterobject',['CharacterObject',['../class_chummer_1_1_skill.html#a6d98f0090ecc7dbbf07b1442c38bccc2',1,'Chummer.Skill.CharacterObject()'],['../class_chummer_1_1_spirit.html#a532f4d5c1cfe4f411f32931d9073bf20',1,'Chummer.Spirit.CharacterObject()'],['../class_chummer_1_1_power.html#a4ce23947074a4a0205d60f942ad3d461',1,'Chummer.Power.CharacterObject()']]],
+ ['characters',['Characters',['../class_chummer_1_1frm_viewer.html#a325375be30ca75af645616a953e6b404',1,'Chummer::frmViewer']]],
+ ['charactertype',['CharacterType',['../class_chummer_1_1_omae_record.html#abff83eda9026d3f635f896a94a5f993a',1,'Chummer::OmaeRecord']]],
+ ['characterxml',['CharacterXML',['../class_chummer_1_1frm_export.html#a8eb75e72f681bd72c083161146fda7b8',1,'Chummer.frmExport.CharacterXML()'],['../class_chummer_1_1frm_viewer.html#ad664aaaf4d223ddae92175f1a6932897',1,'Chummer.frmViewer.CharacterXML()']]],
+ ['childavailmodifier',['ChildAvailModifier',['../class_chummer_1_1_gear.html#ad85c0d369437298fe156f94487598bd0',1,'Chummer::Gear']]],
+ ['childcostmultiplier',['ChildCostMultiplier',['../class_chummer_1_1_gear.html#a662e4fea43e5cae3b67a060e6cb1dd0c',1,'Chummer::Gear']]],
+ ['children',['Children',['../class_chummer_1_1_cyberware.html#a433fbdf8425e1edd6bd95f6c22bb0a33',1,'Chummer.Cyberware.Children()'],['../class_chummer_1_1_gear.html#a4d3395607bf26830b0662e5fa002c417',1,'Chummer.Gear.Children()']]],
+ ['choice1',['Choice1',['../class_chummer_1_1frm_select_mentor_spirit.html#a056eb086c1f026bb37fb6ef3aa69718c',1,'Chummer::frmSelectMentorSpirit']]],
+ ['choice1bonusnode',['Choice1BonusNode',['../class_chummer_1_1frm_select_mentor_spirit.html#a217d54fc17b696862e26cf35fc0423f2',1,'Chummer::frmSelectMentorSpirit']]],
+ ['choice2',['Choice2',['../class_chummer_1_1frm_select_mentor_spirit.html#abf8087c734b32456bd577eea5c658187',1,'Chummer::frmSelectMentorSpirit']]],
+ ['choice2bonusnode',['Choice2BonusNode',['../class_chummer_1_1frm_select_mentor_spirit.html#a2c5e9c19f85654cd455eb5bd365b9d9f',1,'Chummer::frmSelectMentorSpirit']]],
+ ['clipboard',['Clipboard',['../class_chummer_1_1_global_options.html#ac8ca02917993fe697035e4bfba4500c6',1,'Chummer::GlobalOptions']]],
+ ['clipboardcontenttype',['ClipboardContentType',['../class_chummer_1_1_global_options.html#a63285061a9766f85bfeb0c0c353da5d7',1,'Chummer::GlobalOptions']]],
+ ['cmoverflow',['CMOverflow',['../class_chummer_1_1_character.html#a0b51fce3151397c2bd24e7330a025950',1,'Chummer::Character']]],
+ ['cmthreshold',['CMThreshold',['../class_chummer_1_1_character.html#aa3f59326564a6574943664ac7f88b27b',1,'Chummer::Character']]],
+ ['cmthresholdoffset',['CMThresholdOffset',['../class_chummer_1_1_character.html#a663c3dc62805d739fed1e348abbb1313',1,'Chummer::Character']]],
+ ['colour',['Colour',['../class_chummer_1_1_contact.html#a3919995c20732c74664a542aec0797cd',1,'Chummer.Contact.Colour()'],['../class_chummer_1_1frm_select_contact_connection.html#a1e9b5ec6793203e263b887052dbd034e',1,'Chummer.frmSelectContactConnection.Colour()']]],
+ ['comforts',['Comforts',['../class_chummer_1_1_lifestyle.html#aabf94020867d389bb6a8b9f4f2190c8e',1,'Chummer::Lifestyle']]],
+ ['commlinkfirewall',['CommlinkFirewall',['../class_chummer_1_1frm_select_gear.html#a9b7165fb04d6ff5d89e99e4c56a13af8',1,'Chummer::frmSelectGear']]],
+ ['commlinkresponse',['CommlinkResponse',['../class_chummer_1_1frm_select_gear.html#abbd2de225589c05cc255b533050f89df',1,'Chummer::frmSelectGear']]],
+ ['commlinksignal',['CommlinkSignal',['../class_chummer_1_1frm_select_gear.html#a0b78ff1c789dcb6cc46567a5e40b82b3',1,'Chummer::frmSelectGear']]],
+ ['commlinksystem',['CommlinkSystem',['../class_chummer_1_1frm_select_gear.html#acd3663e701e05684e926c76a637ff86d',1,'Chummer::frmSelectGear']]],
+ ['composure',['Composure',['../class_chummer_1_1_character.html#a821952ebb96bbcc8d1e92f38cc55b7b8',1,'Chummer::Character']]],
+ ['concealability',['Concealability',['../class_chummer_1_1_weapon.html#a5b11077b0546d2dec4c4e783a5878b13',1,'Chummer.Weapon.Concealability()'],['../class_chummer_1_1_weapon_accessory.html#af1c6aa794a0391115325cddf330f3903',1,'Chummer.WeaponAccessory.Concealability()'],['../class_chummer_1_1_weapon_mod.html#a0ca5ee63371c354f30455d81176438a5',1,'Chummer.WeaponMod.Concealability()']]],
+ ['concept',['Concept',['../class_chummer_1_1_character.html#a48f840a3f31142abf251600b0ab410c5',1,'Chummer::Character']]],
+ ['conditionmonitor',['ConditionMonitor',['../class_chummer_1_1_commlink.html#ab7d570dcd9b8aef8d2914db70db9cbb2',1,'Chummer::Commlink']]],
+ ['confirmdelete',['ConfirmDelete',['../class_chummer_1_1_character_options.html#a62a210973ce1232d31bf0d15a091f664',1,'Chummer::CharacterOptions']]],
+ ['confirmkarmaexpense',['ConfirmKarmaExpense',['../class_chummer_1_1_character_options.html#a00df83187cdf1bfcf21ba13fe5f5de2c',1,'Chummer::CharacterOptions']]],
+ ['connection',['Connection',['../class_chummer_1_1_contact.html#aea8515661629d25b8d1ae81456d58337',1,'Chummer::Contact']]],
+ ['connectionrating',['ConnectionRating',['../class_chummer_1_1_contact_control.html#a98124ba11856aa64180e68097bb8355c',1,'Chummer::ContactControl']]],
+ ['contactname',['ContactName',['../class_chummer_1_1_contact_control.html#a1ed6b961fe9c294b2e6f40cb3d908c18',1,'Chummer.ContactControl.ContactName()'],['../class_chummer_1_1_pet_control.html#a1a35a653b73f127e6d64de4e5ab1d72d',1,'Chummer.PetControl.ContactName()']]],
+ ['contactobject',['ContactObject',['../class_chummer_1_1_contact_control.html#a4b66f13d436164422202d4e1cef51adc',1,'Chummer.ContactControl.ContactObject()'],['../class_chummer_1_1_pet_control.html#a6620d0c1e08edc2984ca46e6fb4f98c0',1,'Chummer.PetControl.ContactObject()']]],
+ ['contacts',['Contacts',['../class_chummer_1_1_character.html#a2080b1fb3163e72418863521275db99d',1,'Chummer::Character']]],
+ ['contributetobp',['ContributeToBP',['../class_chummer_1_1_quality.html#aca0f2082a09e1cc62068b2d303412daf',1,'Chummer::Quality']]],
+ ['contributetolimit',['ContributeToLimit',['../class_chummer_1_1_quality.html#af499f55b238007f31b7291471c325253',1,'Chummer::Quality']]],
+ ['cost',['Cost',['../class_chummer_1_1_armor_mod.html#a2289fc21ccb5278291b6a1c91e4292d4',1,'Chummer.ArmorMod.Cost()'],['../class_chummer_1_1_armor.html#a068aec40492635077fc0604dcf19c9b5',1,'Chummer.Armor.Cost()'],['../class_chummer_1_1_grade.html#a08bb7c9896ff55fe10046aacf9c36817',1,'Chummer.Grade.Cost()'],['../class_chummer_1_1_cyberware.html#a9047e11a4ef1078fd90b21388c764630',1,'Chummer.Cyberware.Cost()'],['../class_chummer_1_1_weapon.html#a251e1bb2a93591c21a122b0f23f48cf3',1,'Chummer.Weapon.Cost()'],['../class_chummer_1_1_weapon_accessory.html#a42a122d65444861bb8faaf0bb47ad062',1,'Chummer.WeaponAccessory.Cost()'],['../class_chummer_1_1_weapon_mod.html#a5d861a9123f6371e1d57952983c39c84',1,'Chummer.WeaponMod.Cost()'],['../class_chummer_1_1_lifestyle.html#a0f8ab02f5300ea35c9c085e0bc92c937',1,'Chummer.Lifestyle.Cost()'],['../class_chummer_1_1_gear.html#ac66f0f4123b8ab2f57da23f5ab58282f',1,'Chummer.Gear.Cost()'],['../class_chummer_1_1_vehicle_mod.html#a445f63ff2fdf85cd3d341cc52c3fd7f9',1,'Chummer.VehicleMod.Cost()'],['../class_chummer_1_1_vehicle.html#a8c69660f623aded4c3381dca66128e76',1,'Chummer.Vehicle.Cost()']]],
+ ['cost10',['Cost10',['../class_chummer_1_1_gear.html#acde5cb705800afb4f8f3555974f3c3c9',1,'Chummer::Gear']]],
+ ['cost3',['Cost3',['../class_chummer_1_1_gear.html#a6ef4ba8fcd0151c69233b35ffb6791c3',1,'Chummer::Gear']]],
+ ['cost6',['Cost6',['../class_chummer_1_1_gear.html#a77fcfb826ae49eff3e0887a6735ffa53',1,'Chummer::Gear']]],
+ ['costfor',['CostFor',['../class_chummer_1_1_gear.html#aeb6f1c1190723a1e7faf386fcd77b46a',1,'Chummer::Gear']]],
+ ['count',['Count',['../class_chummer_1_1frm_reload.html#a61501edf64fbc1f63be900cb5433ecde',1,'Chummer::frmReload']]],
+ ['counttowardslimit',['CountTowardsLimit',['../class_chummer_1_1_critter_power.html#aaa5662e13199798d568e0d7e53ecc4ee',1,'Chummer::CritterPower']]],
+ ['createbackuponcareer',['CreateBackupOnCareer',['../class_chummer_1_1_character_options.html#ab31a8268c4edbbc3f1ce6d6a273eea86',1,'Chummer::CharacterOptions']]],
+ ['created',['Created',['../class_chummer_1_1_character.html#ac549692f593180c5d439e5570b0bd685',1,'Chummer::Character']]],
+ ['critterenabled',['CritterEnabled',['../class_chummer_1_1_character.html#ae3172b4f225faef5713d543f68408c64',1,'Chummer::Character']]],
+ ['crittername',['CritterName',['../class_chummer_1_1_spirit.html#a7c3a89c44974125d96689a47a4c27037',1,'Chummer.Spirit.CritterName()'],['../class_chummer_1_1_spirit_control.html#a8eca8915ec7b639633a4cfb7655ef38e',1,'Chummer.SpiritControl.CritterName()']]],
+ ['critterpowers',['CritterPowers',['../class_chummer_1_1_character.html#a1a3d7664bab35c5b8e0133587e1339fc',1,'Chummer::Character']]],
+ ['cultureinfo',['CultureInfo',['../class_chummer_1_1_global_options.html#ac3753b6b75dcbe548f283b6a2c29d482',1,'Chummer::GlobalOptions']]],
+ ['custom',['Custom',['../class_chummer_1_1_improvement.html#a547b309bf745616a954621d90f0913ab',1,'Chummer::Improvement']]],
+ ['customgroup',['CustomGroup',['../class_chummer_1_1_improvement.html#ab390ad9900fd578d90912fce0fc5d3d5',1,'Chummer::Improvement']]],
+ ['customid',['CustomId',['../class_chummer_1_1_improvement.html#a172f36fd42c6a081450da8104ccb5671',1,'Chummer::Improvement']]],
+ ['customname',['CustomName',['../class_chummer_1_1_improvement.html#a81d2722cbe5fa479dbe54c73260800c7',1,'Chummer::Improvement']]],
+ ['cyberware',['Cyberware',['../class_chummer_1_1_character.html#abb9bdce7d7d2b1bd51fda35b4245ea7d',1,'Chummer::Character']]],
+ ['cyberwareessence',['CyberwareEssence',['../class_chummer_1_1_character.html#adbef48553eb9c4400221abc1056521f6',1,'Chummer::Character']]]
+];
diff --git a/docs/search/properties_3.html b/docs/search/properties_3.html
new file mode 100644
index 0000000..eb734a8
--- /dev/null
+++ b/docs/search/properties_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_3.js b/docs/search/properties_3.js
new file mode 100644
index 0000000..bc499c1
--- /dev/null
+++ b/docs/search/properties_3.js
@@ -0,0 +1,45 @@
+var searchData=
+[
+ ['damage',['Damage',['../class_chummer_1_1_weapon.html#a1b2855e85f4ac7df08a467678f340cdc',1,'Chummer.Weapon.Damage()'],['../class_chummer_1_1_spell.html#afc29afa587804ed22510e799a964be7e',1,'Chummer.Spell.Damage()']]],
+ ['datadoc',['DataDoc',['../class_chummer_1_1_language_manager.html#a6be7af538b33e432f5b9caf6c9a293c8',1,'Chummer::LanguageManager']]],
+ ['date',['Date',['../class_chummer_1_1_expense_log_entry.html#ae6197d8ac758066b9349134a04d48510',1,'Chummer::ExpenseLogEntry']]],
+ ['datesincludetime',['DatesIncludeTime',['../class_chummer_1_1_global_options.html#a05afa9646aef8b87e2223452c02addad',1,'Chummer::GlobalOptions']]],
+ ['default',['Default',['../class_chummer_1_1_skill.html#a467b6daa5640983e9afe7b585d16409f',1,'Chummer::Skill']]],
+ ['defaultcharactersheet',['DefaultCharacterSheet',['../class_chummer_1_1_global_options.html#a6bad85bdba62f11329aecba2415b4994',1,'Chummer::GlobalOptions']]],
+ ['description',['Description',['../class_chummer_1_1_character.html#a7ec134c23a428a298256cbd8dc8d1435',1,'Chummer.Character.Description()'],['../class_chummer_1_1frm_dice_hits.html#a296fa05f5f7b2432800748177fe83b49',1,'Chummer.frmDiceHits.Description()'],['../class_chummer_1_1frm_select_attribute.html#a0d6b64affd5c689994233727b49930f3',1,'Chummer.frmSelectAttribute.Description()'],['../class_chummer_1_1frm_select_item.html#a4fd059d79c3873cd14241145cb75cb95',1,'Chummer.frmSelectItem.Description()'],['../class_chummer_1_1frm_select_number.html#a1bb01ab8d0847dbc84dc4e6f04ea4def',1,'Chummer.frmSelectNumber.Description()'],['../class_chummer_1_1frm_select_skill.html#a117cad839ee80d659c09005c0a484cc1',1,'Chummer.frmSelectSkill.Description()'],['../class_chummer_1_1frm_select_skill_category.html#a8037030a875c5a889de9de835d27cb40',1,'Chummer.frmSelectSkillCategory.Description()'],['../class_chummer_1_1frm_select_spell_category.html#a0ac71d2c113fddb071cefe647a575946',1,'Chummer.frmSelectSpellCategory.Description()'],['../class_chummer_1_1frm_select_text.html#ac601834e1e54943e7b3e929a7004bc56',1,'Chummer.frmSelectText.Description()'],['../class_chummer_1_1frm_select_weapon_category.html#a2cdde6dd3e6e19606f986bcc74704af3',1,'Chummer.frmSelectWeaponCategory.Description()'],['../class_chummer_1_1_omae_record.html#a1d3c5e74ead3faf672ce41538b08547d',1,'Chummer.OmaeRecord.Description()']]],
+ ['descriptors',['Descriptors',['../class_chummer_1_1_spell.html#a1903136656c9e06cede61644dc2175ea',1,'Chummer::Spell']]],
+ ['devicerating',['DeviceRating',['../class_chummer_1_1_vehicle.html#a3fed336d70492489107be519122298cf',1,'Chummer.Vehicle.DeviceRating()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a22bad3febd29afad72f2b23e4c13b9ae',1,'Chummer.frmSelectVehicleMod.DeviceRating()']]],
+ ['dice',['Dice',['../class_chummer_1_1_lifestyle.html#af5e68b04bf8b0a6d49425c7b1c7237a2',1,'Chummer.Lifestyle.Dice()'],['../class_chummer_1_1frm_dice_hits.html#abc193e1f1d010e541a574cc1330792c1',1,'Chummer.frmDiceHits.Dice()'],['../class_chummer_1_1frm_dice_roller.html#aba2149b665da6c82dc2d9e2c81ac4a77',1,'Chummer.frmDiceRoller.Dice()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#ac25d1abbdff3d10e7953bfb21e77c46f',1,'Chummer.frmLifestyleNuyen.Dice()']]],
+ ['dicepool',['DicePool',['../class_chummer_1_1_weapon.html#a70d8e39146a2aac3df3dfbde057630c1',1,'Chummer.Weapon.DicePool()'],['../class_chummer_1_1_weapon_accessory.html#a22e315d99f0092c7c22f11ca9dc7e146',1,'Chummer.WeaponAccessory.DicePool()'],['../class_chummer_1_1_weapon_mod.html#a09c2a7ba8d911923c00ba90cbaa2f7b0',1,'Chummer.WeaponMod.DicePool()'],['../class_chummer_1_1_spell.html#a3fe4bd30c9ae3e8bf810c3128dd291d5',1,'Chummer.Spell.DicePool()']]],
+ ['dicepoolmodifiers',['DicePoolModifiers',['../class_chummer_1_1_skill.html#a78c28f6cdf63a29bf70d04a23bf7b1ef',1,'Chummer::Skill']]],
+ ['dicepoolmodifierstooltip',['DicePoolModifiersTooltip',['../class_chummer_1_1_skill.html#a77802dca7328645dc2deac71175cb6df',1,'Chummer::Skill']]],
+ ['dicepooltooltip',['DicePoolTooltip',['../class_chummer_1_1_weapon.html#ac7155833d41b3aef9cd87052576251ec',1,'Chummer.Weapon.DicePoolTooltip()'],['../class_chummer_1_1_spell.html#a394649295c1c5ed0f09108d47f06d061',1,'Chummer.Spell.DicePoolTooltip()']]],
+ ['discountadeptwayenabled',['DiscountAdeptWayEnabled',['../class_chummer_1_1_power_control.html#a1d945f45105b9f406d95f57d96d684f9',1,'Chummer::PowerControl']]],
+ ['discountcost',['DiscountCost',['../class_chummer_1_1_armor_mod.html#a90a447ad2076ffab8c2f196e5042d454',1,'Chummer.ArmorMod.DiscountCost()'],['../class_chummer_1_1_armor.html#a7549bb262ce25335c3fac677d92cf689',1,'Chummer.Armor.DiscountCost()'],['../class_chummer_1_1_cyberware.html#adb3877134ed14b8755235e9b0fd74aba',1,'Chummer.Cyberware.DiscountCost()'],['../class_chummer_1_1_weapon.html#a45ed8c78fe2b040215562c35ef7acf72',1,'Chummer.Weapon.DiscountCost()'],['../class_chummer_1_1_weapon_accessory.html#a9f9defd1e93c9a6dfe0da2e063ef6418',1,'Chummer.WeaponAccessory.DiscountCost()'],['../class_chummer_1_1_weapon_mod.html#af9e708ea314e6a6997b96f6f196e8789',1,'Chummer.WeaponMod.DiscountCost()'],['../class_chummer_1_1_gear.html#a4d6b2ca57354115bb76bc5c7badc074f',1,'Chummer.Gear.DiscountCost()'],['../class_chummer_1_1_vehicle_mod.html#abf42eab43a262fd64c2e63561a6ad3e9',1,'Chummer.VehicleMod.DiscountCost()'],['../class_chummer_1_1_vehicle.html#a1695e27eb819c32299c2455e3c077465',1,'Chummer.Vehicle.DiscountCost()']]],
+ ['discountedadeptway',['DiscountedAdeptWay',['../class_chummer_1_1_power.html#af4d8b32a9d048ae6ee138a650821301f',1,'Chummer::Power']]],
+ ['discountedbyadeptway',['DiscountedByAdeptWay',['../class_chummer_1_1_power_control.html#aafa5188df8de65191f04a3115cef825f',1,'Chummer::PowerControl']]],
+ ['discountedbygeas',['DiscountedByGeas',['../class_chummer_1_1_power_control.html#a161a45dbafebc6dc08e5e7acec238385',1,'Chummer::PowerControl']]],
+ ['discountedgeas',['DiscountedGeas',['../class_chummer_1_1_power.html#ae575dc37be5ee45cae8c4419570777c4',1,'Chummer::Power']]],
+ ['discountgeasenabled',['DiscountGeasEnabled',['../class_chummer_1_1_power_control.html#ae8886d71ec834943f5db673971771192',1,'Chummer::PowerControl']]],
+ ['displayaction',['DisplayAction',['../class_chummer_1_1_critter_power.html#a6c1490d1beab673034667f4a509cea90',1,'Chummer::CritterPower']]],
+ ['displayammocategory',['DisplayAmmoCategory',['../class_chummer_1_1_weapon.html#a59d75191c6b842ab884d9f1a22424ce4',1,'Chummer::Weapon']]],
+ ['displayattribute',['DisplayAttribute',['../class_chummer_1_1_skill.html#ae6bb52c7f0f5de420c41aeace1ec5e23',1,'Chummer::Skill']]],
+ ['displaycategory',['DisplayCategory',['../class_chummer_1_1_armor_mod.html#a2fe1b65df1a3c8ef8255b04e16ab14c0',1,'Chummer.ArmorMod.DisplayCategory()'],['../class_chummer_1_1_armor.html#ac0dbef769e9b561ff1984b748906775c',1,'Chummer.Armor.DisplayCategory()'],['../class_chummer_1_1_cyberware.html#a0852f1445be401016cbc2e9c45f0d328',1,'Chummer.Cyberware.DisplayCategory()'],['../class_chummer_1_1_weapon.html#afe775b594c457d1f96ed5fc9584cc8a4',1,'Chummer.Weapon.DisplayCategory()'],['../class_chummer_1_1_gear.html#a828983a80d71e4c578e51344c495bbef',1,'Chummer.Gear.DisplayCategory()'],['../class_chummer_1_1_vehicle_mod.html#a779f4e42f051684d19882c8d5311f65f',1,'Chummer.VehicleMod.DisplayCategory()'],['../class_chummer_1_1_vehicle.html#ac17377dd2d2a16566d2b7874ca8f8c93',1,'Chummer.Vehicle.DisplayCategory()'],['../class_chummer_1_1_skill.html#a55414237009ab59fe029a08c6360cf88',1,'Chummer.Skill.DisplayCategory()'],['../class_chummer_1_1_spell.html#a1ebdce6d6c61151851bfd0b8e171751f',1,'Chummer.Spell.DisplayCategory()'],['../class_chummer_1_1_tech_program.html#a475cadb3b2bd53c64ac0fcb355189959',1,'Chummer.TechProgram.DisplayCategory()'],['../class_chummer_1_1_critter_power.html#a23ddd6472426cbaa9e299dd234ab2130',1,'Chummer.CritterPower.DisplayCategory()']]],
+ ['displaydamage',['DisplayDamage',['../class_chummer_1_1_spell.html#a0c328e2c39f371295c2092962e98c64f',1,'Chummer::Spell']]],
+ ['displaydescriptors',['DisplayDescriptors',['../class_chummer_1_1_spell.html#a0ce2d4be6978f0f9926b50c4a0e9bcb2',1,'Chummer::Spell']]],
+ ['displayduration',['DisplayDuration',['../class_chummer_1_1_spell.html#ab3e018262688b1a8ccaa6fbc2bdf69fc',1,'Chummer.Spell.DisplayDuration()'],['../class_chummer_1_1_critter_power.html#ab3db7aa9a49bba3e4cbe9ad307a7ffad',1,'Chummer.CritterPower.DisplayDuration()']]],
+ ['displaydv',['DisplayDV',['../class_chummer_1_1_spell.html#ad2e5e957b398d222e39bc014e6ab562d',1,'Chummer::Spell']]],
+ ['displayname',['DisplayName',['../class_chummer_1_1_armor_mod.html#aa7bd8db2c207f6d7bd7eb7a695a6612c',1,'Chummer.ArmorMod.DisplayName()'],['../class_chummer_1_1_armor.html#aad0aae65f853cd538eaf8fe3f0bb7dbc',1,'Chummer.Armor.DisplayName()'],['../class_chummer_1_1_grade.html#a40636386fbf55924f098af034ee1e6b9',1,'Chummer.Grade.DisplayName()'],['../class_chummer_1_1_cyberware.html#aefc89a32105a40817b6b0e2d4d3216e6',1,'Chummer.Cyberware.DisplayName()'],['../class_chummer_1_1_weapon.html#aa1a508724fb0860cecc838c22febd8a0',1,'Chummer.Weapon.DisplayName()'],['../class_chummer_1_1_weapon_accessory.html#a27e5c7b28b4f97d9f88cbae70f42d234',1,'Chummer.WeaponAccessory.DisplayName()'],['../class_chummer_1_1_weapon_mod.html#ad611fef04fb25d07b8074876551e07b5',1,'Chummer.WeaponMod.DisplayName()'],['../class_chummer_1_1_lifestyle.html#abdcf40cdb3e94f325f2d5f399448eb7d',1,'Chummer.Lifestyle.DisplayName()'],['../class_chummer_1_1_gear.html#a75bf5cdf14fc5c73970ef618d27ba32b',1,'Chummer.Gear.DisplayName()'],['../class_chummer_1_1_vehicle_mod.html#a92a377f2e4fa138fcf62766adae3aa0c',1,'Chummer.VehicleMod.DisplayName()'],['../class_chummer_1_1_vehicle.html#a0726754a4184944bc547bbcf2896e356',1,'Chummer.Vehicle.DisplayName()'],['../class_chummer_1_1_quality.html#a7c466e1421b1df7164c20b78fbae733d',1,'Chummer.Quality.DisplayName()'],['../class_chummer_1_1_skill_group.html#a28a2a5f57d01c1e4f4c7fae783810898',1,'Chummer.SkillGroup.DisplayName()'],['../class_chummer_1_1_skill.html#a17eb9b1c89e13d19762e08055dc60158',1,'Chummer.Skill.DisplayName()'],['../class_chummer_1_1_spell.html#a8c3ba113a196a1ad43fe2d5b98d52b2f',1,'Chummer.Spell.DisplayName()'],['../class_chummer_1_1_metamagic.html#ae02670df495879e518ffb94246f4238d',1,'Chummer.Metamagic.DisplayName()'],['../class_chummer_1_1_tech_program.html#aad98e2b86b281016ba397477c8820d49',1,'Chummer.TechProgram.DisplayName()'],['../class_chummer_1_1_tech_program_option.html#a4513d5af114ce235280d0665fb325366',1,'Chummer.TechProgramOption.DisplayName()'],['../class_chummer_1_1_martial_art.html#a12778906298acd15cab6c904aa385157',1,'Chummer.MartialArt.DisplayName()'],['../class_chummer_1_1_martial_art_advantage.html#a9d945e1f6f231226168fed5555075914',1,'Chummer.MartialArtAdvantage.DisplayName()'],['../class_chummer_1_1_martial_art_maneuver.html#a499e1059023216c1a78a46660f0ce25b',1,'Chummer.MartialArtManeuver.DisplayName()'],['../class_chummer_1_1_critter_power.html#a19574564748cf04b42ae24da0f10c7e8',1,'Chummer.CritterPower.DisplayName()'],['../class_chummer_1_1_calendar_week.html#a5f66827ef6df695f567a0d87ac854462',1,'Chummer.CalendarWeek.DisplayName()']]],
+ ['displaynameshort',['DisplayNameShort',['../class_chummer_1_1_armor_mod.html#a55142060c54a33bf3dc79d0f17fed716',1,'Chummer.ArmorMod.DisplayNameShort()'],['../class_chummer_1_1_armor.html#ad2d49ba507903a28d49f42abb07549d1',1,'Chummer.Armor.DisplayNameShort()'],['../class_chummer_1_1_cyberware.html#aea4513f52fc0677ef8923331242a361b',1,'Chummer.Cyberware.DisplayNameShort()'],['../class_chummer_1_1_weapon_accessory.html#a7aa49b653fd7bc9f36e2de6bfee8fc06',1,'Chummer.WeaponAccessory.DisplayNameShort()'],['../class_chummer_1_1_weapon_mod.html#a3bde72f87ca4f4ac354684eea2ef8894',1,'Chummer.WeaponMod.DisplayNameShort()'],['../class_chummer_1_1_lifestyle.html#a87984751fe6c976d5bc27cdbe7e5986d',1,'Chummer.Lifestyle.DisplayNameShort()'],['../class_chummer_1_1_gear.html#a66196fb389a90c19cecb958a752c3dff',1,'Chummer.Gear.DisplayNameShort()'],['../class_chummer_1_1_vehicle_mod.html#a803d766d1f303a4a2739c000cf2b9b1e',1,'Chummer.VehicleMod.DisplayNameShort()'],['../class_chummer_1_1_vehicle.html#ac97463e505e7841e9cde92980c6ad59b',1,'Chummer.Vehicle.DisplayNameShort()'],['../class_chummer_1_1_quality.html#a5945913511c1cfdbcfaddd79cb76d1b7',1,'Chummer.Quality.DisplayNameShort()'],['../class_chummer_1_1_spell.html#a7db0929fe902190b6ca4dc1164fcdfa3',1,'Chummer.Spell.DisplayNameShort()'],['../class_chummer_1_1_metamagic.html#ae9193d0ed34f3af6aeca8aaa188c4533',1,'Chummer.Metamagic.DisplayNameShort()'],['../class_chummer_1_1_power.html#ad71bb6b1a3b15368039b84fd3421cd3e',1,'Chummer.Power.DisplayNameShort()'],['../class_chummer_1_1_tech_program.html#a328ec4186f79857ad591680435a1382c',1,'Chummer.TechProgram.DisplayNameShort()'],['../class_chummer_1_1_tech_program_option.html#a07c276e9416277265113fea4b8393cf5',1,'Chummer.TechProgramOption.DisplayNameShort()'],['../class_chummer_1_1_martial_art.html#a1123d9881038930881e1884dfff764c7',1,'Chummer.MartialArt.DisplayNameShort()'],['../class_chummer_1_1_martial_art_advantage.html#af062770461ef911c8e592c9e29c37bd2',1,'Chummer.MartialArtAdvantage.DisplayNameShort()'],['../class_chummer_1_1_martial_art_maneuver.html#a4a8523f0363a46e9c1c34896efddae61',1,'Chummer.MartialArtManeuver.DisplayNameShort()'],['../class_chummer_1_1_critter_power.html#ab2932af34311c5a1a62df4268af570a6',1,'Chummer.CritterPower.DisplayNameShort()']]],
+ ['displayrange',['DisplayRange',['../class_chummer_1_1_spell.html#a47418b479ea393d6df3d119d13136317',1,'Chummer.Spell.DisplayRange()'],['../class_chummer_1_1_critter_power.html#af50dc1e9d6aec36e20e8134f7d9c94dc',1,'Chummer.CritterPower.DisplayRange()']]],
+ ['displayskill',['DisplaySkill',['../class_chummer_1_1_tech_program.html#a94f62b82ff64faae3fa8d3dcc57267a4',1,'Chummer::TechProgram']]],
+ ['displaytype',['DisplayType',['../class_chummer_1_1_spell.html#a6a87c0904331a07e6d7f537834d9c7f7',1,'Chummer.Spell.DisplayType()'],['../class_chummer_1_1_critter_power.html#a4607cef5873e2bc57f4994bb5e4d9263',1,'Chummer.CritterPower.DisplayType()']]],
+ ['doityourself',['DoItYourself',['../class_chummer_1_1frm_select_gear.html#a309c0c523d0e8e5542ff4eee28e206f3',1,'Chummer::frmSelectGear']]],
+ ['donotaffectmetatypemaximum',['DoNotAffectMetatypeMaximum',['../class_chummer_1_1frm_select_attribute.html#a618d2d033796dfcf683efb65d3fb3973',1,'Chummer::frmSelectAttribute']]],
+ ['doublecost',['DoubleCost',['../class_chummer_1_1_power.html#a3348383fec1a6cce38b41617c33e71cd',1,'Chummer::Power']]],
+ ['doubledpoints',['DoubledPoints',['../class_chummer_1_1_power.html#a44e844cc7a1e41af3ef8304e210721dc',1,'Chummer::Power']]],
+ ['duration',['Duration',['../class_chummer_1_1_spell.html#a16b9e792f20372ef6f7cf722c62142d4',1,'Chummer.Spell.Duration()'],['../class_chummer_1_1_critter_power.html#a42a31234a1a9bb3475f19e65a95a390f',1,'Chummer.CritterPower.Duration()']]],
+ ['dv',['DV',['../class_chummer_1_1_spell.html#a2344a072fca36b68954ba9a88fba5e21',1,'Chummer::Spell']]],
+ ['dvbonus',['DVBonus',['../class_chummer_1_1_weapon_mod.html#a0940fcb9d1d18666a340a161b39d5919',1,'Chummer::WeaponMod']]],
+ ['dvtooltip',['DVTooltip',['../class_chummer_1_1_spell.html#ade16d599ca7c8d983b52769eca4b6c77',1,'Chummer::Spell']]]
+];
diff --git a/docs/search/properties_4.html b/docs/search/properties_4.html
new file mode 100644
index 0000000..5c35c97
--- /dev/null
+++ b/docs/search/properties_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_4.js b/docs/search/properties_4.js
new file mode 100644
index 0000000..422ae75
--- /dev/null
+++ b/docs/search/properties_4.js
@@ -0,0 +1,35 @@
+var searchData=
+[
+ ['edg',['EDG',['../class_chummer_1_1_character.html#a9bc70b87b528db4d5168300bce821e6a',1,'Chummer::Character']]],
+ ['editimprovementobject',['EditImprovementObject',['../class_chummer_1_1frm_create_improvement.html#a34988afa1779d8812c3e8864c2c8cdfd',1,'Chummer::frmCreateImprovement']]],
+ ['enabled',['Enabled',['../class_chummer_1_1_improvement.html#ae52cff8057f8a12ec2de312ac8c040cb',1,'Chummer::Improvement']]],
+ ['enablestack',['EnableStack',['../class_chummer_1_1frm_select_gear.html#a80ae2498ebe32c6cfb2ed5108216a180',1,'Chummer::frmSelectGear']]],
+ ['enforcecapacity',['EnforceCapacity',['../class_chummer_1_1_character_options.html#a2a82ff70c5c98426cde3167509aaca65',1,'Chummer::CharacterOptions']]],
+ ['enforcemaximumskillratingmodifier',['EnforceMaximumSkillRatingModifier',['../class_chummer_1_1_character_options.html#a03b58c32c4535873461291e89554eb99',1,'Chummer::CharacterOptions']]],
+ ['entertainment',['Entertainment',['../class_chummer_1_1_lifestyle.html#a28b15b78c3898b78da6661ea589f4976',1,'Chummer::Lifestyle']]],
+ ['entitytype',['EntityType',['../class_chummer_1_1_spirit.html#adce902fd5d85e8795fb75fd2dcae0f46',1,'Chummer.Spirit.EntityType()'],['../class_chummer_1_1_contact.html#abfea39309213bcad83a6e9ebff8e74e4',1,'Chummer.Contact.EntityType()'],['../class_chummer_1_1_contact_control.html#a84f14ac84a81d097003acc039798eb43',1,'Chummer.ContactControl.EntityType()'],['../class_chummer_1_1_spirit_control.html#af0ad746719c865d58272156b82de12b2',1,'Chummer.SpiritControl.EntityType()']]],
+ ['equipped',['Equipped',['../class_chummer_1_1_armor_mod.html#ac4b1837ca126275b005152fc89707a25',1,'Chummer.ArmorMod.Equipped()'],['../class_chummer_1_1_armor.html#a2e53578a9154188856e79f8efe69fdda',1,'Chummer.Armor.Equipped()'],['../class_chummer_1_1_gear.html#ab9e7c43333a98a4aa88301b425a8fa6f',1,'Chummer.Gear.Equipped()']]],
+ ['ergonomicprogramlimit',['ErgonomicProgramLimit',['../class_chummer_1_1_character_options.html#a7f1c07b5b6676fcfd12b33221ff31656',1,'Chummer::CharacterOptions']]],
+ ['ess',['ESS',['../class_chummer_1_1_character.html#a79af896d34bb5fdc03d7d3836de6db83',1,'Chummer.Character.ESS()'],['../class_chummer_1_1_cyberware.html#a67b755954800b3b37ba08bf84c4b256f',1,'Chummer.Cyberware.ESS()']]],
+ ['essdiscount',['ESSDiscount',['../class_chummer_1_1_cyberware.html#a4186443b49ca3b741645687c6a8e44cd',1,'Chummer::Cyberware']]],
+ ['essence',['Essence',['../class_chummer_1_1_character.html#aa667375bb0f3cbe53a9b73178160613b',1,'Chummer.Character.Essence()'],['../class_chummer_1_1_grade.html#ae58aac1ee1029d7678096561cd8b544f',1,'Chummer.Grade.Essence()']]],
+ ['essenceatspecialstart',['EssenceAtSpecialStart',['../class_chummer_1_1_character.html#a597ca358a75dee6565e1342b7301d1c1',1,'Chummer::Character']]],
+ ['essencedecimals',['EssenceDecimals',['../class_chummer_1_1_character_options.html#ad2779c104b4d7c95cd5b015049b9b7f7',1,'Chummer::CharacterOptions']]],
+ ['essencehole',['EssenceHole',['../class_chummer_1_1_character.html#a0178278627b03122202bad3722582bc7',1,'Chummer::Character']]],
+ ['essencemaximum',['EssenceMaximum',['../class_chummer_1_1_character.html#ae85004c342f3769b0a78d42282765850',1,'Chummer::Character']]],
+ ['essencepenalty',['EssencePenalty',['../class_chummer_1_1_character.html#ac6193315f48714db0d38fb9a6603745a',1,'Chummer::Character']]],
+ ['esslossreducesmaximumonly',['ESSLossReducesMaximumOnly',['../class_chummer_1_1_character_options.html#a7f65c5b13bbf0feac13d41ea4552b9c8',1,'Chummer::CharacterOptions']]],
+ ['exceednegativequalities',['ExceedNegativeQualities',['../class_chummer_1_1_character_options.html#a42122253b8d4071401fb0b5f9d3187f3',1,'Chummer::CharacterOptions']]],
+ ['exceednegativequalitieslimit',['ExceedNegativeQualitiesLimit',['../class_chummer_1_1_character_options.html#abefcda47d955e3abfc0e84e6e3065b0d',1,'Chummer::CharacterOptions']]],
+ ['exceedpositivequalities',['ExceedPositiveQualities',['../class_chummer_1_1_character_options.html#a4f9f74add6a691d6275291dfd92c0d39',1,'Chummer::CharacterOptions']]],
+ ['exclude',['Exclude',['../class_chummer_1_1_improvement.html#a676ddcd42484d4ee1750378d11fefe14',1,'Chummer::Improvement']]],
+ ['excludecategory',['ExcludeCategory',['../class_chummer_1_1frm_select_skill.html#abe5ac6457cff129c450ab782bcfb1f70',1,'Chummer.frmSelectSkill.ExcludeCategory()'],['../class_chummer_1_1frm_select_skill_group.html#aed2b4a8671a253446a73405b4a0724ab',1,'Chummer.frmSelectSkillGroup.ExcludeCategory()']]],
+ ['excludelimbslot',['ExcludeLimbSlot',['../class_chummer_1_1_character_options.html#af2d4883f3dae26c0ba5f291f9bca30d5',1,'Chummer::CharacterOptions']]],
+ ['excludeskillgroup',['ExcludeSkillGroup',['../class_chummer_1_1frm_select_skill.html#aa05a5aaf855fa8865e07792967789c00',1,'Chummer::frmSelectSkill']]],
+ ['exoticskill',['ExoticSkill',['../class_chummer_1_1_skill.html#a15b8dc47d24aed241d8895bfe9430500',1,'Chummer::Skill']]],
+ ['expenseentries',['ExpenseEntries',['../class_chummer_1_1_character.html#a9131f6a88cbaddde83598ee52294e099',1,'Chummer::Character']]],
+ ['extendanydetectionspell',['ExtendAnyDetectionSpell',['../class_chummer_1_1_character_options.html#aee013c40b665bbda32438658586b78c7',1,'Chummer::CharacterOptions']]],
+ ['extended',['Extended',['../class_chummer_1_1_spell.html#ae34704467fb061af7adc2a8f14550a44',1,'Chummer.Spell.Extended()'],['../class_chummer_1_1frm_select_spell.html#a595df050496be6802fb1a85e90096a65',1,'Chummer.frmSelectSpell.Extended()']]],
+ ['extra',['Extra',['../class_chummer_1_1_armor_mod.html#a4c3bf6c600359d80fa57faab20b7c678',1,'Chummer.ArmorMod.Extra()'],['../class_chummer_1_1_armor.html#a63de388cad547422dd260ab62c2f6164',1,'Chummer.Armor.Extra()'],['../class_chummer_1_1_weapon_mod.html#af27502d5890418af6f641366b5cfa5f0',1,'Chummer.WeaponMod.Extra()'],['../class_chummer_1_1_gear.html#a9414af79a869363c09f8c4d02ee0f092',1,'Chummer.Gear.Extra()'],['../class_chummer_1_1_vehicle_mod.html#ab2b3fb7fe77895c35b59f7e7e6dfac60',1,'Chummer.VehicleMod.Extra()'],['../class_chummer_1_1_expense_undo.html#ade08e7e551cf8d28bd180de4733e2e15',1,'Chummer.ExpenseUndo.Extra()'],['../class_chummer_1_1_quality.html#afbd37cb9f1a2898ceaaa82ef10ed7720',1,'Chummer.Quality.Extra()'],['../class_chummer_1_1_spell.html#ace700a734708bd47ac7980f174e4f022',1,'Chummer.Spell.Extra()'],['../class_chummer_1_1_power.html#abd44c20e6d83e2b22fa3314559198e35',1,'Chummer.Power.Extra()'],['../class_chummer_1_1_tech_program.html#a1f85166987441d51a5c1b6ae55a0a7e1',1,'Chummer.TechProgram.Extra()'],['../class_chummer_1_1_tech_program_option.html#a4a4a32bd7b082b4baa0c3cd43f6ea370',1,'Chummer.TechProgramOption.Extra()'],['../class_chummer_1_1_critter_power.html#aeacc9c80aecadbf00fa8de0f3db9ce02',1,'Chummer.CritterPower.Extra()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#a4ce53b85439e22389d86b17f0092d145',1,'Chummer.frmLifestyleNuyen.Extra()'],['../class_chummer_1_1_power_control.html#afdaf0a7779a5fd24fb5e2e3c83450e45',1,'Chummer.PowerControl.Extra()']]],
+ ['eyes',['Eyes',['../class_chummer_1_1_character.html#a77d468ddbbd58c11d52b7c3da4dddb99',1,'Chummer::Character']]]
+];
diff --git a/docs/search/properties_5.html b/docs/search/properties_5.html
new file mode 100644
index 0000000..1eb986a
--- /dev/null
+++ b/docs/search/properties_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_5.js b/docs/search/properties_5.js
new file mode 100644
index 0000000..33e5d30
--- /dev/null
+++ b/docs/search/properties_5.js
@@ -0,0 +1,26 @@
+var searchData=
+[
+ ['filename',['FileName',['../class_chummer_1_1_character.html#ac6933ab3041cce1b8c5b483a4a2e521e',1,'Chummer.Character.FileName()'],['../class_chummer_1_1_spirit.html#a70974581f9ec5ba52cd8366538acf4dc',1,'Chummer.Spirit.FileName()'],['../class_chummer_1_1_contact.html#a3bf0ddaac63e0112133ce19e123c7d17',1,'Chummer.Contact.FileName()']]],
+ ['firewall',['Firewall',['../class_chummer_1_1_character.html#a2e577a2f4d45826806545dc2a0c96448',1,'Chummer.Character.Firewall()'],['../class_chummer_1_1_gear.html#a358aaa82973d3ea57adaa2aec9789233',1,'Chummer.Gear.Firewall()'],['../class_chummer_1_1_commlink.html#a598b5efcddc4c17404df3dbc4f8410fa',1,'Chummer.Commlink.Firewall()'],['../class_chummer_1_1_operating_system.html#a18927f651f221a5ec2efeea5e1073402',1,'Chummer.OperatingSystem.Firewall()'],['../class_chummer_1_1_vehicle_mod.html#a9a52d22111dd4df15ccce9327142f4cf',1,'Chummer.VehicleMod.Firewall()'],['../class_chummer_1_1_vehicle.html#aa4f5a3790d416cc1f6ac407ab334347a',1,'Chummer.Vehicle.Firewall()']]],
+ ['fly',['Fly',['../class_chummer_1_1_character.html#afbddc9996f22c4670aae4b85df27403f',1,'Chummer::Character']]],
+ ['foci',['Foci',['../class_chummer_1_1_character.html#adccb31ee2f424a9b7fcad829ee75b76a',1,'Chummer::Character']]],
+ ['forbiddencostmultiplier',['ForbiddenCostMultiplier',['../class_chummer_1_1_character_options.html#ac810d4287c270571964d4f02f28df216',1,'Chummer::CharacterOptions']]],
+ ['force',['Force',['../class_chummer_1_1_spirit.html#a9e8d8e78c31bfaba9b46a0efed5ec48d',1,'Chummer.Spirit.Force()'],['../class_chummer_1_1_spirit_control.html#af9859d93163ed37dc84854a131bbca94',1,'Chummer.SpiritControl.Force()']]],
+ ['forcecategory',['ForceCategory',['../class_chummer_1_1frm_select_quality.html#a8342df76ed8753d89d3573415dd641e5',1,'Chummer::frmSelectQuality']]],
+ ['forcedvalue',['ForcedValue',['../class_chummer_1_1_improvement_manager.html#a5aaec0e8c142afad39739ca6c05178fb',1,'Chummer.ImprovementManager.ForcedValue()'],['../class_chummer_1_1frm_select_martial_art.html#abb139271457960d4d14befcb4c19f174',1,'Chummer.frmSelectMartialArt.ForcedValue()']]],
+ ['forcegrade',['ForceGrade',['../class_chummer_1_1_cyberware.html#a25997a9fd17911cfb7b3be51aeca5d9e',1,'Chummer::Cyberware']]],
+ ['forceitem',['ForceItem',['../class_chummer_1_1frm_select_item.html#a958b34de346f148c043a1222fca1ca58',1,'Chummer::frmSelectItem']]],
+ ['forcemaximum',['ForceMaximum',['../class_chummer_1_1_spirit_control.html#ad168ab66eacfbf28a0776bd11336847a',1,'Chummer::SpiritControl']]],
+ ['forcespellname',['ForceSpellName',['../class_chummer_1_1frm_select_spell.html#a72a2450e4b242138095112b2813d648b',1,'Chummer::frmSelectSpell']]],
+ ['forcetransgenic',['ForceTransgenic',['../class_chummer_1_1frm_select_cyberware.html#a5a3ff9a222b638ef19860cd6ea934044',1,'Chummer::frmSelectCyberware']]],
+ ['free',['Free',['../class_chummer_1_1_contact.html#a28734fbed2b8082ac255bdc1fe13d10f',1,'Chummer.Contact.Free()'],['../class_chummer_1_1_contact_control.html#a03a0df0a97ebc0859ac6d2a67341729a',1,'Chummer.ContactControl.Free()'],['../class_chummer_1_1frm_select_contact_connection.html#a8690d6fa90a57aa882ef005fb70c882b',1,'Chummer.frmSelectContactConnection.Free()']]],
+ ['freecontacts',['FreeContacts',['../class_chummer_1_1_character_options.html#ada23cc69b0b09c8843feef1c9102f1b0',1,'Chummer::CharacterOptions']]],
+ ['freecontactsflat',['FreeContactsFlat',['../class_chummer_1_1_character_options.html#a061567a9ee40de9318b657d0f9a13217',1,'Chummer::CharacterOptions']]],
+ ['freecontactsflatnumber',['FreeContactsFlatNumber',['../class_chummer_1_1_character_options.html#adbfcb356fb8bba7acbfa1a22ea4594e7',1,'Chummer::CharacterOptions']]],
+ ['freecontactsmultiplier',['FreeContactsMultiplier',['../class_chummer_1_1_character_options.html#af115852bc4f914e1f574c8ea6f00656c',1,'Chummer::CharacterOptions']]],
+ ['freecost',['FreeCost',['../class_chummer_1_1frm_select_armor.html#a004501973fbf0d076604c5c9b9ea93d9',1,'Chummer.frmSelectArmor.FreeCost()'],['../class_chummer_1_1frm_select_armor_mod.html#aa65172607435b6cca4f01bdd9ce77fc2',1,'Chummer.frmSelectArmorMod.FreeCost()'],['../class_chummer_1_1frm_select_cyberware.html#a4b6c387b60c6e25a0513b6bd21d48d39',1,'Chummer.frmSelectCyberware.FreeCost()'],['../class_chummer_1_1frm_select_gear.html#af629614e249a3cd69ed8491e807d363c',1,'Chummer.frmSelectGear.FreeCost()'],['../class_chummer_1_1frm_select_nexus.html#a7542891b6aca69fd3a7d0ab97bd30569',1,'Chummer.frmSelectNexus.FreeCost()'],['../class_chummer_1_1frm_select_quality.html#a9219c6305b92b5934aa4b83a75fb5317',1,'Chummer.frmSelectQuality.FreeCost()'],['../class_chummer_1_1frm_select_vehicle.html#addb097493097e203ec06d715d59a6744',1,'Chummer.frmSelectVehicle.FreeCost()'],['../class_chummer_1_1frm_select_vehicle_mod.html#a9d02c38f26ac8b4d27154a959df1e833',1,'Chummer.frmSelectVehicleMod.FreeCost()'],['../class_chummer_1_1frm_select_weapon.html#a2b883a06bc6359265f5d7332efdc7bdb',1,'Chummer.frmSelectWeapon.FreeCost()'],['../class_chummer_1_1frm_select_weapon_accessory.html#ad6517a30c482934698b2b2db89167f1f',1,'Chummer.frmSelectWeaponAccessory.FreeCost()']]],
+ ['freekarmaknowledge',['FreeKarmaKnowledge',['../class_chummer_1_1_character_options.html#ab36f7849f67797230a6ac1a80c294112',1,'Chummer::CharacterOptions']]],
+ ['freespiritpowerpointsmag',['FreeSpiritPowerPointsMAG',['../class_chummer_1_1_character_options.html#aa5606f6924d950a2906bedd605530cbf',1,'Chummer::CharacterOptions']]],
+ ['fullburst',['FullBurst',['../class_chummer_1_1_weapon.html#ab7793e43c0392d7ebbca96c6d85a16ee',1,'Chummer.Weapon.FullBurst()'],['../class_chummer_1_1_weapon_mod.html#afefbfdd8c28225885e903e16e48170c6',1,'Chummer.WeaponMod.FullBurst()']]],
+ ['fullname',['FullName',['../class_chummer_1_1_power.html#aabb975e442d228532d79da74ab0a0a61',1,'Chummer::Power']]]
+];
diff --git a/docs/search/properties_6.html b/docs/search/properties_6.html
new file mode 100644
index 0000000..ddcc527
--- /dev/null
+++ b/docs/search/properties_6.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_6.js b/docs/search/properties_6.js
new file mode 100644
index 0000000..b5c476c
--- /dev/null
+++ b/docs/search/properties_6.js
@@ -0,0 +1,16 @@
+var searchData=
+[
+ ['gamenotes',['GameNotes',['../class_chummer_1_1_character.html#a5dc48c99b87aa07f1f0655a0805f9c3c',1,'Chummer::Character']]],
+ ['gear',['Gear',['../class_chummer_1_1_character.html#a03700c9fd236ad90865372bf3e217eff',1,'Chummer.Character.Gear()'],['../class_chummer_1_1_armor.html#a42dca208c9a52425f9e068fb23ed11c2',1,'Chummer.Armor.Gear()'],['../class_chummer_1_1_cyberware.html#aa450439d262775267211884f4a4787a9',1,'Chummer.Cyberware.Gear()'],['../class_chummer_1_1_weapon_accessory.html#a2301b089650f863ebe0581489eccbcd1',1,'Chummer.WeaponAccessory.Gear()'],['../class_chummer_1_1_vehicle.html#ad904b4bff372507e37e888e61af83979',1,'Chummer.Vehicle.Gear()'],['../class_chummer_1_1_stacked_focus.html#a27af4f31a7093643b83d54a15b05070c',1,'Chummer.StackedFocus.Gear()'],['../class_chummer_1_1frm_select_item.html#a8675f9859851da59c874f294f7295298',1,'Chummer.frmSelectItem.Gear()']]],
+ ['gearid',['GearId',['../class_chummer_1_1_focus.html#a60fda60a61de5f630cb450877c0cd5f0',1,'Chummer.Focus.GearId()'],['../class_chummer_1_1_stacked_focus.html#a2d8a0478b8d4e4e136a8170282d32d70',1,'Chummer.StackedFocus.GearId()']]],
+ ['gearname',['GearName',['../class_chummer_1_1_gear.html#a9e6a082622a4d6fa099cf3fd8f9b2e10',1,'Chummer::Gear']]],
+ ['generalitems',['GeneralItems',['../class_chummer_1_1frm_select_item.html#a08fcc470509a0e2494b9124410758367',1,'Chummer::frmSelectItem']]],
+ ['genetechcostmultiplier',['GenetechCostMultiplier',['../class_chummer_1_1frm_select_cyberware.html#ab593f918fd678afc67231e63ccec2db0',1,'Chummer::frmSelectCyberware']]],
+ ['grade',['Grade',['../class_chummer_1_1_cyberware.html#a76302a7ccd3a54ef81b84ea7e0b33819',1,'Chummer.Cyberware.Grade()'],['../class_chummer_1_1_initiation_grade.html#ac00af9d7ce078d90e73a655356696cad',1,'Chummer.InitiationGrade.Grade()']]],
+ ['group',['Group',['../class_chummer_1_1_contact.html#a06efe0c498d5fc05750a8ef50f160e3d',1,'Chummer.Contact.Group()'],['../class_chummer_1_1_initiation_grade.html#a83167eb8a996f6ccf7f99f11f6c99abe',1,'Chummer.InitiationGrade.Group()']]],
+ ['groupmember',['GroupMember',['../class_chummer_1_1_character.html#a8881f237479f5a1ca4341f0b84131fe7',1,'Chummer::Character']]],
+ ['groupname',['GroupName',['../class_chummer_1_1_character.html#a631ec60dd5066df010d8e849f0a550ef',1,'Chummer.Character.GroupName()'],['../class_chummer_1_1_contact.html#ae810530af15dd7b395792e950ad715f4',1,'Chummer.Contact.GroupName()'],['../class_chummer_1_1frm_select_contact_connection.html#a0ab37585fedd99b142f4b403ee660290',1,'Chummer.frmSelectContactConnection.GroupName()'],['../class_chummer_1_1_skill_group_control.html#ab799bc9ad5e648b49cc38eb7df73e947',1,'Chummer.SkillGroupControl.GroupName()']]],
+ ['groupnotes',['GroupNotes',['../class_chummer_1_1_character.html#a4e18259a338266979e59f1e6b85d4b73',1,'Chummer::Character']]],
+ ['grouprating',['GroupRating',['../class_chummer_1_1_contact_control.html#a46c41c97037fef0991c10d9f0077c1ab',1,'Chummer.ContactControl.GroupRating()'],['../class_chummer_1_1_skill_group_control.html#aa92c35b1a37fac4a0c9a5e82019fbe24',1,'Chummer.SkillGroupControl.GroupRating()']]],
+ ['groupratingmaximum',['GroupRatingMaximum',['../class_chummer_1_1_skill_group_control.html#a7a93249aee3e6784076e05ecf362e88d',1,'Chummer::SkillGroupControl']]]
+];
diff --git a/docs/search/properties_7.html b/docs/search/properties_7.html
new file mode 100644
index 0000000..53945ef
--- /dev/null
+++ b/docs/search/properties_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_7.js b/docs/search/properties_7.js
new file mode 100644
index 0000000..766805f
--- /dev/null
+++ b/docs/search/properties_7.js
@@ -0,0 +1,17 @@
+var searchData=
+[
+ ['hacked',['Hacked',['../class_chummer_1_1frm_select_gear.html#a00a3ecdd7f6492c5d09c9f23273cf5b1',1,'Chummer::frmSelectGear']]],
+ ['hair',['Hair',['../class_chummer_1_1_character.html#acd94187cdd58268b9cb225cd62f02049',1,'Chummer::Character']]],
+ ['handling',['Handling',['../class_chummer_1_1_vehicle.html#a8d4e2dddbae2f03a71a56544aaea71ed',1,'Chummer::Vehicle']]],
+ ['hascombatskills',['HasCombatSkills',['../class_chummer_1_1_skill_group.html#ad94bc69b680c15dc999786657c671850',1,'Chummer.SkillGroup.HasCombatSkills()'],['../class_chummer_1_1_skill_group_control.html#afd166fc5565b0606254c3bd9ff5ec7ab',1,'Chummer.SkillGroupControl.HasCombatSkills()']]],
+ ['hasmagicalskills',['HasMagicalSkills',['../class_chummer_1_1_skill_group.html#aa7cb99d73da06126873a764c725a48a0',1,'Chummer.SkillGroup.HasMagicalSkills()'],['../class_chummer_1_1_skill_group_control.html#a9e21cb34b661697b5b15f40a583a0b2f',1,'Chummer.SkillGroupControl.HasMagicalSkills()']]],
+ ['hasmodifiers',['HasModifiers',['../class_chummer_1_1_attribute.html#a7e3f0f5f66fe14f9a3a701729a5191ce',1,'Chummer::Attribute']]],
+ ['hasmodularelectronics',['HasModularElectronics',['../class_chummer_1_1frm_select_vehicle_mod.html#afda6c6b7fb1c27de66b288e18a990dd6',1,'Chummer::frmSelectVehicleMod']]],
+ ['hasphysicalskills',['HasPhysicalSkills',['../class_chummer_1_1_skill_group.html#af11133540fac8fac1d06d02f165400f2',1,'Chummer.SkillGroup.HasPhysicalSkills()'],['../class_chummer_1_1_skill_group_control.html#a9a2dfbd8cd8cc859c459004b3572a85e',1,'Chummer.SkillGroupControl.HasPhysicalSkills()']]],
+ ['hasresonanceskills',['HasResonanceSkills',['../class_chummer_1_1_skill_group.html#acb677cb42806dbbca7719fd45e68b413',1,'Chummer.SkillGroup.HasResonanceSkills()'],['../class_chummer_1_1_skill_group_control.html#a6ab2a8a3422a21eb64e71b55695a3a5a',1,'Chummer.SkillGroupControl.HasResonanceSkills()']]],
+ ['hassocialskills',['HasSocialSkills',['../class_chummer_1_1_skill_group.html#a6f71b1b832187c111de8397144570498',1,'Chummer.SkillGroup.HasSocialSkills()'],['../class_chummer_1_1_skill_group_control.html#a9ddc58d6b667a3bcea93494bf014b1e0',1,'Chummer.SkillGroupControl.HasSocialSkills()']]],
+ ['hastechnicalskills',['HasTechnicalSkills',['../class_chummer_1_1_skill_group.html#a20b52bbc873f2d67bd5128baa5dc47bd',1,'Chummer.SkillGroup.HasTechnicalSkills()'],['../class_chummer_1_1_skill_group_control.html#a7ff004e55ed88ab8181c7098658a4d58',1,'Chummer.SkillGroupControl.HasTechnicalSkills()']]],
+ ['hasvehicleskills',['HasVehicleSkills',['../class_chummer_1_1_skill_group.html#a5763a0c43a19aee1ffd65022756e0a79',1,'Chummer.SkillGroup.HasVehicleSkills()'],['../class_chummer_1_1_skill_group_control.html#a9f1a51048062c20675e78ddfb4664698',1,'Chummer.SkillGroupControl.HasVehicleSkills()']]],
+ ['height',['Height',['../class_chummer_1_1_character.html#a70136f61f06c864a46b4281c2955287e',1,'Chummer::Character']]],
+ ['homenode',['HomeNode',['../class_chummer_1_1_gear.html#a1af2ba29b9aca2f03646657d7c5c85f5',1,'Chummer.Gear.HomeNode()'],['../class_chummer_1_1_vehicle.html#a3116c946fd9c3f38579d96704d90ae38',1,'Chummer.Vehicle.HomeNode()']]]
+];
diff --git a/docs/search/properties_8.html b/docs/search/properties_8.html
new file mode 100644
index 0000000..73d3931
--- /dev/null
+++ b/docs/search/properties_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_8.js b/docs/search/properties_8.js
new file mode 100644
index 0000000..144ff5b
--- /dev/null
+++ b/docs/search/properties_8.js
@@ -0,0 +1,42 @@
+var searchData=
+[
+ ['ignorearmorencumbrance',['IgnoreArmorEncumbrance',['../class_chummer_1_1_character_options.html#ad9ee7d79fc47f6c93abab220388b6f48',1,'Chummer::CharacterOptions']]],
+ ['ignorequality',['IgnoreQuality',['../class_chummer_1_1frm_select_quality.html#a7b7913cd78868552167e2fdfba0bfc9d',1,'Chummer::frmSelectQuality']]],
+ ['ignorerules',['IgnoreRules',['../class_chummer_1_1_character.html#a413ea400697c9e840dbc41e76bdd3d5a',1,'Chummer::Character']]],
+ ['impact',['Impact',['../class_chummer_1_1_armor_mod.html#a659c771ceee1ff0590d116792379bbde',1,'Chummer.ArmorMod.Impact()'],['../class_chummer_1_1_armor.html#ae91aaaa95fb366121a165502def0b510',1,'Chummer.Armor.Impact()']]],
+ ['impactarmorencumbrance',['ImpactArmorEncumbrance',['../class_chummer_1_1_character.html#ad2f6fa1b970d0c24e333a54c47d5a97a',1,'Chummer::Character']]],
+ ['impactarmorrating',['ImpactArmorRating',['../class_chummer_1_1_character.html#ad04c6f31bb0a7a81ae743fcd018b3a81',1,'Chummer::Character']]],
+ ['impactdamage',['ImpactDamage',['../class_chummer_1_1_armor.html#a2b9f39b6a9739d6c15110b4c1f5dcd65',1,'Chummer::Armor']]],
+ ['improvedname',['ImprovedName',['../class_chummer_1_1_improvement.html#a0f1efc33d46fa5236943520e61a50ad2',1,'Chummer::Improvement']]],
+ ['improvementgroups',['ImprovementGroups',['../class_chummer_1_1_character.html#a42e8e6d2498d9dc16bb90115dc3a27ba',1,'Chummer::Character']]],
+ ['improvements',['Improvements',['../class_chummer_1_1_character.html#a8bd153381ad22c34d5c3f405bf924ad5',1,'Chummer::Character']]],
+ ['improvesource',['ImproveSource',['../class_chummer_1_1_improvement.html#afc357c7f57dec73d711730d7354e2abc',1,'Chummer::Improvement']]],
+ ['improvetype',['ImproveType',['../class_chummer_1_1_improvement.html#a591c78d0581a2e12a20abfde10c03245',1,'Chummer::Improvement']]],
+ ['includedinarmor',['IncludedInArmor',['../class_chummer_1_1_armor_mod.html#a784f3a181fae4ca577077df60850a985',1,'Chummer::ArmorMod']]],
+ ['includedinparent',['IncludedInParent',['../class_chummer_1_1_gear.html#a9f35acf40e211abdd6eb94dea00b89ad',1,'Chummer::Gear']]],
+ ['includedinvehicle',['IncludedInVehicle',['../class_chummer_1_1_vehicle_mod.html#a38f42d864e235df21f095e041e4be3a0',1,'Chummer::VehicleMod']]],
+ ['includedinweapon',['IncludedInWeapon',['../class_chummer_1_1_weapon.html#a8d4f2cf9b0d44b310627d16de39d126c',1,'Chummer.Weapon.IncludedInWeapon()'],['../class_chummer_1_1_weapon_accessory.html#a1508b2d3e1303a28a0e8f690410bc226',1,'Chummer.WeaponAccessory.IncludedInWeapon()'],['../class_chummer_1_1_weapon_mod.html#aec5f16f50e6e608b5c1456eb885c2bda',1,'Chummer.WeaponMod.IncludedInWeapon()']]],
+ ['infirm',['Infirm',['../class_chummer_1_1_character.html#a22c83f826297ea134e27f2a6f4a9e432',1,'Chummer::Character']]],
+ ['inherentprogram',['InherentProgram',['../class_chummer_1_1frm_select_gear.html#a8c60effd744f11df6778f3e753373219',1,'Chummer::frmSelectGear']]],
+ ['ini',['INI',['../class_chummer_1_1_character.html#a82e5364d52beeb38cd6ba2138d1a5b90',1,'Chummer::Character']]],
+ ['initiategrade',['InitiateGrade',['../class_chummer_1_1_character.html#adf0d008ea1f5f10914fe0fc8ce1bad8c',1,'Chummer::Character']]],
+ ['initiationenabled',['InitiationEnabled',['../class_chummer_1_1_character.html#a8958ff370a005c2152bfc3478db59a6c',1,'Chummer::Character']]],
+ ['initiationgrades',['InitiationGrades',['../class_chummer_1_1_character.html#a5d99737638e3c8764135421b60994483',1,'Chummer::Character']]],
+ ['initiative',['Initiative',['../class_chummer_1_1_character.html#a39edbb49cdee8316a8c1d6903cd63b26',1,'Chummer::Character']]],
+ ['initiativepasses',['InitiativePasses',['../class_chummer_1_1_character.html#a9c522eb170a27099eecb1183eb72b9a8',1,'Chummer::Character']]],
+ ['inputfile',['InputFile',['../class_chummer_1_1frm_select_vehicle_mod.html#a69d507064c80aab6f369d233aba8aa30',1,'Chummer::frmSelectVehicleMod']]],
+ ['installed',['Installed',['../class_chummer_1_1_weapon.html#a87dbfb13426847e167a2f080c2a38378',1,'Chummer.Weapon.Installed()'],['../class_chummer_1_1_weapon_accessory.html#af23e160804af918d8256d34a391cff6c',1,'Chummer.WeaponAccessory.Installed()'],['../class_chummer_1_1_weapon_mod.html#a278a9547cea725aa10c9834b1cbe969b',1,'Chummer.WeaponMod.Installed()'],['../class_chummer_1_1_vehicle_mod.html#a4f621f997073d32958ebf052a8f6907f',1,'Chummer.VehicleMod.Installed()']]],
+ ['instance',['Instance',['../class_chummer_1_1_language_manager.html#a7ce8e52f0a6b98ea84a4ec0919f431f8',1,'Chummer.LanguageManager.Instance()'],['../class_chummer_1_1_global_options.html#adc065e4954f747a5b8c281003035a2c9',1,'Chummer.GlobalOptions.Instance()'],['../class_chummer_1_1_xml_manager.html#ad4c425ac86e61c63c12fd02b802c3b6d',1,'Chummer.XmlManager.Instance()']]],
+ ['int',['INT',['../class_chummer_1_1_character.html#a12baaf720eaecdae4c0c97ae6307c2d2',1,'Chummer::Character']]],
+ ['internalid',['InternalId',['../class_chummer_1_1_armor_mod.html#a84e8d6ef6156e7b6607b7b3f2a192bb3',1,'Chummer.ArmorMod.InternalId()'],['../class_chummer_1_1_armor.html#ada20adaf582f293cc6c2445d29f74a2d',1,'Chummer.Armor.InternalId()'],['../class_chummer_1_1_cyberware.html#ab91e755f4be39efbc52d1cdafcd22c69',1,'Chummer.Cyberware.InternalId()'],['../class_chummer_1_1_weapon.html#a5f652413ec39e0a2ea569b3ec0146ab4',1,'Chummer.Weapon.InternalId()'],['../class_chummer_1_1_weapon_accessory.html#a2d1892fc4ddc7f54a128a37122533cfb',1,'Chummer.WeaponAccessory.InternalId()'],['../class_chummer_1_1_weapon_mod.html#a4a61e056cf9b962ec10ff26d735e61cc',1,'Chummer.WeaponMod.InternalId()'],['../class_chummer_1_1_lifestyle.html#a2b009fa765bb527e75b96d65d77b8500',1,'Chummer.Lifestyle.InternalId()'],['../class_chummer_1_1_gear.html#a174ff53b14f9c07a136357fad3923688',1,'Chummer.Gear.InternalId()'],['../class_chummer_1_1_vehicle_mod.html#abb094e5ae498e77e9e45848027431981',1,'Chummer.VehicleMod.InternalId()'],['../class_chummer_1_1_vehicle.html#abacb69a2ea5c87b6557c314b0c448dc6',1,'Chummer.Vehicle.InternalId()'],['../class_chummer_1_1_expense_log_entry.html#a698f0f5dc470f56cf22fd21ada3033a5',1,'Chummer.ExpenseLogEntry.InternalId()'],['../class_chummer_1_1_quality.html#a7905a9ce87fb53b4e7b3cd4d33ced25d',1,'Chummer.Quality.InternalId()'],['../class_chummer_1_1_spell.html#a9445041baaad58f9d272506c1ab4479e',1,'Chummer.Spell.InternalId()'],['../class_chummer_1_1_focus.html#a0a55e4089d03959c71cea4a90fe748a0',1,'Chummer.Focus.InternalId()'],['../class_chummer_1_1_stacked_focus.html#ab35e2c0dbd79c5b40edcb97806248886',1,'Chummer.StackedFocus.InternalId()'],['../class_chummer_1_1_metamagic.html#a027d03d076096749640cf0b599599de5',1,'Chummer.Metamagic.InternalId()'],['../class_chummer_1_1_power.html#a7d1017d66e987446f93f3b8f2005de31',1,'Chummer.Power.InternalId()'],['../class_chummer_1_1_tech_program.html#a98f4a9e39a3bfe26b194a3294f80002a',1,'Chummer.TechProgram.InternalId()'],['../class_chummer_1_1_tech_program_option.html#ae5779e056dacac66a82b54fd31ffb723',1,'Chummer.TechProgramOption.InternalId()'],['../class_chummer_1_1_martial_art_advantage.html#a999f7389a2df7446ab685a2c7739474b',1,'Chummer.MartialArtAdvantage.InternalId()'],['../class_chummer_1_1_martial_art_maneuver.html#adf93f7dc8dfc8e4acb9ab6c400f20f09',1,'Chummer.MartialArtManeuver.InternalId()'],['../class_chummer_1_1_critter_power.html#ade42e8012f9e83e39a3802688b7813ad',1,'Chummer.CritterPower.InternalId()'],['../class_chummer_1_1_initiation_grade.html#abddb418054a0ff699af9741603eb8076',1,'Chummer.InitiationGrade.InternalId()'],['../class_chummer_1_1_calendar_week.html#a1015436c5e934e5206b429c734dd42ba',1,'Chummer.CalendarWeek.InternalId()']]],
+ ['isactive',['IsActive',['../class_chummer_1_1_commlink.html#addfb8a91b363a7328cec584ffec7fdef',1,'Chummer::Commlink']]],
+ ['iscritter',['IsCritter',['../class_chummer_1_1_character.html#a3d3d097160b6f1f755d465dba7eb8e1f',1,'Chummer::Character']]],
+ ['isenabled',['IsEnabled',['../class_chummer_1_1_skill_group_control.html#a9e0f76e3e616649aa00819ab32f886b8',1,'Chummer::SkillGroupControl']]],
+ ['isergonomic',['IsErgonomic',['../class_chummer_1_1_gear.html#aca99569f8aa2dc65822b592664f2ffa3',1,'Chummer::Gear']]],
+ ['isfreesprite',['IsFreeSprite',['../class_chummer_1_1_character.html#a64bd094afcdbc65bb4233d9746c8378d',1,'Chummer::Character']]],
+ ['isgrouped',['IsGrouped',['../class_chummer_1_1_skill.html#a181fca1756b33043f823fecf3c80c0d9',1,'Chummer.Skill.IsGrouped()'],['../class_chummer_1_1_skill_control.html#a5f6ad54491be422627566410fc1508e3',1,'Chummer.SkillControl.IsGrouped()']]],
+ ['islivingpersona',['IsLivingPersona',['../class_chummer_1_1_commlink.html#aca8623ad70b8da9600a45582b8d70abf',1,'Chummer::Commlink']]],
+ ['isprogram',['IsProgram',['../class_chummer_1_1_gear.html#a9f3b3b143ac2273004a24e8c3451c4bf',1,'Chummer::Gear']]],
+ ['issprite',['IsSprite',['../class_chummer_1_1_character.html#a1409fa3c989a36fdd4ed3660662d2ce6',1,'Chummer::Character']]],
+ ['isunderbarrelweapon',['IsUnderbarrelWeapon',['../class_chummer_1_1_weapon.html#aea92779aa038f45adcb8e5f013f4a5ad',1,'Chummer::Weapon']]]
+];
diff --git a/docs/search/properties_9.html b/docs/search/properties_9.html
new file mode 100644
index 0000000..7f39706
--- /dev/null
+++ b/docs/search/properties_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_9.js b/docs/search/properties_9.js
new file mode 100644
index 0000000..a678505
--- /dev/null
+++ b/docs/search/properties_9.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['judgeintentions',['JudgeIntentions',['../class_chummer_1_1_character.html#a2ac3879f99cac50c838a3483878b306e',1,'Chummer::Character']]]
+];
diff --git a/docs/search/properties_a.html b/docs/search/properties_a.html
new file mode 100644
index 0000000..38e36d9
--- /dev/null
+++ b/docs/search/properties_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_a.js b/docs/search/properties_a.js
new file mode 100644
index 0000000..ae82610
--- /dev/null
+++ b/docs/search/properties_a.js
@@ -0,0 +1,47 @@
+var searchData=
+[
+ ['karma',['Karma',['../class_chummer_1_1_character.html#aea161b10e5703e6256b20edea8b8b3e7',1,'Chummer::Character']]],
+ ['karmaanchoringfocus',['KarmaAnchoringFocus',['../class_chummer_1_1_character_options.html#a9584288cb3a02a0110eb0447004aa890',1,'Chummer::CharacterOptions']]],
+ ['karmaattribute',['KarmaAttribute',['../class_chummer_1_1_character_options.html#acf9138ebf932d89d4d8068c35c38c834',1,'Chummer::CharacterOptions']]],
+ ['karmabanishingfocus',['KarmaBanishingFocus',['../class_chummer_1_1_character_options.html#ab09f63dbb0cce1a615b4f74c691e24df',1,'Chummer::CharacterOptions']]],
+ ['karmabindingfocus',['KarmaBindingFocus',['../class_chummer_1_1_character_options.html#a4faabc17c0f6cd354410d4891175c09f',1,'Chummer::CharacterOptions']]],
+ ['karmacarryover',['KarmaCarryover',['../class_chummer_1_1_character_options.html#a6d1f9d20b9ed621a1f45bd0de1922858',1,'Chummer::CharacterOptions']]],
+ ['karmacenteringfocus',['KarmaCenteringFocus',['../class_chummer_1_1_character_options.html#af024d36dd0d5f3c51d7bf37202a81612',1,'Chummer::CharacterOptions']]],
+ ['karmacomplexformoption',['KarmaComplexFormOption',['../class_chummer_1_1_character_options.html#a0f0c08b7f1afcd7e4218043236bb1dc2',1,'Chummer::CharacterOptions']]],
+ ['karmacomplexformskillsoft',['KarmaComplexFormSkillsoft',['../class_chummer_1_1_character_options.html#ae8611483bcf0771bd648b89e9c3250ea',1,'Chummer::CharacterOptions']]],
+ ['karmacontact',['KarmaContact',['../class_chummer_1_1_character_options.html#ad221f374f1a21af79036096b6568a061',1,'Chummer::CharacterOptions']]],
+ ['karmacost',['KarmaCost',['../class_chummer_1_1_initiation_grade.html#ae59cdb608f5e65162a0b73bf5b5c57e5',1,'Chummer::InitiationGrade']]],
+ ['karmacounterspellingfocus',['KarmaCounterspellingFocus',['../class_chummer_1_1_character_options.html#a7b861f2e5912df3fd1c05312d97571dc',1,'Chummer::CharacterOptions']]],
+ ['karmadiviningfocus',['KarmaDiviningFocus',['../class_chummer_1_1_character_options.html#ab0c4a91c87dab1e76e0eaad1b04c9406',1,'Chummer::CharacterOptions']]],
+ ['karmadowsingfocus',['KarmaDowsingFocus',['../class_chummer_1_1_character_options.html#a03de837464a8a5bffef7999fefc59cb4',1,'Chummer::CharacterOptions']]],
+ ['karmaimproveactiveskill',['KarmaImproveActiveSkill',['../class_chummer_1_1_character_options.html#a0e8b926f9b6e892b7c514790f19cb7ff',1,'Chummer::CharacterOptions']]],
+ ['karmaimprovecomplexform',['KarmaImproveComplexForm',['../class_chummer_1_1_character_options.html#a12f4219dbcdcb7d83bea25d84dda9430',1,'Chummer::CharacterOptions']]],
+ ['karmaimproveknowledgeskill',['KarmaImproveKnowledgeSkill',['../class_chummer_1_1_character_options.html#a39fe39761ecae4e27e950cf5827ee555',1,'Chummer::CharacterOptions']]],
+ ['karmaimproveskillgroup',['KarmaImproveSkillGroup',['../class_chummer_1_1_character_options.html#abbec07657fe63254a2548b791ab45ad9',1,'Chummer::CharacterOptions']]],
+ ['karmainfusionfocus',['KarmaInfusionFocus',['../class_chummer_1_1_character_options.html#a7df93f1b6b9126671c75c53d656cb9ca',1,'Chummer::CharacterOptions']]],
+ ['karmainitiation',['KarmaInitiation',['../class_chummer_1_1_character_options.html#a91c054bdad0edc4d959b372a9aa1e797',1,'Chummer::CharacterOptions']]],
+ ['karmajoingroup',['KarmaJoinGroup',['../class_chummer_1_1_character_options.html#a6375fdda8731ee5b9334eb09f745b8da',1,'Chummer::CharacterOptions']]],
+ ['karmaleavegroup',['KarmaLeaveGroup',['../class_chummer_1_1_character_options.html#abb3116112f8cc4c58b6816798f632399',1,'Chummer::CharacterOptions']]],
+ ['karmamaneuver',['KarmaManeuver',['../class_chummer_1_1_character_options.html#a2d942374aa4f0065e5c98f8d582b375c',1,'Chummer::CharacterOptions']]],
+ ['karmamaskingfocus',['KarmaMaskingFocus',['../class_chummer_1_1_character_options.html#aa1e9636b10561c87ef89daa8c04a17e2',1,'Chummer::CharacterOptions']]],
+ ['karmametamagic',['KarmaMetamagic',['../class_chummer_1_1_character_options.html#a7261deb86f160fddd61cab634204fc6a',1,'Chummer::CharacterOptions']]],
+ ['karmanewactiveskill',['KarmaNewActiveSkill',['../class_chummer_1_1_character_options.html#accd2909541ec62fec16dbc374f46c9a1',1,'Chummer::CharacterOptions']]],
+ ['karmanewcomplexform',['KarmaNewComplexForm',['../class_chummer_1_1_character_options.html#a4add134d2a1dc2c21a79e464e9a74f79',1,'Chummer::CharacterOptions']]],
+ ['karmanewknowledgeskill',['KarmaNewKnowledgeSkill',['../class_chummer_1_1_character_options.html#a9dbec51d12905894f9a283437d2cfbf3',1,'Chummer::CharacterOptions']]],
+ ['karmanewskillgroup',['KarmaNewSkillGroup',['../class_chummer_1_1_character_options.html#a9320364743000447af715ef0750fbbef',1,'Chummer::CharacterOptions']]],
+ ['karmanuyenper',['KarmaNuyenPer',['../class_chummer_1_1_character_options.html#a83cd3a30838085947ff82bdb2ea234c2',1,'Chummer::CharacterOptions']]],
+ ['karmapowerfocus',['KarmaPowerFocus',['../class_chummer_1_1_character_options.html#aa5d81c5d69579216846b2ad84e652427',1,'Chummer::CharacterOptions']]],
+ ['karmaquality',['KarmaQuality',['../class_chummer_1_1_character_options.html#a18d98549666a7ee2bda661e56461480b',1,'Chummer::CharacterOptions']]],
+ ['karmashieldingfocus',['KarmaShieldingFocus',['../class_chummer_1_1_character_options.html#a3a6b69726a5832c4f2d61c28ddf67aa5',1,'Chummer::CharacterOptions']]],
+ ['karmaspecialization',['KarmaSpecialization',['../class_chummer_1_1_character_options.html#a27d2690cd5b52174279c1ac7fbf1b878',1,'Chummer::CharacterOptions']]],
+ ['karmaspell',['KarmaSpell',['../class_chummer_1_1_character_options.html#a97b538bf1b9de3ba5a7b75fd74b40196',1,'Chummer::CharacterOptions']]],
+ ['karmaspellcastingfocus',['KarmaSpellcastingFocus',['../class_chummer_1_1_character_options.html#af22436a9c3abe71509507cef0a130a9e',1,'Chummer::CharacterOptions']]],
+ ['karmaspirit',['KarmaSpirit',['../class_chummer_1_1_character_options.html#a5a3a6c39a74048576aff9e3f7b285afa',1,'Chummer::CharacterOptions']]],
+ ['karmasummoningfocus',['KarmaSummoningFocus',['../class_chummer_1_1_character_options.html#a6b7e5865e3154caa89da54a842c49878',1,'Chummer::CharacterOptions']]],
+ ['karmasustainingfocus',['KarmaSustainingFocus',['../class_chummer_1_1_character_options.html#a7e260a5d6426ce3bc7015c4e8b26713d',1,'Chummer::CharacterOptions']]],
+ ['karmasymboliclinkfocus',['KarmaSymbolicLinkFocus',['../class_chummer_1_1_character_options.html#a0596daadef19fa884f5fbb19a247dce7',1,'Chummer::CharacterOptions']]],
+ ['karmatype',['KarmaType',['../class_chummer_1_1_expense_undo.html#a6680ef8bad22536ec3a6c74652020e46',1,'Chummer::ExpenseUndo']]],
+ ['karmaweaponfocus',['KarmaWeaponFocus',['../class_chummer_1_1_character_options.html#ad5a632692a2080b8dcfa09b6f71fc93e',1,'Chummer::CharacterOptions']]],
+ ['knowledgeskill',['KnowledgeSkill',['../class_chummer_1_1_skill.html#a28518812758d45c9d8b4156f853c0147',1,'Chummer.Skill.KnowledgeSkill()'],['../class_chummer_1_1_skill_control.html#a8bbdb217994cf7922ce764a6d65f7221',1,'Chummer.SkillControl.KnowledgeSkill()']]],
+ ['knowledgeskillpoints',['KnowledgeSkillPoints',['../class_chummer_1_1_character.html#ab75b477efd4900f754de5d091a86a939',1,'Chummer::Character']]]
+];
diff --git a/docs/search/properties_b.html b/docs/search/properties_b.html
new file mode 100644
index 0000000..bd0320d
--- /dev/null
+++ b/docs/search/properties_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_b.js b/docs/search/properties_b.js
new file mode 100644
index 0000000..1d88def
--- /dev/null
+++ b/docs/search/properties_b.js
@@ -0,0 +1,24 @@
+var searchData=
+[
+ ['language',['Language',['../class_chummer_1_1_global_options.html#a0c001dcbc9cdadfceb9e2717a0d8ef20',1,'Chummer::GlobalOptions']]],
+ ['levelenabled',['LevelEnabled',['../class_chummer_1_1frm_select_power.html#ae2c05c9a17e561d5f08c9471c27b8eeb',1,'Chummer.frmSelectPower.LevelEnabled()'],['../class_chummer_1_1_power_control.html#a4f3d9b09a9bc94b809f00f83a9556bd2',1,'Chummer.PowerControl.LevelEnabled()']]],
+ ['levelsenabled',['LevelsEnabled',['../class_chummer_1_1_power.html#a3d817d5de486f95d2fd4026c47877357',1,'Chummer::Power']]],
+ ['lifestylename',['LifestyleName',['../class_chummer_1_1_lifestyle.html#aa448d97fa4a8b66773957ce8beece288',1,'Chummer::Lifestyle']]],
+ ['lifestyles',['Lifestyles',['../class_chummer_1_1_character.html#a8c21db9a8bcbe5dae976727adc112621',1,'Chummer::Character']]],
+ ['liftandcarry',['LiftAndCarry',['../class_chummer_1_1_character.html#a7e5c4a9a43d38900bf16c8a03d6d1126',1,'Chummer::Character']]],
+ ['limbcount',['LimbCount',['../class_chummer_1_1_character_options.html#a54f495432adfbd6eee68f559083d446f',1,'Chummer::CharacterOptions']]],
+ ['limbslot',['LimbSlot',['../class_chummer_1_1_cyberware.html#ae037f296701380525c208c39a072a5c2',1,'Chummer::Cyberware']]],
+ ['limit',['Limit',['../class_chummer_1_1_vehicle_mod.html#a5fdb4de24125f072423748944380bf89',1,'Chummer::VehicleMod']]],
+ ['limitcategory',['LimitCategory',['../class_chummer_1_1frm_select_spell.html#a80b1d5993476a001f4fbe3dea0a2847d',1,'Chummer::frmSelectSpell']]],
+ ['limited',['Limited',['../class_chummer_1_1_spell.html#aab8f397c3d1e543652607cae2cf5108a',1,'Chummer.Spell.Limited()'],['../class_chummer_1_1frm_select_spell.html#a0d9f8f9096c8d510b6251a747de82733',1,'Chummer.frmSelectSpell.Limited()']]],
+ ['limitselection',['LimitSelection',['../class_chummer_1_1_improvement_manager.html#a97fc5fd610776cc34a53fd94228af294',1,'Chummer::ImprovementManager']]],
+ ['limittoskill',['LimitToSkill',['../class_chummer_1_1frm_select_skill.html#a4c161882b74d894d7268700ac4fda7dc',1,'Chummer::frmSelectSkill']]],
+ ['loaded',['Loaded',['../class_chummer_1_1_language_manager.html#a226a59be2efda19eb6583adec67abd11',1,'Chummer::LanguageManager']]],
+ ['loading',['Loading',['../class_chummer_1_1frm_career.html#a581d37380eba38bbf5ac41ac33aa8959',1,'Chummer.frmCareer.Loading()'],['../class_chummer_1_1frm_create.html#af53676499952642eb7ed4461c8117c81',1,'Chummer.frmCreate.Loading()']]],
+ ['localisedupdatesonly',['LocalisedUpdatesOnly',['../class_chummer_1_1_global_options.html#a3008231d9719e8e3e044bafb72e3ad70',1,'Chummer::GlobalOptions']]],
+ ['location',['Location',['../class_chummer_1_1_armor.html#a2fec60eaf1c16e21897b9e42bd53055d',1,'Chummer.Armor.Location()'],['../class_chummer_1_1_cyberware.html#a6b58bdd053dc3ccde0a8eb199b0dde60',1,'Chummer.Cyberware.Location()'],['../class_chummer_1_1_weapon.html#acfb4aff3ea00558d3379896ca54129b1',1,'Chummer.Weapon.Location()'],['../class_chummer_1_1_gear.html#a8955228a31d1fc3d664066c1f2bdce35',1,'Chummer.Gear.Location()']]],
+ ['locations',['Locations',['../class_chummer_1_1_character.html#a7706694dc471c6df555ae50b46202c09',1,'Chummer.Character.Locations()'],['../class_chummer_1_1_vehicle.html#a99bad9cafda7c7608d89ca229d919d29',1,'Chummer.Vehicle.Locations()']]],
+ ['log',['LOG',['../class_chummer_1_1_character.html#a4588c5f8529c7b7cf974029a71fb60f9',1,'Chummer::Character']]],
+ ['loyalty',['Loyalty',['../class_chummer_1_1_contact.html#ab4ee4ee4d1c162a6a3625963694effe7',1,'Chummer::Contact']]],
+ ['loyaltyrating',['LoyaltyRating',['../class_chummer_1_1_contact_control.html#acef3b092930571beb0b7c4780c6c1195',1,'Chummer::ContactControl']]]
+];
diff --git a/docs/search/properties_c.html b/docs/search/properties_c.html
new file mode 100644
index 0000000..a307dc0
--- /dev/null
+++ b/docs/search/properties_c.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_c.js b/docs/search/properties_c.js
new file mode 100644
index 0000000..27fb32a
--- /dev/null
+++ b/docs/search/properties_c.js
@@ -0,0 +1,64 @@
+var searchData=
+[
+ ['mag',['MAG',['../class_chummer_1_1_character.html#a406a309b1c0ca57f935f77df0d7eca19',1,'Chummer::Character']]],
+ ['magadept',['MAGAdept',['../class_chummer_1_1_character.html#aaa7a4a7cafc69207a605b4d6ca640a7e',1,'Chummer::Character']]],
+ ['magenabled',['MAGEnabled',['../class_chummer_1_1_character.html#aec5d1d1c424715518013b0a992d3660c',1,'Chummer::Character']]],
+ ['magicalresources',['MagicalResources',['../class_chummer_1_1_contact.html#af104c00d22a53cf8b519f6f7f86ade80',1,'Chummer.Contact.MagicalResources()'],['../class_chummer_1_1frm_select_contact_connection.html#a27c8c3f5fb6d07c8502234e435d03c4f',1,'Chummer.frmSelectContactConnection.MagicalResources()']]],
+ ['magicalresourcesrating',['MagicalResourcesRating',['../class_chummer_1_1_contact_control.html#ab1d59dec2772b0882a36cedd876554d7',1,'Chummer::ContactControl']]],
+ ['magicianenabled',['MagicianEnabled',['../class_chummer_1_1_character.html#afbac7c1d6703f2afd89725b1926b5038',1,'Chummer::Character']]],
+ ['magictradition',['MagicTradition',['../class_chummer_1_1_character.html#afb8c2d488173ef208fcb6315c4d410fc',1,'Chummer::Character']]],
+ ['magmagician',['MAGMagician',['../class_chummer_1_1_character.html#a9430de75d1187ad9b6024629569c7c9c',1,'Chummer::Character']]],
+ ['mainform',['MainForm',['../class_chummer_1_1_global_options.html#aff28aaaaa1358080bdcfd8e7c61837e3',1,'Chummer::GlobalOptions']]],
+ ['maneuver',['Maneuver',['../class_chummer_1_1_vehicle.html#a30af4abc5d45fc8399cf6ad81e92d2de',1,'Chummer::Vehicle']]],
+ ['markup',['Markup',['../class_chummer_1_1frm_select_armor.html#ac3040a9343ea77d465aa9dcd67ce9e86',1,'Chummer.frmSelectArmor.Markup()'],['../class_chummer_1_1frm_select_armor_mod.html#a56396337ebd1d8d3c7905f22808045d1',1,'Chummer.frmSelectArmorMod.Markup()'],['../class_chummer_1_1frm_select_gear.html#aa398d29d525a44e3abcdb18c4a67fb31',1,'Chummer.frmSelectGear.Markup()'],['../class_chummer_1_1frm_select_vehicle.html#a58e951afa0cdac83b95fe5533541d9e6',1,'Chummer.frmSelectVehicle.Markup()'],['../class_chummer_1_1frm_select_vehicle_mod.html#afc4c94fa2db2b7ec2b3e9a2eb20afaea',1,'Chummer.frmSelectVehicleMod.Markup()'],['../class_chummer_1_1frm_select_weapon.html#a58850b5ed4cf096e0c4bc73bbc6abcca',1,'Chummer.frmSelectWeapon.Markup()'],['../class_chummer_1_1frm_select_weapon_accessory.html#aed8361c45f6935fea683c3bf64476192',1,'Chummer.frmSelectWeaponAccessory.Markup()']]],
+ ['martialart',['MartialArt',['../class_chummer_1_1frm_select_martial_art_advantage.html#a2c8deeff6dedf356ea1c03c2d47986ed',1,'Chummer::frmSelectMartialArtAdvantage']]],
+ ['martialartmaneuvers',['MartialArtManeuvers',['../class_chummer_1_1_character.html#adbeb2f6342028a6dfd42ceae722518f1',1,'Chummer::Character']]],
+ ['martialarts',['MartialArts',['../class_chummer_1_1_character.html#a0fcdf0a8b4a1d82ceff1f36755d5aa83',1,'Chummer::Character']]],
+ ['matrixinitiative',['MatrixInitiative',['../class_chummer_1_1_character.html#af6215e7820140e7960e3afeb6608bdc7',1,'Chummer::Character']]],
+ ['matrixinitiativepasses',['MatrixInitiativePasses',['../class_chummer_1_1_character.html#aaef235c2ce76779c6cd2de7205771a56',1,'Chummer::Character']]],
+ ['matrixresources',['MatrixResources',['../class_chummer_1_1_contact.html#abf70634a54941a29feec9a9ef36d268f',1,'Chummer.Contact.MatrixResources()'],['../class_chummer_1_1frm_select_contact_connection.html#adf567ab3b769e4ec461b55ec0bc1410b',1,'Chummer.frmSelectContactConnection.MatrixResources()']]],
+ ['matrixresourcesrating',['MatrixResourcesRating',['../class_chummer_1_1_contact_control.html#a509f1ca2e89947e906733211ad112c8c',1,'Chummer::ContactControl']]],
+ ['maxarmor',['MaxArmor',['../class_chummer_1_1_vehicle.html#acd6528f3c1b45c95cd8e30b1dccaee5d',1,'Chummer::Vehicle']]],
+ ['maximum',['Maximum',['../class_chummer_1_1_improvement.html#a85fcfb67f17d6675c94134c0e92b8257',1,'Chummer.Improvement.Maximum()'],['../class_chummer_1_1frm_select_number.html#adfb8b941c7dd509ea523b8798a230c93',1,'Chummer.frmSelectNumber.Maximum()']]],
+ ['maximumarmormodifications',['MaximumArmorModifications',['../class_chummer_1_1_character_options.html#a34e04478416f6862664b928a6c2d611b',1,'Chummer::CharacterOptions']]],
+ ['maximumavailability',['MaximumAvailability',['../class_chummer_1_1_character.html#a8f72a3a78f8177391fc6adde29a77e7c',1,'Chummer::Character']]],
+ ['maximumcapacity',['MaximumCapacity',['../class_chummer_1_1frm_select_cyberware.html#a5ea0e372ba1374db3fc2ebdaa96742e9',1,'Chummer.frmSelectCyberware.MaximumCapacity()'],['../class_chummer_1_1frm_select_gear.html#ae2ba7a96f5f3ca10e06b274e94bf95e7',1,'Chummer.frmSelectGear.MaximumCapacity()']]],
+ ['maximummodifiers',['MaximumModifiers',['../class_chummer_1_1_attribute.html#a478e14f64e0de061f8b24a06686d6c3a',1,'Chummer::Attribute']]],
+ ['maximumrating',['MaximumRating',['../class_chummer_1_1_armor_mod.html#aa39b47e318eafc51befa40c637739ff1',1,'Chummer::ArmorMod']]],
+ ['maxlevels',['MaxLevels',['../class_chummer_1_1_power.html#ad0a7dbfe7cd9f8bb089c19c5ff680dc4',1,'Chummer.Power.MaxLevels()'],['../class_chummer_1_1_power_control.html#a28f0e2f43c02df1c76daae78427753cd',1,'Chummer.PowerControl.MaxLevels()']]],
+ ['maxrating',['MaxRating',['../class_chummer_1_1_cyberware.html#a0eb3c66dc65e769669cbba6f201d0673',1,'Chummer.Cyberware.MaxRating()'],['../class_chummer_1_1_gear.html#a7f56f84446c8c6742729298fb3216f7e',1,'Chummer.Gear.MaxRating()'],['../class_chummer_1_1_vehicle_mod.html#ae34ea9646aee3ee2605325381aa416e9',1,'Chummer.VehicleMod.MaxRating()'],['../class_chummer_1_1_tech_program.html#ad3468d30637edc83fb36699511f013cd',1,'Chummer.TechProgram.MaxRating()'],['../class_chummer_1_1_tech_program_option.html#a32f91893f442af1576c7caa72fb1e6db',1,'Chummer.TechProgramOption.MaxRating()']]],
+ ['maxskillrating',['MaxSkillRating',['../class_chummer_1_1_character.html#a250428ab53441d5995bbf4d16f23faa7',1,'Chummer::Character']]],
+ ['membership',['Membership',['../class_chummer_1_1_contact.html#a5077a12ed27c629f88c6011e3c345d6d',1,'Chummer.Contact.Membership()'],['../class_chummer_1_1frm_select_contact_connection.html#a7b6f731a9b16fab97102a95740e5f8ba',1,'Chummer.frmSelectContactConnection.Membership()']]],
+ ['membershiprating',['MembershipRating',['../class_chummer_1_1_contact_control.html#a84b75f7562c48d78cb270b4d512e3117',1,'Chummer::ContactControl']]],
+ ['memory',['Memory',['../class_chummer_1_1_character.html#a5e42d8dcb98fc7495876b13e768eee54',1,'Chummer::Character']]],
+ ['metamagics',['Metamagics',['../class_chummer_1_1_character.html#addafe6fe40c50c2370878f27025b72ca',1,'Chummer::Character']]],
+ ['metatype',['Metatype',['../class_chummer_1_1_character.html#a209558e65fa023c18aa90e60c4fd4c0b',1,'Chummer::Character']]],
+ ['metatypeaugmentedmaximum',['MetatypeAugmentedMaximum',['../class_chummer_1_1_attribute.html#a31db887209a1db7d3169c8ec9ceb9fef',1,'Chummer::Attribute']]],
+ ['metatypebp',['MetatypeBP',['../class_chummer_1_1_character.html#a30a6618f8c469e42c54971a365515c85',1,'Chummer::Character']]],
+ ['metatypecategory',['MetatypeCategory',['../class_chummer_1_1_character.html#af5a0288b8aed641c5f75c3376204437a',1,'Chummer::Character']]],
+ ['metatypecostskarma',['MetatypeCostsKarma',['../class_chummer_1_1_character_options.html#a753ff8db92b64687ba890f22e8014e44',1,'Chummer::CharacterOptions']]],
+ ['metatypecostskarmamultiplier',['MetatypeCostsKarmaMultiplier',['../class_chummer_1_1_character_options.html#a70976e10ea8b5395586a82b7331ba5c7',1,'Chummer::CharacterOptions']]],
+ ['metatypemaximum',['MetatypeMaximum',['../class_chummer_1_1_attribute.html#acac4071dee8136f6379176e9f88bf3da',1,'Chummer::Attribute']]],
+ ['metatypeminimum',['MetatypeMinimum',['../class_chummer_1_1_attribute.html#a0a618fc7dab67e2adaf017262526f0d2',1,'Chummer::Attribute']]],
+ ['metavariant',['Metavariant',['../class_chummer_1_1_character.html#a58294f8d5988f8e62cd38a304015264d',1,'Chummer::Character']]],
+ ['minimum',['Minimum',['../class_chummer_1_1_improvement.html#a00a242c3ffdeaa11e839a537fed14ab2',1,'Chummer.Improvement.Minimum()'],['../class_chummer_1_1frm_select_number.html#a65f4eb20b93c86cbf2490d29def16381',1,'Chummer.frmSelectNumber.Minimum()']]],
+ ['minimummodifiers',['MinimumModifiers',['../class_chummer_1_1_attribute.html#a28f48ed30acc49b20d62635aea4bd3b5',1,'Chummer::Attribute']]],
+ ['minrating',['MinRating',['../class_chummer_1_1_cyberware.html#a63e5789d748d2d37404682d316ec92fa',1,'Chummer.Cyberware.MinRating()'],['../class_chummer_1_1_gear.html#a6d68796a46939bc27d113f5c9fe70aec',1,'Chummer.Gear.MinRating()']]],
+ ['modcostmultiplier',['ModCostMultiplier',['../class_chummer_1_1_weapon_mod.html#a7cb8f59e532fa80079fc06d6afa532cb',1,'Chummer::WeaponMod']]],
+ ['mode',['Mode',['../class_chummer_1_1_weapon.html#aa8b3cb6e83ebed06d5fce2367a4938be',1,'Chummer.Weapon.Mode()'],['../class_chummer_1_1frm_expense.html#a38972e95d9324e359fab8883319a7898',1,'Chummer.frmExpense.Mode()']]],
+ ['modmultiplier',['ModMultiplier',['../class_chummer_1_1_weapon.html#a65f84f51ee787f4c2d061ba74e4dc7de',1,'Chummer.Weapon.ModMultiplier()'],['../class_chummer_1_1frm_select_vehicle_mod.html#aa8838f4f3a4b649aa3f67fc28ce5555b',1,'Chummer.frmSelectVehicleMod.ModMultiplier()']]],
+ ['mods',['Mods',['../class_chummer_1_1_vehicle.html#a241414f5281d7c88ee4daf526d092b59',1,'Chummer::Vehicle']]],
+ ['month',['Month',['../class_chummer_1_1_calendar_week.html#ad57074b0a009f40cb3ae3f65faf5c905',1,'Chummer::CalendarWeek']]],
+ ['months',['Months',['../class_chummer_1_1_lifestyle.html#ad7cc68adb6c99748865586bfa2607c87',1,'Chummer::Lifestyle']]],
+ ['monthweek',['MonthWeek',['../class_chummer_1_1_calendar_week.html#ae27dff19b4741a893a80e01415b1ec97',1,'Chummer::CalendarWeek']]],
+ ['morelethalgameplay',['MoreLethalGameplay',['../class_chummer_1_1_character_options.html#a750a0a5fcaf1192390c3770f5cabc78e',1,'Chummer::CharacterOptions']]],
+ ['mount',['Mount',['../class_chummer_1_1_weapon_accessory.html#a8e0a9e20f2dc092ca014c564901d2815',1,'Chummer::WeaponAccessory']]],
+ ['movement',['Movement',['../class_chummer_1_1_character.html#a9655f3ae98e3497e656abaab671babdc',1,'Chummer::Character']]],
+ ['mugshot',['Mugshot',['../class_chummer_1_1_character.html#ad28755ca2cd7b00f4940b2bd96e0d793',1,'Chummer::Character']]],
+ ['multipliablecost',['MultipliableCost',['../class_chummer_1_1_weapon.html#a25d553269a2b84b28bf90600dbf2c5ff',1,'Chummer::Weapon']]],
+ ['multiplier',['Multiplier',['../class_chummer_1_1_lifestyle.html#a20de22ef48a503d505c6ed4659553525',1,'Chummer.Lifestyle.Multiplier()'],['../class_chummer_1_1frm_lifestyle_nuyen.html#a56541a62e9585f95b6d07eb11401e6cc',1,'Chummer.frmLifestyleNuyen.Multiplier()']]],
+ ['multiplyforbiddencost',['MultiplyForbiddenCost',['../class_chummer_1_1_character_options.html#ab7af341948fbe6af00c2a800230f15d3',1,'Chummer::CharacterOptions']]],
+ ['multiplyrestrictedcost',['MultiplyRestrictedCost',['../class_chummer_1_1_character_options.html#ab7ab07ac6ac11128c2d15aaf1cd3576c',1,'Chummer::CharacterOptions']]],
+ ['mutantcritterbaseskills',['MutantCritterBaseSkills',['../class_chummer_1_1_character.html#a744efc9364aae775d0e3f721829b5ea9',1,'Chummer::Character']]],
+ ['mutantpoints',['MutantPoints',['../class_chummer_1_1_quality.html#a2944c1a608c47be59ab78478e5a5ac96',1,'Chummer::Quality']]]
+];
diff --git a/docs/search/properties_d.html b/docs/search/properties_d.html
new file mode 100644
index 0000000..d398dfe
--- /dev/null
+++ b/docs/search/properties_d.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_d.js b/docs/search/properties_d.js
new file mode 100644
index 0000000..cd0ca3c
--- /dev/null
+++ b/docs/search/properties_d.js
@@ -0,0 +1,15 @@
+var searchData=
+[
+ ['name',['Name',['../class_chummer_1_1_character.html#a35dbde60426b6e71e29dcc6714569b4f',1,'Chummer.Character.Name()'],['../class_chummer_1_1_armor_mod.html#ad02875417e719566ccca047744178c74',1,'Chummer.ArmorMod.Name()'],['../class_chummer_1_1_armor.html#a8db57b2bc6c2ef0a9a694e25f0485a28',1,'Chummer.Armor.Name()'],['../class_chummer_1_1_grade.html#ad775a2ad04d2caa274897154e2137daa',1,'Chummer.Grade.Name()'],['../class_chummer_1_1_cyberware.html#af59696c7a166206f0c5b92541b4b289b',1,'Chummer.Cyberware.Name()'],['../class_chummer_1_1_weapon.html#a76e9eb94836c1f5d15cac84f480141e1',1,'Chummer.Weapon.Name()'],['../class_chummer_1_1_weapon_accessory.html#ad5b33d332c8ab6fc49453ce285fd8e01',1,'Chummer.WeaponAccessory.Name()'],['../class_chummer_1_1_weapon_mod.html#a8e2ab62ca19ef9c57249dcf57336b4e7',1,'Chummer.WeaponMod.Name()'],['../class_chummer_1_1_lifestyle.html#a0a7a760705d6beb78ac2b0e68a1682b2',1,'Chummer.Lifestyle.Name()'],['../class_chummer_1_1_gear.html#ae83ad63d0ee10e6d87f390f6d800e2a5',1,'Chummer.Gear.Name()'],['../class_chummer_1_1_vehicle_mod.html#a95426ee153c2aa2c4667c80c43d53d74',1,'Chummer.VehicleMod.Name()'],['../class_chummer_1_1_vehicle.html#ae7ae0f38ad868fb22511ed12d1a5bf80',1,'Chummer.Vehicle.Name()'],['../class_chummer_1_1_list_item.html#aaee3f2160acb759487a5fbd878c5d217',1,'Chummer.ListItem.Name()'],['../class_chummer_1_1_character_options.html#a23d0844c5b6ed5b524df066a8c36b4c7',1,'Chummer.CharacterOptions.Name()'],['../class_chummer_1_1_quality.html#aa9c5bd4e5f26a18f642ba9ebb23c9b27',1,'Chummer.Quality.Name()'],['../class_chummer_1_1_skill_group.html#aaa59ecaf8331d19ac450db194ffe7494',1,'Chummer.SkillGroup.Name()'],['../class_chummer_1_1_skill.html#afd11fe07ec1092e147e608c5657ce697',1,'Chummer.Skill.Name()'],['../class_chummer_1_1_spirit.html#abbe9e7e6f7b4dedd048c225239406f54',1,'Chummer.Spirit.Name()'],['../class_chummer_1_1_spell.html#a16c0af4a6853d08207014df59c2539b6',1,'Chummer.Spell.Name()'],['../class_chummer_1_1_focus.html#a38c3a9be373a7c3a30b152191f6ca137',1,'Chummer.Focus.Name()'],['../class_chummer_1_1_stacked_focus.html#a69e4c353f876b56544803df2dfb48308',1,'Chummer.StackedFocus.Name()'],['../class_chummer_1_1_metamagic.html#a858518437000dc0af4b50da62c4baa26',1,'Chummer.Metamagic.Name()'],['../class_chummer_1_1_power.html#a8310bb2094efd9e2563ebd6193e8188a',1,'Chummer.Power.Name()'],['../class_chummer_1_1_tech_program.html#a5980560ce32daab0dc91afa00cf382cb',1,'Chummer.TechProgram.Name()'],['../class_chummer_1_1_tech_program_option.html#a7783988de33dbd795f9d4c9786418e0e',1,'Chummer.TechProgramOption.Name()'],['../class_chummer_1_1_martial_art.html#ae78cb882f256a81a7fed60a43bc874c0',1,'Chummer.MartialArt.Name()'],['../class_chummer_1_1_martial_art_advantage.html#a80361e497c50880bdd8bd215c062d676',1,'Chummer.MartialArtAdvantage.Name()'],['../class_chummer_1_1_martial_art_maneuver.html#a4331865507525dea50e89f78ffc656d2',1,'Chummer.MartialArtManeuver.Name()'],['../class_chummer_1_1_contact.html#a568c66f6331dcd0d031ca5d2c94ad7e5',1,'Chummer.Contact.Name()'],['../class_chummer_1_1_critter_power.html#ac50fe5fed3986e8b81efc5544392e1e8',1,'Chummer.CritterPower.Name()'],['../class_chummer_1_1_mentor_spirit.html#ad0f4157c9fd0fb326db729b81d847365',1,'Chummer.MentorSpirit.Name()']]],
+ ['necessities',['Necessities',['../class_chummer_1_1_lifestyle.html#af7cbb1b2328b348d3a763bdc830bb077',1,'Chummer::Lifestyle']]],
+ ['neighborhood',['Neighborhood',['../class_chummer_1_1_lifestyle.html#a01505a6ed8b8a2da9ddebe39067f7129',1,'Chummer::Lifestyle']]],
+ ['nosinglearmorencumbrance',['NoSingleArmorEncumbrance',['../class_chummer_1_1_character_options.html#ab09dd4e9a111e5d033570e3a1d1e9d37',1,'Chummer::CharacterOptions']]],
+ ['notes',['Notes',['../class_chummer_1_1_character.html#aae7d25a68d3f7a772c02ccda2dd1588d',1,'Chummer.Character.Notes()'],['../class_chummer_1_1_armor_mod.html#a385120a60875af49fabbf14213be9d49',1,'Chummer.ArmorMod.Notes()'],['../class_chummer_1_1_armor.html#a313f4d0722e39d07538bef3d07dac639',1,'Chummer.Armor.Notes()'],['../class_chummer_1_1_cyberware.html#a6e17e0ef250c69a839ffb0ee96aa043d',1,'Chummer.Cyberware.Notes()'],['../class_chummer_1_1_weapon.html#a4919286390374f95a881d1519a51cbc5',1,'Chummer.Weapon.Notes()'],['../class_chummer_1_1_weapon_accessory.html#ae6bd44f662c4881b5e7186e053fd09a7',1,'Chummer.WeaponAccessory.Notes()'],['../class_chummer_1_1_weapon_mod.html#ab56cb7693c2e933c3813464a3a4b3b20',1,'Chummer.WeaponMod.Notes()'],['../class_chummer_1_1_lifestyle.html#addd7acca20997b7add502bed75c2bfbb',1,'Chummer.Lifestyle.Notes()'],['../class_chummer_1_1_gear.html#a0bbadd5c87c6fb8906d81814a5d5d956',1,'Chummer.Gear.Notes()'],['../class_chummer_1_1_vehicle_mod.html#a75e6a3633701ebc555ff0c4ed9d9445d',1,'Chummer.VehicleMod.Notes()'],['../class_chummer_1_1_vehicle.html#aef6773b2cdb335d02fcada8239bf11b7',1,'Chummer.Vehicle.Notes()'],['../class_chummer_1_1_improvement.html#a4aec9a542e6e3dbf6d4cb1c7a727faa6',1,'Chummer.Improvement.Notes()'],['../class_chummer_1_1_quality.html#a27900271c186e246535236a160fd0acb',1,'Chummer.Quality.Notes()'],['../class_chummer_1_1_spirit.html#a27d80e272a9858a7bf2b03ab8908cf0a',1,'Chummer.Spirit.Notes()'],['../class_chummer_1_1_spell.html#a584edd9b89903aec8ba3050d10785017',1,'Chummer.Spell.Notes()'],['../class_chummer_1_1_metamagic.html#a0e80fa391e4527a408853b0e1700f5bc',1,'Chummer.Metamagic.Notes()'],['../class_chummer_1_1_power.html#ab682589726253b3d8bc1eb4dc6079d63',1,'Chummer.Power.Notes()'],['../class_chummer_1_1_tech_program.html#adcb69f7701dc9a3e62f9607b769e8228',1,'Chummer.TechProgram.Notes()'],['../class_chummer_1_1_tech_program_option.html#a01c4bb11e643ffa21318a46c1aea595a',1,'Chummer.TechProgramOption.Notes()'],['../class_chummer_1_1_martial_art.html#ae6fdac87df68303acc13acdaafd20976',1,'Chummer.MartialArt.Notes()'],['../class_chummer_1_1_martial_art_maneuver.html#a4ec6f51d26e957f994ec23a9af91806c',1,'Chummer.MartialArtManeuver.Notes()'],['../class_chummer_1_1_contact.html#a5e91bb94d5eb648e28d753eb32155d03',1,'Chummer.Contact.Notes()'],['../class_chummer_1_1_critter_power.html#a0b0778f90b7701e9608584dc706ff1d7',1,'Chummer.CritterPower.Notes()'],['../class_chummer_1_1_initiation_grade.html#ae2c467633f453b76b7d260a8c7a78afe',1,'Chummer.InitiationGrade.Notes()'],['../class_chummer_1_1_calendar_week.html#ac1b0a32858ee21cda206342d7f38a052',1,'Chummer.CalendarWeek.Notes()'],['../class_chummer_1_1frm_notes.html#aaefb9f1d8a5bc6c0f0988fe11b57795b',1,'Chummer.frmNotes.Notes()']]],
+ ['notoriety',['Notoriety',['../class_chummer_1_1_character.html#a4c97559327823c3d044c286c0f0b0a33',1,'Chummer::Character']]],
+ ['notorietytooltip',['NotorietyTooltip',['../class_chummer_1_1_character.html#a53d74ffb4bf91f43051d87d39b19b42c',1,'Chummer::Character']]],
+ ['nuyen',['Nuyen',['../class_chummer_1_1_character.html#aa4fa21d91a9f5389efe463d941e999d5',1,'Chummer::Character']]],
+ ['nuyenbp',['NuyenBP',['../class_chummer_1_1_character.html#a2c7c1452850fe0f17b12491620bea14d',1,'Chummer::Character']]],
+ ['nuyenmaximumbp',['NuyenMaximumBP',['../class_chummer_1_1_character.html#ab3af2295b52f0fc8ef7476e9a5a39e38',1,'Chummer::Character']]],
+ ['nuyenperbp',['NuyenPerBP',['../class_chummer_1_1_character_options.html#a53c6b9d1b2fe6807ad668b46f4844d25',1,'Chummer::CharacterOptions']]],
+ ['nuyentype',['NuyenType',['../class_chummer_1_1_expense_undo.html#a8f5a08e631eb92f00881fb193627aefa',1,'Chummer::ExpenseUndo']]]
+];
diff --git a/docs/search/properties_e.html b/docs/search/properties_e.html
new file mode 100644
index 0000000..f81fd11
--- /dev/null
+++ b/docs/search/properties_e.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_e.js b/docs/search/properties_e.js
new file mode 100644
index 0000000..2f207a2
--- /dev/null
+++ b/docs/search/properties_e.js
@@ -0,0 +1,20 @@
+var searchData=
+[
+ ['objectid',['ObjectId',['../class_chummer_1_1_expense_undo.html#ad3212dedfb8c6a50fdd98e8a0db30f41',1,'Chummer::ExpenseUndo']]],
+ ['oldspecialization',['OldSpecialization',['../class_chummer_1_1_skill_control.html#acfd73bfc98ecf764c4ceb4a8db449684',1,'Chummer::SkillControl']]],
+ ['omaeautologin',['OmaeAutoLogin',['../class_chummer_1_1_global_options.html#ac7b22eeeb20b6db09b0461f3f79c289b',1,'Chummer::GlobalOptions']]],
+ ['omaepassword',['OmaePassword',['../class_chummer_1_1_global_options.html#af5a601d535e2205cdd67768ee4bed9e1',1,'Chummer::GlobalOptions']]],
+ ['omaeusername',['OmaeUserName',['../class_chummer_1_1_global_options.html#ad261eed87ed89266b5f939826a24106d',1,'Chummer::GlobalOptions']]],
+ ['omaewindow',['OmaeWindow',['../class_chummer_1_1frm_main.html#aace49bdcd4cbdc136b0b2bccd30bb1e3',1,'Chummer::frmMain']]],
+ ['onlycategory',['OnlyCategory',['../class_chummer_1_1frm_select_skill.html#a18798975c7ca9f6f75337a557d5f0981',1,'Chummer.frmSelectSkill.OnlyCategory()'],['../class_chummer_1_1frm_select_skill_category.html#a49deb0ec47502e58886f4815f81e5add',1,'Chummer.frmSelectSkillCategory.OnlyCategory()'],['../class_chummer_1_1frm_select_spell_category.html#aeb4aa88c95c202e9365ae798485d1c5f',1,'Chummer.frmSelectSpellCategory.OnlyCategory()'],['../class_chummer_1_1frm_select_weapon_category.html#af608fc0f10e75ff0f9511bb44efe099d',1,'Chummer.frmSelectWeaponCategory.OnlyCategory()']]],
+ ['onlygroup',['OnlyGroup',['../class_chummer_1_1frm_select_skill_group.html#a2fa90553bdda207c10864a0308b40d55',1,'Chummer::frmSelectSkillGroup']]],
+ ['onlyskill',['OnlySkill',['../class_chummer_1_1frm_select_skill.html#afa4665c6bd658d53a56e6ace2624b8c6',1,'Chummer::frmSelectSkill']]],
+ ['onlyskillgroup',['OnlySkillGroup',['../class_chummer_1_1frm_select_skill.html#a54a4bcd522d6f3a969bddc5c59c43577',1,'Chummer::frmSelectSkill']]],
+ ['options',['Options',['../class_chummer_1_1_character.html#a25e99d1d077db8cd1b8c456350976f32',1,'Chummer.Character.Options()'],['../class_chummer_1_1_tech_program.html#adc48299bf13b16f62b1e974bc5f0ead1',1,'Chummer.TechProgram.Options()']]],
+ ['ordeal',['Ordeal',['../class_chummer_1_1_initiation_grade.html#a3f5b4ecc0354c4690eff1b182d9e038d',1,'Chummer::InitiationGrade']]],
+ ['order',['Order',['../class_chummer_1_1_list_view_column_sorter.html#a74c3482a778b22ab470e12167fc8ce15',1,'Chummer::ListViewColumnSorter']]],
+ ['originsource',['OriginSource',['../class_chummer_1_1_quality.html#a63b89480126bef22997f47972e273aec',1,'Chummer::Quality']]],
+ ['overridespecialattributeessenceloss',['OverrideSpecialAttributeEssenceLoss',['../class_chummer_1_1_character.html#a0e04d5945df110f4bd36288577e5e2d8',1,'Chummer::Character']]],
+ ['owncost',['OwnCost',['../class_chummer_1_1_armor_mod.html#a58ef4807a68b194375eb2c3ccebea531',1,'Chummer.ArmorMod.OwnCost()'],['../class_chummer_1_1_armor.html#ae27b891e95a61194ec903272b213ae4e',1,'Chummer.Armor.OwnCost()'],['../class_chummer_1_1_cyberware.html#ae572df10cc83338fc87c9b7f3e3a1653',1,'Chummer.Cyberware.OwnCost()'],['../class_chummer_1_1_weapon.html#a0f0800b25675be8b9f5ed06a81a89e1b',1,'Chummer.Weapon.OwnCost()'],['../class_chummer_1_1_weapon_accessory.html#a312bcbce0a17ace2df0751704ce6f461',1,'Chummer.WeaponAccessory.OwnCost()'],['../class_chummer_1_1_weapon_mod.html#a5d5ab1ebef8f9623ca618e01905a3da3',1,'Chummer.WeaponMod.OwnCost()'],['../class_chummer_1_1_gear.html#af98773fc6b3067ade934f406936f95c1',1,'Chummer.Gear.OwnCost()'],['../class_chummer_1_1_vehicle_mod.html#ab82548b922263faa270d4fb77f278832',1,'Chummer.VehicleMod.OwnCost()'],['../class_chummer_1_1_vehicle.html#a186e30b125ad2e1d5cae61cb4a457ee6',1,'Chummer.Vehicle.OwnCost()']]],
+ ['ownedbyuser',['OwnedByUser',['../class_chummer_1_1_omae_record.html#af68a7eeaaee2eb98fa53728001a068b3',1,'Chummer::OmaeRecord']]]
+];
diff --git a/docs/search/properties_f.html b/docs/search/properties_f.html
new file mode 100644
index 0000000..ee2d442
--- /dev/null
+++ b/docs/search/properties_f.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/docs/search/properties_f.js b/docs/search/properties_f.js
new file mode 100644
index 0000000..8d0ec6c
--- /dev/null
+++ b/docs/search/properties_f.js
@@ -0,0 +1,35 @@
+var searchData=
+[
+ ['page',['Page',['../class_chummer_1_1_armor_mod.html#ab278acd1ba452f40c1590d14bb7296b0',1,'Chummer.ArmorMod.Page()'],['../class_chummer_1_1_armor.html#a66ceb610941fb75055d41314a3c01e67',1,'Chummer.Armor.Page()'],['../class_chummer_1_1_cyberware.html#ac19b4a92641740c20e8882611a178be7',1,'Chummer.Cyberware.Page()'],['../class_chummer_1_1_weapon.html#ae98023148c7e47b9e1d8f1beaf5d6840',1,'Chummer.Weapon.Page()'],['../class_chummer_1_1_weapon_accessory.html#ae77143011852c8dca3a5a7c443d4af2c',1,'Chummer.WeaponAccessory.Page()'],['../class_chummer_1_1_weapon_mod.html#a8ec2570f93cae3a279c0fcaabf159bb9',1,'Chummer.WeaponMod.Page()'],['../class_chummer_1_1_lifestyle.html#aaa0745c67c72ebf33c05ad84cc0f468c',1,'Chummer.Lifestyle.Page()'],['../class_chummer_1_1_gear.html#a793bf0c824ca5422ce6677453e8d5002',1,'Chummer.Gear.Page()'],['../class_chummer_1_1_vehicle_mod.html#a00382c98bc9ba949dc78ea738f96a165',1,'Chummer.VehicleMod.Page()'],['../class_chummer_1_1_vehicle.html#a42837ce4b9f3a70bb8e88259e27cda94',1,'Chummer.Vehicle.Page()'],['../class_chummer_1_1_quality.html#a3cdadd39ce84766f183a06b8eb200be9',1,'Chummer.Quality.Page()'],['../class_chummer_1_1_skill.html#ad5453443ac94c4a9ec750029a56a09ab',1,'Chummer.Skill.Page()'],['../class_chummer_1_1_spell.html#af706f18103546b00580eb2604ef1a439',1,'Chummer.Spell.Page()'],['../class_chummer_1_1_metamagic.html#a158bb5d7d3c3ded7f8dd34210d19348d',1,'Chummer.Metamagic.Page()'],['../class_chummer_1_1_power.html#a7fba3ec511b59ee0df1fb2bb37765fb4',1,'Chummer.Power.Page()'],['../class_chummer_1_1_tech_program.html#a6c292b020113c0e96f976f1941cd7a22',1,'Chummer.TechProgram.Page()'],['../class_chummer_1_1_tech_program_option.html#aef422613efc7b1e15aa3b4fbc149d321',1,'Chummer.TechProgramOption.Page()'],['../class_chummer_1_1_martial_art.html#ac216bfe5f43a25669d99f5721c8997c7',1,'Chummer.MartialArt.Page()'],['../class_chummer_1_1_martial_art_maneuver.html#ad233ef9c07e4801b121ef6b359ce7a9f',1,'Chummer.MartialArtManeuver.Page()'],['../class_chummer_1_1_critter_power.html#a0a1aec3d642ffe9b76384ed56fc819fb',1,'Chummer.CritterPower.Page()']]],
+ ['paidwithkarma',['PaidWithKarma',['../class_chummer_1_1_metamagic.html#a369cf2066e55e1fb6cae610605ddbcf9',1,'Chummer::Metamagic']]],
+ ['parent',['Parent',['../class_chummer_1_1_armor_mod.html#afdc6295787a56b3a62fd2f572ede593a',1,'Chummer.ArmorMod.Parent()'],['../class_chummer_1_1_cyberware.html#a5198c64c39b8dc93afc582fc35f893b2',1,'Chummer.Cyberware.Parent()'],['../class_chummer_1_1_weapon_accessory.html#a206be0a6e970fae25c705e31c508f788',1,'Chummer.WeaponAccessory.Parent()'],['../class_chummer_1_1_weapon_mod.html#acc825a300ec2c6822a7d078b1bf71207',1,'Chummer.WeaponMod.Parent()'],['../class_chummer_1_1_gear.html#a0ac4cd1d34012e6e689ae9d118dd6cc2',1,'Chummer.Gear.Parent()']]],
+ ['pdfapppath',['PDFAppPath',['../class_chummer_1_1_global_options.html#a92a18223eb9d8bd460b68820ed14eb46',1,'Chummer::GlobalOptions']]],
+ ['percentage',['Percentage',['../class_chummer_1_1_lifestyle.html#a05af7512a1e817bbc840b136887339bb',1,'Chummer::Lifestyle']]],
+ ['physicalcm',['PhysicalCM',['../class_chummer_1_1_character.html#a68db87092cd7266c7c8e05bcf0ea5375',1,'Chummer.Character.PhysicalCM()'],['../class_chummer_1_1_vehicle.html#a4bf73ee44dd7cf6289589ec93ed95b9b',1,'Chummer.Vehicle.PhysicalCM()']]],
+ ['physicalcmfilled',['PhysicalCMFilled',['../class_chummer_1_1_character.html#a6d858dca37663a70b654273ba179f67b',1,'Chummer.Character.PhysicalCMFilled()'],['../class_chummer_1_1_vehicle.html#ac78af976a0e6794abae0fb3451f2956e',1,'Chummer.Vehicle.PhysicalCMFilled()']]],
+ ['pilot',['Pilot',['../class_chummer_1_1_vehicle_mod.html#a584778dd3efb49017d455fd557bd4e3f',1,'Chummer.VehicleMod.Pilot()'],['../class_chummer_1_1_vehicle.html#a5e80e7580dabc0b0b402a3e48245c584',1,'Chummer.Vehicle.Pilot()']]],
+ ['playername',['PlayerName',['../class_chummer_1_1_character.html#a18f29aa4f31c5759f8f984ad2d280985',1,'Chummer::Character']]],
+ ['pluginarmorcapacity',['PluginArmorCapacity',['../class_chummer_1_1_gear.html#a0cf470c7052709d9a8d6764cabf51d65',1,'Chummer::Gear']]],
+ ['plugincapacity',['PluginCapacity',['../class_chummer_1_1_gear.html#ad0497a4d19f434bc6a713019220d0008',1,'Chummer::Gear']]],
+ ['pointsperlevel',['PointsPerLevel',['../class_chummer_1_1_power.html#a595b3f34bff4d7d42a2f7f1ad4f81864',1,'Chummer.Power.PointsPerLevel()'],['../class_chummer_1_1frm_select_power.html#a6825c85277ce50b9cc18486b5581be3b',1,'Chummer.frmSelectPower.PointsPerLevel()'],['../class_chummer_1_1_power_control.html#a74e798ffb081091a55548ccce84d6805',1,'Chummer.PowerControl.PointsPerLevel()']]],
+ ['possessed',['Possessed',['../class_chummer_1_1_character.html#ab6b0f53fbdf7920b254a10ce6d327fb0',1,'Chummer::Character']]],
+ ['powerlevel',['PowerLevel',['../class_chummer_1_1_power_control.html#a070c9b6539fc3919c58e0281160daf29',1,'Chummer::PowerControl']]],
+ ['powername',['PowerName',['../class_chummer_1_1_power_control.html#a19b591bd194023b9724ec9109add329c',1,'Chummer::PowerControl']]],
+ ['powerobject',['PowerObject',['../class_chummer_1_1_power_control.html#afaccb0942f6a76f9969dd3e7d99cc53a',1,'Chummer::PowerControl']]],
+ ['powerpoints',['PowerPoints',['../class_chummer_1_1_power.html#a687ae8c30e121d143c5351e09b7ef84f',1,'Chummer.Power.PowerPoints()'],['../class_chummer_1_1_critter_power.html#abbd6889e8915f657890cc3bbb98bddfa',1,'Chummer.CritterPower.PowerPoints()'],['../class_chummer_1_1frm_select_critter_power.html#a4a47a40373f70fb3269bb3abc71d6d11',1,'Chummer.frmSelectCritterPower.PowerPoints()'],['../class_chummer_1_1_power_control.html#a146f580cd629754c4c549746390b5daf',1,'Chummer.PowerControl.PowerPoints()']]],
+ ['powers',['Powers',['../class_chummer_1_1_character.html#a7c5a4434d1919fe1fe1ce33259b41377',1,'Chummer::Character']]],
+ ['printarcanaalternates',['PrintArcanaAlternates',['../class_chummer_1_1_character_options.html#aaaff54f6fa20588a56f4e0fa6b9d3a85',1,'Chummer::CharacterOptions']]],
+ ['printexpenses',['PrintExpenses',['../class_chummer_1_1_character_options.html#a38a5979a87fae2af5a2ec07eaabce28c',1,'Chummer::CharacterOptions']]],
+ ['printleadershipalternates',['PrintLeadershipAlternates',['../class_chummer_1_1_character_options.html#a59275c94b8513e56bb67b22f1bed0921',1,'Chummer::CharacterOptions']]],
+ ['printnotes',['PrintNotes',['../class_chummer_1_1_character_options.html#a89aaa778ddef5be54c224029123a2f12',1,'Chummer::CharacterOptions']]],
+ ['printskillswithzerorating',['PrintSkillsWithZeroRating',['../class_chummer_1_1_character_options.html#a3f0d735a7ff200e7a1e8102ea325a5c3',1,'Chummer::CharacterOptions']]],
+ ['printtofilefirst',['PrintToFileFirst',['../class_chummer_1_1_global_options.html#a2a4e8cc2a9c90d774877135e3b7fe20e',1,'Chummer::GlobalOptions']]],
+ ['printwindow',['PrintWindow',['../class_chummer_1_1_character.html#adafc3378fb7a30084197d39bac50ccbe',1,'Chummer::Character']]],
+ ['processorlimit',['ProcessorLimit',['../class_chummer_1_1_commlink.html#a58abba5cfc830f6a6bf52286ee32443c',1,'Chummer::Commlink']]],
+ ['programcategory',['ProgramCategory',['../class_chummer_1_1frm_select_program_option.html#a1471936115acde6068bfa59520928d3a',1,'Chummer::frmSelectProgramOption']]],
+ ['programname',['ProgramName',['../class_chummer_1_1frm_select_program_option.html#a64e90342f2a6f61aa19f5c596bedf40a',1,'Chummer::frmSelectProgramOption']]],
+ ['programtags',['ProgramTags',['../class_chummer_1_1frm_select_program_option.html#a914511f17aa9c1a27ca66230f530bbc5',1,'Chummer::frmSelectProgramOption']]],
+ ['publicawareness',['PublicAwareness',['../class_chummer_1_1_character.html#a1ee1503a9770c4db6484241e53663490',1,'Chummer::Character']]],
+ ['publicawarenesstooltip',['PublicAwarenessTooltip',['../class_chummer_1_1_character.html#a286db4c964524d07c32d66097288a74a',1,'Chummer::Character']]],
+ ['purchased',['Purchased',['../class_chummer_1_1_lifestyle.html#aa0100e44424698cbedfb2e0e7d9fad24',1,'Chummer::Lifestyle']]]
+];
diff --git a/docs/search/search.css b/docs/search/search.css
new file mode 100644
index 0000000..4d7612f
--- /dev/null
+++ b/docs/search/search.css
@@ -0,0 +1,271 @@
+/*---------------- Search Box */
+
+#FSearchBox {
+ float: left;
+}
+
+#MSearchBox {
+ white-space : nowrap;
+ position: absolute;
+ float: none;
+ display: inline;
+ margin-top: 8px;
+ right: 0px;
+ width: 170px;
+ z-index: 102;
+ background-color: white;
+}
+
+#MSearchBox .left
+{
+ display:block;
+ position:absolute;
+ left:10px;
+ width:20px;
+ height:19px;
+ background:url('search_l.png') no-repeat;
+ background-position:right;
+}
+
+#MSearchSelect {
+ display:block;
+ position:absolute;
+ width:20px;
+ height:19px;
+}
+
+.left #MSearchSelect {
+ left:4px;
+}
+
+.right #MSearchSelect {
+ right:5px;
+}
+
+#MSearchField {
+ display:block;
+ position:absolute;
+ height:19px;
+ background:url('search_m.png') repeat-x;
+ border:none;
+ width:111px;
+ margin-left:20px;
+ padding-left:4px;
+ color: #909090;
+ outline: none;
+ font: 9pt Arial, Verdana, sans-serif;
+}
+
+#FSearchBox #MSearchField {
+ margin-left:15px;
+}
+
+#MSearchBox .right {
+ display:block;
+ position:absolute;
+ right:10px;
+ top:0px;
+ width:20px;
+ height:19px;
+ background:url('search_r.png') no-repeat;
+ background-position:left;
+}
+
+#MSearchClose {
+ display: none;
+ position: absolute;
+ top: 4px;
+ background : none;
+ border: none;
+ margin: 0px 4px 0px 0px;
+ padding: 0px 0px;
+ outline: none;
+}
+
+.left #MSearchClose {
+ left: 6px;
+}
+
+.right #MSearchClose {
+ right: 2px;
+}
+
+.MSearchBoxActive #MSearchField {
+ color: #000000;
+}
+
+/*---------------- Search filter selection */
+
+#MSearchSelectWindow {
+ display: none;
+ position: absolute;
+ left: 0; top: 0;
+ border: 1px solid #90A5CE;
+ background-color: #F9FAFC;
+ z-index: 1;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+.SelectItem {
+ font: 8pt Arial, Verdana, sans-serif;
+ padding-left: 2px;
+ padding-right: 12px;
+ border: 0px;
+}
+
+span.SelectionMark {
+ margin-right: 4px;
+ font-family: monospace;
+ outline-style: none;
+ text-decoration: none;
+}
+
+a.SelectItem {
+ display: block;
+ outline-style: none;
+ color: #000000;
+ text-decoration: none;
+ padding-left: 6px;
+ padding-right: 12px;
+}
+
+a.SelectItem:focus,
+a.SelectItem:active {
+ color: #000000;
+ outline-style: none;
+ text-decoration: none;
+}
+
+a.SelectItem:hover {
+ color: #FFFFFF;
+ background-color: #3D578C;
+ outline-style: none;
+ text-decoration: none;
+ cursor: pointer;
+ display: block;
+}
+
+/*---------------- Search results window */
+
+iframe#MSearchResults {
+ width: 60ex;
+ height: 15em;
+}
+
+#MSearchResultsWindow {
+ display: none;
+ position: absolute;
+ left: 0; top: 0;
+ border: 1px solid #000;
+ background-color: #EEF1F7;
+}
+
+/* ----------------------------------- */
+
+
+#SRIndex {
+ clear:both;
+ padding-bottom: 15px;
+}
+
+.SREntry {
+ font-size: 10pt;
+ padding-left: 1ex;
+}
+
+.SRPage .SREntry {
+ font-size: 8pt;
+ padding: 1px 5px;
+}
+
+body.SRPage {
+ margin: 5px 2px;
+}
+
+.SRChildren {
+ padding-left: 3ex; padding-bottom: .5em
+}
+
+.SRPage .SRChildren {
+ display: none;
+}
+
+.SRSymbol {
+ font-weight: bold;
+ color: #425E97;
+ font-family: Arial, Verdana, sans-serif;
+ text-decoration: none;
+ outline: none;
+}
+
+a.SRScope {
+ display: block;
+ color: #425E97;
+ font-family: Arial, Verdana, sans-serif;
+ text-decoration: none;
+ outline: none;
+}
+
+a.SRSymbol:focus, a.SRSymbol:active,
+a.SRScope:focus, a.SRScope:active {
+ text-decoration: underline;
+}
+
+span.SRScope {
+ padding-left: 4px;
+}
+
+.SRPage .SRStatus {
+ padding: 2px 5px;
+ font-size: 8pt;
+ font-style: italic;
+}
+
+.SRResult {
+ display: none;
+}
+
+DIV.searchresults {
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+/*---------------- External search page results */
+
+.searchresult {
+ background-color: #F0F3F8;
+}
+
+.pages b {
+ color: white;
+ padding: 5px 5px 3px 5px;
+ background-image: url("../tab_a.png");
+ background-repeat: repeat-x;
+ text-shadow: 0 1px 1px #000000;
+}
+
+.pages {
+ line-height: 17px;
+ margin-left: 4px;
+ text-decoration: none;
+}
+
+.hl {
+ font-weight: bold;
+}
+
+#searchresults {
+ margin-bottom: 20px;
+}
+
+.searchpages {
+ margin-top: 10px;
+}
+
diff --git a/docs/search/search.js b/docs/search/search.js
new file mode 100644
index 0000000..dedce3b
--- /dev/null
+++ b/docs/search/search.js
@@ -0,0 +1,791 @@
+function convertToId(search)
+{
+ var result = '';
+ for (i=0;i do a search
+ {
+ this.Search();
+ }
+ }
+
+ this.OnSearchSelectKey = function(evt)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==40 && this.searchIndex0) // Up
+ {
+ this.searchIndex--;
+ this.OnSelectItem(this.searchIndex);
+ }
+ else if (e.keyCode==13 || e.keyCode==27)
+ {
+ this.OnSelectItem(this.searchIndex);
+ this.CloseSelectionWindow();
+ this.DOMSearchField().focus();
+ }
+ return false;
+ }
+
+ // --------- Actions
+
+ // Closes the results window.
+ this.CloseResultsWindow = function()
+ {
+ this.DOMPopupSearchResultsWindow().style.display = 'none';
+ this.DOMSearchClose().style.display = 'none';
+ this.Activate(false);
+ }
+
+ this.CloseSelectionWindow = function()
+ {
+ this.DOMSearchSelectWindow().style.display = 'none';
+ }
+
+ // Performs a search.
+ this.Search = function()
+ {
+ this.keyTimeout = 0;
+
+ // strip leading whitespace
+ var searchValue = this.DOMSearchField().value.replace(/^ +/, "");
+
+ var code = searchValue.toLowerCase().charCodeAt(0);
+ var idxChar = searchValue.substr(0, 1).toLowerCase();
+ if ( 0xD800 <= code && code <= 0xDBFF && searchValue > 1) // surrogate pair
+ {
+ idxChar = searchValue.substr(0, 2);
+ }
+
+ var resultsPage;
+ var resultsPageWithSearch;
+ var hasResultsPage;
+
+ var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
+ if (idx!=-1)
+ {
+ var hexCode=idx.toString(16);
+ resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html';
+ resultsPageWithSearch = resultsPage+'?'+escape(searchValue);
+ hasResultsPage = true;
+ }
+ else // nothing available for this search term
+ {
+ resultsPage = this.resultsPath + '/nomatches.html';
+ resultsPageWithSearch = resultsPage;
+ hasResultsPage = false;
+ }
+
+ window.frames.MSearchResults.location = resultsPageWithSearch;
+ var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();
+
+ if (domPopupSearchResultsWindow.style.display!='block')
+ {
+ var domSearchBox = this.DOMSearchBox();
+ this.DOMSearchClose().style.display = 'inline';
+ if (this.insideFrame)
+ {
+ var domPopupSearchResults = this.DOMPopupSearchResults();
+ domPopupSearchResultsWindow.style.position = 'relative';
+ domPopupSearchResultsWindow.style.display = 'block';
+ var width = document.body.clientWidth - 8; // the -8 is for IE :-(
+ domPopupSearchResultsWindow.style.width = width + 'px';
+ domPopupSearchResults.style.width = width + 'px';
+ }
+ else
+ {
+ var domPopupSearchResults = this.DOMPopupSearchResults();
+ var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
+ var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1;
+ domPopupSearchResultsWindow.style.display = 'block';
+ left -= domPopupSearchResults.offsetWidth;
+ domPopupSearchResultsWindow.style.top = top + 'px';
+ domPopupSearchResultsWindow.style.left = left + 'px';
+ }
+ }
+
+ this.lastSearchValue = searchValue;
+ this.lastResultsPage = resultsPage;
+ }
+
+ // -------- Activation Functions
+
+ // Activates or deactivates the search panel, resetting things to
+ // their default values if necessary.
+ this.Activate = function(isActive)
+ {
+ if (isActive || // open it
+ this.DOMPopupSearchResultsWindow().style.display == 'block'
+ )
+ {
+ this.DOMSearchBox().className = 'MSearchBoxActive';
+
+ var searchField = this.DOMSearchField();
+
+ if (searchField.value == this.searchLabel) // clear "Search" term upon entry
+ {
+ searchField.value = '';
+ this.searchActive = true;
+ }
+ }
+ else if (!isActive) // directly remove the panel
+ {
+ this.DOMSearchBox().className = 'MSearchBoxInactive';
+ this.DOMSearchField().value = this.searchLabel;
+ this.searchActive = false;
+ this.lastSearchValue = ''
+ this.lastResultsPage = '';
+ }
+ }
+}
+
+// -----------------------------------------------------------------------
+
+// The class that handles everything on the search results page.
+function SearchResults(name)
+{
+ // The number of matches from the last run of .
+ this.lastMatchCount = 0;
+ this.lastKey = 0;
+ this.repeatOn = false;
+
+ // Toggles the visibility of the passed element ID.
+ this.FindChildElement = function(id)
+ {
+ var parentElement = document.getElementById(id);
+ var element = parentElement.firstChild;
+
+ while (element && element!=parentElement)
+ {
+ if (element.nodeName == 'DIV' && element.className == 'SRChildren')
+ {
+ return element;
+ }
+
+ if (element.nodeName == 'DIV' && element.hasChildNodes())
+ {
+ element = element.firstChild;
+ }
+ else if (element.nextSibling)
+ {
+ element = element.nextSibling;
+ }
+ else
+ {
+ do
+ {
+ element = element.parentNode;
+ }
+ while (element && element!=parentElement && !element.nextSibling);
+
+ if (element && element!=parentElement)
+ {
+ element = element.nextSibling;
+ }
+ }
+ }
+ }
+
+ this.Toggle = function(id)
+ {
+ var element = this.FindChildElement(id);
+ if (element)
+ {
+ if (element.style.display == 'block')
+ {
+ element.style.display = 'none';
+ }
+ else
+ {
+ element.style.display = 'block';
+ }
+ }
+ }
+
+ // Searches for the passed string. If there is no parameter,
+ // it takes it from the URL query.
+ //
+ // Always returns true, since other documents may try to call it
+ // and that may or may not be possible.
+ this.Search = function(search)
+ {
+ if (!search) // get search word from URL
+ {
+ search = window.location.search;
+ search = search.substring(1); // Remove the leading '?'
+ search = unescape(search);
+ }
+
+ search = search.replace(/^ +/, ""); // strip leading spaces
+ search = search.replace(/ +$/, ""); // strip trailing spaces
+ search = search.toLowerCase();
+ search = convertToId(search);
+
+ var resultRows = document.getElementsByTagName("div");
+ var matches = 0;
+
+ var i = 0;
+ while (i < resultRows.length)
+ {
+ var row = resultRows.item(i);
+ if (row.className == "SRResult")
+ {
+ var rowMatchName = row.id.toLowerCase();
+ rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_'
+
+ if (search.length<=rowMatchName.length &&
+ rowMatchName.substr(0, search.length)==search)
+ {
+ row.style.display = 'block';
+ matches++;
+ }
+ else
+ {
+ row.style.display = 'none';
+ }
+ }
+ i++;
+ }
+ document.getElementById("Searching").style.display='none';
+ if (matches == 0) // no results
+ {
+ document.getElementById("NoMatches").style.display='block';
+ }
+ else // at least one result
+ {
+ document.getElementById("NoMatches").style.display='none';
+ }
+ this.lastMatchCount = matches;
+ return true;
+ }
+
+ // return the first item with index index or higher that is visible
+ this.NavNext = function(index)
+ {
+ var focusItem;
+ while (1)
+ {
+ var focusName = 'Item'+index;
+ focusItem = document.getElementById(focusName);
+ if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
+ {
+ break;
+ }
+ else if (!focusItem) // last element
+ {
+ break;
+ }
+ focusItem=null;
+ index++;
+ }
+ return focusItem;
+ }
+
+ this.NavPrev = function(index)
+ {
+ var focusItem;
+ while (1)
+ {
+ var focusName = 'Item'+index;
+ focusItem = document.getElementById(focusName);
+ if (focusItem && focusItem.parentNode.parentNode.style.display=='block')
+ {
+ break;
+ }
+ else if (!focusItem) // last element
+ {
+ break;
+ }
+ focusItem=null;
+ index--;
+ }
+ return focusItem;
+ }
+
+ this.ProcessKeys = function(e)
+ {
+ if (e.type == "keydown")
+ {
+ this.repeatOn = false;
+ this.lastKey = e.keyCode;
+ }
+ else if (e.type == "keypress")
+ {
+ if (!this.repeatOn)
+ {
+ if (this.lastKey) this.repeatOn = true;
+ return false; // ignore first keypress after keydown
+ }
+ }
+ else if (e.type == "keyup")
+ {
+ this.lastKey = 0;
+ this.repeatOn = false;
+ }
+ return this.lastKey!=0;
+ }
+
+ this.Nav = function(evt,itemIndex)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==13) return true;
+ if (!this.ProcessKeys(e)) return false;
+
+ if (this.lastKey==38) // Up
+ {
+ var newIndex = itemIndex-1;
+ var focusItem = this.NavPrev(newIndex);
+ if (focusItem)
+ {
+ var child = this.FindChildElement(focusItem.parentNode.parentNode.id);
+ if (child && child.style.display == 'block') // children visible
+ {
+ var n=0;
+ var tmpElem;
+ while (1) // search for last child
+ {
+ tmpElem = document.getElementById('Item'+newIndex+'_c'+n);
+ if (tmpElem)
+ {
+ focusItem = tmpElem;
+ }
+ else // found it!
+ {
+ break;
+ }
+ n++;
+ }
+ }
+ }
+ if (focusItem)
+ {
+ focusItem.focus();
+ }
+ else // return focus to search field
+ {
+ parent.document.getElementById("MSearchField").focus();
+ }
+ }
+ else if (this.lastKey==40) // Down
+ {
+ var newIndex = itemIndex+1;
+ var focusItem;
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem && elem.style.display == 'block') // children visible
+ {
+ focusItem = document.getElementById('Item'+itemIndex+'_c0');
+ }
+ if (!focusItem) focusItem = this.NavNext(newIndex);
+ if (focusItem) focusItem.focus();
+ }
+ else if (this.lastKey==39) // Right
+ {
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem) elem.style.display = 'block';
+ }
+ else if (this.lastKey==37) // Left
+ {
+ var item = document.getElementById('Item'+itemIndex);
+ var elem = this.FindChildElement(item.parentNode.parentNode.id);
+ if (elem) elem.style.display = 'none';
+ }
+ else if (this.lastKey==27) // Escape
+ {
+ parent.searchBox.CloseResultsWindow();
+ parent.document.getElementById("MSearchField").focus();
+ }
+ else if (this.lastKey==13) // Enter
+ {
+ return true;
+ }
+ return false;
+ }
+
+ this.NavChild = function(evt,itemIndex,childIndex)
+ {
+ var e = (evt) ? evt : window.event; // for IE
+ if (e.keyCode==13) return true;
+ if (!this.ProcessKeys(e)) return false;
+
+ if (this.lastKey==38) // Up
+ {
+ if (childIndex>0)
+ {
+ var newIndex = childIndex-1;
+ document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
+ }
+ else // already at first child, jump to parent
+ {
+ document.getElementById('Item'+itemIndex).focus();
+ }
+ }
+ else if (this.lastKey==40) // Down
+ {
+ var newIndex = childIndex+1;
+ var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex);
+ if (!elem) // last child, jump to parent next parent
+ {
+ elem = this.NavNext(itemIndex+1);
+ }
+ if (elem)
+ {
+ elem.focus();
+ }
+ }
+ else if (this.lastKey==27) // Escape
+ {
+ parent.searchBox.CloseResultsWindow();
+ parent.document.getElementById("MSearchField").focus();
+ }
+ else if (this.lastKey==13) // Enter
+ {
+ return true;
+ }
+ return false;
+ }
+}
+
+function setKeyActions(elem,action)
+{
+ elem.setAttribute('onkeydown',action);
+ elem.setAttribute('onkeypress',action);
+ elem.setAttribute('onkeyup',action);
+}
+
+function setClassAttr(elem,attr)
+{
+ elem.setAttribute('class',attr);
+ elem.setAttribute('className',attr);
+}
+
+function createResults()
+{
+ var results = document.getElementById("SRResults");
+ for (var e=0; e