ScriptHookVDotNet and LemonUI updated
This commit is contained in:
Binary file not shown.
2
Libs/Release/ScriptHookVDotNet.ini
Normal file
2
Libs/Release/ScriptHookVDotNet.ini
Normal file
@ -0,0 +1,2 @@
|
||||
ReloadKey=None
|
||||
ConsoleKey=F4
|
Binary file not shown.
Binary file not shown.
@ -19425,7 +19425,7 @@
|
||||
Applies a force to this <see cref="T:GTA.Entity"/>.
|
||||
</summary>
|
||||
<param name="direction">The direction to apply the force relative to world coordinates.</param>
|
||||
<param name="rotation">The rotation force to apply</param>
|
||||
<param name="rotation">The offset from the root bone of this <see cref="T:GTA.Entity"/> where the force applies. "rotation" is incorrectly named parameter but is left for scripts that use the method with named parameters.</param>
|
||||
<param name="forceType">Type of the force to apply.</param>
|
||||
</member>
|
||||
<member name="M:GTA.Entity.ApplyForceRelative(GTA.Math.Vector3,GTA.Math.Vector3,GTA.ForceType)">
|
||||
@ -19433,7 +19433,7 @@
|
||||
Applies a force to this <see cref="T:GTA.Entity"/>.
|
||||
</summary>
|
||||
<param name="direction">The direction to apply the force relative to this <see cref="T:GTA.Entity"/>s rotation</param>
|
||||
<param name="rotation">The rotation force to apply</param>
|
||||
<param name="rotation">The offset from the root bone of this <see cref="T:GTA.Entity"/> where the force applies. "rotation" is incorrectly named parameter but is left for scripts that use the method with named parameters.</param>
|
||||
<param name="forceType">Type of the force to apply.</param>
|
||||
</member>
|
||||
<member name="M:GTA.Entity.MarkAsNoLongerNeeded">
|
||||
|
Binary file not shown.
BIN
Libs/Release/scripts/LemonUI.SHVDN3.pdb
Normal file
BIN
Libs/Release/scripts/LemonUI.SHVDN3.pdb
Normal file
Binary file not shown.
@ -688,6 +688,21 @@
|
||||
The color of the <see cref="P:LemonUI.Menus.NativeItem.RightBadge"/> or <see cref="T:LemonUI.Menus.NativeCheckboxItem"/> checkbox when the <see cref="T:LemonUI.Menus.NativeItem"/> is disabled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:LemonUI.Menus.ColorSet.BackgroundNormal">
|
||||
<summary>
|
||||
The normal color of the custom background if <see cref="P:LemonUI.Menus.NativeItem.UseCustomBackground"/> is set to <see langword="true"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:LemonUI.Menus.ColorSet.BackgroundHovered">
|
||||
<summary>
|
||||
The hovered color of the custom background if <see cref="P:LemonUI.Menus.NativeItem.UseCustomBackground"/> is set to <see langword="true"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:LemonUI.Menus.ColorSet.BackgroundDisabled">
|
||||
<summary>
|
||||
The disabled color of the custom background if <see cref="P:LemonUI.Menus.NativeItem.UseCustomBackground"/> is set to <see langword="true"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:LemonUI.Menus.NativeCheckboxItem">
|
||||
<summary>
|
||||
Rockstar-like checkbox item.
|
||||
@ -1343,6 +1358,11 @@
|
||||
The Panel asociated to this <see cref="T:LemonUI.Menus.NativeItem"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:LemonUI.Menus.NativeItem.UseCustomBackground">
|
||||
<summary>
|
||||
If a custom colored background should be used.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="E:LemonUI.Menus.NativeItem.Selected">
|
||||
<summary>
|
||||
Event triggered when the item is selected.
|
||||
|
@ -22,11 +22,10 @@ GTACOOP:R is NOT intended to replace the GTACOOP modification! GTACOOP:R is an a
|
||||
- .NET Framework 4.8
|
||||
|
||||
# 📚 Libraries
|
||||
- [ScriptHookVDotNet3](https://github.com/crosire/scripthookvdotnet/commit/ca82751b7cc8bdf2203d361b27fe0d1aa895eb55)
|
||||
- [LemonUI.SHVDN3](https://github.com/justalemon/LemonUI/commit/b570dc70e9241b45ae4c53ec7bb69efa3636f79d)
|
||||
- [ScriptHookVDotNet3](https://github.com/crosire/scripthookvdotnet/tree/4b4b0e6318e2748c186b3f875b90ecc26f686205)
|
||||
- [LemonUI.SHVDN3](https://github.com/justalemon/LemonUI/releases/tag/v1.6)
|
||||
- Lidgren Network Custom (***PRIVATE***)
|
||||
- - No new features (only improvements)
|
||||
- [Protobuf-net](https://www.nuget.org/packages/protobuf-net/2.4.6)
|
||||
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.1)
|
||||
|
||||
# 🦆 Special thanks to
|
||||
|
Reference in New Issue
Block a user