Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Dec 10, 2024
1 parent 17dd81f commit 6cc74f1
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Documentation/BTD_Mod_Helper.Api.Helpers.TimeHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.O

## TimeHelper.OverrideFastForwardTimeScale Property

Override for [Il2CppAssets.Scripts.Utils.TimeManager.FastForwardTimeScale](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.TimeManager.FastForwardTimeScale 'Il2CppAssets.Scripts.Utils.TimeManager.FastForwardTimeScale')
Override for [Il2CppAssets.Scripts.Simulation.TimeManager.FastForwardTimeScale](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Simulation.TimeManager.FastForwardTimeScale 'Il2CppAssets.Scripts.Simulation.TimeManager.FastForwardTimeScale')
```csharp
public static double OverrideFastForwardTimeScale { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Documentation/BTD_Mod_Helper.Api.Helpers.WeaponHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ public float AnimationOffset { get; set; }
## WeaponHelper.Behaviors Property

```csharp
public WeaponBehaviorModel[] Behaviors { get; set; }
public Model[] Behaviors { get; set; }
```

#### Property Value
[Il2CppAssets.Scripts.Models.Towers.Weapons.WeaponBehaviorModel](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Models.Towers.Weapons.WeaponBehaviorModel 'Il2CppAssets.Scripts.Models.Towers.Weapons.WeaponBehaviorModel')[[]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array')
[Il2CppAssets.Scripts.Models.Model](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Models.Model 'Il2CppAssets.Scripts.Models.Model')[[]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array')
### See Also
- [Il2CppAssets.Scripts.Models.Towers.Weapons.WeaponModel.behaviors](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Models.Towers.Weapons.WeaponModel.behaviors 'Il2CppAssets.Scripts.Models.Towers.Weapons.WeaponModel.behaviors')
Expand Down
2 changes: 1 addition & 1 deletion Documentation/BTD_Mod_Helper.Extensions.ArrayExt.md
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ public static LockList<T> ToLockList<T>(this T[] array);
`array` [T](BTD_Mod_Helper.Extensions.ArrayExt.md#BTD_Mod_Helper.Extensions.ArrayExt.ToLockList_T_(thisT[]).T 'BTD_Mod_Helper.Extensions.ArrayExt.ToLockList<T>(this T[]).T')[[]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.ArrayExt.TryCast_T_(Il2CppObjectBase,T)'></a>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/BTD_Mod_Helper.Extensions.IEnumerableExt.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ public static LockList<T> ToLockList<T>(this System.Collections.Generic.IEnumera
`enumerable` [System.Collections.Generic.IEnumerable&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')[T](BTD_Mod_Helper.Extensions.IEnumerableExt.md#BTD_Mod_Helper.Extensions.IEnumerableExt.ToLockList_T_(thisSystem.Collections.Generic.IEnumerable_T_).T 'BTD_Mod_Helper.Extensions.IEnumerableExt.ToLockList<T>(this System.Collections.Generic.IEnumerable<T>).T')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ public static LockList<T> ToLockList<T>(this IEnumerable<T> enumerable)
`enumerable` [Il2CppSystem.Collections.Generic.IEnumerable](https://docs.microsoft.com/en-us/dotnet/api/Il2CppSystem.Collections.Generic.IEnumerable 'Il2CppSystem.Collections.Generic.IEnumerable')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,4 @@ public static LockList<T> ToLockList<T>(this List<T> il2CppList);
`il2CppList` [Il2CppSystem.Collections.Generic.List](https://docs.microsoft.com/en-us/dotnet/api/Il2CppSystem.Collections.Generic.List 'Il2CppSystem.Collections.Generic.List')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static LockList<Object> ToLockList(this IEnumerator enumerator);
`enumerator` [Il2CppSystem.Collections.IEnumerator](https://docs.microsoft.com/en-us/dotnet/api/Il2CppSystem.Collections.IEnumerator 'Il2CppSystem.Collections.IEnumerator')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.Il2CppIEnumeratorExt.ToRootObjectLockList(thisIEnumerator)'></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,4 @@ public static LockList<T> ToLockList<T>(this Il2CppReferenceArray<T> referenceAr
`referenceArray` [Il2CppInterop.Runtime.InteropTypes.Arrays.Il2CppReferenceArray](https://docs.microsoft.com/en-us/dotnet/api/Il2CppInterop.Runtime.InteropTypes.Arrays.Il2CppReferenceArray 'Il2CppInterop.Runtime.InteropTypes.Arrays.Il2CppReferenceArray')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
2 changes: 1 addition & 1 deletion Documentation/BTD_Mod_Helper.Extensions.ListExt.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public static LockList<T> ToLockList<T>(this System.Collections.Generic.List<T>
`list` [System.Collections.Generic.List&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List`1')[T](BTD_Mod_Helper.Extensions.ListExt.md#BTD_Mod_Helper.Extensions.ListExt.ToLockList_T_(thisSystem.Collections.Generic.List_T_).T 'BTD_Mod_Helper.Extensions.ListExt.ToLockList<T>(this System.Collections.Generic.List<T>).T')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1 'System.Collections.Generic.List`1')
#### Returns
[Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
[Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.ListExt.ToRootObjectLockList_T_(thisSystem.Collections.Generic.List_T_)'></a>

Expand Down
22 changes: 11 additions & 11 deletions Documentation/BTD_Mod_Helper.Extensions.LockedList.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static bool Any<T>(this LockList<T> source, System.Func<T,bool> predicate

<a name='BTD_Mod_Helper.Extensions.LockedList.Any_T_(thisLockList_T_,System.Func_T,bool_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.Any_T_(thisLockList_T_,System.Func_T,bool_).predicate'></a>

Expand Down Expand Up @@ -59,7 +59,7 @@ public static bool Any<T>(this LockList<T> source)

<a name='BTD_Mod_Helper.Extensions.LockedList.Any_T_(thisLockList_T_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
#### Returns
[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')
Expand All @@ -83,7 +83,7 @@ public static int FindIndex<T>(this LockList<T> source, System.Func<T,bool> pred

<a name='BTD_Mod_Helper.Extensions.LockedList.FindIndex_T_(thisLockList_T_,System.Func_T,bool_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.FindIndex_T_(thisLockList_T_,System.Func_T,bool_).predicate'></a>

Expand Down Expand Up @@ -111,7 +111,7 @@ public static T First<T>(this LockList<T> source, System.Func<T,bool> predicate)

<a name='BTD_Mod_Helper.Extensions.LockedList.First_T_(thisLockList_T_,System.Func_T,bool_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.First_T_(thisLockList_T_,System.Func_T,bool_).predicate'></a>

Expand All @@ -138,7 +138,7 @@ public static T First<T>(this LockList<T> source);

<a name='BTD_Mod_Helper.Extensions.LockedList.First_T_(thisLockList_T_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
#### Returns
[T](BTD_Mod_Helper.Extensions.LockedList.md#BTD_Mod_Helper.Extensions.LockedList.First_T_(thisLockList_T_).T 'BTD_Mod_Helper.Extensions.LockedList.First<T>(this LockList<T>).T')
Expand All @@ -162,7 +162,7 @@ public static T FirstOrDefault<T>(this LockList<T> source, System.Func<T,bool> p

<a name='BTD_Mod_Helper.Extensions.LockedList.FirstOrDefault_T_(thisLockList_T_,System.Func_T,bool_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.FirstOrDefault_T_(thisLockList_T_,System.Func_T,bool_).predicate'></a>

Expand All @@ -189,7 +189,7 @@ public static T FirstOrDefault<T>(this LockList<T> source);

<a name='BTD_Mod_Helper.Extensions.LockedList.FirstOrDefault_T_(thisLockList_T_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
#### Returns
[T](BTD_Mod_Helper.Extensions.LockedList.md#BTD_Mod_Helper.Extensions.LockedList.FirstOrDefault_T_(thisLockList_T_).T 'BTD_Mod_Helper.Extensions.LockedList.FirstOrDefault<T>(this LockList<T>).T')
Expand All @@ -212,7 +212,7 @@ public static void ForEach<T>(this LockList<T> source, System.Action<T> action);

<a name='BTD_Mod_Helper.Extensions.LockedList.ForEach_T_(thisLockList_T_,System.Action_T_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.ForEach_T_(thisLockList_T_,System.Action_T_).action'></a>

Expand All @@ -238,7 +238,7 @@ public static T Last<T>(this LockList<T> source);

<a name='BTD_Mod_Helper.Extensions.LockedList.Last_T_(thisLockList_T_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
#### Returns
[T](BTD_Mod_Helper.Extensions.LockedList.md#BTD_Mod_Helper.Extensions.LockedList.Last_T_(thisLockList_T_).T 'BTD_Mod_Helper.Extensions.LockedList.Last<T>(this LockList<T>).T')
Expand All @@ -261,7 +261,7 @@ public static T LastOrDefault<T>(this LockList<T> source, System.Func<T,bool> pr

<a name='BTD_Mod_Helper.Extensions.LockedList.LastOrDefault_T_(thisLockList_T_,System.Func_T,bool_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.LastOrDefault_T_(thisLockList_T_,System.Func_T,bool_).predicate'></a>

Expand Down Expand Up @@ -289,7 +289,7 @@ public static System.Collections.Generic.List<T> Where<T>(this LockList<T> sourc

<a name='BTD_Mod_Helper.Extensions.LockedList.Where_T_(thisLockList_T_,System.Func_T,bool_).source'></a>

`source` [Il2CppAssets.Scripts.Utils.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppAssets.Scripts.Utils.LockList 'Il2CppAssets.Scripts.Utils.LockList')
`source` [Il2CppNinjaKiwi.Common.LockList](https://docs.microsoft.com/en-us/dotnet/api/Il2CppNinjaKiwi.Common.LockList 'Il2CppNinjaKiwi.Common.LockList')
<a name='BTD_Mod_Helper.Extensions.LockedList.Where_T_(thisLockList_T_,System.Func_T,bool_).predicate'></a>

Expand Down
Loading

0 comments on commit 6cc74f1

Please sign in to comment.