|
1016 | 1016 | <li class="md-nav__item"> |
1017 | 1017 | <a href="#addcollectibleeffect" class="md-nav__link"> |
1018 | 1018 | <span class="md-ellipsis"> |
1019 | | - AddCollectibleEffect, () |
| 1019 | + AddCollectibleEffect () |
1020 | 1020 | </span> |
1021 | 1021 | </a> |
1022 | 1022 |
|
|
1025 | 1025 | <li class="md-nav__item"> |
1026 | 1026 | <a href="#addnullitemeffect" class="md-nav__link"> |
1027 | 1027 | <span class="md-ellipsis"> |
1028 | | - AddNullItemEffect, () |
| 1028 | + AddNullItemEffect () |
| 1029 | + </span> |
| 1030 | + </a> |
| 1031 | + |
| 1032 | +</li> |
| 1033 | + |
| 1034 | + <li class="md-nav__item"> |
| 1035 | + <a href="#addtrinketeffect" class="md-nav__link"> |
| 1036 | + <span class="md-ellipsis"> |
| 1037 | + AddTrinketEffect () |
1029 | 1038 | </span> |
1030 | 1039 | </a> |
1031 | 1040 |
|
|
5652 | 5661 | <li class="md-nav__item"> |
5653 | 5662 | <a href="#addcollectibleeffect" class="md-nav__link"> |
5654 | 5663 | <span class="md-ellipsis"> |
5655 | | - AddCollectibleEffect, () |
| 5664 | + AddCollectibleEffect () |
5656 | 5665 | </span> |
5657 | 5666 | </a> |
5658 | 5667 |
|
|
5661 | 5670 | <li class="md-nav__item"> |
5662 | 5671 | <a href="#addnullitemeffect" class="md-nav__link"> |
5663 | 5672 | <span class="md-ellipsis"> |
5664 | | - AddNullItemEffect, () |
| 5673 | + AddNullItemEffect () |
| 5674 | + </span> |
| 5675 | + </a> |
| 5676 | + |
| 5677 | +</li> |
| 5678 | + |
| 5679 | + <li class="md-nav__item"> |
| 5680 | + <a href="#addtrinketeffect" class="md-nav__link"> |
| 5681 | + <span class="md-ellipsis"> |
| 5682 | + AddTrinketEffect () |
5665 | 5683 | </span> |
5666 | 5684 | </a> |
5667 | 5685 |
|
|
11872 | 11890 | <li class="md-nav__item"> |
11873 | 11891 | <a href="#addcollectibleeffect" class="md-nav__link"> |
11874 | 11892 | <span class="md-ellipsis"> |
11875 | | - AddCollectibleEffect, () |
| 11893 | + AddCollectibleEffect () |
11876 | 11894 | </span> |
11877 | 11895 | </a> |
11878 | 11896 |
|
|
11881 | 11899 | <li class="md-nav__item"> |
11882 | 11900 | <a href="#addnullitemeffect" class="md-nav__link"> |
11883 | 11901 | <span class="md-ellipsis"> |
11884 | | - AddNullItemEffect, () |
| 11902 | + AddNullItemEffect () |
| 11903 | + </span> |
| 11904 | + </a> |
| 11905 | + |
| 11906 | +</li> |
| 11907 | + |
| 11908 | + <li class="md-nav__item"> |
| 11909 | + <a href="#addtrinketeffect" class="md-nav__link"> |
| 11910 | + <span class="md-ellipsis"> |
| 11911 | + AddTrinketEffect () |
11885 | 11912 | </span> |
11886 | 11913 | </a> |
11887 | 11914 |
|
@@ -13851,13 +13878,17 @@ <h3 aria-label="Modified Functions" id="addcacheflags">AddCacheFlags ()<a class= |
13851 | 13878 | <h4 aria-label="Modified Functions" class="copyable" id="void-addcacheflags-cacheflag-cacheflag-boolean-evaluateitems-false">void AddCacheFlags ( <a href="https://wofsauge.github.io/IsaacDocs/rep/enums/CacheFlag.html">CacheFlag</a> CacheFlag, boolean EvaluateItems = false )<a class="headerlink" href="#void-addcacheflags-cacheflag-cacheflag-boolean-evaluateitems-false" title="Permanent link">⚓︎</a></h4> |
13852 | 13879 | <p>Now accepts an optional <code>bool</code> to determine if <a href="EntityPlayer.html">EntityPlayer</a>:EvaluateItems() should be automatically called after adding cache flags. In most cases, you'll want to do this.</p> |
13853 | 13880 | <hr /> |
13854 | | -<h3 aria-label="Modified Functions" id="addcollectibleeffect">AddCollectibleEffect, ()<a class="headerlink" href="#addcollectibleeffect" title="Permanent link">⚓︎</a></h3> |
13855 | | -<h4 aria-label="Modified Functions" class="copyable" id="void-addcollectibleeffect-collectibletype-ctype-bool-applycostume-int-cooldown-vanillacd-bool-additive-true">void AddCollectibleEffect ( <a href="https://wofsauge.github.io/IsaacDocs/rep/enums/CollectibleType.html">CollectibleType</a> ctype, bool applycostume, int cooldown = vanillacd, bool additive = true )<a class="headerlink" href="#void-addcollectibleeffect-collectibletype-ctype-bool-applycostume-int-cooldown-vanillacd-bool-additive-true" title="Permanent link">⚓︎</a></h4> |
13856 | | -<p>Shortcut of TemporaryEffects:AddCollectibleEffect with extra args to handle cooldown. The additive parameter determines if the cooldown should be added to the preexistent cooldown value or if it should be set for that value. You can use negative cooldown values with additive to reduce preexistent cooldown.</p> |
| 13881 | +<h3 aria-label="Modified Functions" id="addcollectibleeffect">AddCollectibleEffect ()<a class="headerlink" href="#addcollectibleeffect" title="Permanent link">⚓︎</a></h3> |
| 13882 | +<h4 aria-label="Modified Functions" class="copyable" id="void-addcollectibleeffect-collectibletype-collectibletype-bool-applycostume-int-cooldown-vanillacooldown-bool-additive-true">void AddCollectibleEffect ( <a href="https://wofsauge.github.io/IsaacDocs/rep/enums/CollectibleType.html">CollectibleType</a> CollectibleType, bool ApplyCostume, int Cooldown = VanillaCooldown, bool Additive = true )<a class="headerlink" href="#void-addcollectibleeffect-collectibletype-collectibletype-bool-applycostume-int-cooldown-vanillacooldown-bool-additive-true" title="Permanent link">⚓︎</a></h4> |
| 13883 | +<p>Shortcut of TemporaryEffects:AddCollectibleEffect with extra arguments to handle cooldown. The additive parameter determines if the cooldown should be added to the preexistent cooldown value or if it should be set for that value. You can use negative cooldown values with additive to reduce preexistent cooldown.</p> |
| 13884 | +<hr /> |
| 13885 | +<h3 aria-label="Modified Functions" id="addnullitemeffect">AddNullItemEffect ()<a class="headerlink" href="#addnullitemeffect" title="Permanent link">⚓︎</a></h3> |
| 13886 | +<h4 aria-label="Modified Functions" class="copyable" id="void-addnullitemeffect-nullitemid-nullitemid-bool-applycostume-int-cooldown-vanillacooldown-bool-additive-true">void AddNullItemEffect ( <a href="https://wofsauge.github.io/IsaacDocs/rep/enums/NullItemID.html">NullItemID</a> NullItemID, bool ApplyCostume, int Cooldown = VanillaCooldown, bool Additive = true )<a class="headerlink" href="#void-addnullitemeffect-nullitemid-nullitemid-bool-applycostume-int-cooldown-vanillacooldown-bool-additive-true" title="Permanent link">⚓︎</a></h4> |
| 13887 | +<p>Shortcut of TemporaryEffects:AddNullItemEffect with extra arguments to handle cooldown. The additive parameter determines if the cooldown should be added to the preexistent cooldown value or if it should be set for that value. You can use negative cooldown values with additive to reduce preexistent cooldown.</p> |
13857 | 13888 | <hr /> |
13858 | | -<h3 aria-label="Modified Functions" id="addnullitemeffect">AddNullItemEffect, ()<a class="headerlink" href="#addnullitemeffect" title="Permanent link">⚓︎</a></h3> |
13859 | | -<h4 aria-label="Modified Functions" class="copyable" id="void-addnullitemeffect-int-nullitemid-bool-applycostume-int-cooldown-vanillacd-bool-additive-true">void AddNullItemEffect ( int nullItemid, bool applycostume, int cooldown = vanillacd, bool additive = true )<a class="headerlink" href="#void-addnullitemeffect-int-nullitemid-bool-applycostume-int-cooldown-vanillacd-bool-additive-true" title="Permanent link">⚓︎</a></h4> |
13860 | | -<p>Shortcut of TemporaryEffects:AddNullItemEffect with extra args to handle cooldown. The additive parameter determines if the cooldown should be added to the preexistent cooldown value or if it should be set for that value. You can use negative cooldown values with additive to reduce preexistent cooldown.</p> |
| 13889 | +<h3 aria-label="Modified Functions" id="addtrinketeffect">AddTrinketEffect ()<a class="headerlink" href="#addtrinketeffect" title="Permanent link">⚓︎</a></h3> |
| 13890 | +<h4 aria-label="Modified Functions" class="copyable" id="void-addtrinketeffect-trinkettype-trinkettype-bool-applycostume-int-cooldown-vanillacooldown-bool-additive-true">void AddTrinketEffect ( <a href="https://wofsauge.github.io/IsaacDocs/rep/enums/TrinketType.html">TrinketType</a> TrinketType, bool ApplyCostume, int Cooldown = VanillaCooldown, bool Additive = true )<a class="headerlink" href="#void-addtrinketeffect-trinkettype-trinkettype-bool-applycostume-int-cooldown-vanillacooldown-bool-additive-true" title="Permanent link">⚓︎</a></h4> |
| 13891 | +<p>Shortcut of TemporaryEffects:AddTrinketEffect with extra arguments to handle cooldown. The additive parameter determines if the cooldown should be added to the preexistent cooldown value or if it should be set for that value. You can use negative cooldown values with additive to reduce preexistent cooldown.</p> |
13861 | 13892 | <hr /> |
13862 | 13893 | <h3 aria-label="Modified Functions" id="cleardeadeyecharge">ClearDeadEyeCharge ()<a class="headerlink" href="#cleardeadeyecharge" title="Permanent link">⚓︎</a></h3> |
13863 | 13894 | <h4 aria-label="Modified Functions" class="copyable" id="void-cleardeadeyecharge-boolean-force-false">void ClearDeadEyeCharge ( boolean Force = false )<a class="headerlink" href="#void-cleardeadeyecharge-boolean-force-false" title="Permanent link">⚓︎</a></h4> |
|
0 commit comments