-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctions_i.html
More file actions
772 lines (769 loc) · 34.9 KB
/
functions_i.html
File metadata and controls
772 lines (769 loc) · 34.9 KB
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!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_i.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_i"></a>- i -</h3><ul>
<li>IA
: <a class="el" href="struct_c_sm_player_driver.html#a2b28594f6fba179985301cf5a287d1b9a812a1763c3b6ed05b8d847d05e88a25e">CSmPlayerDriver</a>
</li>
<li>Icon
: <a class="el" href="struct_c_collector.html#a44c100692ff55d01a23de7621df7dfec">CCollector</a>
</li>
<li>IconDown
: <a class="el" href="struct_c_map_editor_plugin_event.html#a4c735d4b86e22b5eb6954ee00c8015f4a1693346ce2a8c4fceb700b73ac4781d5">CMapEditorPluginEvent</a>
</li>
<li>IconLeft
: <a class="el" href="struct_c_map_editor_plugin_event.html#a4c735d4b86e22b5eb6954ee00c8015f4a3d3a51086df29a60a85dd893dbb3ff54">CMapEditorPluginEvent</a>
</li>
<li>IconRight
: <a class="el" href="struct_c_map_editor_plugin_event.html#a4c735d4b86e22b5eb6954ee00c8015f4a02350f613394e4efb50292db916f59a0">CMapEditorPluginEvent</a>
</li>
<li>IconUp
: <a class="el" href="struct_c_map_editor_plugin_event.html#a4c735d4b86e22b5eb6954ee00c8015f4a6b977528e10745119fbde6d5340bd43a">CMapEditorPluginEvent</a>
</li>
<li>IconUrl
: <a class="el" href="struct_c_achievements_achievement_desc.html#af3338e239c1b19513a0b0f128bfa8c61">CAchievementsAchievementDesc</a>
</li>
<li>Id
: <a class="el" href="struct_c_ghost.html#a218825d0e53ad412728063443ba9f6ea">CGhost</a>
, <a class="el" href="struct_c_nod.html#a4e8985f12f3e272263bfb85ef29196e4">CNod</a>
, <a class="el" href="struct_c_task_result.html#ac452826240f4af779f80f5526fd13140">CTaskResult</a>
</li>
<li>IdleDuration
: <a class="el" href="struct_c_client.html#a621820b3e8645dd251de81e76cb60c80">CClient</a>
, <a class="el" href="struct_c_input_pad.html#ad91dfd91df1ae92f84f3ec3709e40490">CInputPad</a>
, <a class="el" href="struct_c_sm_player.html#a93875a0eebb7b613ebdeb64f73a573c1">CSmPlayer</a>
, <a class="el" href="struct_c_tm_player.html#a2bbcf0b0f6b8461dc1eba92ad738fc5e">CTmPlayer</a>
</li>
<li>Image
: <a class="el" href="struct_c_data_file_mgr.html#a8d044930c5b1d83e51f7bf0ccdc08b0eafd0c9e269e29ac08ce6399ffd47bca01">CDataFileMgr</a>
, <a class="el" href="struct_c_ml_quad.html#ab0e975b6fa97b24d1aee5fc91e7367e8">CMlQuad</a>
, <a class="el" href="struct_c_video.html#abfd9440576768f38f9ac8d31910568d9">CVideo</a>
</li>
<li>Images
: <a class="el" href="struct_c_module_menu_file_browser.html#aca76bd62cbc800b6c36debb675eefa49a02fe308e3ce29bc285f3126c35e82d75">CModuleMenuFileBrowser</a>
</li>
<li>ImageUrl
: <a class="el" href="struct_c_ml_quad.html#a21b266aa7fe1aa83573bb015ef6ad3f1">CMlQuad</a>
, <a class="el" href="struct_c_notifications_consumer_notification.html#af3014e40e2baca38aa5fd629757f7ba2">CNotificationsConsumerNotification</a>
</li>
<li>ImageUrlFocus
: <a class="el" href="struct_c_ml_quad.html#a9b57b1e35d27a493473cff696872170d">CMlQuad</a>
</li>
<li>Impact
: <a class="el" href="struct_c_tm_race_client_event.html#ad282d53d2c86b1efad861e10a1c28cfdaea4cb9a1ddd18797955cd0918a0c50eb">CTmRaceClientEvent</a>
</li>
<li>Inactive
: <a class="el" href="struct_c_ml_quad.html#a66ce971ec6287e81c095e77c9e79474ea7d293a9b066b68477c3d258d85955ffd">CMlQuad</a>
</li>
<li>InAnimation
: <a class="el" href="struct_c_u_i_layer.html#ab945614353cfc67561a214884e3c7e2a">CUILayer</a>
</li>
<li>IndependantLaps
: <a class="el" href="struct_c_tm_ml_script_ingame.html#a4d31e9348ebe9df128d2c3a76b76c25b">CTmMlScriptIngame</a>
, <a class="el" href="struct_c_tm_mode.html#a23f5c4447949a121f85c6de3a7379880">CTmMode</a>
</li>
<li>InfoUrl
: <a class="el" href="struct_c_pack_creator_title_info.html#a2b1382dc024b9f3d6913f50a283c5249">CPackCreatorTitleInfo</a>
, <a class="el" href="struct_c_title.html#afe4f4a7fe3a77fc2ffd213fa11b94e37">CTitle</a>
</li>
<li>InGameMenu
: <a class="el" href="struct_c_u_i_layer.html#a67edc88dc1458b9a0d9645f4d3b9021dafad8f4ab7735f2b9d00319d6dbfea45c">CUILayer</a>
</li>
<li>InOutAnimation
: <a class="el" href="struct_c_u_i_layer.html#a5426250a2e8e198196cd3318819dcb9c">CUILayer</a>
</li>
<li>Input
: <a class="el" href="struct_c_mania_app.html#a76af8dbffe8553824b24a19cbc26f07a">CManiaApp</a>
, <a class="el" href="struct_c_map_editor_plugin_event.html#ad482a8b229ab7845845a3ac212e4fb37">CMapEditorPluginEvent</a>
, <a class="el" href="struct_c_ml_script.html#a264691f0c04888a62eb79bedff34ccb2">CMlScript</a>
, <a class="el" href="struct_c_mode.html#a0322c9ca3294c96063878580759a9234">CMode</a>
</li>
<li>InputGasPedal
: <a class="el" href="struct_c_tm_ml_player.html#aba6906049f966479e7cd4374fcff7755">CTmMlPlayer</a>
</li>
<li>InputIsBraking
: <a class="el" href="struct_c_tm_ml_player.html#ae439f5aa8d4e4c60c0b0ccee3b2a230f">CTmMlPlayer</a>
</li>
<li>InputPlayer
: <a class="el" href="struct_c_sm_ml_script_ingame.html#a0a90a5c4509c7725cbe220968836efc5">CSmMlScriptIngame</a>
, <a class="el" href="struct_c_tm_ml_script_ingame.html#a86bf1bc94fe28cebec39e44431bcdf92">CTmMlScriptIngame</a>
</li>
<li>Inputs_MouseAccel
: <a class="el" href="struct_c_user_v2_profile.html#ad0d9c90d2bfe959a7aca7142e1086918">CUserV2Profile</a>
</li>
<li>Inputs_MouseLookInvertY
: <a class="el" href="struct_c_user_v2_profile.html#a613db36a3e86a7a6520ac2e5696c5898">CUserV2Profile</a>
</li>
<li>Inputs_MouseReleaseKey
: <a class="el" href="struct_c_user_v2_profile.html#aa0b57463c9e7d85013deeec5221ebd46">CUserV2Profile</a>
</li>
<li>Inputs_MouseScaleFreeLook
: <a class="el" href="struct_c_user_v2_profile.html#a1e0bda7b4ae5d9c03ff4087cb0405164">CUserV2Profile</a>
</li>
<li>Inputs_MouseScaleY
: <a class="el" href="struct_c_user_v2_profile.html#a267b76570141d36fb357f8eb8549f85d">CUserV2Profile</a>
</li>
<li>Inputs_MouseSensitivityDefault
: <a class="el" href="struct_c_user_v2_profile.html#a695ffd956583130a0f09170a03b34861">CUserV2Profile</a>
</li>
<li>Inputs_MouseSensitivityDefault_Raw
: <a class="el" href="struct_c_user_v2_profile.html#ac89895932664df91d4ec124e60494b52">CUserV2Profile</a>
</li>
<li>Inputs_MouseSensitivityLaser
: <a class="el" href="struct_c_user_v2_profile.html#ac360bb5f9a858a8768eb8ac8b27cb2ee">CUserV2Profile</a>
</li>
<li>Inputs_MouseSensitivityLaser_Raw
: <a class="el" href="struct_c_user_v2_profile.html#ad867b6fa536b2a010aeafcc397d9f306">CUserV2Profile</a>
</li>
<li>Inputs_Vehicles
: <a class="el" href="struct_c_user_v2_profile.html#a39c42c4f8448949c115b43451808219d">CUserV2Profile</a>
</li>
<li>InputSteer
: <a class="el" href="struct_c_tm_ml_player.html#aae43130cf48f1e0efb36347877334bb7">CTmMlPlayer</a>
</li>
<li>Interaction_Close()
: <a class="el" href="struct_c_editor_mesh.html#aae5ace7e7763df7f5091d6f89460b0fb">CEditorMesh</a>
</li>
<li>Interaction_CloseCurve2D()
: <a class="el" href="struct_c_editor_mesh.html#a3fbb65ff01f2f5259916f6831c1df104">CEditorMesh</a>
</li>
<li>Interaction_CloseSelection()
: <a class="el" href="struct_c_editor_mesh.html#a3f976437067406170a5bf513823b28c9">CEditorMesh</a>
</li>
<li>Interaction_CloseVoxelPickDrag_Pick()
: <a class="el" href="struct_c_editor_mesh.html#a97853cd2b048747c012045f3d84b2164">CEditorMesh</a>
</li>
<li>Interaction_CloseVoxelPickDrag_Select()
: <a class="el" href="struct_c_editor_mesh.html#afe0035535a7dd412e1e04f90badb8ed1">CEditorMesh</a>
</li>
<li>Interaction_Creation_ClearParams()
: <a class="el" href="struct_c_editor_mesh.html#a4558eca6e0e80f3620938ba092611b12">CEditorMesh</a>
</li>
<li>Interaction_Creation_GetElems()
: <a class="el" href="struct_c_editor_mesh.html#a81c39a84430d332d710b74e1ae25c04c">CEditorMesh</a>
</li>
<li>Interaction_Creation_SetAutoMerge()
: <a class="el" href="struct_c_editor_mesh.html#a8f766594b90fe38322864c709b1a0b86">CEditorMesh</a>
</li>
<li>Interaction_Creation_SetEdgesConstraint()
: <a class="el" href="struct_c_editor_mesh.html#aefb110a0917c6be883d9cc9e83010c28">CEditorMesh</a>
</li>
<li>Interaction_Rotation_SetStep()
: <a class="el" href="struct_c_editor_mesh.html#a6c35bd11d5013722469d6712a2e11714">CEditorMesh</a>
</li>
<li>Interaction_Scale_SetStep()
: <a class="el" href="struct_c_editor_mesh.html#aac7b5eb177c8730c83db471ed6f1efee">CEditorMesh</a>
</li>
<li>Interaction_Selection_ClearParams()
: <a class="el" href="struct_c_editor_mesh.html#a3829aecc2f4488e9130b282c3d0f9e7c">CEditorMesh</a>
</li>
<li>Interaction_Selection_SetCanEnterLeaf()
: <a class="el" href="struct_c_editor_mesh.html#aa109c09b24a64030da2a321aa120625e">CEditorMesh</a>
</li>
<li>Interaction_Selection_SetUseParts()
: <a class="el" href="struct_c_editor_mesh.html#a4335b3b92270ef0a7fcdbfd87391e7c8">CEditorMesh</a>
</li>
<li>Interaction_SetPreview()
: <a class="el" href="struct_c_editor_mesh.html#a74b98d5d370e52940febd993ee98bbed">CEditorMesh</a>
</li>
<li>Interaction_StartBlocTransformation()
: <a class="el" href="struct_c_editor_mesh.html#a97c2f551c588ec8fe1f35746a45f7086">CEditorMesh</a>
</li>
<li>Interaction_StartCreation()
: <a class="el" href="struct_c_editor_mesh.html#a63e37d8e06901b3e4d166d09e487c539">CEditorMesh</a>
</li>
<li>Interaction_StartCurve2D()
: <a class="el" href="struct_c_editor_mesh.html#adce1fc1bfed6b8740f851df09bbf4c3c">CEditorMesh</a>
</li>
<li>Interaction_StartMerge()
: <a class="el" href="struct_c_editor_mesh.html#a1ccedf379a56bf1f5cb1f0f21710c80c">CEditorMesh</a>
</li>
<li>Interaction_StartMirror()
: <a class="el" href="struct_c_editor_mesh.html#a96b19fc379225426c421facc3c7b4f9e">CEditorMesh</a>
</li>
<li>Interaction_StartPaste()
: <a class="el" href="struct_c_editor_mesh.html#ac7264fefd85f5716937bd108b10de929">CEditorMesh</a>
</li>
<li>Interaction_StartPick()
: <a class="el" href="struct_c_editor_mesh.html#a35aac8291aea97fa9c5edc97cffe08ed">CEditorMesh</a>
</li>
<li>Interaction_StartPickJoint()
: <a class="el" href="struct_c_editor_mesh.html#a9678cdba90db5b3eec594509ad0253a4">CEditorMesh</a>
</li>
<li>Interaction_StartPickRotation()
: <a class="el" href="struct_c_editor_mesh.html#aecb4c98bd25913b1a7b0878e13f8e691">CEditorMesh</a>
</li>
<li>Interaction_StartPickScale()
: <a class="el" href="struct_c_editor_mesh.html#a780c6cd5bf1c89fd6fff05f360a0f478">CEditorMesh</a>
</li>
<li>Interaction_StartPickTranslation()
: <a class="el" href="struct_c_editor_mesh.html#a917360526ead624da53854721e016c5e">CEditorMesh</a>
</li>
<li>Interaction_StartRotation()
: <a class="el" href="struct_c_editor_mesh.html#a0c3a773928f7665a66bb5020274f3438">CEditorMesh</a>
</li>
<li>Interaction_StartSelection()
: <a class="el" href="struct_c_editor_mesh.html#a111d354b2feab8494c17b57444bec312">CEditorMesh</a>
</li>
<li>Interaction_StartSplit()
: <a class="el" href="struct_c_editor_mesh.html#a0aabd1d6a8f9abf8f5fdd0bd937cb7e8">CEditorMesh</a>
</li>
<li>Interaction_StartTranslation()
: <a class="el" href="struct_c_editor_mesh.html#a9b6d0ec37e5367ba20c14e858d4c65f0">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_Base()
: <a class="el" href="struct_c_editor_mesh.html#a482b8b48b5933de9d1a5fd875a298d89">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_Creation()
: <a class="el" href="struct_c_editor_mesh.html#a656ebacc35ac3b6b4bcf95dac62d724c">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_Delete()
: <a class="el" href="struct_c_editor_mesh.html#a3c3d04d511b00235c1d7d7ff4cf697ec">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_Paste()
: <a class="el" href="struct_c_editor_mesh.html#a997fa404c0299d8d1836f09564303dad">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_Pick()
: <a class="el" href="struct_c_editor_mesh.html#a5acabdd9d65c91992924795011fe0a34">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_Select()
: <a class="el" href="struct_c_editor_mesh.html#a631e715a13e7553977c78d9770ab9022">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_SelectRotation()
: <a class="el" href="struct_c_editor_mesh.html#ae7686e5958d552f21cf90f94b67ea22c">CEditorMesh</a>
</li>
<li>Interaction_StartVoxelPickDrag_SelectTranslation()
: <a class="el" href="struct_c_editor_mesh.html#a36156ef9ba3067d9ff8d39c6af8252e3">CEditorMesh</a>
</li>
<li>Interactions
: <a class="el" href="struct_c_editor_main_plugin.html#a6a0c20ff6f9e06f4a052d1346b8f3b0ea2428a5bba3e806c4bd1ae189f5346caf">CEditorMainPlugin</a>
</li>
<li>InteractionStatus
: <a class="el" href="struct_c_any_editor_plugin.html#a72ea014f78eece8ea623c99f5cd4fcbe">CAnyEditorPlugin</a>
</li>
<li>Interface_AllyEnableCustomColor
: <a class="el" href="struct_c_user_v2_profile.html#aa1cdc797056018be870365d7e523b641">CUserV2Profile</a>
</li>
<li>Interface_AllyLinearHue
: <a class="el" href="struct_c_user_v2_profile.html#a7ea33ebfd0b9dd3b87b204bbabc36176">CUserV2Profile</a>
</li>
<li>Interface_BeaconDuration
: <a class="el" href="struct_c_user_v2_profile.html#a3d9235104d0dd65984a8c661c4d3abcc">CUserV2Profile</a>
</li>
<li>Interface_BeaconOpacity
: <a class="el" href="struct_c_user_v2_profile.html#a055a808c64ee381a0ece2ffb4797a94e">CUserV2Profile</a>
</li>
<li>Interface_BeaconSize
: <a class="el" href="struct_c_user_v2_profile.html#a948348d4357fa321c30b6b137428ecad">CUserV2Profile</a>
</li>
<li>Interface_BeaconUseProfileColor
: <a class="el" href="struct_c_user_v2_profile.html#af5064bfe8520bb35b2dc4aa35c237820">CUserV2Profile</a>
</li>
<li>Interface_CrosshairEnableCustomColor
: <a class="el" href="struct_c_user_v2_profile.html#ae0bcc46d7d9741671945d301d3d2befa">CUserV2Profile</a>
</li>
<li>Interface_CrosshairLinearHue
: <a class="el" href="struct_c_user_v2_profile.html#ae269045fb4d67ff7c10c643e9d0635ec">CUserV2Profile</a>
</li>
<li>Interface_CrosshairName
: <a class="el" href="struct_c_user_v2_profile.html#a9bd8d5ea20983b06a5369f9805d81c88">CUserV2Profile</a>
</li>
<li>Interface_CrosshairOpacity
: <a class="el" href="struct_c_user_v2_profile.html#a522ac686285d5cf82abe066adb9a5100">CUserV2Profile</a>
</li>
<li>Interface_CrosshairSaturation
: <a class="el" href="struct_c_user_v2_profile.html#a6e1b326242255dade88699fab565919d">CUserV2Profile</a>
</li>
<li>Interface_CrosshairSize
: <a class="el" href="struct_c_user_v2_profile.html#a26a0da908327b46c5ade38e8b89835cd">CUserV2Profile</a>
</li>
<li>Interface_OppoEnableCustomColor
: <a class="el" href="struct_c_user_v2_profile.html#ae262d059eab629408f20beeea9f9d78c">CUserV2Profile</a>
</li>
<li>Interface_OppoLinearHue
: <a class="el" href="struct_c_user_v2_profile.html#a6b1520356a0055645ed0a12fce65e049">CUserV2Profile</a>
</li>
<li>Interface_PlayerShieldScale
: <a class="el" href="struct_c_user_v2_profile.html#a5959e40c6da277eb83df1c74a43c19f0">CUserV2Profile</a>
</li>
<li>InterfaceDesigner
: <a class="el" href="struct_c_title_control.html#a85476bbdda32f803352f933025a9c589a09653d323e36b664f4403c5f2c92f339">CTitleControl</a>
</li>
<li>InterfaceNumber
: <a class="el" href="struct_c_collector.html#a898b75ce72580ba0c906e9926146fe25">CCollector</a>
</li>
<li>Intro
: <a class="el" href="struct_c_u_i_config.html#a2bb50fe7f240513e0506421ea7cc829eab0cdcd13ad66f7d8a9c1b0a7f7c95e1b">CUIConfig</a>
</li>
<li>Inventory
: <a class="el" href="struct_c_editor_module.html#a2f7873156c745148df4f05fc2b57c8c1ab1df72f3b1b0308cda93cecd9e4558fb">CEditorModule</a>
, <a class="el" href="struct_c_module_playground_hud.html#a46b48ecf2e319cd889435b38d8959249">CModulePlaygroundHud</a>
, <a class="el" href="struct_c_u_i_config_event.html#a62066118dcfb3d3f20ce4388dce7409cad82658d0ac42d43fbfa7b782509c1f71">CUIConfigEvent</a>
</li>
<li>InWaterDuration
: <a class="el" href="struct_c_tm_ml_player.html#a845c161b853b946efaf0e650172b3f31">CTmMlPlayer</a>
</li>
<li>InWorld
: <a class="el" href="struct_c_sm_object.html#a71c8ee21fddb4a7c94b3d826f91c2f71a5ce8b71ab60d64fe6f757aaac1831663">CSmObject</a>
</li>
<li>IsActionAutoRepeat
: <a class="el" href="struct_c_mania_app_event.html#a21d13b1d241d4eec94f3c63e2fa41375">CManiaAppEvent</a>
, <a class="el" href="struct_c_ml_script_event.html#aaf5932ed7ac5188cc013112c1f36c1db">CMlScriptEvent</a>
</li>
<li>IsActive
: <a class="el" href="struct_c_sm_action.html#a0349182b4646ca198106a380f5c03284">CSmAction</a>
, <a class="el" href="struct_c_sm_base.html#a935e09a7c9fa6a31489c2e60ef8c9a5b">CSmBase</a>
, <a class="el" href="struct_c_sm_map_base.html#a7389b088d7ffac2defe2f9452078632e">CSmMapBase</a>
</li>
<li>IsAllUnderground
: <a class="el" href="struct_c_block_model_variant.html#a7f58aabb18439b4600f6fa041f0ed551">CBlockModelVariant</a>
</li>
<li>IsAttractor
: <a class="el" href="struct_c_sm_action.html#a9841ccdf21a255f69a7ca2402907c32c">CSmAction</a>
</li>
<li>IsAttractorActivable
: <a class="el" href="struct_c_sm_player.html#a9204aa85c5b740c5b7444d7bebdaa7d2">CSmPlayer</a>
</li>
<li>IsAutomatic
: <a class="el" href="struct_c_editor_mesh.html#aedcd03d3f96e2cf34c83401cd5a19457a343c8138fc7f00b0f2e04e64f4058728">CEditorMesh</a>
</li>
<li>IsAutoRepeat
: <a class="el" href="struct_c_input_event.html#a6ba59dc4c75320f6e0be78244f915274">CInputEvent</a>
</li>
<li>IsBadForHorizontalFaces
: <a class="el" href="struct_c_editor_mesh.html#aedcd03d3f96e2cf34c83401cd5a19457abf2680ebc9cdcf5acff46a429feb4f9b">CEditorMesh</a>
</li>
<li>IsBadForVerticalFaces
: <a class="el" href="struct_c_editor_mesh.html#aedcd03d3f96e2cf34c83401cd5a19457a7ed6f90d83cafc6578278cd599f98611">CEditorMesh</a>
</li>
<li>IsBeginner
: <a class="el" href="struct_c_user.html#ae91a765696b21b5aadc9850199e3bb5f">CUser</a>
</li>
<li>IsBlockModelSkinnable()
: <a class="el" href="struct_c_map_editor_plugin.html#ad089c3783e28cce2debc7b079475e528">CMapEditorPlugin</a>
</li>
<li>IsBot
: <a class="el" href="struct_c_sm_player.html#ad65d3a738efd7e4edd386c2906d87f69">CSmPlayer</a>
</li>
<li>IsBound
: <a class="el" href="struct_c_sm_action.html#ad43a69b761a44f3166c4d5867bf68793">CSmAction</a>
</li>
<li>IsCanceled
: <a class="el" href="struct_c_task_result.html#ad38cdc7f70da8fb0ffa3186178270c3d">CTaskResult</a>
</li>
<li>IsCapturing
: <a class="el" href="struct_c_sm_player.html#aa1a0ab967ef0a6cff01780e4c1caf9dc">CSmPlayer</a>
</li>
<li>IsCompleted
: <a class="el" href="struct_c_http_request.html#a575974dc533c1d908ef448511191759d">CHttpRequest</a>
</li>
<li>IsConnectedToMasterServer
: <a class="el" href="struct_c_client.html#ade6ce0f3e8b537db6ec1f29317027a73">CClient</a>
, <a class="el" href="struct_c_user.html#a3a1e61fc1f778cfb90ac5ec363c9e613">CUser</a>
</li>
<li>IsCreateMaterial
: <a class="el" href="struct_c_editor_mesh.html#a8b235c77fc6ba85da3a3d3201107886d">CEditorMesh</a>
</li>
<li>IsDeadlyZoneActive
: <a class="el" href="struct_c_tm_ml_player.html#a2c5ad0332d6ce84d0e38ddd5ab0d7961">CTmMlPlayer</a>
</li>
<li>IsDebug
: <a class="el" href="struct_c_editor_mesh.html#a907c6126fa938af6c74832a3519a6c9b">CEditorMesh</a>
</li>
<li>IsDisableChangeTeams
: <a class="el" href="struct_c_server_admin.html#a0b79c6c2896dc8644eb17c054fe03006">CServerAdmin</a>
</li>
<li>IsEditable
: <a class="el" href="struct_c_station.html#a0953abb07c4ae61ffc68e349bffac4f1">CStation</a>
</li>
<li>IsEditingLayer
: <a class="el" href="struct_c_editor_mesh.html#aecd4270461825cb588a77812aaae31e1">CEditorMesh</a>
</li>
<li>IsEditorReadyForRequest
: <a class="el" href="struct_c_map_editor_plugin.html#aab5d0d76ac04d1c568bdae78ed6de6c4">CMapEditorPlugin</a>
</li>
<li>IsEndLap
: <a class="el" href="struct_c_tm_mode_event.html#a224717b523158c472d6b75baaac900f0">CTmModeEvent</a>
, <a class="el" href="struct_c_tm_race_client_event.html#a0b3d85051eb0259dd373d6aec91aa3f3">CTmRaceClientEvent</a>
</li>
<li>IsEndRace
: <a class="el" href="struct_c_tm_mode_event.html#af9bc1372b9cedc4b1742a8c68dfb6004">CTmModeEvent</a>
, <a class="el" href="struct_c_tm_race_client_event.html#a3686d3e99f0ff09aba786130ecdfd5ab">CTmRaceClientEvent</a>
</li>
<li>IsEpicLanding
: <a class="el" href="struct_c_tm_mode_event.html#a73d116b46049b29bc7499b86c9b63cb3">CTmModeEvent</a>
</li>
<li>IsExperimental
: <a class="el" href="struct_c_editor_mesh.html#a418ce6f5a2a49b2cff0606431aff742f">CEditorMesh</a>
</li>
<li>IsFakePlayer
: <a class="el" href="struct_c_sm_player.html#a57a53b6474be54bb4f3e4c58bd34014b">CSmPlayer</a>
</li>
<li>IsFakeUser
: <a class="el" href="struct_c_user.html#ad2c86735ac7d5caeefb4ac7ee0e7462d">CUser</a>
</li>
<li>IsFavourite
: <a class="el" href="struct_c_server_info.html#a93529fa9e007b565dae57498e1dd3fa4">CServerInfo</a>
</li>
<li>IsFinish
: <a class="el" href="struct_c_map_waypoint.html#a3c8caa09c0c37ebfc2811855e937a8ee">CMapWaypoint</a>
</li>
<li>IsFlying
: <a class="el" href="struct_c_map_bot_path.html#a31a373d21bf078659610e7f917e0d2c0">CMapBotPath</a>
, <a class="el" href="struct_c_map_bot_spawn.html#aab6c7a972d883df2941dc97d16b1fa64">CMapBotSpawn</a>
, <a class="el" href="struct_c_sm_action.html#ae519a6686a533ce6fc2e6cd1e18be9f7">CSmAction</a>
, <a class="el" href="struct_c_sm_player_driver.html#aa65abb1704df3e873f5141a2a30836dd">CSmPlayerDriver</a>
</li>
<li>IsFocused
: <a class="el" href="struct_c_ml_control.html#abb962494f8986a201ae6cc70a3dece46">CMlControl</a>
</li>
<li>IsFreeLooking
: <a class="el" href="struct_c_sm_action.html#a6acc5f6035d7c254fe13b018e2948367">CSmAction</a>
</li>
<li>IsFromKeyboard
: <a class="el" href="struct_c_map_editor_plugin_event.html#a90f6f7285bf3d1b7d2e72017cf57b95b">CMapEditorPluginEvent</a>
</li>
<li>IsFromMouse
: <a class="el" href="struct_c_map_editor_plugin_event.html#a5a387505c54792a0021461849a114d46">CMapEditorPluginEvent</a>
</li>
<li>IsFromPad
: <a class="el" href="struct_c_map_editor_plugin_event.html#a2a7b73e500469e5a4d45bb4964f657fd">CMapEditorPluginEvent</a>
</li>
<li>IsFrozen
: <a class="el" href="struct_c_sm_action.html#acb8cfdee62d8b23aa5f2765fb43dac28">CSmAction</a>
</li>
<li>IsGliding
: <a class="el" href="struct_c_sm_action.html#ac063c1785d52dc22bf1279a577aad4ed">CSmAction</a>
</li>
<li>IsGround
: <a class="el" href="struct_c_macroblock_model.html#ada4044fa1c08415d0dd3f46d152ffed2">CMacroblockModel</a>
</li>
<li>IsHighlighted
: <a class="el" href="struct_c_sm_player.html#a34c0bc91c6b685f9aed015d9490eba80">CSmPlayer</a>
</li>
<li>IsInAir
: <a class="el" href="struct_c_sm_player.html#a712bab7092002546c9baba1b0af5707a">CSmPlayer</a>
</li>
<li>IsInBrowser
: <a class="el" href="struct_c_ml_browser.html#ace3e443146c4a0f81cdecd4cab35f8e9">CMlBrowser</a>
</li>
<li>IsInGameMenuDisplayed
: <a class="el" href="struct_c_ml_script_ingame.html#ae6a79e8658b5108f244f19f6d05e86e2">CMlScriptIngame</a>
, <a class="el" href="struct_c_playground_client.html#ad8f617f5703358a5c9d0fb9305b8e65d">CPlaygroundClient</a>
</li>
<li>IsInitPlay
: <a class="el" href="struct_c_ml_media_player.html#ab246af5de4313828f448748354324f37">CMlMediaPlayer</a>
</li>
<li>IsInOffZone
: <a class="el" href="struct_c_sm_player.html#a96a45893cd63929533769556582f4017">CSmPlayer</a>
</li>
<li>IsInVehicle
: <a class="el" href="struct_c_sm_player.html#a7cd178fedac08f34a531f033b6453bb5">CSmPlayer</a>
</li>
<li>IsInventoryItemStored()
: <a class="el" href="struct_c_module_playground_inventory.html#aed48843f348b52fb42163581069dfe88">CModulePlaygroundInventory</a>
</li>
<li>IsInWater
: <a class="el" href="struct_c_sm_player.html#a8a1408239653fd7f520b3f29a0cc434b">CSmPlayer</a>
</li>
<li>IsJumping
: <a class="el" href="struct_c_sm_action.html#aff093056984e8e79e9b7fd06eff7e4b9">CSmAction</a>
</li>
<li>IsKeyPressed()
: <a class="el" href="struct_c_input_manager.html#a9da9dee03f531ef4e3869bacb927744d">CInputManager</a>
, <a class="el" href="struct_c_ml_script.html#a6cba1bc0f881365ed1477bff455e7fd4">CMlScript</a>
</li>
<li>IsLoadingScreen
: <a class="el" href="struct_c_playground_client.html#abdc162d0016b6664a09b0f39939549f2">CPlaygroundClient</a>
</li>
<li>IsLobbyServer
: <a class="el" href="struct_c_server_info.html#a0811679f913f0b200cc57b00a2078b75">CServerInfo</a>
</li>
<li>IsLocalPageScriptRunning
: <a class="el" href="struct_c_u_i_layer.html#a884063ba88eb535ca82e045371466dfd">CUILayer</a>
</li>
<li>IsLogoVisible
: <a class="el" href="struct_c_station.html#a3c39e0fcbb0265d69cdb04ad0124c638">CStation</a>
</li>
<li>IsLooping
: <a class="el" href="struct_c_ml_media_player.html#abec8323eab98381f70699adb0a96f3cc">CMlMediaPlayer</a>
, <a class="el" href="struct_c_video.html#a66766a36352128ca363fb8571cf8f9ae">CVideo</a>
</li>
<li>IsMasterJump
: <a class="el" href="struct_c_tm_mode_event.html#ab8a1f12d9bb3bd49cf35e2e6c2adc687">CTmModeEvent</a>
</li>
<li>IsMasterLanding
: <a class="el" href="struct_c_tm_mode_event.html#a8d306138091cd70d6a5a583cab835677">CTmModeEvent</a>
</li>
<li>IsMenuNavigationForeground
: <a class="el" href="struct_c_ml_script.html#ac49070cd4629125ca523637a71db9fec">CMlScript</a>
</li>
<li>IsMultiLap
: <a class="el" href="struct_c_map_waypoint.html#a50da35fafd5734680558c7b3dca2e723">CMapWaypoint</a>
</li>
<li>IsOnTech
: <a class="el" href="struct_c_sm_player.html#a9c7d140d574230b83c1e6f8f39b5fa84">CSmPlayer</a>
</li>
<li>IsOnTechArmor
: <a class="el" href="struct_c_sm_player.html#a009b77e8f8e23cde1fa1a591dbfcec67">CSmPlayer</a>
</li>
<li>IsOnTechArrow
: <a class="el" href="struct_c_sm_player.html#ae43273dda04f18baa7bf4f4d361ad583">CSmPlayer</a>
</li>
<li>IsOnTechGround
: <a class="el" href="struct_c_sm_player.html#a916641958b54c18d34c72731199b2e00">CSmPlayer</a>
</li>
<li>IsOnTechLaser
: <a class="el" href="struct_c_sm_player.html#acdd76da4b318df257d206ef16022827d">CSmPlayer</a>
</li>
<li>IsOnTechNoWeapon
: <a class="el" href="struct_c_sm_player.html#aeed8d4d9877512e7bab19ab1ea307fc6">CSmPlayer</a>
</li>
<li>IsOnTechNucleus
: <a class="el" href="struct_c_sm_player.html#ae6216fd57dfa4802d7b3919fa5fff896">CSmPlayer</a>
</li>
<li>IsOnTechSafeZone
: <a class="el" href="struct_c_sm_player.html#a2154e2390836c30f268d4ddfbeb8f79f">CSmPlayer</a>
</li>
<li>IsOnTechTeleport
: <a class="el" href="struct_c_sm_player.html#a564eeeb53cd5baf1bb66f16fae73ce0d">CSmPlayer</a>
</li>
<li>IsPartUnderground
: <a class="el" href="struct_c_block_model_variant.html#ae3dea68415532fcda9040fc6f27d60b7">CBlockModelVariant</a>
</li>
<li>IsPerfectLanding
: <a class="el" href="struct_c_tm_mode_event.html#a84702d6e16c361c3c9ed3d78d0ca73d5">CTmModeEvent</a>
</li>
<li>IsPlayable
: <a class="el" href="struct_c_map_info.html#a1591790f31ed881debaafba3504d7c12">CMapInfo</a>
</li>
<li>IsPlaying
: <a class="el" href="struct_c_audio_source.html#a306c33f53a514a9fbf06f49d54a757e5">CAudioSource</a>
, <a class="el" href="struct_c_video.html#a2db67290348a32e6bb8d95c2d4fb2bc3">CVideo</a>
</li>
<li>IsPodium
: <a class="el" href="struct_c_block_model.html#a31dde04f73cd8f68353877abc258721a">CBlockModel</a>
</li>
<li>IsPowerJumpActivable
: <a class="el" href="struct_c_sm_player.html#a154ba035b73926cb917a0721d1b09eb7">CSmPlayer</a>
</li>
<li>IsPreviewMode
: <a class="el" href="struct_c_editor_module.html#aae562ae1d82159cb120cf6a26c420c7b">CEditorModule</a>
</li>
<li>IsPrivate
: <a class="el" href="struct_c_server_info.html#aeb86b59fd61a5bab35d788ac15b84945">CServerInfo</a>
</li>
<li>IsPrivateForSpectator
: <a class="el" href="struct_c_server_info.html#ab7e631b3b3d9804e0267de6adc57f051">CServerInfo</a>
</li>
<li>IsProcessing
: <a class="el" href="struct_c_task_result.html#aafe94d3c0226d5e6147eca39997e4e0e">CTaskResult</a>
, <a class="el" href="struct_c_video.html#ac3379f9525717cce8d3049c4312dfe6e">CVideo</a>
</li>
<li>IsReady
: <a class="el" href="struct_c_title_control.html#a8f19fbdfb0ec28270dcedbe7a8b90258">CTitleControl</a>
</li>
<li>IsRegisteredForLadderMatch
: <a class="el" href="struct_c_score.html#a22160e65088d5c9e2b2602c34e9c3a5a">CScore</a>
</li>
<li>IsReverse
: <a class="el" href="struct_c_tm_mode_event.html#a23cc0042e0865a89b9536d5927de0dfc">CTmModeEvent</a>
</li>
<li>IsRoad
: <a class="el" href="struct_c_block_model.html#a786749a6d8f4f1764aa59856c013a262">CBlockModel</a>
</li>
<li>IsRunning
: <a class="el" href="struct_c_sm_action.html#a3b2581b5922431084c9e6ec581c3695a">CSmAction</a>
</li>
<li>IsSliding
: <a class="el" href="struct_c_sm_action.html#a293afee840b84a9f179e890248c90275">CSmAction</a>
</li>
<li>IsSneaking
: <a class="el" href="struct_c_sm_action.html#aaf2cccb11092b6cb5261242f1dbf5f45">CSmAction</a>
</li>
<li>IsSpawned
: <a class="el" href="struct_c_tm_ml_player.html#a27c855dc568cb1037ec25ba57bc1be34">CTmMlPlayer</a>
, <a class="el" href="struct_c_tm_player.html#a5139989e374f4db8818153fda36ac2d9">CTmPlayer</a>
</li>
<li>IsSpectator
: <a class="el" href="struct_c_client.html#aca56d34ece5847b63b2f655a633b34ca">CClient</a>
, <a class="el" href="struct_c_ml_script_ingame.html#abbd9d0606086a5d652d242097c2ab1f2">CMlScriptIngame</a>
, <a class="el" href="struct_c_playground_client.html#ae6a59e5c816c72deee15ace90b31f538">CPlaygroundClient</a>
</li>
<li>IsSpectatorClient
: <a class="el" href="struct_c_ml_script_ingame.html#ad0a47375a5706e24f598af814190b5e5">CMlScriptIngame</a>
, <a class="el" href="struct_c_playground_client.html#a43c33ac502649c6cc9c7f44c82c6c939">CPlaygroundClient</a>
</li>
<li>IsStraight
: <a class="el" href="struct_c_tm_mode_event.html#a221aaeea7cfdcaa4fcf92a876777cc26">CTmModeEvent</a>
</li>
<li>IsStuck
: <a class="el" href="struct_c_sm_player_driver.html#af85e31f707dc88bbcc19a78e21d2957c">CSmPlayerDriver</a>
</li>
<li>IsSwitchedToPlayground
: <a class="el" href="struct_c_map_type.html#a4e80f5dd4ec6efe471a8944f53251abe">CMapType</a>
</li>
<li>IsTeleportActivable
: <a class="el" href="struct_c_sm_player.html#a9f52e93337457d3b89e7c0e9559899ce">CSmPlayer</a>
</li>
<li>IsTerrain
: <a class="el" href="struct_c_block_model.html#ad356ab59c30e65aeeafb43f5559a95aa">CBlockModel</a>
</li>
<li>IsTesting
: <a class="el" href="struct_c_map_editor_plugin.html#a2ca38f88ed6df74e1e7321b3eb39cdc3">CMapEditorPlugin</a>
</li>
<li>IsTitlePack
: <a class="el" href="struct_c_pack_creator_pack.html#a1f87ec5f4f087f4e6252c4aded0569b2">CPackCreatorPack</a>
</li>
<li>IsTouchingGround
: <a class="el" href="struct_c_sm_player.html#a1ddc22ae610b9c243119a40ecd2549bb">CSmPlayer</a>
</li>
<li>IsUltraShadowsQualityAvailable
: <a class="el" href="struct_c_map_editor_plugin.html#ad69192c5beb1038a17789e55b9c505f2">CMapEditorPlugin</a>
</li>
<li>IsUnderground
: <a class="el" href="struct_c_sm_player.html#a5a5058fca87496f8a636959cae049d33">CSmPlayer</a>
</li>
<li>IsUnlocked()
: <a class="el" href="struct_c_map_group.html#a14fdf437a97e6205d83846e9e6c66345">CMapGroup</a>
</li>
<li>IsValidating
: <a class="el" href="struct_c_map_editor_plugin.html#a18d6cc220b393a09037544cc0d4aa7bd">CMapEditorPlugin</a>
</li>
<li>IsValidUrl()
: <a class="el" href="struct_c_http_manager.html#a902d8cc9f8dbffe29bec2fe016fb5a13">CHttpManager</a>
</li>
<li>IsVisible
: <a class="el" href="struct_c_mania_app.html#a49b4ff01109c4d7cd1d3388d9d701b06">CManiaApp</a>
, <a class="el" href="struct_c_module_playground.html#a4db8fd800b09c920fea7b5d5636b4b13">CModulePlayground</a>
, <a class="el" href="struct_c_u_i_layer.html#a7bd522d50226378b2b0865d98ea92a45">CUILayer</a>
</li>
<li>Item
: <a class="el" href="struct_c_anchor_data.html#aa283ce6b4ce20275b93aaf29af9c11d5">CAnchorData</a>
, <a class="el" href="struct_c_map_editor_plugin.html#a588b4a11b38fdde8d041e9c055d098bfa1379639602c6bfc016facaeae9242e8a">CMapEditorPlugin</a>
</li>
<li>ItemEditor
: <a class="el" href="struct_c_title_control.html#a85476bbdda32f803352f933025a9c589a9510de36cb59b0c2d09bc1ff3c789cc3">CTitleControl</a>
</li>
<li>ItemList_Add()
: <a class="el" href="struct_c_mode.html#a328114846047d2ac20f6972163916262">CMode</a>
</li>
<li>ItemList_AddWithSkin()
: <a class="el" href="struct_c_mode.html#a7b659b1de9866bb3cdf50dfe6da58c8a">CMode</a>
</li>
<li>ItemList_Begin()
: <a class="el" href="struct_c_mode.html#a6f504dcea77ea5521729528585eb4871">CMode</a>
</li>
<li>ItemList_End()
: <a class="el" href="struct_c_mode.html#a23aee95ba2c4ad1f3568ca27cd22cefd">CMode</a>
</li>
<li>ItemModelId
: <a class="el" href="struct_c_map_object_anchor.html#aa619302c1a49534c9f295afda5848457">CMapObjectAnchor</a>
</li>
<li>ItemName
: <a class="el" href="struct_c_map_object_anchor.html#a9d8999cc106ef196a6bedacdff19cb5a">CMapObjectAnchor</a>
</li>
<li>Items
: <a class="el" href="struct_c_map_editor_plugin.html#a4526b71bc0ad24abbf412497c2ede778">CMapEditorPlugin</a>
, <a class="el" href="struct_c_module_menu_file_browser.html#aca76bd62cbc800b6c36debb675eefa49acf6dbd5edf8f1f1f3a45d4fbec18c3a3">CModuleMenuFileBrowser</a>
</li>
<li>ItemUrl
: <a class="el" href="struct_c_u_i_config_event.html#a3a4c9c05b532746a0a3924d7c866100c">CUIConfigEvent</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>