|
5867 | 5867 | Used early in startup to hopefully install before reaching main menu. |
5868 | 5868 | </summary> |
5869 | 5869 | </member> |
| 5870 | + <member name="F:SDG.Unturned.MapsStatusData.Auto_Unsubscribe"> |
| 5871 | + <summary> |
| 5872 | + Workshop files to unsubscribe from during starutp. |
| 5873 | + If the file is not currently subscribed it won't be unsubscribed from again. |
| 5874 | + Only happens once per workshop file. I.e., re-subscribing will be respected. |
| 5875 | + </summary> |
| 5876 | + </member> |
5870 | 5877 | <member name="P:SDG.Unturned.ItemMagazineAsset.ProjectilePrefabOverride"> |
5871 | 5878 | <summary> |
5872 | 5879 | If set and gun is a Projectile launcher, overrides Projectile prefab. |
|
7859 | 7866 | This overload doesn't support legacy Condition_# format. |
7860 | 7867 | </summary> |
7861 | 7868 | </member> |
| 7869 | + <member name="F:SDG.Unturned.EBoxProbabilityModel.Original"> |
| 7870 | + <summary> |
| 7871 | + Each quality tier has different rarities. |
| 7872 | + Legendary: 5% Epic: 20% Rare: 75% |
| 7873 | + </summary> |
| 7874 | + </member> |
| 7875 | + <member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized"> |
| 7876 | + <summary> |
| 7877 | + Each item has an equal chance regardless of quality. |
| 7878 | + </summary> |
| 7879 | + </member> |
7862 | 7880 | <member name="T:SDG.Unturned.TextChatEventHook"> |
7863 | 7881 | <summary> |
7864 | 7882 | Can be added to any GameObject to receive text chat events. |
|
7920 | 7938 | Invoked when a player message passes the filters. |
7921 | 7939 | </summary> |
7922 | 7940 | </member> |
7923 | | - <member name="F:SDG.Unturned.EBoxProbabilityModel.Original"> |
7924 | | - <summary> |
7925 | | - Each quality tier has different rarities. |
7926 | | - Legendary: 5% Epic: 20% Rare: 75% |
7927 | | - </summary> |
7928 | | - </member> |
7929 | | - <member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized"> |
7930 | | - <summary> |
7931 | | - Each item has an equal chance regardless of quality. |
7932 | | - </summary> |
7933 | | - </member> |
7934 | 7941 | <member name="T:SDG.Unturned.EServerListCurationAction"> |
7935 | 7942 | <summary> |
7936 | 7943 | Determines how to handle a server if it matches a rule. |
|
0 commit comments