|
5924 | 5924 | [0 to 1] Scales how much the first-person arms move while ADS. |
5925 | 5925 | </summary> |
5926 | 5926 | </member> |
| 5927 | + <member name="F:SDG.Unturned.PlayConfigUtils.COMMENT_PREFIX"> |
| 5928 | + <summary> |
| 5929 | + Each generated comment line is prefixed with this string. |
| 5930 | + </summary> |
| 5931 | + </member> |
5927 | 5932 | <member name="M:SDG.Unturned.PlayConfigUtils.GetSingleplayerConfigPathV2(System.Int32,SDG.Unturned.EGameMode)"> |
5928 | 5933 | <summary> |
5929 | 5934 | Format absolute path to newer txt (UnturnedDat) config file. |
|
5934 | 5939 | Format absolute path to older json serialized config file. |
5935 | 5940 | </summary> |
5936 | 5941 | </member> |
| 5942 | + <member name="M:SDG.Unturned.PlayConfigUtils.GetServerConfigPathV2(System.String)"> |
| 5943 | + <summary> |
| 5944 | + Config path used for new servers. |
| 5945 | + </summary> |
| 5946 | + </member> |
| 5947 | + <member name="M:SDG.Unturned.PlayConfigUtils.GetServerConfigPathV2(System.String,SDG.Unturned.EGameMode)"> |
| 5948 | + <summary> |
| 5949 | + Config path used for conversion from Config.json. |
| 5950 | + </summary> |
| 5951 | + </member> |
5937 | 5952 | <member name="M:SDG.Unturned.PlayConfigUtils.ParseServerConfig(SDG.Unturned.IDatDictionary,SDG.Unturned.ConfigData)"> |
5938 | 5953 | <summary> |
5939 | 5954 | Fill server-related sections of config from dat file. |
|
5966 | 5981 | WARNING: This is called on a worker thread. |
5967 | 5982 |
|
5968 | 5983 | Add empty dat values (if not yet added), and include code documentation |
5969 | | - in their comments prefixed with '>'. User-supplied comments are preserved. |
| 5984 | + in their comments prefixed with COMMENT_PREFIX. User-supplied comments are preserved. |
5970 | 5985 | </summary> |
5971 | 5986 | </member> |
5972 | 5987 | <member name="M:SDG.Unturned.PlayConfigUtils.PopulateConfigFilePropertiesAndComments(SDG.Unturned.UnturnedCodeDocsHelper,SDG.Unturned.IEditableDatDictionary,System.Type,System.Object,System.Object,System.Object)"> |
5973 | 5988 | <summary> |
5974 | 5989 | Add empty dat values for every field in category (if not yet added), and include code documentation |
5975 | | - in their comments prefixed with '>'. User-supplied comments are preserved. |
| 5990 | + in their comments prefixed with COMMENT_PREFIX. User-supplied comments are preserved. |
5976 | 5991 |
|
5977 | 5992 | In categories without easy/normal/hard split (server config), only normalObject is set. |
5978 | 5993 | </summary> |
|
8578 | 8593 | Anticipating some hosts will prefer the old format. |
8579 | 8594 | </summary> |
8580 | 8595 | </member> |
| 8596 | + <member name="F:SDG.Unturned.Provider.clGameplayConfigNoEmptyValues"> |
| 8597 | + <summary> |
| 8598 | + Remove empty strings, dictionaries, and lists. |
| 8599 | + </summary> |
| 8600 | + </member> |
| 8601 | + <member name="F:SDG.Unturned.Provider.clGameplayConfigNoGeneratedComments"> |
| 8602 | + <summary> |
| 8603 | + Remove generated comments. |
| 8604 | + </summary> |
| 8605 | + </member> |
8581 | 8606 | <member name="E:SDG.Unturned.Provider.onCommenceShutdown"> |
8582 | 8607 | <summary> |
8583 | 8608 | Event for plugins prior to kicking players during shutdown. |
|
0 commit comments