forked from oldnapalm/GTAV-RESOURCES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRageCoop.Core.xml
233 lines (219 loc) · 7.87 KB
/
RageCoop.Core.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?xml version="1.0"?>
<doc>
<assembly>
<name>RageCoop.Core</name>
</assembly>
<members>
<member name="M:RageCoop.Core.Extensions.GetBytes(GTA.Math.Quaternion)">
<summary>
</summary>
<param name="qua"></param>
<returns>An array of bytes with length 16</returns>
</member>
<member name="T:RageCoop.Core.PublicExtensions">
<summary>
Some extension methods provided by RageCoop
</summary>
</member>
<member name="M:RageCoop.Core.PublicExtensions.GetSHA256Hash(System.String)">
<summary>
Get a SHA256 hashed byte array of the input string, internally used to hash password at client side.
</summary>
<param name="inputString"></param>
<returns></returns>
</member>
<member name="M:RageCoop.Core.PublicExtensions.ToHexString(System.Byte[])">
<summary>
Convert a byte array to hex-encoded string, internally used to trigger handshake event
</summary>
<param name="data"></param>
<returns></returns>
</member>
<member name="M:RageCoop.Core.PublicExtensions.ToIP(System.String)">
<summary>
Convert a string to IP address
</summary>
<param name="ip"></param>
<returns></returns>
</member>
<member name="T:RageCoop.Core.Logger">
<summary>
</summary>
</member>
<member name="F:RageCoop.Core.Logger.LogLevel">
<summary>
0:Trace, 1:Debug, 2:Info, 3:Warning, 4:Error
</summary>
</member>
<member name="P:RageCoop.Core.Logger.Name">
<summary>
Name of this logger
</summary>
</member>
<member name="F:RageCoop.Core.Logger.LogPath">
<summary>
Path to log file.
</summary>
</member>
<member name="F:RageCoop.Core.Logger.UseConsole">
<summary>
Whether to flush messages to console instead of log file
</summary>
</member>
<member name="M:RageCoop.Core.Logger.Info(System.String)">
<summary>
</summary>
<param name="message"></param>
</member>
<member name="M:RageCoop.Core.Logger.Warning(System.String)">
<summary>
</summary>
<param name="message"></param>
</member>
<member name="M:RageCoop.Core.Logger.Error(System.String)">
<summary>
</summary>
<param name="message"></param>
</member>
<member name="M:RageCoop.Core.Logger.Error(System.String,System.Exception)">
<summary>
</summary>
<param name="message"></param>
<param name="error"></param>
</member>
<member name="M:RageCoop.Core.Logger.Error(System.Exception)">
<summary>
</summary>
<param name="ex"></param>
</member>
<member name="M:RageCoop.Core.Logger.Debug(System.String)">
<summary>
</summary>
<param name="message"></param>
</member>
<member name="M:RageCoop.Core.Logger.Trace(System.String)">
<summary>
</summary>
<param name="message"></param>
</member>
<member name="M:RageCoop.Core.Logger.Flush">
<summary>
</summary>
</member>
<member name="M:RageCoop.Core.Logger.Dispose">
<summary>
Stop backdround thread and flush all pending messages.
</summary>
</member>
<member name="M:RageCoop.Core.MathExtensions.ToVector(GTA.Math.Quaternion)">
<summary>
</summary>
</member>
<member name="M:RageCoop.Core.MathExtensions.ToQuaternion(GTA.Math.Vector3,System.Single)">
<summary>
</summary>
</member>
<member name="M:RageCoop.Core.CoopPeer.Dispose">
<summary>
Terminate all connections and background thread
</summary>
</member>
<member name="P:RageCoop.Core.Packets.HolePunch.Status">
<summary>
1:initial, 2:acknowledged, 3:confirmed
</summary>
</member>
<member name="T:RageCoop.Core.Packets.ConnectionRequest">
<summary>
Request direct connection to another client
</summary>
</member>
<member name="T:RageCoop.Core.Packets.P2PConnect">
<summary>
Sent to the host when a direct connection has been established
</summary>
</member>
<member name="F:RageCoop.Core.Packets.Handshake.AesKeyCrypted">
<summary>
The asymetrically crypted Aes key
</summary>
</member>
<member name="F:RageCoop.Core.Packets.Handshake.AesIVCrypted">
<summary>
The asymetrically crypted Aes IV
</summary>
</member>
<member name="P:RageCoop.Core.Packets.Handshake.PasswordEncrypted">
<summary>
The password hash with client Aes
</summary>
</member>
<member name="P:RageCoop.Core.Packets.PlayerInfoUpdate.PedID">
<summary>
Ped ID for this Player
</summary>
</member>
<member name="T:RageCoop.Core.Scripting.CustomEvents">
<summary>
</summary>
</member>
<member name="M:RageCoop.Core.Scripting.CustomEvents.Hash(System.String)">
<summary>
Get a Int32 hash of a string.
</summary>
<param name="s"></param>
<returns></returns>
<exception cref="T:System.ArgumentException">The exception is thrown when the name did not match a previously computed one and the hash was the same.</exception>
</member>
<member name="T:RageCoop.Core.Scripting.ResourceFile">
<summary>
</summary>
</member>
<member name="P:RageCoop.Core.Scripting.ResourceFile.Name">
<summary>
Full name with relative path of this file
</summary>
</member>
<member name="P:RageCoop.Core.Scripting.ResourceFile.IsDirectory">
<summary>
Whether this is a directory
</summary>
</member>
<member name="P:RageCoop.Core.Scripting.ResourceFile.GetStream">
<summary>
Get a stream that can be used to read file content.
</summary>
</member>
<member name="T:RageCoop.Core.Worker">
<summary>
A worker that constantly execute jobs in a background thread.
</summary>
</member>
<member name="P:RageCoop.Core.Worker.Name">
<summary>
Name of the worker
</summary>
</member>
<member name="P:RageCoop.Core.Worker.IsBusy">
<summary>
Whether this worker is busy executing job(s).
</summary>
</member>
<member name="M:RageCoop.Core.Worker.QueueJob(System.Action)">
<summary>
Queue a job to be executed
</summary>
<param name="work"></param>
</member>
<member name="M:RageCoop.Core.Worker.Stop">
<summary>
Finish current job and stop the worker.
</summary>
</member>
<member name="M:RageCoop.Core.Worker.Dispose">
<summary>
Finish current job and stop the worker.
</summary>
</member>
</members>
</doc>