|
7853 | 7853 | This overload doesn't support legacy Condition_# format. |
7854 | 7854 | </summary> |
7855 | 7855 | </member> |
7856 | | - <member name="F:SDG.Unturned.EBoxProbabilityModel.Original"> |
7857 | | - <summary> |
7858 | | - Each quality tier has different rarities. |
7859 | | - Legendary: 5% Epic: 20% Rare: 75% |
7860 | | - </summary> |
7861 | | - </member> |
7862 | | - <member name="F:SDG.Unturned.EBoxProbabilityModel.Equalized"> |
7863 | | - <summary> |
7864 | | - Each item has an equal chance regardless of quality. |
7865 | | - </summary> |
7866 | | - </member> |
7867 | 7856 | <member name="T:SDG.Unturned.TextChatEventHook"> |
7868 | 7857 | <summary> |
7869 | 7858 | Can be added to any GameObject to receive text chat events. |
|
7925 | 7914 | Invoked when a player message passes the filters. |
7926 | 7915 | </summary> |
7927 | 7916 | </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> |
7928 | 7928 | <member name="T:SDG.Unturned.EServerListCurationAction"> |
7929 | 7929 | <summary> |
7930 | 7930 | Determines how to handle a server if it matches a rule. |
|
13032 | 13032 | Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text. |
13033 | 13033 | </summary> |
13034 | 13034 | </member> |
13035 | | - <member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})"> |
13036 | | - <summary> |
13037 | | - Get index within bounds assuming list is not empty. |
13038 | | - </summary> |
13039 | | - </member> |
13040 | | - <member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})"> |
13041 | | - <summary> |
13042 | | - Add a new item using its default constructor. |
13043 | | - </summary> |
13044 | | - </member> |
13045 | 13035 | <member name="P:SDG.Unturned.ItemClothingAsset.armor"> |
13046 | 13036 | <summary> |
13047 | 13037 | Multiplier to incoming damage. Defaults to 1.0. |
|
13110 | 13100 | If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen. |
13111 | 13101 | </summary> |
13112 | 13102 | </member> |
| 13103 | + <member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})"> |
| 13104 | + <summary> |
| 13105 | + Get index within bounds assuming list is not empty. |
| 13106 | + </summary> |
| 13107 | + </member> |
| 13108 | + <member name="M:SDG.Unturned.ListExtension.AddDefaulted``1(System.Collections.Generic.List{``0})"> |
| 13109 | + <summary> |
| 13110 | + Add a new item using its default constructor. |
| 13111 | + </summary> |
| 13112 | + </member> |
13113 | 13113 | <member name="T:SDG.Unturned.DamageZombieParameters"> |
13114 | 13114 | <summary> |
13115 | 13115 | Payload for the DamageTool.damageZombie function. |
|
0 commit comments