Skip to content

Commit 0f14e3c

Browse files
22 April 2026 - Version 3.26.2.3 (22896472) (#553)
Co-authored-by: rocketmodfixadmin <rocketmodfixadmin@users.noreply.github.com>
1 parent bad7756 commit 0f14e3c

14 files changed

Lines changed: 35 additions & 29 deletions
1.5 KB
Binary file not shown.

redist/redist-client-preview-publicized/Assembly-CSharp.xml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6335,6 +6335,12 @@
63356335
Get a random file path in the /Screenshots folder
63366336
</summary>
63376337
</member>
6338+
<member name="M:SDG.Unturned.LevelInfo.IsMissingAnyDependencies">
6339+
<summary>
6340+
If dependency workshop file(s) are configured, check those.
6341+
Otherwise, always returns false.
6342+
</summary>
6343+
</member>
63386344
<member name="E:SDG.Unturned.InteractableDoor.OnDoorChanged_Global">
63396345
<summary>
63406346
Invoked when door is opened/closed, but not when loaded.
@@ -7853,6 +7859,17 @@
78537859
This overload doesn't support legacy Condition_# format.
78547860
</summary>
78557861
</member>
7862+
<member name="F:SDG.Unturned.EBoxProbabilityModel.Original">
7863+
<summary>
7864+
Each quality tier has different rarities.
7865+
Legendary: 5% Epic: 20% Rare: 75%
7866+
</summary>
7867+
</member>
7868+
<member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized">
7869+
<summary>
7870+
Each item has an equal chance regardless of quality.
7871+
</summary>
7872+
</member>
78567873
<member name="T:SDG.Unturned.TextChatEventHook">
78577874
<summary>
78587875
Can be added to any GameObject to receive text chat events.
@@ -7914,17 +7931,6 @@
79147931
Invoked when a player message passes the filters.
79157932
</summary>
79167933
</member>
7917-
<member name="F:SDG.Unturned.EBoxProbabilityModel.Original">
7918-
<summary>
7919-
Each quality tier has different rarities.
7920-
Legendary: 5% Epic: 20% Rare: 75%
7921-
</summary>
7922-
</member>
7923-
<member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized">
7924-
<summary>
7925-
Each item has an equal chance regardless of quality.
7926-
</summary>
7927-
</member>
79287934
<member name="T:SDG.Unturned.EServerListCurationAction">
79297935
<summary>
79307936
Determines how to handle a server if it matches a rule.
@@ -17419,7 +17425,7 @@
1741917425
<member name="M:SDG.Unturned.InteractableVehicle.IsFriendlyToSentry(SDG.Unturned.InteractableSentry)">
1742017426
<summary>
1742117427
If true, sentry ignores this vehicle early in target scanning.
17422-
Friendly if locked by owner/group of sentry, or driven by owner/group of sentry.
17428+
Friendly if locked by owner/group of sentry, or if a passenger is owner/group of sentry.
1742317429
</summary>
1742417430
</member>
1742517431
<member name="M:SDG.Unturned.InteractableVehicle.calculateAverageLocalTireContactPosition">

redist/redist-client-preview-publicized/RocketModFix.Unturned.Redist.Client.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>RocketModFix.Unturned.Redist.Client.Publicized</id>
5-
<version>3.26.2.2</version>
5+
<version>3.26.2.3</version>
66
<description>
77
Unturned 3 Client-side redistributables. Standalone and always up-to-date.
88
</description>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)