-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctions_func_s.html
672 lines (669 loc) · 30.5 KB
/
functions_func_s.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
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
<!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 - Functions</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_func_s.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">
 
<h3><a id="index_s"></a>- s -</h3><ul>
<li>Save()
: <a class="el" href="struct_c_editor_module.html#a95faf39b4ea0fbbed1176ad9de9adab0">CEditorModule</a>
</li>
<li>SaveAs()
: <a class="el" href="struct_c_editor_module.html#a58036f3dd9540ec218c6c56acbb6378f">CEditorModule</a>
</li>
<li>SaveCopyAs()
: <a class="el" href="struct_c_editor_module.html#a1a66f3a72108317fb11b7871c292c00b">CEditorModule</a>
</li>
<li>SaveMacroblock()
: <a class="el" href="struct_c_map_editor_plugin.html#a716800a6e2c76ed5d97afdf9bd178480">CMapEditorPlugin</a>
</li>
<li>SaveMap()
: <a class="el" href="struct_c_map_editor_plugin.html#a41c9abdc63b33bad3dc38edabc216349">CMapEditorPlugin</a>
</li>
<li>SaveTitleDesc()
: <a class="el" href="struct_c_title_edition.html#ac9abfd0aac766e524700d5b222f9cea9">CTitleEdition</a>
</li>
<li>Scores_Clear()
: <a class="el" href="struct_c_tm_mode.html#a3d73439d9f91b04f7b563840b491115d">CTmMode</a>
</li>
<li>Scores_Sort()
: <a class="el" href="struct_c_module_playground_scores_table.html#a137d405f10d7b438fa2346d844167077">CModulePlaygroundScoresTable</a>
, <a class="el" href="struct_c_tm_mode.html#a4b89fe70a072eb170ba3941beccb1d14">CTmMode</a>
</li>
<li>ScoreStatus_GetLocalStatus()
: <a class="el" href="struct_c_score_mgr.html#a0a36bb464268cb360f0abab8112be303">CScoreMgr</a>
</li>
<li>ScoreStatus_GetMasterServerStatus()
: <a class="el" href="struct_c_score_mgr.html#ab21d1b195411f76b7af00c1718e9550d">CScoreMgr</a>
</li>
<li>ScriptedBot_Aim()
: <a class="el" href="struct_c_sm_mode.html#aa8fd4a5ea2e7b31cce9af43d9a8e6218">CSmMode</a>
</li>
<li>ScriptedBot_AimDelta()
: <a class="el" href="struct_c_sm_mode.html#a2a891d66c709cab9a581fb880b11a765">CSmMode</a>
</li>
<li>ScriptedBot_Move()
: <a class="el" href="struct_c_sm_mode.html#ab6c808c68332973cce3cdf3baea45878">CSmMode</a>
</li>
<li>ScriptedBot_MoveAndAim()
: <a class="el" href="struct_c_sm_mode.html#af2a4da49a7488ab9dc8cd6f1c988b181">CSmMode</a>
</li>
<li>ScriptedBot_MoveDelta()
: <a class="el" href="struct_c_sm_mode.html#aaf19bdcd1724d7f649581284d0999a09">CSmMode</a>
</li>
<li>ScriptedBot_MoveDeltaAndAim()
: <a class="el" href="struct_c_sm_mode.html#aa5854b0e32503f77f93a6a2b80b543cf">CSmMode</a>
</li>
<li>ScriptedBot_RequestAction()
: <a class="el" href="struct_c_sm_mode.html#aec8d001256503e7675c48ad51d27ebba">CSmMode</a>
</li>
<li>ScriptedBot_RequestGunTrigger()
: <a class="el" href="struct_c_sm_mode.html#a55a8aa6b4fc7d16c46141da5ae7c7ff3">CSmMode</a>
</li>
<li>ScriptModeName_Check()
: <a class="el" href="struct_c_match_settings.html#a6b5a92c1bad581dc7b4c8b2b79afeaba">CMatchSettings</a>
</li>
<li>ScriptModeName_Set()
: <a class="el" href="struct_c_match_settings.html#a4c03413a238502750f08eeef25fa656a">CMatchSettings</a>
</li>
<li>Scroll()
: <a class="el" href="struct_c_ml_frame.html#a5d8416c047a45641c4b2f5aeb2afdc37">CMlFrame</a>
</li>
<li>ScrollBumpBottom()
: <a class="el" href="struct_c_ml_frame.html#a3c9175607ab600ee7a24ab7ce261959a">CMlFrame</a>
</li>
<li>ScrollBumpLeft()
: <a class="el" href="struct_c_ml_frame.html#a95565864530295805f50f29828d741ff">CMlFrame</a>
</li>
<li>ScrollBumpRight()
: <a class="el" href="struct_c_ml_frame.html#a41446192b16ed6429c52c5ccf64d921f">CMlFrame</a>
</li>
<li>ScrollBumpTop()
: <a class="el" href="struct_c_ml_frame.html#aa482c6bc2f95c85f4981c33ca6c69ad7">CMlFrame</a>
</li>
<li>ScrollToControl()
: <a class="el" href="struct_c_ml_page.html#a1a3b08f9a354a98a8fa1bba5c53bc8e4">CMlPage</a>
</li>
<li>Selection_Invert()
: <a class="el" href="struct_c_editor_mesh.html#adfe8bb55cec00bab6914ca285a94063a">CEditorMesh</a>
</li>
<li>Selection_Redo()
: <a class="el" href="struct_c_editor_mesh.html#a2292ce880790404fefab103778d7316a">CEditorMesh</a>
</li>
<li>Selection_Undo()
: <a class="el" href="struct_c_editor_mesh.html#aa4d5a54b531f557c1c41daed6cc4902d">CEditorMesh</a>
</li>
<li>SelectionSet_SelectAll()
: <a class="el" href="struct_c_editor_mesh.html#aaad04b502a925b6ab8d678e995017122">CEditorMesh</a>
</li>
<li>SendCallback()
: <a class="el" href="struct_c_xml_rpc.html#a02dcf075ee0ffb8613abf573e1ea575d">CXmlRpc</a>
</li>
<li>SendCallback_BeginRound()
: <a class="el" href="struct_c_xml_rpc.html#a2e5ea520ae8152e5336992772fe4bd57">CXmlRpc</a>
</li>
<li>SendCallback_EndRound()
: <a class="el" href="struct_c_xml_rpc.html#a3158bce826775fc8e6ebe15ae9d93ea5">CXmlRpc</a>
</li>
<li>SendCallbackArray()
: <a class="el" href="struct_c_xml_rpc.html#a447eaa8500912558a0229e96618c82b8">CXmlRpc</a>
</li>
<li>SendChat()
: <a class="el" href="struct_c_u_i_config.html#a60f29bff16160930fc8c284c14d0da2d">CUIConfig</a>
</li>
<li>SendCustomEvent()
: <a class="el" href="struct_c_mania_app_playground.html#aea020e3ef9336dbafbde4267ed1972c3">CManiaAppPlayground</a>
, <a class="el" href="struct_c_ml_script.html#a74a02238a6045e7eb0d884a3dc61368d">CMlScript</a>
</li>
<li>SendEvent()
: <a class="el" href="struct_c_achievements_manager.html#a3e4ec162da075a14c855afa59b81c8bd">CAchievementsManager</a>
</li>
<li>SendModeScriptCommand()
: <a class="el" href="struct_c_server_plugin.html#a00e8cff275e821508f3af4a2ac1d1202">CServerPlugin</a>
</li>
<li>SendNotice()
: <a class="el" href="struct_c_u_i_config.html#ac5fd902c740c26bf05a54666d536a61e">CUIConfig</a>
</li>
<li>SendPluginEvent()
: <a class="el" href="struct_c_editor_main_plugin.html#a008af67641bd55f8e9bf7471a372c331">CEditorMainPlugin</a>
</li>
<li>SendRulesEvent()
: <a class="el" href="struct_c_sm_action.html#a5cc29eaf54c3b500fad43edc61b3d309">CSmAction</a>
</li>
<li>SendToServerAfterMatch()
: <a class="el" href="struct_c_server_admin.html#ae11daf489424d897ba123691133962aa">CServerAdmin</a>
</li>
<li>SetActionLevel()
: <a class="el" href="struct_c_module_playground_store.html#af3c738131d303d0406648e6c52bb59e8">CModulePlaygroundStore</a>
</li>
<li>SetActivated()
: <a class="el" href="struct_c_notifications_consumer_notification.html#ab9efe925900a92749cc232644bb4cbe0">CNotificationsConsumerNotification</a>
</li>
<li>SetAnchor()
: <a class="el" href="struct_c_sm_object.html#af71c0b3ebd91c4e1c55ccc2d433e749a">CSmObject</a>
</li>
<li>SetBlockSkin()
: <a class="el" href="struct_c_map_editor_plugin.html#a27c5edf2713c85de3eb225892aa64849">CMapEditorPlugin</a>
</li>
<li>SetClan()
: <a class="el" href="struct_c_ml_gauge.html#a1a8f0f149b98f1c27d4cc1a5092cf357">CMlGauge</a>
</li>
<li>SetClipListFromBlock()
: <a class="el" href="struct_c_block_clip_list.html#ac985f30eb2525aa143e55db85fd84d32">CBlockClipList</a>
</li>
<li>SetClipListFromMacroblock()
: <a class="el" href="struct_c_block_clip_list.html#ad81262b38a40bb22a1fb40f038057695">CBlockClipList</a>
</li>
<li>SetColor()
: <a class="el" href="struct_c_input_pad.html#a7dd7a5e89debb5553402eb75be7869c7">CInputPad</a>
, <a class="el" href="struct_c_module_playground_scores_table.html#a93e88f777fa319099782b3062474324f">CModulePlaygroundScoresTable</a>
</li>
<li>SetColumnValue()
: <a class="el" href="struct_c_module_playground_scores_table.html#ac333c4821a86551ce5cb2d11580ee6b2">CModulePlaygroundScoresTable</a>
</li>
<li>SetColumnVisibility()
: <a class="el" href="struct_c_module_playground_scores_table.html#a74f358bcdafaddf72d8a415283d2e68c">CModulePlaygroundScoresTable</a>
</li>
<li>SetDefaultContext()
: <a class="el" href="struct_c_module_playground_hud.html#a566e8f3ef35d10fed578696da6588167">CModulePlaygroundHud</a>
</li>
<li>SetDistanceFooterLineVisible()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a7f8cc37bf7223280f8601f423669cc5e">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetDistanceVisible()
: <a class="el" href="struct_c_module_playground_speed_meter.html#aab1d35035b6229df357866baa345c75e">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetEngineActivated()
: <a class="el" href="struct_c_mode_vehicle.html#a2e1de282f5923a047910d4da4b426807">CModeVehicle</a>
</li>
<li>SetFileAction()
: <a class="el" href="struct_c_module_menu_file_browser.html#a3b166fa1d2f9b0dbd1be19f35569162b">CModuleMenuFileBrowser</a>
</li>
<li>SetFileType()
: <a class="el" href="struct_c_module_menu_file_browser.html#a33f19f191e86a957ddbf86fe6a90025f">CModuleMenuFileBrowser</a>
</li>
<li>SetFooterLineVisible()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a1fcff3aa8797c0aa8b448b99fbd0239d">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetFooterText()
: <a class="el" href="struct_c_module_playground_scores_table.html#a285c50b400ba4cada07e6f395d67f75b">CModulePlaygroundScoresTable</a>
</li>
<li>SetFooterUnitVisible()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a0bb178042f11df66024f6ee0b80fbf3a">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetFromClipList()
: <a class="el" href="struct_c_block_clip_list.html#a8665fbafdada946f0c188cf97bb83692">CBlockClipList</a>
</li>
<li>SetGaugeAngle()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a515b030f425c0caa5db17a74b20c2aee">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetGaugeBGVisible()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a0d2dec49a23470f3790b062ff98d720e">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetGaugeNumber()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a56aeafa6264a94130eeeaa40e4b6431d">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetGaugeSpeedMax()
: <a class="el" href="struct_c_module_playground_speed_meter.html#ad191e4e14da41de75985e3ee0a7f310c">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetGlobalScale()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a5449dc798f189d4a4b31dba56b0f2916">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetItemCanBeBought()
: <a class="el" href="struct_c_module_playground_store.html#a035fb55e4fec360c9a06d6889ebbb2a9">CModulePlaygroundStore</a>
</li>
<li>SetLobbyInfo()
: <a class="el" href="struct_c_server_admin.html#a2120f04515ade6c1b4fcae9b51d2bcc4">CServerAdmin</a>
</li>
<li>SetLocalUserClubLink()
: <a class="el" href="struct_c_ml_browser.html#aa353d957c06398f1bf122f0b20e8b533">CMlBrowser</a>
</li>
<li>SetMapIsCreatedWithPartyEditor()
: <a class="el" href="struct_c_map_editor_plugin.html#acac93c584a691d74d041566e4287913d">CMapEditorPlugin</a>
</li>
<li>SetMapStyle()
: <a class="el" href="struct_c_map_editor_plugin.html#a5c84e482c55c924f127920d5ca158205">CMapEditorPlugin</a>
</li>
<li>SetMapType()
: <a class="el" href="struct_c_map_editor_plugin.html#ade24ee58a7c96368caf228b2a5ee667f">CMapEditorPlugin</a>
</li>
<li>SetMoney()
: <a class="el" href="struct_c_module_playground_store.html#a047c32343d23da5a93aff9ba301aa051">CModulePlaygroundStore</a>
</li>
<li>SetNbFakePlayers()
: <a class="el" href="struct_c_sm_mode.html#acf0bd84fcdc3ed5ab1ec84fda1599da2">CSmMode</a>
</li>
<li>SetOfEdges_BorderExpand()
: <a class="el" href="struct_c_editor_mesh.html#a8caacd30d4ea440275aeaa38cbb97379">CEditorMesh</a>
</li>
<li>SetOfEdges_Fill()
: <a class="el" href="struct_c_editor_mesh.html#ab9dfedecf5305b3bcf01b9fce7fc696b">CEditorMesh</a>
</li>
<li>SetOfEdges_Flip()
: <a class="el" href="struct_c_editor_mesh.html#a94f24ec63ed1f892d78321da5e27bd41">CEditorMesh</a>
</li>
<li>SetOfElements_Append()
: <a class="el" href="struct_c_editor_mesh.html#a75ecbb0d7de57b0961e973d52dc21255">CEditorMesh</a>
</li>
<li>SetOfElements_CollapseEdgeWithVertex()
: <a class="el" href="struct_c_editor_mesh.html#a458e1f35f7fb664267a38bec5b9e2803">CEditorMesh</a>
</li>
<li>SetOfElements_CopyFrom()
: <a class="el" href="struct_c_editor_mesh.html#ae5d08a671cf2faf4f40b1e96fa136b4f">CEditorMesh</a>
</li>
<li>SetOfElements_Create()
: <a class="el" href="struct_c_editor_mesh.html#a8ab7a4c25f37bf5c60a16f0bc7a8f925">CEditorMesh</a>
</li>
<li>SetOfElements_DeleteElements()
: <a class="el" href="struct_c_editor_mesh.html#a03f84e76d24ebacf94845ba0a85ced65">CEditorMesh</a>
</li>
<li>SetOfElements_Destroy()
: <a class="el" href="struct_c_editor_mesh.html#a2808705dc07dd3fbefef500aa90c1a02">CEditorMesh</a>
</li>
<li>SetOfElements_Empty()
: <a class="el" href="struct_c_editor_mesh.html#a8eccf37ce15e7565dc5027ecac58c5f2">CEditorMesh</a>
</li>
<li>SetOfElements_GetEdgesCount()
: <a class="el" href="struct_c_editor_mesh.html#a686f8da57680f53082dde11c4300f8fd">CEditorMesh</a>
</li>
<li>SetOfElements_GetElemsCount()
: <a class="el" href="struct_c_editor_mesh.html#a73e333babca0116cad59df0d3d792462">CEditorMesh</a>
</li>
<li>SetOfElements_GetFacesCount()
: <a class="el" href="struct_c_editor_mesh.html#ab4817a511dd0aa597ec69f28ff8fcba9">CEditorMesh</a>
</li>
<li>SetOfElements_GetVerticesCount()
: <a class="el" href="struct_c_editor_mesh.html#a5c7192e7bdf624fd6df1b10f5ad030ff">CEditorMesh</a>
</li>
<li>SetOfElements_HasHorizontalFaces()
: <a class="el" href="struct_c_editor_mesh.html#a0111a51d56e9d3d652223beff38ed3e6">CEditorMesh</a>
</li>
<li>SetOfElements_HasVerticalFaces()
: <a class="el" href="struct_c_editor_mesh.html#a91e76f1a16262d335e63450f60b656b9">CEditorMesh</a>
</li>
<li>SetOfElements_ProjectOnGround()
: <a class="el" href="struct_c_editor_mesh.html#a5f86d9d373f2c20bc85525a81313fdae">CEditorMesh</a>
</li>
<li>SetOfElements_ProjectOnPlane()
: <a class="el" href="struct_c_editor_mesh.html#a66a7ae2a7d7b88c21dfba55aa965f8bb">CEditorMesh</a>
</li>
<li>SetOfElements_SetAllElements()
: <a class="el" href="struct_c_editor_mesh.html#abff70b537d5dc8fb0f052838e67eb765">CEditorMesh</a>
</li>
<li>SetOfElements_SetAllFaces()
: <a class="el" href="struct_c_editor_mesh.html#ae86848106f003ed7acfa3c855f72f558">CEditorMesh</a>
</li>
<li>SetOfElements_SplitEdgeWithVertex()
: <a class="el" href="struct_c_editor_mesh.html#a67e5649b1880633b119072cff1a15e1c">CEditorMesh</a>
</li>
<li>SetOfElements_Subdivide()
: <a class="el" href="struct_c_editor_mesh.html#a517950a0bf93dd420ca0b567a7d1db47">CEditorMesh</a>
</li>
<li>SetOfElements_Subdivide_Interpolation()
: <a class="el" href="struct_c_editor_mesh.html#a753cea4214cc020508f881172af6d0dc">CEditorMesh</a>
</li>
<li>SetOfFaces_ApplyMaterial()
: <a class="el" href="struct_c_editor_mesh.html#a96f7256b97287ccf4deb248e48755a84">CEditorMesh</a>
</li>
<li>SetOfFaces_ChangeOrientation()
: <a class="el" href="struct_c_editor_mesh.html#ac8ad470adf85b3f3a962c74e53042b7c">CEditorMesh</a>
</li>
<li>SetOfFaces_Extrude()
: <a class="el" href="struct_c_editor_mesh.html#a0b220110966858f422702a0f81b63a2f">CEditorMesh</a>
</li>
<li>SetOfFaces_PlanarExpand()
: <a class="el" href="struct_c_editor_mesh.html#a24d565d444dd37978f65221525559ce0">CEditorMesh</a>
</li>
<li>SetOfFaces_QuadsToTriangles()
: <a class="el" href="struct_c_editor_mesh.html#a5c58b3794a595cd34930dadb060885b8">CEditorMesh</a>
</li>
<li>SetOfOneEdge_EdgeLoopExpand()
: <a class="el" href="struct_c_editor_mesh.html#a59e0cf0fc769ae52f01859dc5b4a5471">CEditorMesh</a>
</li>
<li>SetOfOneEdge_FaceLoopExpand()
: <a class="el" href="struct_c_editor_mesh.html#a8db510a9d6d90ce2278d4f29ff095085">CEditorMesh</a>
</li>
<li>SetOfOneFace_CutHole()
: <a class="el" href="struct_c_editor_mesh.html#ae59bac4238f4ee06d0d4525b60fae672">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawBox()
: <a class="el" href="struct_c_editor_mesh.html#ae5864ca1fd0c91125a856db512395f5b">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawCircle()
: <a class="el" href="struct_c_editor_mesh.html#ad02372052f0490a536e38ec0b1acbced">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawDisc()
: <a class="el" href="struct_c_editor_mesh.html#a65633faeebe28ff30977af574d5a6160">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawIcosahedricSphere()
: <a class="el" href="struct_c_editor_mesh.html#a510976e37ea6c170c2f421596eb91a88">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawIcosahedron()
: <a class="el" href="struct_c_editor_mesh.html#ae58c1ad37a91fa4d940e4b56b2d81a2e">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawPoly()
: <a class="el" href="struct_c_editor_mesh.html#abbdcdf8576d6832869777c4c8fa6ccc2">CEditorMesh</a>
</li>
<li>SetOfVertices_DrawSpline()
: <a class="el" href="struct_c_editor_mesh.html#a8c31e2b86aebd50349b2625293c3e65a">CEditorMesh</a>
</li>
<li>SetOfVertices_Weld()
: <a class="el" href="struct_c_editor_mesh.html#ab1700c999c6325a84d710532ec3c5226">CEditorMesh</a>
</li>
<li>SetPlayer()
: <a class="el" href="struct_c_sm_object.html#a73f47afbf8b49df6dbcd37ab7ba20656">CSmObject</a>
</li>
<li>SetPlayerAmmo()
: <a class="el" href="struct_c_sm_mode.html#a9ae7bd3bd3f93856956b0893c5da4261">CSmMode</a>
</li>
<li>SetPlayerAmmoMax()
: <a class="el" href="struct_c_sm_mode.html#a29343769d3e7397b749561a900702e90">CSmMode</a>
</li>
<li>SetPlayerClan()
: <a class="el" href="struct_c_sm_mode.html#a6603c6a4d58399d55fcdd3108365ff76">CSmMode</a>
, <a class="el" href="struct_c_tm_mode.html#a176862e6704269e952b703c03e23ab6b">CTmMode</a>
</li>
<li>SetPlayerReloadAllWeapons()
: <a class="el" href="struct_c_sm_mode.html#acf88f4a0aa01dcdb8c2ee35132e75639">CSmMode</a>
</li>
<li>SetPlayerWeapon()
: <a class="el" href="struct_c_sm_mode.html#a5addc0f40604584311bee6128de68779">CSmMode</a>
</li>
<li>SetPosition()
: <a class="el" href="struct_c_sm_object.html#a2c1adea6518de2b33e6bdd02d0c35234">CSmObject</a>
</li>
<li>SetPositionAndVel()
: <a class="el" href="struct_c_sm_object.html#a769962a0c6a9631745bbf2ff39e60a40">CSmObject</a>
</li>
<li>SetRatio()
: <a class="el" href="struct_c_ml_gauge.html#a6cf2916747cde312bd398ca8ef21e933">CMlGauge</a>
</li>
<li>SetRead()
: <a class="el" href="struct_c_notifications_consumer_notification.html#a57e13928c0e313bdf3df85fa4c9c0a1c">CNotificationsConsumerNotification</a>
</li>
<li>SetSpectateTarget()
: <a class="el" href="struct_c_ml_script_ingame.html#a03ce109484037d5155754957764a0c39">CMlScriptIngame</a>
, <a class="el" href="struct_c_playground_client.html#a168153087eceecd97eb6b619e1cc2ec7">CPlaygroundClient</a>
</li>
<li>SetSpeedLineVisible()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a20f584169e6f31d6607f4bd0785a8457">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetSpeedUnitScale()
: <a class="el" href="struct_c_module_playground_speed_meter.html#aa410e8d0dee18b044f63f5d329e5e38d">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetSpeedValueScale()
: <a class="el" href="struct_c_module_playground_speed_meter.html#a17d9cd3cd36376064fadd394a28d60dd">CModulePlaygroundSpeedMeter</a>
</li>
<li>SetText()
: <a class="el" href="struct_c_ml_entry.html#ab46f5e2f1d6b01ee13cba791895cca50">CMlEntry</a>
, <a class="el" href="struct_c_ml_label.html#a225f1b63f2fa8a0c2cd69785cbea2f90">CMlLabel</a>
</li>
<li>SetTitleCampaign()
: <a class="el" href="struct_c_title_edition.html#a28391c9a47a541b7877c5745d8e1e519">CTitleEdition</a>
</li>
<li>SetUnspawned()
: <a class="el" href="struct_c_sm_object.html#ab175cde0c288ad0871720d53fb41b822">CSmObject</a>
</li>
<li>Shield_CreateAtLocation()
: <a class="el" href="struct_c_sm_action.html#a0f9da151cc2e1fe94182bee6b4a3706a">CSmAction</a>
</li>
<li>Shield_CreateOnPlayer()
: <a class="el" href="struct_c_sm_action.html#a2392b595d11102d3e00490749479485b">CSmAction</a>
</li>
<li>Shield_Destroy()
: <a class="el" href="struct_c_sm_action.html#a905716b4ea23d907c2818debbebf807e">CSmAction</a>
</li>
<li>Shield_Exists()
: <a class="el" href="struct_c_sm_action.html#a4a340dc05f2c9ec70a422e92ec97dd23">CSmAction</a>
</li>
<li>Shield_GetArmor()
: <a class="el" href="struct_c_sm_action.html#a11a568da8020a3726984f85641baf0fa">CSmAction</a>
</li>
<li>Shield_GetArmorMax()
: <a class="el" href="struct_c_sm_action.html#a9c6139e9269d7f3d6471ce9cc0c807b2">CSmAction</a>
</li>
<li>Shield_GetCooldown()
: <a class="el" href="struct_c_sm_action.html#ac89927c2e4218b30461426f76f391496">CSmAction</a>
</li>
<li>Shield_GetIsActive()
: <a class="el" href="struct_c_sm_action.html#a1012b68db637a81ddf5e2faec6052e73">CSmAction</a>
</li>
<li>Shield_GetTickReload()
: <a class="el" href="struct_c_sm_action.html#a00ffa2dd35c7e5a37dbcabd65d922afb">CSmAction</a>
</li>
<li>Shield_SetArmor()
: <a class="el" href="struct_c_sm_action.html#a76bf4a63c62efff6e6208cf64075a922">CSmAction</a>
</li>
<li>Shield_SetIsActive()
: <a class="el" href="struct_c_sm_action.html#a99e1f60ca7d63e4e1711f29b2e9359df">CSmAction</a>
</li>
<li>Show()
: <a class="el" href="struct_c_ml_control.html#aea64c7ddd788f85ca8e7120e3fc48976">CMlControl</a>
, <a class="el" href="struct_c_module_menu_component.html#a030e4e91a68ebdc04bb6c7237d16a9e8">CModuleMenuComponent</a>
, <a class="el" href="struct_c_module_playground.html#aff345cef46edb71d409f7897d47781d7">CModulePlayground</a>
</li>
<li>ShowCurChallengeCard()
: <a class="el" href="struct_c_ml_script_ingame.html#aaee490172bf6d93ea2df6cb164856c00">CMlScriptIngame</a>
</li>
<li>ShowCurMapCard()
: <a class="el" href="struct_c_ml_browser.html#af71f2e72a4286d7a3b434efe2a692b0b">CMlBrowser</a>
</li>
<li>ShowCustomSelection()
: <a class="el" href="struct_c_map_editor_plugin.html#ae5706346d8af63f5123aaef9368d9ccf">CMapEditorPlugin</a>
</li>
<li>ShowInGameMenu()
: <a class="el" href="struct_c_ml_script_ingame.html#a53098b7ec2a145e6b75b36d017461ca2">CMlScriptIngame</a>
</li>
<li>ShowModeHelp()
: <a class="el" href="struct_c_ml_script_ingame.html#a49bc392108a73a15f6aecad15caccf99">CMlScriptIngame</a>
</li>
<li>ShowProfile()
: <a class="el" href="struct_c_ml_script_ingame.html#ae09c47238374d6d6573970da5fa8b58a">CMlScriptIngame</a>
, <a class="el" href="struct_c_playground_client.html#a7d3ce2bde6346933487156f87379480f">CPlaygroundClient</a>
</li>
<li>Solo_SetNewRecord()
: <a class="el" href="struct_c_mode.html#ab880ca8eaaec656afdbfe47277d2de5e">CMode</a>
</li>
<li>SortByMapName()
: <a class="el" href="struct_c_task_result___buddy_challenge_records_comparison.html#af7ebb287d418001131f93bc8c2c6d270">CTaskResult_BuddyChallengeRecordsComparison</a>
</li>
<li>SortByOpponentCount()
: <a class="el" href="struct_c_task_result___buddies_challenge_record.html#a1038c76ce09290199eb5e5a26af00df1">CTaskResult_BuddiesChallengeRecord</a>
, <a class="el" href="struct_c_task_result___buddies_challenge_records_comparison.html#a4c0382ca8aae97a9294725d47ef65cf8">CTaskResult_BuddiesChallengeRecordsComparison</a>
</li>
<li>SortByOpponentDate()
: <a class="el" href="struct_c_task_result___buddies_challenge_records_comparison.html#a0c7d0a29465dd4a453d70ca17d472be3">CTaskResult_BuddiesChallengeRecordsComparison</a>
</li>
<li>SortByOpponentDisplayName()
: <a class="el" href="struct_c_task_result___buddies_challenge_record.html#acbf179a13461f47ca3c4b8fc8ece7cfe">CTaskResult_BuddiesChallengeRecord</a>
, <a class="el" href="struct_c_task_result___buddies_challenge_records_comparison.html#aef727334f656d691d509377628c3874f">CTaskResult_BuddiesChallengeRecordsComparison</a>
</li>
<li>SortByOpponentLogin()
: <a class="el" href="struct_c_task_result___buddies_challenge_record.html#a47f924786fdef76ebf999ade25a8bf5f">CTaskResult_BuddiesChallengeRecord</a>
, <a class="el" href="struct_c_task_result___buddies_challenge_records_comparison.html#a110d323e0aa6914aaf27a3ccb9df44d3">CTaskResult_BuddiesChallengeRecordsComparison</a>
</li>
<li>SortByOpponentRecordDate()
: <a class="el" href="struct_c_task_result___buddies_challenge_record.html#a5f09bb91434a4d23c7906e9e8e57ca4b">CTaskResult_BuddiesChallengeRecord</a>
</li>
<li>SortByOpponentRecordTime()
: <a class="el" href="struct_c_task_result___buddies_challenge_record.html#aa7d409fee64b51c4cd24fb9c5d28774a">CTaskResult_BuddiesChallengeRecord</a>
</li>
<li>SortByPlayerCount()
: <a class="el" href="struct_c_task_result___buddies_challenge_records_comparison.html#adba4bc063793a1c1c3b5ae6b53984057">CTaskResult_BuddiesChallengeRecordsComparison</a>
</li>
<li>SortByRecordDate()
: <a class="el" href="struct_c_task_result___buddy_challenge_records_comparison.html#a16c0fdbbae45b463ed9768d617e6b1e1">CTaskResult_BuddyChallengeRecordsComparison</a>
</li>
<li>SortByRecordTime()
: <a class="el" href="struct_c_task_result___buddy_challenge_records_comparison.html#acfe662feb99d16f3e156b9093a9c47a8">CTaskResult_BuddyChallengeRecordsComparison</a>
</li>
<li>SortByRecordTimeDiff()
: <a class="el" href="struct_c_task_result___buddy_challenge_records_comparison.html#ae53b4030385e16bfa0cb1c246c0a289f">CTaskResult_BuddyChallengeRecordsComparison</a>
</li>
<li>SortPoints()
: <a class="el" href="struct_c_ml_graph_curve.html#ad3ea79ce916d9c4f0d7f659bf244c084">CMlGraphCurve</a>
</li>
<li>SpawnBotPlayer()
: <a class="el" href="struct_c_sm_mode.html#a18af2607474f1000756dc9de6a97dbf4">CSmMode</a>
</li>
<li>SpawnPlayer()
: <a class="el" href="struct_c_sm_mode.html#afdbe95f6c85e9d0fbe46836ccbd742eb">CSmMode</a>
, <a class="el" href="struct_c_tm_mode.html#ab55c34acbd0c37586141d2cc5379b9a5">CTmMode</a>
</li>
<li>SplitScreenAssignLayer()
: <a class="el" href="struct_c_mania_app_playground_common.html#a67f186d6f08a851eda98e0ea76e2edc3">CManiaAppPlaygroundCommon</a>
</li>
<li>StartChrono()
: <a class="el" href="struct_c_module_playground_chrono.html#a63f04649f1618892cc1653bd742b3f37">CModulePlaygroundChrono</a>
</li>
<li>StartEdition()
: <a class="el" href="struct_c_ml_entry.html#a637a6d55fdec4ee0f31d9c254d604ed4">CMlEntry</a>
, <a class="el" href="struct_c_ml_text_edit.html#a04df89f1affb33d0c31e7c09d6e56932">CMlTextEdit</a>
</li>
<li>StickerSlot_Clear()
: <a class="el" href="struct_c_badge.html#ae1d3d63747b30d25ee82b02535aa5189">CBadge</a>
</li>
<li>StickerSlot_Get()
: <a class="el" href="struct_c_badge.html#ab74617fd6f054157fbf0d10cb808d698">CBadge</a>
</li>
<li>StickerSlot_Set()
: <a class="el" href="struct_c_badge.html#a6e26e8f9643a5c85ed42a5088728a10a">CBadge</a>
</li>
<li>Stop()
: <a class="el" href="struct_c_audio_source.html#a3401cdc2e27ed6cbe960281470a3f869">CAudioSource</a>
, <a class="el" href="struct_c_ml_media_player.html#a438a361e1f3a12b93915c4ba46f05b9b">CMlMediaPlayer</a>
, <a class="el" href="struct_c_video.html#a7f9146430bd837c720c177a6c9365141">CVideo</a>
</li>
<li>StopAndRewind()
: <a class="el" href="struct_c_ml_media_player.html#a0243d914a1eee9b3abf08d6a0fe682e8">CMlMediaPlayer</a>
</li>
<li>StopChrono()
: <a class="el" href="struct_c_module_playground_chrono.html#aa58083043f657acd1e1096765da7840a">CModulePlaygroundChrono</a>
</li>
<li>SubModuleAdd()
: <a class="el" href="struct_c_module_playground_hud_model.html#a904bbc26f44a51c97eb70c8a5817b124">CModulePlaygroundHudModel</a>
</li>
<li>SubModuleIsContextActive()
: <a class="el" href="struct_c_module_playground_hud_model.html#a8205762c6b6dc6ca6d9f29401b01d049">CModulePlaygroundHudModel</a>
</li>
<li>SubModuleRemove()
: <a class="el" href="struct_c_module_playground_hud_model.html#a03f8c952d32724797230b30270fcd54e">CModulePlaygroundHudModel</a>
</li>
<li>SubModuleRetrieve()
: <a class="el" href="struct_c_module_playground_hud_model.html#a8c102411ec9bd117a4feeaf6f8590eae">CModulePlaygroundHudModel</a>
</li>
<li>SubModuleSetContextIsActive()
: <a class="el" href="struct_c_module_playground_hud_model.html#ad1932c53ecad8c076ec8227e51435668">CModulePlaygroundHudModel</a>
</li>
<li>SubModuleSetNameAndId()
: <a class="el" href="struct_c_module_playground_hud_model.html#ac2d27122f9d0c497367537e8d38b43cc">CModulePlaygroundHudModel</a>
</li>
<li>SubMoney()
: <a class="el" href="struct_c_module_playground_store.html#a5d445d9710845acfe742c696e285d8ff">CModulePlaygroundStore</a>
</li>
<li>SwitchContext()
: <a class="el" href="struct_c_module_playground_hud.html#ae4dbd1266e36457dc6b82f1ef4a57171">CModulePlaygroundHud</a>
</li>
<li>SwitchPlane()
: <a class="el" href="struct_c_editor_mesh.html#a6d8f90e8ac6b86dc9485633348665c9f">CEditorMesh</a>
</li>
<li>Synchro_AddBarrier()
: <a class="el" href="struct_c_mode.html#ae8a9fad79db711d000684896cc1e0811">CMode</a>
</li>
<li>Synchro_BarrierReached()
: <a class="el" href="struct_c_mode.html#ab8a2c2c0bf4d596da98da2e68e49e9f0">CMode</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>