Skip to content

Commit

Permalink
Update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ME3Tweaks-LEC-Documentation committed Nov 28, 2024
1 parent 040fbc3 commit bf77264
Show file tree
Hide file tree
Showing 44 changed files with 1,728 additions and 1,731 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<tr class="even"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#adc3bb24c7684ed115991e9c3a893554b">Name</a></td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#aca10d6bd139545ceb93e622df17325ec">Remove</a>(KeyValuePair&lt; string, CoalesceProperty &gt; item)</td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a1feaa8caf9a556a735a871eebfbd24f0">Remove</a>(string key)</td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a4e505f5a7a1e5fe45b68f5428d6d9181">RemoveAllNamedEntries</a>(string keyName=null)</td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a2aa33f39c51a8e016d905c0d1d79b1ac">RemoveAllNamedEntries</a>(string keyName=null)</td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a8bfdfafc4f7b8f40c23a2a9c3d9534f3">this[string key]</a></td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#ad3787b63670b755914f71bfcfd998947">TryGetValue</a>(string key, out CoalesceProperty value)</td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a9c6dfa937a9ed07dc019f53cdbee0734">Values</a></td><td class="entry"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html">LegendaryExplorerCore.Coalesced.CoalesceSection</a></td><td class="entry"></td></tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
<tr class="memitem:a07bc646b8c4af4e1d403669e8c495c98"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a07bc646b8c4af4e1d403669e8c495c98">AddEntryIfUnique</a> (<a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_property.html">CoalesceProperty</a> value)</td></tr>
<tr class="memdesc:a07bc646b8c4af4e1d403669e8c495c98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds a value to a property if the property doesn't contain exist with the specified value <a href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a07bc646b8c4af4e1d403669e8c495c98">More...</a><br /></td></tr>
<tr class="separator:a07bc646b8c4af4e1d403669e8c495c98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4e505f5a7a1e5fe45b68f5428d6d9181"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a4e505f5a7a1e5fe45b68f5428d6d9181">RemoveAllNamedEntries</a> (string keyName=null)</td></tr>
<tr class="memdesc:a4e505f5a7a1e5fe45b68f5428d6d9181"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes all properties with the specified name, or all if none is provided. <a href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a4e505f5a7a1e5fe45b68f5428d6d9181">More...</a><br /></td></tr>
<tr class="separator:a4e505f5a7a1e5fe45b68f5428d6d9181"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2aa33f39c51a8e016d905c0d1d79b1ac"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a2aa33f39c51a8e016d905c0d1d79b1ac">RemoveAllNamedEntries</a> (string keyName=null)</td></tr>
<tr class="memdesc:a2aa33f39c51a8e016d905c0d1d79b1ac"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes all properties with the specified name, or all if none is provided. <a href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#a2aa33f39c51a8e016d905c0d1d79b1ac">More...</a><br /></td></tr>
<tr class="separator:a2aa33f39c51a8e016d905c0d1d79b1ac"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="properties" name="properties"></a>
Properties</h2></td></tr>
Expand Down Expand Up @@ -579,8 +579,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#a07bc646b8c4af4e1d403669e

</div>
</div>
<a id="a4e505f5a7a1e5fe45b68f5428d6d9181" name="a4e505f5a7a1e5fe45b68f5428d6d9181"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4e505f5a7a1e5fe45b68f5428d6d9181">&#9670;&#160;</a></span>RemoveAllNamedEntries()</h2>
<a id="a2aa33f39c51a8e016d905c0d1d79b1ac" name="a2aa33f39c51a8e016d905c0d1d79b1ac"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2aa33f39c51a8e016d905c0d1d79b1ac">&#9670;&#160;</a></span>RemoveAllNamedEntries()</h2>

<div class="memitem">
<div class="memproto">
Expand All @@ -589,7 +589,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a4e505f5a7a1e5fe45b68f542
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void LegendaryExplorerCore.Coalesced.CoalesceSection.RemoveAllNamedEntries </td>
<td class="memname">int LegendaryExplorerCore.Coalesced.CoalesceSection.RemoveAllNamedEntries </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>keyName</em> = <code>null</code></td><td>)</td>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nightly/functions_a.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3><a id="index_a" name="index_a"></a>- a -</h3><ul>
<li>Actor&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_bsp_surf.html#a623c0e21b9cedb3709530d34dd0a52b9">LegendaryExplorerCore.Unreal.BinaryConverters.BspSurf</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_poly.html#a5cefc0f42773fd8ba76a13effd512b01">LegendaryExplorerCore.Unreal.BinaryConverters.Poly</a></li>
<li>Actors&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_level.html#a948c0c43ad5c872956aec3ee6895bbe1">LegendaryExplorerCore.Unreal.BinaryConverters.Level</a></li>
<li>ActorsInLevel&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_u_d_k_1_1_u_d_k_asset_info.html#a35ba9464906598d323bc1547a71d5d60">LegendaryExplorerCore.UDK.UDKAssetInfo</a></li>
<li>Add()&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_property.html#a5086ba40e78b60173219cfcc0a4c7645">LegendaryExplorerCore.Coalesced.CoalesceProperty</a>, <a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#acfcbaedfcce3dc39f621ff7718636b7e">LegendaryExplorerCore.Coalesced.CoalesceSection</a>, <a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_sections.html#aa900b9b76e9a6cf94103b60b91c46d0d">LegendaryExplorerCore.Coalesced.CoalesceSections</a>, <a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_namespace.html#aa02e8cf76b639387c9cfaa33589631e1">LegendaryExplorerCore.Coalesced.Namespace</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_generic_1_1_buffer.html#ac5c5cb1f5936fd29bdba54800746c51b">LegendaryExplorerCore.Gammtek.Collections.Generic.Buffer&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_generic_1_1_priority_queue.html#ab2ebe1931baf13b1ea9f51cbcaaec5ab">LegendaryExplorerCore.Gammtek.Collections.Generic.PriorityQueue&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_object_model_1_1_observable_dictionary.html#aacac768eddb47591b70e7f1afa22c5ed">LegendaryExplorerCore.Gammtek.Collections.ObjectModel.ObservableDictionary&lt; TKey, TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_specialized_1_1_weak_collection.html#a60c2d8d6e13c7be730460afa733ffbbd">LegendaryExplorerCore.Gammtek.Collections.Specialized.WeakCollection&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_dynamic_1_1_collections_1_1_dynamic_dictionary.html#a500e3a66bda2baa6164da9224c02143c">LegendaryExplorerCore.Gammtek.Dynamic.Collections.DynamicDictionary&lt; TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_text_1_1_string_matching_1_1_combined_string_matcher.html#abbd167e3a1502130e4affb19d38d167a">LegendaryExplorerCore.Gammtek.Text.StringMatching.CombinedStringMatcher</a>, <a class="el" href="class_legendary_explorer_core_1_1_misc_1_1_listenable_dictionary.html#ad207c9ad1bc775ca13ae96f95269cb3c">LegendaryExplorerCore.Misc.ListenableDictionary&lt; TKey, TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_misc_1_1_ordered_multi_value_dictionary.html#a9f7c883c92113391fd555799739d45a1">LegendaryExplorerCore.Misc.OrderedMultiValueDictionary&lt; TKey, TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_entry_tree.html#a44a493fbcef86d9c2ac075f4df5ab487">LegendaryExplorerCore.Packages.EntryTree</a>, <a class="el" href="struct_legendary_explorer_core_1_1_sharp_d_x_1_1_color.html#ab8c87a77765d06a090760b7e6c53cddc">LegendaryExplorerCore.SharpDX.Color</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_array_property.html#a9b1639ec7e5845afc194521209e634e5">LegendaryExplorerCore.Unreal.ArrayProperty&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_box.html#a72abc60bba5416a7ccee9f885bd49fd5">LegendaryExplorerCore.Unreal.BinaryConverters.Box</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_tree_node.html#ab777141d3de5d6baa04e4fd00880bd44">LegendaryExplorerCore.Unreal.BinaryConverters.TreeNode&lt; T &gt;</a></li>
<li>Add()&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_property.html#a5086ba40e78b60173219cfcc0a4c7645">LegendaryExplorerCore.Coalesced.CoalesceProperty</a>, <a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_section.html#acfcbaedfcce3dc39f621ff7718636b7e">LegendaryExplorerCore.Coalesced.CoalesceSection</a>, <a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_coalesce_sections.html#aa900b9b76e9a6cf94103b60b91c46d0d">LegendaryExplorerCore.Coalesced.CoalesceSections</a>, <a class="el" href="class_legendary_explorer_core_1_1_coalesced_1_1_namespace.html#aa02e8cf76b639387c9cfaa33589631e1">LegendaryExplorerCore.Coalesced.Namespace</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_generic_1_1_buffer.html#ac5c5cb1f5936fd29bdba54800746c51b">LegendaryExplorerCore.Gammtek.Collections.Generic.Buffer&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_generic_1_1_priority_queue.html#ab2ebe1931baf13b1ea9f51cbcaaec5ab">LegendaryExplorerCore.Gammtek.Collections.Generic.PriorityQueue&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_object_model_1_1_observable_dictionary.html#aacac768eddb47591b70e7f1afa22c5ed">LegendaryExplorerCore.Gammtek.Collections.ObjectModel.ObservableDictionary&lt; TKey, TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_collections_1_1_specialized_1_1_weak_collection.html#a60c2d8d6e13c7be730460afa733ffbbd">LegendaryExplorerCore.Gammtek.Collections.Specialized.WeakCollection&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_dynamic_1_1_collections_1_1_dynamic_dictionary.html#a500e3a66bda2baa6164da9224c02143c">LegendaryExplorerCore.Gammtek.Dynamic.Collections.DynamicDictionary&lt; TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_gammtek_1_1_text_1_1_string_matching_1_1_combined_string_matcher.html#abbd167e3a1502130e4affb19d38d167a">LegendaryExplorerCore.Gammtek.Text.StringMatching.CombinedStringMatcher</a>, <a class="el" href="class_legendary_explorer_core_1_1_misc_1_1_listenable_dictionary.html#ad207c9ad1bc775ca13ae96f95269cb3c">LegendaryExplorerCore.Misc.ListenableDictionary&lt; TKey, TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_misc_1_1_ordered_multi_value_dictionary.html#a9f7c883c92113391fd555799739d45a1">LegendaryExplorerCore.Misc.OrderedMultiValueDictionary&lt; TKey, TValue &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_entry_tree.html#a44a493fbcef86d9c2ac075f4df5ab487">LegendaryExplorerCore.Packages.EntryTree</a>, <a class="el" href="struct_legendary_explorer_core_1_1_sharp_d_x_1_1_color.html#ab8c87a77765d06a090760b7e6c53cddc">LegendaryExplorerCore.SharpDX.Color</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_array_property.html#a9b1639ec7e5845afc194521209e634e5">LegendaryExplorerCore.Unreal.ArrayProperty&lt; T &gt;</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_box.html#a72abc60bba5416a7ccee9f885bd49fd5">LegendaryExplorerCore.Unreal.BinaryConverters.Box</a>, <a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_binary_converters_1_1_tree_node.html#a4a23a7bce33ddfc5297dcb1a5f4b30f5">LegendaryExplorerCore.Unreal.BinaryConverters.TreeNode&lt; T &gt;</a></li>
<li>ADD&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_unreal_script_1_1_utilities_1_1_keywords.html#a6c5ce01889f02663487ef21a863fbe34">LegendaryExplorerCore.UnrealScript.Utilities.Keywords</a></li>
<li>Add()&#160;:&#160;<a class="el" href="class_u_map_base.html#a563d3a835be0f931a710d23839e1ee91">UMapBase&lt; TKey, TValue, TKeyFuncs &gt;</a>, <a class="el" href="class_u_set.html#a64b396c60d8c3734f92d1f6f89aecc9e">USet&lt; T, TKey, TKeyFuncs &gt;</a></li>
<li>Add&lt; T &gt;()&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_helpers_1_1_enumerable_extensions.html#a8fe909bdd3ffecccfa883029bbb117e3">LegendaryExplorerCore.Helpers.EnumerableExtensions</a>, <a class="el" href="class_legendary_explorer_core_1_1_helpers_1_1_list_init_helper.html#a1874657ba27c6b2087f97adb43b85b08">LegendaryExplorerCore.Helpers.ListInitHelper</a></li>
Expand Down
3 changes: 1 addition & 2 deletions nightly/functions_e.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,8 @@ <h3><a id="index_e" name="index_e"></a>- e -</h3><ul>
<li>exportIndex&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_class_info.html#aa48dedcb85d645a1abd958a3d2225a56">LegendaryExplorerCore.Packages.ClassInfo</a></li>
<li>ExportOffset&#160;:&#160;<a class="el" href="interface_legendary_explorer_core_1_1_packages_1_1_i_m_e_package.html#a1937835d739c8bd52d1b620187d9f1a9">LegendaryExplorerCore.Packages.IMEPackage</a>, <a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_unreal_package_file.html#a6e3febe033bcd470860839cb3b929c78">LegendaryExplorerCore.Packages.UnrealPackageFile</a></li>
<li>ExportPath&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_textures_1_1_studio_1_1_texture_map_package_entry.html#a041dcbd49255738820b8ce673c8e338c">LegendaryExplorerCore.Textures.Studio.TextureMapPackageEntry</a></li>
<li>Exports&#160;:&#160;<a class="el" href="interface_legendary_explorer_core_1_1_packages_1_1_i_m_e_package.html#aceebcc8b7e5ae03c83abd665193a8404">LegendaryExplorerCore.Packages.IMEPackage</a></li>
<li>Exports&#160;:&#160;<a class="el" href="interface_legendary_explorer_core_1_1_packages_1_1_i_m_e_package.html#aceebcc8b7e5ae03c83abd665193a8404">LegendaryExplorerCore.Packages.IMEPackage</a>, <a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_unreal_package_file.html#a3e74e0da1d139954648839de0c016087">LegendaryExplorerCore.Packages.UnrealPackageFile</a></li>
<li>exports&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_unreal_package_file.html#ad0d834ee1174578aebca15c3053f701a">LegendaryExplorerCore.Packages.UnrealPackageFile</a></li>
<li>Exports&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_packages_1_1_unreal_package_file.html#a3e74e0da1d139954648839de0c016087">LegendaryExplorerCore.Packages.UnrealPackageFile</a></li>
<li>ExportToARGB()&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_classes_1_1_texture2_d.html#a93b9176a83802ffec2afd66bf2f5cf04">LegendaryExplorerCore.Unreal.Classes.Texture2D</a></li>
<li>ExportToAstNode()&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_unreal_script_1_1_unreal_script_compiler.html#a47c25c53f99a93bceec2acae3530b999">LegendaryExplorerCore.UnrealScript.UnrealScriptCompiler</a></li>
<li>ExportToFile()&#160;:&#160;<a class="el" href="class_legendary_explorer_core_1_1_unreal_1_1_classes_1_1_texture2_d.html#a6f087520c6a38317bf60810be1e6c848">LegendaryExplorerCore.Unreal.Classes.Texture2D</a></li>
Expand Down
Loading

0 comments on commit bf77264

Please sign in to comment.