-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctions_t.html
547 lines (544 loc) · 27.5 KB
/
functions_t.html
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ManiaScript Reference: Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">ManiaScript Reference
 <span id="projectnumber">2019-05</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('functions_t.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>Tag
: <a class="el" href="struct_c_anchor_data.html#a1f01e98d24e2fce9a0e9bce5eb036991">CAnchorData</a>
, <a class="el" href="struct_c_map_landmark.html#ae6a76ea325b0386766252138d75817c2">CMapLandmark</a>
, <a class="el" href="struct_c_map_sector.html#aca6dec11f3eb8df582a0941a7e57df01">CMapSector</a>
, <a class="el" href="struct_c_sm_landmark.html#ad05c7570784dfe8fd8963f64f16928a2">CSmLandmark</a>
</li>
<li>Tags
: <a class="el" href="struct_c_module_playground_scores_table.html#a821f9be011b31e0bc3c89aab4899be53a453d8438b88a580e560499d7cf793302">CModulePlaygroundScoresTable</a>
</li>
<li>Tags_Comments
: <a class="el" href="struct_c_user.html#a8b1c120216554d6580c1ea195595fd8f">CUser</a>
</li>
<li>Tags_Deliverer
: <a class="el" href="struct_c_user.html#a7aea54fb191d49455d338fd674a53831">CUser</a>
</li>
<li>Tags_Favored_Indices
: <a class="el" href="struct_c_user.html#aaeb93541ba9ba43c701750ab320d1cb9">CUser</a>
</li>
<li>Tags_Id
: <a class="el" href="struct_c_user.html#af31622c94cde83ea33f93b8bd95ef798">CUser</a>
</li>
<li>Tags_Type
: <a class="el" href="struct_c_user.html#aa8239c768affc323141348cda8afe93c">CUser</a>
</li>
<li>Target
: <a class="el" href="struct_c_sm_player_driver.html#a1cbd0eab022d274a17005e4017fe0162">CSmPlayerDriver</a>
</li>
<li>TargetMinDistance
: <a class="el" href="struct_c_sm_player_driver.html#ade5350e1712659c513165d576d2617b8">CSmPlayerDriver</a>
</li>
<li>TargetsToAvoid
: <a class="el" href="struct_c_sm_player_driver.html#a157ecc54c806bca998aedbcd770232d5">CSmPlayerDriver</a>
</li>
<li>TaskResult_Release()
: <a class="el" href="struct_c_data_file_mgr.html#a54a96c90c99682164b4b6ad0595f702f">CDataFileMgr</a>
, <a class="el" href="struct_c_score_mgr.html#ac9db5a3147bdbe6da625d697f4c1d9e7">CScoreMgr</a>
, <a class="el" href="struct_c_user_v2_manager.html#a8e12c67a275cadd88b975175acefad0a">CUserV2Manager</a>
</li>
<li>TaskResults
: <a class="el" href="struct_c_data_file_mgr.html#aef5833d17c63d5683ecf48ff46a86e5d">CDataFileMgr</a>
, <a class="el" href="struct_c_score_mgr.html#a24e6d8b63a0c80dddea57e47681a92d1">CScoreMgr</a>
, <a class="el" href="struct_c_user_v2_manager.html#ae4fcf533ff29bf1d1413617fc958bf0e">CUserV2Manager</a>
</li>
<li>TeamLabelsShowGauges
: <a class="el" href="struct_c_u_i_config.html#a863a73305d9160ebd4f5ac2a47f6a49b">CUIConfig</a>
</li>
<li>TeamLabelsShowNames
: <a class="el" href="struct_c_u_i_config.html#a9ae875128232ceac53f9ce600acb78b8">CUIConfig</a>
</li>
<li>TeamLabelsVisibility
: <a class="el" href="struct_c_u_i_config.html#a4e677a4b331247e0797b5976b5093ba5">CUIConfig</a>
</li>
<li>TeamNum
: <a class="el" href="struct_c_sm_score.html#a166faae08cca6180623846e06d7bd18a">CSmScore</a>
, <a class="el" href="struct_c_tm_score.html#a3a0427f8982d37facccc6e065c62bf0a">CTmScore</a>
</li>
<li>Teams
: <a class="el" href="struct_c_ml_script_ingame.html#a242ad1b6eaedbdcaac2d9911ff2bc6d0">CMlScriptIngame</a>
, <a class="el" href="struct_c_mode.html#aed64b87ba02df02c6ebcc107f476a522">CMode</a>
, <a class="el" href="struct_c_playground_client.html#a21e8c731e871258a926f86c514ef55ae">CPlaygroundClient</a>
, <a class="el" href="struct_c_server_plugin.html#a01cd0a3ff38e6338ad279054dfae937d">CServerPlugin</a>
</li>
<li>TeamState
: <a class="el" href="struct_c_editor_module.html#a2f7873156c745148df4f05fc2b57c8c1a7b96a6512da27c06a79cbb96b5686d6c">CEditorModule</a>
, <a class="el" href="struct_c_module_playground_hud.html#a3207a9147cd1c1ce8466b0cd354e9b85">CModulePlaygroundHud</a>
, <a class="el" href="struct_c_u_i_config_event.html#a62066118dcfb3d3f20ce4388dce7409caf2ca225b0b796c624d4823e8d7ef0c24">CUIConfigEvent</a>
</li>
<li>TempResult
: <a class="el" href="struct_c_tm_score.html#a52d1f821a299570701d8816d9d993600">CTmScore</a>
</li>
<li>Terraform
: <a class="el" href="struct_c_map_editor_plugin.html#a588b4a11b38fdde8d041e9c055d098bfa2e7a1fd7dc83be1e6ff6cbbd72b7a39d">CMapEditorPlugin</a>
</li>
<li>TerrainBlockModels
: <a class="el" href="struct_c_map_editor_plugin.html#a87897251d429db2ebba8fb8910940c4a">CMapEditorPlugin</a>
</li>
<li>Test
: <a class="el" href="struct_c_map_editor_plugin.html#a588b4a11b38fdde8d041e9c055d098bfa5e4a1eea90df7ee600ba84714fb20183">CMapEditorPlugin</a>
</li>
<li>TestMapFromCoord()
: <a class="el" href="struct_c_map_editor_plugin.html#a406ddd288b18854d5b34c97342888ea0">CMapEditorPlugin</a>
</li>
<li>TestMapFromStart()
: <a class="el" href="struct_c_map_editor_plugin.html#ae02027d9575a2fc2c150f857f07d8875">CMapEditorPlugin</a>
</li>
<li>TestMapWithMode()
: <a class="el" href="struct_c_map_editor_plugin.html#af3185bdb04c5022150140c85ccc29ad2">CMapEditorPlugin</a>
</li>
<li>TestMapWithMode_SplitScreen()
: <a class="el" href="struct_c_map_editor_plugin.html#aa3047414dbd801762bd76314bb10f217">CMapEditorPlugin</a>
</li>
<li>TextColor
: <a class="el" href="struct_c_ml_entry.html#ab079113e32448019a0c0c67ef05e65ce">CMlEntry</a>
, <a class="el" href="struct_c_ml_label.html#adac08d44b9dbbce19373493ceaea38db">CMlLabel</a>
, <a class="el" href="struct_c_ml_text_edit.html#ab66e3efae5c9973a5e9cda9a222729cf">CMlTextEdit</a>
</li>
<li>TextContents
: <a class="el" href="struct_c_parsing_document.html#ae5b6efd2c21c8bfac80912f1952ac57f">CParsingDocument</a>
, <a class="el" href="struct_c_parsing_node.html#a48637ba7931f1d55a429ab4f53b9dd94">CParsingNode</a>
</li>
<li>TextFont
: <a class="el" href="struct_c_ml_label.html#acc84084c0f494788a395e4295bda1027">CMlLabel</a>
</li>
<li>TextFormat
: <a class="el" href="struct_c_ml_entry.html#ad6f20cdc9028ed5ff6009257e0ed8526">CMlEntry</a>
, <a class="el" href="struct_c_ml_text_edit.html#af3dda2158dea78cfb8f6087152804d1a">CMlTextEdit</a>
</li>
<li>TextRawContents
: <a class="el" href="struct_c_parsing_node.html#a50364140b741f38f21105b68c82b8d7a">CParsingNode</a>
</li>
<li>TextRecursiveContents
: <a class="el" href="struct_c_parsing_node.html#a4895d203bd813630a1821ba63221718b">CParsingNode</a>
</li>
<li>TextSizeReal
: <a class="el" href="struct_c_ml_entry.html#a905aca3816b2a2a57399c83aeca86db7">CMlEntry</a>
, <a class="el" href="struct_c_ml_label.html#a636b7b6cb352bc1d0dcecc374abb6cd6">CMlLabel</a>
, <a class="el" href="struct_c_ml_text_edit.html#a7ae4a5afc8ea962e54c7278bf3d01179">CMlTextEdit</a>
</li>
<li>TextureFilter
: <a class="el" href="struct_c_video.html#ac521d74b0a896ad5d18784f63752b758">CVideo</a>
</li>
<li>Throwable
: <a class="el" href="struct_c_sm_object.html#ad65075b66b042c1adcb45da6a0ed6c8f">CSmObject</a>
</li>
<li>ThrowLatestPlayerId
: <a class="el" href="struct_c_sm_object.html#a1a93c17c298e85855ee0c3790453bb90">CSmObject</a>
</li>
<li>ThrowSpeed
: <a class="el" href="struct_c_sm_player.html#af42a832a8d9ca0a1cd4e56ab3baa8b73">CSmPlayer</a>
</li>
<li>ThumbnailCameraFovY
: <a class="el" href="struct_c_map_editor_plugin.html#a5e5f618dadc92a9dffce0262c8505b32">CMapEditorPlugin</a>
</li>
<li>ThumbnailCameraHAngle
: <a class="el" href="struct_c_map_editor_plugin.html#a400ad2eeb3832506b6c5fcce20d11b15">CMapEditorPlugin</a>
</li>
<li>ThumbnailCameraPosition
: <a class="el" href="struct_c_map_editor_plugin.html#aeb168f46ed008416503acbe5d2e7d31b">CMapEditorPlugin</a>
</li>
<li>ThumbnailCameraRoll
: <a class="el" href="struct_c_map_editor_plugin.html#af1bcd66c5c246e1b026027ab0c072f55">CMapEditorPlugin</a>
</li>
<li>ThumbnailCameraVAngle
: <a class="el" href="struct_c_map_editor_plugin.html#a9cf85ab90125c4623bdc8d2f62df8215">CMapEditorPlugin</a>
</li>
<li>TieBreakPoint
: <a class="el" href="struct_c_ml_script_ingame.html#a03f99561065dc005e6eeb89489e1d302add1f853230ae3b8f7b467a0fe2083810">CMlScriptIngame</a>
, <a class="el" href="struct_c_u_i_config.html#adbe295669674a531f7a99442f36ae8cfa52660eaee024cbf213e6973e190c62ed">CUIConfig</a>
</li>
<li>TiePoint
: <a class="el" href="struct_c_ml_script_ingame.html#a03f99561065dc005e6eeb89489e1d302adf5aeee0e8b62ef76d48b34a3f0c4c4e">CMlScriptIngame</a>
, <a class="el" href="struct_c_u_i_config.html#adbe295669674a531f7a99442f36ae8cfabdb06c51856017f7d19ac1a852bb4a59">CUIConfig</a>
</li>
<li>Time
: <a class="el" href="struct_c_task_result___map_record.html#aeb1e7204e780447c3e2a84cc22170ef0">CTaskResult_MapRecord</a>
, <a class="el" href="struct_c_tm_result.html#a1fc5a8c93b36d65b0d15d3ef3e96a460">CTmResult</a>
</li>
<li>TimeBeforeDeadlyZone
: <a class="el" href="struct_c_tm_ml_player.html#a5496a3d290ec7074a6c2c28a549da862">CTmMlPlayer</a>
</li>
<li>TimeElapsedSinceLastStunt
: <a class="el" href="struct_c_tm_ml_player.html#a4cfcc526abaf0846db730ca7100abad5">CTmMlPlayer</a>
</li>
<li>TimeLeftForStuntCombo
: <a class="el" href="struct_c_tm_ml_player.html#ad989af7aed69f193dc941b85641ee7c4">CTmMlPlayer</a>
</li>
<li>TimeOut
: <a class="el" href="struct_c_ml_script_ingame.html#a03f99561065dc005e6eeb89489e1d302a6843795090dfc8d45c36eeaa238a5df4">CMlScriptIngame</a>
, <a class="el" href="struct_c_u_i_config.html#adbe295669674a531f7a99442f36ae8cfa24bb82865f36c456edbd9a35378ed647">CUIConfig</a>
</li>
<li>TimePenalty
: <a class="el" href="struct_c_tm_ml_player.html#a477970c1f9ef2d9a294bff1ea2edf227a8c15d88abbb05e61add688faf9e83b19">CTmMlPlayer</a>
, <a class="el" href="struct_c_tm_mode_event.html#ac9740bcb1c7d12ee789cb98aba09d9faa02b19b4f7e24eaf82666b68faf965d53">CTmModeEvent</a>
</li>
<li>Timestamp
: <a class="el" href="struct_c_task_result___map_record.html#a0504591783811798b23fe2593c38c119">CTaskResult_MapRecord</a>
</li>
<li>TimeTillSmashGiveUp
: <a class="el" href="struct_c_tm_ml_player.html#ad0cf32bf023a8e9b3abcc33905f592f8">CTmMlPlayer</a>
</li>
<li>TimeTillSmashRespawn
: <a class="el" href="struct_c_tm_ml_player.html#ab003e371033a86e3ab7bca850ba72094">CTmMlPlayer</a>
</li>
<li>Title
: <a class="el" href="struct_c_notifications_consumer_notification.html#a53df242f739e9e99ee60dcfc5da84775">CNotificationsConsumerNotification</a>
, <a class="el" href="struct_c_station.html#ada2e28acf9aa703e80f1ba5d8129a5a9">CStation</a>
, <a class="el" href="struct_c_title_edition.html#a210f7ae54e223d828227be675193ff4cab962977e812e933604e681ff63e1471a">CTitleEdition</a>
</li>
<li>Title_IsForbiddenWithParentalLock
: <a class="el" href="struct_c_user_v2_profile.html#a072c231c3983e1487ce038d29a515d4f">CUserV2Profile</a>
</li>
<li>TitleControl
: <a class="el" href="struct_c_mania_app_title.html#ad1d62ce86bcff24b0e3a97076f1cf481">CManiaAppTitle</a>
, <a class="el" href="struct_c_mania_app_title_layer.html#a1ba7f54aa431561dc2ae38598c57da42">CManiaAppTitleLayer</a>
</li>
<li>TitleEdition
: <a class="el" href="struct_c_mania_app_title.html#ac9799d9e4935c0c9455184afbd9a3e08">CManiaAppTitle</a>
</li>
<li>TitleFlow
: <a class="el" href="struct_c_mania_app_title.html#a472144877b09daa646bb44a4544b29f5">CManiaAppTitle</a>
</li>
<li>TitleId
: <a class="el" href="struct_c_achievements_achievement_desc.html#a748cb6297b59b3c92ee6af0ce489a548">CAchievementsAchievementDesc</a>
, <a class="el" href="struct_c_achievements_stat_desc.html#aeb68fdf0cf45c6e965c96b3fc03aa9ae">CAchievementsStatDesc</a>
, <a class="el" href="struct_c_pack_creator_title_info.html#a06612b1841aa980a340351a0b43b4651">CPackCreatorTitleInfo</a>
, <a class="el" href="struct_c_title.html#a8f9e8a59387ca827a67ca261828a9453">CTitle</a>
</li>
<li>TitleMaker
: <a class="el" href="struct_c_title_edition.html#a53aa4c5ee6de93fb70ad21d65d0df108">CTitleEdition</a>
</li>
<li>TitleReadable
: <a class="el" href="struct_c_title_edition.html#a210f7ae54e223d828227be675193ff4cad73b34f4669980bee35cfafbc6e6e46e">CTitleEdition</a>
</li>
<li>TitleVersion
: <a class="el" href="struct_c_pack_creator_title_info.html#a03e4ae64fbd3dc96178d676775ea0a9b">CPackCreatorTitleInfo</a>
, <a class="el" href="struct_c_title.html#a68e59d18f24e68a25e04f1555683b330">CTitle</a>
</li>
<li>TMBestLapTime
: <a class="el" href="struct_c_module_playground_scores_table.html#a821f9be011b31e0bc3c89aab4899be53a411ec3182cc073b03e1031ea82f51c27">CModulePlaygroundScoresTable</a>
</li>
<li>TMBestTime
: <a class="el" href="struct_c_module_playground_scores_table.html#af61929e75cced81edd9f8efb38772310a257846699712bffcb4f6bbd5c887ffe3">CModulePlaygroundScoresTable</a>
</li>
<li>TMCheckpoints
: <a class="el" href="struct_c_module_playground_scores_table.html#af61929e75cced81edd9f8efb38772310a6499218ab18b531f23d7e96ac791b1f6">CModulePlaygroundScoresTable</a>
</li>
<li>TMObjective_AuthorTime
: <a class="el" href="struct_c_map.html#ad7eb636b0ec6efd44dd388a9c91743ba">CMap</a>
, <a class="el" href="struct_c_map_info.html#a6811871b8012d115873aa4d8419c98af">CMapInfo</a>
</li>
<li>TMObjective_BronzeTime
: <a class="el" href="struct_c_map.html#afbfb4f0ca4a96d6359a0e96fb3c8ad0c">CMap</a>
, <a class="el" href="struct_c_map_info.html#a217a7e6714050f56a72bf4877fd0cbe8">CMapInfo</a>
</li>
<li>TMObjective_GoldTime
: <a class="el" href="struct_c_map.html#a019c860adf5591cec50cc5c8be57cd03">CMap</a>
, <a class="el" href="struct_c_map_info.html#a0fe770d42723d94cd0a46db911377ad2">CMapInfo</a>
</li>
<li>TMObjective_IsLapRace
: <a class="el" href="struct_c_map.html#a6b2c93f4d6579692bcf03b740b7c9eff">CMap</a>
, <a class="el" href="struct_c_map_info.html#abf7241ad24770845e6fca464d867f2b8">CMapInfo</a>
</li>
<li>TMObjective_NbLaps
: <a class="el" href="struct_c_map.html#a849df72aad490f70c1d4b009c89027c3">CMap</a>
, <a class="el" href="struct_c_map_info.html#ac32eb81b5bc9d6f2fc23f4894f367b7d">CMapInfo</a>
</li>
<li>TMObjective_SetFromBestRace()
: <a class="el" href="struct_c_tm_map_type.html#a864acf4819ed969bc8953414a17ce856">CTmMapType</a>
</li>
<li>TMObjective_SilverTime
: <a class="el" href="struct_c_map.html#ab396d6f914a952f55a93ff0aa972dca7">CMap</a>
, <a class="el" href="struct_c_map_info.html#aa9daab13aaf69c37662b82fbb992c02f">CMapInfo</a>
</li>
<li>Tmp_UseParts
: <a class="el" href="struct_c_editor_mesh.html#af71c0595fbb06b7c28492f325f94d4d0">CEditorMesh</a>
</li>
<li>TMPoints
: <a class="el" href="struct_c_module_playground_scores_table.html#af61929e75cced81edd9f8efb38772310a763ea277c15309adc1f9da7c3d00787c">CModulePlaygroundScoresTable</a>
</li>
<li>TMPrevRaceDeltaPoints
: <a class="el" href="struct_c_module_playground_scores_table.html#a821f9be011b31e0bc3c89aab4899be53ae3e4eff9c6fecee9659f9b516e9d3d0a">CModulePlaygroundScoresTable</a>
</li>
<li>TMPrevTime
: <a class="el" href="struct_c_module_playground_scores_table.html#af61929e75cced81edd9f8efb38772310a3a7ea2d5ac56f287dc90214776290a3f">CModulePlaygroundScoresTable</a>
</li>
<li>TMRespawns
: <a class="el" href="struct_c_module_playground_scores_table.html#af61929e75cced81edd9f8efb38772310ae939de5b30504e42896f8a0fe68cb0db">CModulePlaygroundScoresTable</a>
</li>
<li>TMStunts
: <a class="el" href="struct_c_module_playground_scores_table.html#af61929e75cced81edd9f8efb38772310a601d131b49ad3b91d05ddd3dae13ccef">CModulePlaygroundScoresTable</a>
</li>
<li>Tools
: <a class="el" href="struct_c_module_playground_scores_table.html#a821f9be011b31e0bc3c89aab4899be53a39ce7f93158707dbdcb302ad2414fd3b">CModulePlaygroundScoresTable</a>
</li>
<li>ToolTip
: <a class="el" href="struct_c_ml_control.html#ac88660e4c43621eb6bbcb35cf3733ea2">CMlControl</a>
</li>
<li>Top
: <a class="el" href="struct_c_ml_control.html#a406159b8711fd2d727a09873340cd4e8a7593079710c394d5ab770a708548a82c">CMlControl</a>
</li>
<li>TotalPoints
: <a class="el" href="struct_c_tm_mode.html#a0440710dc01ed0ebce964975ab2fc261a9944dc4f1645fc14f6691282aeb54e7c">CTmMode</a>
</li>
<li>TrackMania
: <a class="el" href="struct_c_editor_mesh.html#a0639a4d88c4adb38dd7d3a32965e7ed2aacf6bf6ff8e987fd4b705ac8e09a6175">CEditorMesh</a>
</li>
<li>Tracks_Count
: <a class="el" href="struct_c_audio_source_music.html#ad047fc104b053786b6aab3123dcd6b9e">CAudioSourceMusic</a>
</li>
<li>Tracks_Length
: <a class="el" href="struct_c_audio_source_music.html#aebe8256cd951d437c3fec43ff60bb68c">CAudioSourceMusic</a>
</li>
<li>Tracks_Name
: <a class="el" href="struct_c_audio_source_music.html#a17ee4e7cfe3af95e0555d8c2772171f8">CAudioSourceMusic</a>
</li>
<li>Tracks_Volume
: <a class="el" href="struct_c_audio_source_music.html#a536c76528c2a181be2cc471b8fb5250f">CAudioSourceMusic</a>
</li>
<li>Tracks_VolumedB
: <a class="el" href="struct_c_audio_source_music.html#ad45dcec9af558837cecdb097fbf20b2a">CAudioSourceMusic</a>
</li>
<li>Transitions_AddTransition()
: <a class="el" href="struct_c_editor_mesh.html#ad203963bd097c179ffbfbcdf0ad6c41b">CEditorMesh</a>
</li>
<li>Transitions_DeleteCurrentTransition()
: <a class="el" href="struct_c_editor_mesh.html#a0f5e19a80600265ae621fd1166ffccef">CEditorMesh</a>
</li>
<li>Transitions_GetCount()
: <a class="el" href="struct_c_editor_mesh.html#aaa5c96c4c343bbaf6822fce5627053ca">CEditorMesh</a>
</li>
<li>Transitions_GetTransitionCurrentPage()
: <a class="el" href="struct_c_editor_mesh.html#a7490ec995f1c399f228347ea80a09baa">CEditorMesh</a>
</li>
<li>Transitions_GetTransitionNameFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#aa5ef968aaf828db78b6c34080ccccbf1">CEditorMesh</a>
</li>
<li>Transitions_GetTransitionPositionFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#a1e300e083ce7e3ad593bcbc4abeb00ab">CEditorMesh</a>
</li>
<li>Transitions_GetTransitionSelectedIndex()
: <a class="el" href="struct_c_editor_mesh.html#a902700b61168bc5eab023b86902583ce">CEditorMesh</a>
</li>
<li>Transitions_GetTransitionSizeFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#af61f303da1606286b672360eaafd3991">CEditorMesh</a>
</li>
<li>Transitions_GetTransitionVisibilityFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#aaf3f1aa98acd7f28970dce62f6a34123">CEditorMesh</a>
</li>
<li>Transitions_SetTransitionCurrentPage()
: <a class="el" href="struct_c_editor_mesh.html#ab8f139cb5e5e34d631ebfec32fd59462">CEditorMesh</a>
</li>
<li>Transitions_SetTransitionNameFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#aa06ec1382e3c007efc4f14304140d95d">CEditorMesh</a>
</li>
<li>Transitions_SetTransitionPositionFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#ae5bb4f8987cf9b0143838c72f2a8454f">CEditorMesh</a>
</li>
<li>Transitions_SetTransitionSelectedIndex()
: <a class="el" href="struct_c_editor_mesh.html#a1f61cbab8d32480f6bebba4e9f7352e9">CEditorMesh</a>
</li>
<li>Transitions_SetTransitionSizeFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#ab8e7f7acc9ab7a3b43a4178002995f9b">CEditorMesh</a>
</li>
<li>Transitions_SetTransitionVisibilityFromIndex()
: <a class="el" href="struct_c_editor_mesh.html#aa094b7a41c3fd492d6d9ff39feb20a5f">CEditorMesh</a>
</li>
<li>Translation
: <a class="el" href="struct_c_editor_mesh.html#abc85e532d322099837fe77712c2fd90ca85de7e3a647c807c2f499fbbcf026bea">CEditorMesh</a>
</li>
<li>TriggerModeScriptEvent()
: <a class="el" href="struct_c_server_plugin.html#aa81149b1ddca1134fbfee473c81c3c9c">CServerPlugin</a>
</li>
<li>TriggerPageAction()
: <a class="el" href="struct_c_ml_script.html#a902b667cf6776e9807f259034cd01fa5">CMlScript</a>
</li>
<li>TriggerShape
: <a class="el" href="struct_c_editor_mesh.html#abc85e532d322099837fe77712c2fd90caa631df9aca32e716dbdded7c9745398a">CEditorMesh</a>
</li>
<li>Turbo
: <a class="el" href="struct_c_tm_race_client_event.html#ad282d53d2c86b1efad861e10a1c28cfda84381eadec0d669f53eed5566830bfd6">CTmRaceClientEvent</a>
</li>
<li>Turret
: <a class="el" href="struct_c_sm_player_driver.html#a2b28594f6fba179985301cf5a287d1b9ab465e58f199916a04202ea1f642c69d4">CSmPlayerDriver</a>
</li>
<li>Turret_Activate()
: <a class="el" href="struct_c_mode_turret_manager.html#acee42f2a651e8fc7480a7fe101a5cf4a">CModeTurretManager</a>
</li>
<li>Turret_Auto_GetTarget()
: <a class="el" href="struct_c_mode_turret_manager.html#a3dd7e474e8dcd9a2223186838125605f">CModeTurretManager</a>
</li>
<li>Turret_Auto_SetAimAnticipation()
: <a class="el" href="struct_c_mode_turret_manager.html#afa6dd69b91730c415a087573063c64c9">CModeTurretManager</a>
</li>
<li>Turret_Auto_SetFirePeriod()
: <a class="el" href="struct_c_mode_turret_manager.html#ab2233ff63704d49c8505717b22b9666f">CModeTurretManager</a>
</li>
<li>Turret_Auto_SetTargetDetectionFov()
: <a class="el" href="struct_c_mode_turret_manager.html#a443ff62fea329afd606c3104b1bca8b6">CModeTurretManager</a>
</li>
<li>Turret_Auto_SetTargetDetectionRadius()
: <a class="el" href="struct_c_mode_turret_manager.html#a2361d8047feaf0e4ce358a483cb7f936">CModeTurretManager</a>
</li>
<li>Turret_Create()
: <a class="el" href="struct_c_mode_turret_manager.html#a93cad909690081e096d8e339d0f80db6">CModeTurretManager</a>
</li>
<li>Turret_CreateWithOwner()
: <a class="el" href="struct_c_mode_turret_manager.html#a2f9b5f07933017e215eb395ebc9981f0">CModeTurretManager</a>
</li>
<li>Turret_Deactivate()
: <a class="el" href="struct_c_mode_turret_manager.html#a023f26d1859a528b53dbf993be363234">CModeTurretManager</a>
</li>
<li>Turret_Destroy()
: <a class="el" href="struct_c_mode_turret_manager.html#a65555cf2772c32174492a9ce48f609de">CModeTurretManager</a>
</li>
<li>Turret_DestroyAll()
: <a class="el" href="struct_c_mode_turret_manager.html#a88aacefe3ce77ce457f2f49c8cbd3ea8">CModeTurretManager</a>
</li>
<li>Turret_GetPosition()
: <a class="el" href="struct_c_mode_turret_manager.html#aa15ac40669b2fac153f1b13486502513">CModeTurretManager</a>
</li>
<li>Turret_Manual_Fire()
: <a class="el" href="struct_c_mode_turret_manager.html#aec867c170d06847368f6fe430e111b8a">CModeTurretManager</a>
</li>
<li>Turret_Manual_SetTargetPos()
: <a class="el" href="struct_c_mode_turret_manager.html#a68c52a7ec33140d8470f6eb7136a5710">CModeTurretManager</a>
</li>
<li>Turret_SetIsAutomatic()
: <a class="el" href="struct_c_mode_turret_manager.html#a50708a2a0c876fd08c1054a143f84e88">CModeTurretManager</a>
</li>
<li>Turrets
: <a class="el" href="struct_c_mode_turret_manager.html#a88bb6db29a1e010cfb4660884cff723c">CModeTurretManager</a>
</li>
<li>TurretsManager
: <a class="el" href="struct_c_mode.html#abbdf04d19f50d67a3035c07d00fb7ed4">CMode</a>
</li>
<li>TweakTeamColorsToAvoidHueOverlap()
: <a class="el" href="struct_c_mode.html#af7b52d6a2a90366513bdeb34acd8e7cb">CMode</a>
, <a class="el" href="struct_c_server_plugin.html#ac4a4acb4d8aee7bec6538ddeb312c27a">CServerPlugin</a>
</li>
<li>Twister
: <a class="el" href="struct_c_tm_ml_player.html#a477970c1f9ef2d9a294bff1ea2edf227a17fa4e895f54b6ef782c37de7b2f59ca">CTmMlPlayer</a>
, <a class="el" href="struct_c_tm_mode_event.html#ac9740bcb1c7d12ee789cb98aba09d9faa244661798927d76b8a612e8c6071c9b4">CTmModeEvent</a>
</li>
<li>Type
: <a class="el" href="struct_c_achievements_event.html#afd620636984ed84a044deaab88f71e2c">CAchievementsEvent</a>
, <a class="el" href="struct_c_editor_event.html#a991b45df4bb1de4750259553e55ab9b6">CEditorEvent</a>
, <a class="el" href="struct_c_editor_plugin_module_event.html#acc5f1d59c5a4a156ad42c39dbb51f04b">CEditorPluginModuleEvent</a>
, <a class="el" href="struct_c_http_event.html#a169d51e7e39fc28381c1633f642cec32">CHttpEvent</a>
, <a class="el" href="struct_c_input_event.html#a8a99bcc3cbf9e9c6dce380a89b04bcd0">CInputEvent</a>
, <a class="el" href="struct_c_input_pad.html#a3b17c4ed5c9108a2194cc444c6a08b7b">CInputPad</a>
, <a class="el" href="struct_c_mania_app_event.html#a36f9fce841ba041c3f1f266e2aa9013b">CManiaAppEvent</a>
, <a class="el" href="struct_c_map_editor_plugin_event.html#a0c071e94cffebceeecd21b37eadc31c2">CMapEditorPluginEvent</a>
, <a class="el" href="struct_c_ml_script_event.html#a373153e5a9f88cb53098172eba503d04">CMlScriptEvent</a>
, <a class="el" href="struct_c_notifications_consumer_event.html#adbf44019464d35b76c7da8fa3731bc3d">CNotificationsConsumerEvent</a>
, <a class="el" href="struct_c_server_plugin_event.html#a0244a0e082ef7ee11f62268101692081">CServerPluginEvent</a>
, <a class="el" href="struct_c_sm_action_event.html#a42216971e4b0bed8bf304b44e7abcb9b">CSmActionEvent</a>
, <a class="el" href="struct_c_sm_mode_event.html#aad5aceb874d3a0bba3c47d1bda6452aa">CSmModeEvent</a>
, <a class="el" href="struct_c_tm_mode_event.html#af6771af8b65f80eec2e9ec550f79f729">CTmModeEvent</a>
, <a class="el" href="struct_c_tm_race_client_event.html#ae992aa2980eb65e124b1032ff6c0affd">CTmRaceClientEvent</a>
, <a class="el" href="struct_c_u_i_config_event.html#a14a3e7ff5b92aa812ac8f42b57efeed3">CUIConfigEvent</a>
, <a class="el" href="struct_c_u_i_layer.html#adb40ca1599d40b8ad2f5b7bf321beda6">CUILayer</a>
, <a class="el" href="struct_c_xml_rpc_event.html#a635e1c9de89ea882bb702dfd063f41c3">CXmlRpcEvent</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
</ul>
</div>
</body>
</html>