00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139 class gObjectPrototype { public:
00140
00141 mixed SetHull (mixed value,mixed delta) {}
00142
00143 mixed AddHull (mixed delta) {}
00144
00145 mixed RepairHull (mixed rep) {}
00146
00147 mixed DamageHull (mixed dmg) {}
00148
00150 mixed Damage (mixed dmg,mixed hx,mixed hy,mixed hz,mixed attacker) {}
00151
00152 mixed SetShield (mixed value,mixed delta) {}
00153
00155 mixed DamageShield (mixed dmg) {}
00156
00157 mixed SetEnergy (mixed value,mixed delta) {}
00158
00160 mixed ReduceEnergy (mixed dmg) {}
00161
00165 mixed GlobalToLocal (mixed x,mixed y,mixed z) {}
00166
00168 mixed LocalToGlobal (mixed x,mixed y,mixed z) {}
00169
00171 mixed CalcRotationTo (mixed x,mixed y,mixed z) {}
00172
00173 mixed GetDistToPos (mixed x,mixed y,mixed z) {}
00174
00175 mixed GetDistToObject (mixed other) {}
00176
00177 mixed GetVectorToObject (mixed other) {}
00178
00180 mixed SetName (mixed sName) {}
00181
00182 mixed GetName (mixed sName) {}
00183
00185 mixed ServerSendProps (mixed con) {}
00186
00187 mixed GetProp (mixed proptype_or_name_or_id) {}
00188
00190 mixed SetProp (mixed proptype_or_name_or_id,mixed value,mixed delta,mixed fMin,mixed fMax,mixed fRate) {}
00191
00193 mixed SetProp_Dynamic_Number (mixed proptype_or_name_or_id,mixed value,mixed delta,mixed fMin,mixed fMax,mixed fRate) {}
00194
00196 mixed SetProp_Static_Number (mixed proptype_or_name_or_id,mixed value,mixed delta) {}
00197
00199 mixed SetProp_Static_String (mixed proptype_or_name_or_id,mixed value) {}
00200
00201 mixed GetCargo (mixed objecttype_or_name_or_id) {}
00202
00204 mixed SetCargo (mixed objecttype_or_name_or_id,mixed amount) {}
00205
00209 mixed TransferCargo (mixed dest_obj,mixed cargotype_name_or_id,mixed amount_delta) {}
00210
00213 mixed AddCargo (mixed cargotype_name_or_id,mixed amount_delta) {}
00214
00216 mixed AddCargoUntilFull (mixed cargotype_name_or_id,mixed amount) {}
00217
00219 mixed RemoveCargoUntilEmpty (mixed cargotype_name_or_id,mixed amount) {}
00220
00223 mixed CargoDivList (mixed objtypelist) {}
00224
00227 mixed CargoAddList (mixed objtypelist,mixed times) {}
00228
00233 mixed AddToDestroyList (mixed something) {}
00234
00235 mixed RemoveFromDestroyList (mixed something) {}
00236
00239 mixed AddToDestroyNotifyList (mixed callback) {}
00240
00241 mixed RemoveFromDestroyNotifyList (mixed callback) {}
00242
00243 mixed SetTeamID (mixed iTeamID) {}
00244
00246 mixed ServerSendSpawn (mixed con) {}
00247
00249 mixed SetParentLocation (mixed location_or_id,mixed bNoBroadCast) {}
00250
00251 mixed SetVisible (mixed bVisible) {}
00252
00254 mixed GetRandomPositionAtDist (mixed dist) {}
00255
00257 mixed ManualThrustStep (mixed x,mixed y,mixed z) {}
00258
00260 mixed GetInteriorStuffAtPos (mixed x,mixed y,mixed z) {}
00261
00263 mixed RayPick (mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
00264
00265 mixed GetActiveEquipmentSum (mixed objtype_name_or_id,mixed filterfun) {}
00266
00267 mixed GetFreeEquipmentSlot (mixed slottype_or_name) {}
00268
00270 mixed CanEquip (mixed objtype_name_or_id) {}
00271
00274 mixed EquipOrAddToCargo (mixed objtype_name_or_id,mixed container_or_id) {}
00275
00276 mixed Equip (mixed objtype_name_or_id,mixed container_or_id) {}
00277
00278 mixed Unequip (mixed container_or_id,mixed objecttype_or_name_or_id) {}
00279
00287 mixed GetContainerByType (mixed containertype_or_name_or_id,mixed num) {}
00288
00289 mixed ListContainersWithType (mixed containertype_or_name_or_id) {}
00290
00292 mixed GetContainerSum (mixed typefieldname,mixed container_type_filter_fun) {}
00293
00294 mixed CanExitShip (mixed owner) {}
00295
00296 mixed CanEnterShip (mixed owner) {}
00297 };
00298
00299 class gMissionPrototype { public:
00300
00301 mixed RemoveTask (mixed id) {}
00302
00303 mixed SetTask (mixed id,mixed task) {}
00304
00306 mixed AddTask (mixed task) {}
00307
00309 mixed SendUpdateTaskState (mixed taskid) {}
00310
00312 mixed ServerSendMissionUpdate (mixed con) {}
00313 };
00314
00315 class gfx { public:
00316
00317 mixed GetHeightAtPos (mixed x,mixed z) {}
00318 };
00319
00320 class hud { public:
00321
00322 static mixed SetGUIMode (mixed mode) {}
00323
00325 static mixed SetCurBuyZone (mixed buyzoneid) {}
00326
00328 static mixed SetCurCredits (mixed credits) {}
00329
00331 static mixed KeyDown (mixed key,mixed char) {}
00332
00334 static mixed KeyUp (mixed key) {}
00335
00336 static mixed MouseButtonRight (mixed state) {}
00337
00338 static mixed MouseButtonLeft (mixed state) {}
00339
00340 static mixed CreatePanel (mixed cx,mixed cy,mixed mat,mixed parent) {}
00341
00342 static mixed CreateText (mixed cx,mixed cy,mixed parent,mixed charh,mixed font) {}
00343
00345 static mixed CreateButton (mixed cx,mixed cy,mixed mat,mixed u1,mixed v1,mixed u2,mixed v2) {}
00346
00347 static mixed ClientKill (mixed o) {}
00348
00349 static mixed ClientSpawn (mixed o) {}
00350
00351 static mixed UpdateHP (mixed o) {}
00352
00353 static mixed NotifyDamage (mixed o,mixed amount) {}
00354
00355 static mixed SetOwnName (mixed name) {}
00356
00358 static mixed AssignBody (mixed playerid,mixed body,mixed bIsSelf) {}
00359
00360 static mixed GetTeamColor (mixed team) {}
00361 };
00362
00363 class gModulePrototype { public:
00364
00365 mixed SetVisible (mixed bVisible) {}
00366
00367 mixed BBoxIntersectsPoint (mixed x,mixed y,mixed z) {}
00368
00370 mixed MirrorInBounds (mixed mx,mixed my,mixed mz) {}
00371
00372 mixed RotateAroundPoint (mixed x,mixed y,mixed z,mixed qw,mixed qx,mixed qy,mixed qz) {}
00373
00375 mixed Mirror (mixed mx,mixed my,mixed mz) {}
00376
00377 mixed Move (mixed addx,mixed addy,mixed addz) {}
00378
00379 mixed Rotate (mixed qw,mixed qx,mixed qy,mixed qz) {}
00380
00382 mixed RayPick (mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
00383 };
00384
00385 class gLocationPrototype { public:
00386
00388 mixed ServerSendSpawn (mixed con) {}
00389
00391 mixed GetObjectList (mixed filterfun,mixed list) {}
00392
00393 mixed GetNearestObject (mixed ownbody,mixed filterfun) {}
00394
00397 mixed MapRayPick (mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz,mixed fun) {}
00398 };
00399
00400 class gEffectPrototype { public:
00401
00403 mixed ServerSendSpawn (mixed con,mixed ...) {}
00404 };
00405
00406 class gContainerPrototype { public:
00407
00408 mixed AddWeapon (mixed weapontype_or_name_or_id) {}
00409
00410 mixed DelWeapon (mixed weapontype_or_name_or_id) {}
00411
00413 mixed ServerSendSpawn (mixed con) {}
00414
00416 mixed SetContainerTypeContent (mixed objecttype_or_name_or_id,mixed amount) {}
00417
00418 mixed GetContainerTypeContent (mixed objecttype_or_name_or_id) {}
00419
00422 mixed GetSum (mixed typefieldname) {}
00423
00425 mixed ServerSendCompleteContents (mixed con) {}
00426 };
00427
00428 class gSystemPrototype { public:
00429
00430 mixed AddConnection (mixed other_system_name) {}
00431
00432 mixed AddConnections (mixed ...) {}
00433
00434 mixed AddSun (mixed objtype,mixed name,mixed stellarclass) {}
00435
00436 mixed AddPlanetEx (mixed objtype,mixed name,mixed planettype,mixed diameter,mixed mass,mixed orad,mixed operiod,mixed inclin,mixed eccen,mixed rotperiod,mixed mooncount,mixed atmosphere) {}
00437 };
00438
00439 class guimaker { public:
00440
00441 static mixed MakeBuyMenuRow (mixed parent,mixed itemname,mixed price) {}
00442
00444 static mixed MakeSOC (mixed parent,mixed x,mixed y) {}
00445
00447 static mixed MakeRROC (mixed parent,mixed matname) {}
00448
00453 static mixed MakeWidgetFromArr (mixed parent,mixed arr,mixed stylesetname) {}
00454
00456 static mixed MakeTableDlg (mixed rows,mixed x,mixed y,mixed bClosable,mixed bCellsAlwaysHaveMaxW,mixed stylesetname,mixed stylename) {}
00457
00459 static mixed LayoutTableDlg (mixed dialog,mixed rootwidget) {}
00460
00461 static mixed MakeBorderPanel (mixed parent,mixed x,mixed y,mixed cx,mixed cy,mixed col,mixed stylesetname,mixed stylename) {}
00462
00465 static mixed Button_HilightOn (mixed widget) {}
00466
00467 static mixed Button_HilightOff (mixed widget) {}
00468
00469 static mixed MakeButton (mixed parent,mixed x,mixed y,mixed cx,mixed cy,mixed col,mixed stylesetname) {}
00470
00471 static mixed MakeText (mixed parent,mixed x,mixed y,mixed text,mixed charh,mixed col,mixed fontname) {}
00472
00473 static mixed MakeWrappedClippedText (mixed parent,mixed x,mixed y,mixed width,mixed height,mixed text,mixed charh,mixed col,mixed center,mixed div,mixed fontname) {}
00474
00475 static mixed MakeClippedText (mixed parent,mixed x,mixed y,mixed width,mixed height,mixed text,mixed charh,mixed col,mixed center,mixed div,mixed fontname) {}
00476
00477 static mixed MakeAutoScaledButton (mixed parent,mixed x,mixed y,mixed text,mixed charh,mixed backcol,mixed textcol,mixed stylesetname) {}
00478
00479 static mixed RescaleAutoScaledButton (mixed widget,mixed forcew) {}
00480
00481 static mixed SetAutoScaledButtonText (mixed widget,mixed text) {}
00482
00483 static mixed SetAutoScaledButtonBackCol (mixed widget,mixed backcol) {}
00484
00485 static mixed MakePlane (mixed parent,mixed mat,mixed x,mixed y,mixed cx,mixed cy) {}
00486
00488 static mixed MakePage (mixed pagenum) {}
00489 };
00490
00491 class cWidget { public:
00492
00493 mixed InitAsGroup (mixed parentwidget,mixed params) {}
00494
00495 mixed InitAsSpritePanel (mixed parentwidget,mixed params,mixed bVertexBufferDynamic,mixed bVertexCol) {}
00496
00498 mixed XMLCreate (mixed xmlnode) {}
00499
00500 mixed SetID (mixed id) {}
00501
00502 mixed GetChildByID (mixed id) {}
00503
00504 mixed FindChildByName (mixed name) {}
00505
00506 mixed CreateChildOrContentChild (mixed classname,mixed ...) {}
00507
00508 mixed CreateContentChild (mixed classname,mixed ...) {}
00509
00511 mixed _CreateChild (mixed classname,mixed ...) {}
00512
00514 mixed SetRenderGroup2D (mixed rendergroup2d) {}
00515
00516 mixed SetLayouter (mixed layouter) {}
00517
00518 mixed SetParent (mixed parentwidget) {}
00519
00522 mixed ForAllChilds (mixed fun) {}
00523
00526 mixed GetChild (mixed index) {}
00527
00528 mixed GetWidgetUnderRelPos (mixed relx,mixed rely) {}
00529
00531 mixed GetWidgetUnderPos (mixed x,mixed y) {}
00532
00534 mixed HitTest (mixed x,mixed y) {}
00535
00536 mixed SetVisible (mixed bVal) {}
00537
00539 mixed SetHitTestIfInvis (mixed bVal) {}
00540
00542 mixed SetConsumeChildHit (mixed bVal) {}
00543
00545 mixed SetIgnoreBBoxHit (mixed bVal) {}
00546
00548 mixed SetIgnoreChildHits (mixed bVal) {}
00549
00551 mixed SetBitMask (mixed bitmask) {}
00552
00554 mixed SetClip (mixed l,mixed t,mixed r,mixed b) {}
00555
00560 mixed SetSize (mixed w,mixed h) {}
00561
00563 mixed SetPos (mixed x,mixed y,mixed z) {}
00564
00565 mixed SetLeftTop (mixed x,mixed y) {}
00566
00571 mixed ThemeModifyInitParams (mixed parentwidget,mixed params) {}
00572
00578 mixed StartMouseMove (mixed keywatch,mixed move_fun,mixed move_fun_param,mixed end_fun,mixed mx0,mixed my0) {}
00579
00580 mixed CancelDragDrop (mixed x,mixed y) {}
00581
00582 mixed EndDragDrop (mixed x,mixed y) {}
00583
00585 mixed AddToDestroyList (mixed o) {}
00586
00587 mixed RemoveFromDestroyList (mixed o) {}
00588
00592 mixed RenderToTexture (mixed w,mixed h,mixed r,mixed g,mixed b,mixed a) {}
00593 };
00594
00595 class gLayoutPrototype { public:
00596
00601 mixed LayoutChilds (mixed parentwidget,mixed l,mixed t,mixed w,mixed h) {}
00602
00605 mixed CalculatePreferredSize (mixed parentwidget) {}
00606
00608 mixed New (mixed ...) {}
00609 };
00610
00611 class gLayoutVBoxPrototype { public:
00612
00613 mixed LayoutChilds (mixed parentwidget,mixed l,mixed t,mixed w,mixed h) {}
00614
00615 mixed CalculatePreferredSize (mixed parentwidget) {}
00616 };
00617
00618 class gLayoutHBoxPrototype { public:
00619
00620 mixed LayoutChilds (mixed parentwidget,mixed l,mixed t,mixed w,mixed h) {}
00621
00622 mixed CalculatePreferredSize (mixed parentwidget) {}
00623 };
00624
00625 class gLayoutGridPrototype { public:
00626
00627 mixed GetSlot (mixed i) {}
00628
00629 mixed GetSlotArea (mixed i,mixed sdw,mixed sdh) {}
00630
00631 mixed LayoutChilds (mixed parentwidget,mixed l,mixed t,mixed w,mixed h) {}
00632
00633 mixed CalculatePreferredSize (mixed parentwidget) {}
00634
00636 mixed New (mixed sx,mixed sy) {}
00637 };
00638
00639 class gLayoutStackedPrototype { public:
00640
00641 mixed LayoutChilds (mixed parentwidget,mixed l,mixed t,mixed w,mixed h) {}
00642
00643 mixed CalculatePreferredSize (mixed parentwidget) {}
00644 };
00645
00646 class gui { public:
00647
00648 static mixed StartMoveDialog (mixed widget) {}
00649 };
00650
00651 class cConfig { public:
00652
00653 mixed DeclareInteger (mixed name,mixed topic,mixed label,mixed desc,mixed default_value,mixed needs_restart,mixed validation_function) {}
00654
00655 mixed DeclareFloat (mixed name,mixed topic,mixed label,mixed desc,mixed default_value,mixed needs_restart,mixed validation_function) {}
00656
00657 mixed DeclareString (mixed name,mixed topic,mixed label,mixed desc,mixed default_value,mixed needs_restart,mixed validation_function) {}
00658
00659 mixed DeclareBoolean (mixed name,mixed topic,mixed label,mixed desc,mixed default_value,mixed needs_restart,mixed validation_function) {}
00660
00661 mixed DeclareEnum (mixed name,mixed topic,mixed label,mixed desc,mixed default_value,mixed possible_values,mixed needs_restart,mixed validation_function) {}
00662
00664 mixed ForAllNames (mixed f) {}
00665
00667 mixed ForAllTopics (mixed f) {}
00668
00670 mixed ForAllNamesInTopic (mixed topic,mixed f) {}
00671
00674 mixed GetPossibleEnumValues (mixed name) {}
00675
00677 mixed ResetValue (mixed name) {}
00678
00679 mixed Undeclare (mixed name) {}
00680
00682 mixed GetType (mixed name) {}
00683
00685 mixed Get (mixed name) {}
00686
00687 mixed IsDeclared (mixed name) {}
00688
00689 mixed IsValidValue (mixed name,mixed value) {}
00690
00691 mixed NeedsRestart (mixed name) {}
00692
00694 mixed RegisterListener (mixed f) {}
00695
00697 mixed Set (mixed name,mixed value) {}
00698
00711 mixed _Declare (mixed name,mixed valuetype,mixed topic,mixed label,mixed desc,mixed default_value,mixed needs_restart,mixed enum_value_list,mixed validation_function) {}
00712
00713 mixed PrintError (mixed ...) {}
00714
00715 mixed RebuildTopicList (mixed name) {}
00716 };
00717
00718 class gAtlasGroupPrototype { public:
00719
00723 mixed LoadToAtlas (mixed id,mixed param,mixed img_or_nil) {}
00724
00726 mixed AddImageToAtlasGroup (mixed img) {}
00727
00729 mixed GetSize (mixed id,mixed param) {}
00730
00732 mixed LoadAtlasMat (mixed atlas,mixed basemat) {}
00733
00735 mixed LoadMat (mixed basemat,mixed id,mixed param) {}
00736 };
00737
00738 class Vector { public:
00739
00740 static mixed random2 (mixed minx,mixed miny,mixed minz,mixed maxx,mixed maxy,mixed maxz) {}
00741
00742 static mixed random3 (mixed v) {}
00743
00746 static mixed roll (mixed x,mixed y,mixed z,mixed times) {}
00747
00748 static mixed len (mixed x,mixed y,mixed z) {}
00749
00751 static mixed compare (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00752
00754 static mixed normalise (mixed x,mixed y,mixed z) {}
00755
00756 static mixed normalise_to_len (mixed x,mixed y,mixed z,mixed normlen) {}
00757
00759 static mixed cross (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00760
00762 static mixed dot (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00763
00765 static mixed scalarmult (mixed x,mixed y,mixed z,mixed f) {}
00766
00767 static mixed scale1 (mixed f,mixed x,mixed y,mixed z) {}
00768
00769 static mixed sub (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00770
00771 static mixed add (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00772
00773 static mixed addscaled (mixed s,mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00774
00775 static mixed scale (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00776
00777 static mixed add3 (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3) {}
00778
00779 static mixed add4 (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3,mixed x4,mixed y4,mixed z4) {}
00780
00781 static mixed add4v (mixed v1,mixed v2,mixed v3,mixed v4) {}
00782
00784 static mixed project_on_vector (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00785
00787 static mixed project_on_plane (mixed x,mixed y,mixed z,mixed nx,mixed ny,mixed nz) {}
00788
00789 static mixed create (mixed x,mixed y,mixed z ) {}
00790
00792 static mixed isZeroLength (mixed x,mixed y,mixed z) {}
00793 };
00794
00795 class Quaternion { public:
00796
00798 static mixed fromAngleAxis (mixed ang,mixed x,mixed y,mixed z) {}
00799
00800 static mixed inverse (mixed w,mixed x,mixed y,mixed z) {}
00801
00802 static mixed norm (mixed w,mixed x,mixed y,mixed z) {}
00803
00804 static mixed normalise (mixed w,mixed x,mixed y,mixed z) {}
00805
00808 static mixed random (mixed ang) {}
00809
00812 static mixed getRotation (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
00813
00815 static mixed ApplyToVector (mixed x,mixed y,mixed z,mixed qw,mixed qx,mixed qy,mixed qz) {}
00816
00819 static mixed Mul (mixed aw,mixed ax,mixed ay,mixed az,mixed bw,mixed bx,mixed by,mixed bz) {}
00820
00823 static mixed reduce (mixed qw,mixed qx,mixed qy,mixed qz,mixed t) {}
00824
00827 static mixed setAngle (mixed qw,mixed qx,mixed qy,mixed qz,mixed newang) {}
00828
00830 static mixed getAngle (mixed qw,mixed qx,mixed qy,mixed qz) {}
00831
00833 static mixed lookAt (mixed x,mixed y,mixed z) {}
00834 };
00835
00836 class gBroadcastSenderPrototype { public:
00837
00839 mixed init (mixed port) {}
00840
00845 mixed SetData (mixed data) {}
00846
00848 mixed SetUpdateInterval (mixed milliseconds) {}
00849
00851 mixed SetCheckInterval (mixed milliseconds) {}
00852 };
00853
00854 class gBroadcastReceiverPrototype { public:
00855
00857 mixed init (mixed port) {}
00858
00860 mixed ParseInput (mixed resultcode,mixed remoteaddr) {}
00861
00864 mixed SetOnUpdate (mixed fun) {}
00865 };
00866
00867 class gGlyphListPrototype { public:
00868
00869 mixed SetText (mixed font,mixed fontsize,mixed text,mixed param) {}
00870
00871 mixed AddText (mixed font,mixed fontsize,mixed text,mixed param) {}
00872
00873 mixed AddGlyph (mixed glyph) {}
00874
00875 mixed AddFontGlyph (mixed font,mixed fontsize,mixed charcode,mixed param) {}
00876
00877 mixed AddSpace (mixed font,mixed fontsize) {}
00878
00879 mixed AddTab (mixed font,mixed fontsize) {}
00880
00881 mixed AddNewLine (mixed font,mixed fontsize) {}
00882
00883 mixed AddHAlign (mixed halign) {}
00884
00886 mixed AddIcon (mixed glyphinfo,mixed param) {}
00887
00891 mixed GetWordEnd (mixed iFirst) {}
00892
00894 mixed WidthSum (mixed startindex,mixed endindex,mixed earlyout_w) {}
00895
00898 mixed GetLineInfos (mixed startindex,mixed endindex,mixed autowrap_w) {}
00899
00903 mixed VisitGlyphs (mixed callbackfun,mixed param,mixed startindex,mixed endindex,mixed autowrap_w,mixed halign,mixed valign) {}
00904 };
00905
00906 class cRegistry { public:
00907
00908 mixed New (mixed ...) {}
00909
00910 mixed Init (mixed sFilePath) {}
00911
00912 mixed Get (mixed name) {}
00913
00915 mixed Set (mixed name,mixed value) {}
00916
00919 mixed SetField (mixed name,mixed fieldname,mixed value) {}
00920
00924 mixed _Load (mixed sFilePath) {}
00925
00927 mixed _Push (mixed data) {}
00928 };
00929
00930 class gEasyXMLMeta { public:
00931
00932 static mixed __index (mixed node,mixed key) {}
00933 };
00934
00935 class cVertexDecl { public:
00936
00937 mixed addElement (mixed src,mixed type,mixed semantic,mixed index) {}
00938
00939 mixed PrintAutoOrganised (mixed bSkeletalAnimation,mixed bVertexAnimation) {}
00940 };
00941
00942 class cVertexBuffer { public:
00943
00944 mixed Vertex (mixed ...) {}
00945 };
00946
00947 class cIndexBuffer { public:
00948
00949 mixed MultiIndex (mixed i,mixed j,mixed ...) {}
00950
00951 mixed Index (mixed i) {}
00952 };
00953
00954 class gTypeListPrototype { public:
00955
00956 mixed RegisterType (mixed name,mixed parenttype_or_name,mixed arr,mixed abstract) {}
00957
00958 mixed Get (mixed type_or_name_or_id) {}
00959
00960 mixed GetList (mixed filterfun) {}
00961 };
00962
00963 class gSpritePanelPrototype { public:
00964
00965 mixed GetBorderTileParams (mixed xpart,mixed ypart,mixed z,mixed gfxparam,mixed uscale,mixed vscale,mixed r,mixed g,mixed b,mixed a) {}
00966
00970 mixed UpdateGeometry (mixed gfxparam) {}
00971
00976 mixed Update (mixed gfxparam) {}
00977 };
00978
00979 class job { public:
00980
00981 static mixed terminate (mixed jobid) {}
00982
00983 static mixed prio_cmp (mixed a,mixed b) {}
00984
00986 static mixed status (mixed job_id) {}
00987
00992 static mixed create (mixed job_fun,mixed callback_fun,mixed priority ) {}
00993
00995 static mixed create_low_prio (mixed priority,mixed job_fun,mixed callback_fun) {}
00996
00997 static mixed internal_handle_resume_error (mixed v,mixed status,mixed r) {}
00998
00999 static mixed wakeup (mixed jobid) {}
01000
01004 static mixed bind_viability (mixed jobid,mixed object) {}
01005
01006 static mixed wait (mixed timeout_in_ms) {}
01007 };
01008
01009 class cHUDElement2D_L { public:
01010
01014 static mixed CreateHUDElement2D (...) {}
01015
01017 mixed Destroy (...) {}
01018 };
01019
01020 class cResyncReceiver_L { public:
01021
01024 static mixed CreateResyncReceiver (...) {}
01025
01027 static mixed SetGlobalResyncReceiver (...) {}
01028
01030 mixed Destroy (...) {}
01031
01034 mixed ReceiveResyncs (...) {}
01035
01037 mixed ReceiveResyncsFromFIFO (...) {}
01038 };
01039
01040 class cObjectController_L { public:
01041
01044 static mixed CreateObjectController (...) {}
01045
01047 mixed Destroy (...) {}
01048
01050 mixed SetApproachObject (...) {}
01051
01053 mixed SetApproachPosition (...) {}
01054
01057 mixed DistanceToTarget (...) {}
01058
01060 mixed IsTargetAlive (...) {}
01061 };
01062
01063 class cObject_L { public:
01064
01069 static mixed RayQuery (...) {}
01070
01073 static mixed GetIntersecting (...) {}
01074
01077 static mixed CreateObject (...) {}
01078
01080 mixed Destroy (...) {}
01081
01083 mixed GetID (...) {}
01084
01086 mixed SetID (...) {}
01087
01089 mixed SetGfx (...) {}
01090
01092 mixed ResetResyncCounterLow (...) {}
01093
01095 mixed SetParentLocation (...) {}
01096
01098 mixed SetPhysicForm (...) {}
01099
01101 mixed SetController (...) {}
01102 };
01103
01104 class cLocation_L { public:
01105
01108 static mixed CreateLocation (...) {}
01109
01111 mixed Destroy (...) {}
01112
01114 mixed GetBoundRad (...) {}
01115
01117 mixed SetBoundRad (...) {}
01118
01120 mixed DeleteAllObjects (...) {}
01121
01123 mixed StepAllObjects (...) {}
01124
01128 mixed SendResyncs (...) {}
01129
01133 mixed StoreResyncs (...) {}
01134
01140 mixed IntersectSphere (...) {}
01141
01145 mixed Intersect2DRect (...) {}
01146 };
01147
01148 class cRenderGroup2D_L { public:
01149
01153 static mixed CreateRenderGroup2D (...) {}
01154
01157 mixed Destroy (...) {}
01158
01160 mixed SetParent (...) {}
01161
01163 mixed BringToFront (...) {}
01164
01166 mixed SendToBack (...) {}
01167
01169 mixed InsertBefore (...) {}
01170
01172 mixed InsertAfter (...) {}
01173
01175 mixed GetHandle (...) {}
01176
01179 mixed GetChildListHandles (...) {}
01180
01183 mixed GetChildListRevision (...) {}
01184
01186 mixed GetDerivedPos (...) {}
01187
01189 mixed GetPos (...) {}
01190
01192 mixed SetPos (...) {}
01193
01195 mixed GetVisible (...) {}
01196
01198 mixed SetVisible (...) {}
01199
01202 mixed SetClip (...) {}
01203
01205 mixed SetForcedMinSize (...) {}
01206
01209 mixed GetEffectiveClipAbs (...) {}
01210
01213 mixed GetEffectiveClipRel (...) {}
01214
01216 mixed ClearClip (...) {}
01217
01220 mixed GetRelBounds (...) {}
01221
01224 mixed CalcAbsBounds (...) {}
01225 };
01226
01227 class cRenderManager2D_L { public:
01228
01233 static mixed CreateRenderManager2D (...) {}
01234
01237 mixed Destroy (...) {}
01238
01241 mixed SetRenderEvenIfOverlaysDisabled (...) {}
01242
01246 mixed CastToRenderGroup2D (...) {}
01247 };
01248
01249 class cSpriteList_L { public:
01250
01254 static mixed CreateSpriteList (...) {}
01255
01260 static mixed SpriteList_Open (...) {}
01261
01265 static mixed SpriteList_Close (...) {}
01266
01270 static mixed SpriteList_SetSprite (...) {}
01271
01276 static mixed SpriteList_SetSpriteEx (...) {}
01277
01281 static mixed SpriteList_SetSpritePos (...) {}
01282
01286 mixed Destroy (...) {}
01287
01291 mixed CastToRenderGroup2D (...) {}
01292
01294 mixed SetMaterial (...) {}
01295
01297 mixed ResizeList (...) {}
01298
01300 mixed ClearTexTransform (...) {}
01301
01304 mixed SetTexTransform (...) {}
01305 };
01306
01307 class cRobRenderable2D_L { public:
01308
01312 static mixed CreateRobRenderable2D (...) {}
01313
01318 static mixed RobRenderable2D_Open (...) {}
01319
01323 static mixed RobRenderable2D_Close (...) {}
01324
01326 static mixed RobRenderable2D_Vertex (...) {}
01327
01330 static mixed RobRenderable2D_Index (...) {}
01331
01334 static mixed RobRenderable2D_Index3 (...) {}
01335
01338 static mixed RobRenderable2D_Index2 (...) {}
01339
01341 static mixed RobRenderable2D_SkipVertices (...) {}
01342
01344 static mixed RobRenderable2D_SkipIndices (...) {}
01345
01349 mixed Destroy (...) {}
01350
01354 mixed CastToRenderGroup2D (...) {}
01355
01357 mixed SetMaterial (...) {}
01358
01360 mixed ClearTexTransform (...) {}
01361
01364 mixed SetTexTransform (...) {}
01365 };
01366
01367 class cBitMask_L { public:
01368
01371 mixed Destroy (...) {}
01372
01374 mixed GetSize (...) {}
01375
01377 mixed GetWrap (...) {}
01378
01380 mixed SetWrap (...) {}
01381
01383 mixed TestBit (...) {}
01384 };
01385
01386 class cDialog_L { public:
01387
01389 static mixed MyCreateDialog (...) {}
01390
01391 mixed Destroy (...) {}
01392
01394 mixed CreateWidget (...) {}
01395
01397 mixed BringToFront (...) {}
01398
01400 mixed SendToBack (...) {}
01401
01403 mixed SetVisible (...) {}
01404
01406 mixed GetVisible (...) {}
01407 };
01408
01409 class cWidget_L { public:
01410
01413 static mixed GetWidgetUnderPos (...) {}
01414
01417 mixed Destroy (...) {}
01418
01420 mixed CreateChild (...) {}
01421
01422 mixed UpdateClip (...) {}
01423
01424 mixed SetBitMask (...) {}
01425
01427 mixed IsUnderPos (...) {}
01428 };
01429
01430 class cConnection_L { public:
01431
01434 static mixed NetConnect (...) {}
01435
01437 static mixed NetLocalMaster (...) {}
01438
01440 static mixed NetLocalSlave (...) {}
01441
01443 static mixed NetReadAndWrite (...) {}
01444
01447 static mixed NtoA (...) {}
01448
01451 static mixed AtoN (...) {}
01452
01455 static mixed GetHostByName (...) {}
01456
01458 mixed Destroy (...) {}
01459
01460 mixed GetRemoteAddress (...) {}
01461
01462 mixed IsConnected (...) {}
01463
01465 mixed Push (...) {}
01466
01470 mixed Pop (...) {}
01471 };
01472
01473 class cNetListener_L { public:
01474
01477 static mixed NetListen (...) {}
01478
01480 mixed Destroy (...) {}
01481
01482 mixed PopAccepted (...) {}
01483 };
01484
01485 class cUDP_ReceiveSocket_L { public:
01486
01489 static mixed Create_UDP_ReceiveSocket (...) {}
01490
01492 mixed Destroy (...) {}
01493
01495 mixed Receive (...) {}
01496 };
01497
01498 class cUDP_SendSocket_L { public:
01499
01502 static mixed Create_UDP_SendSocket (...) {}
01503
01505 mixed Destroy (...) {}
01506
01511 mixed Send (...) {}
01512
01515 mixed SetBroadcast (...) {}
01516 };
01517
01519 class cBufferedMesh_L { public:
01520
01523 static mixed GetMeshBuffer (...) {}
01524
01526 static mixed LoadMeshBufferFromFile (...) {}
01527
01530 mixed RayPick (...) {}
01531
01533 mixed GetSubMeshCount (...) {}
01534
01536 mixed GetSubMeshMatName (...) {}
01537
01540 mixed SetSubMeshMatName (...) {}
01541
01544 mixed TransformSubMeshTexCoords (...) {}
01545 };
01546
01547 class cThread_NetRequest_L { public:
01548
01553 static mixed CreateThread_NetRequest (...) {}
01554
01557 mixed Destroy (...) {}
01558
01560 mixed IsFinished (...) {}
01561
01563 mixed HasError (...) {}
01564 };
01565
01566 class cThread_LoadFile_L { public:
01567
01571 static mixed CreateThread_LoadFile (...) {}
01572
01575 mixed Destroy (...) {}
01576
01578 mixed IsFinished (...) {}
01579
01581 mixed HasError (...) {}
01582 };
01583
01584 class cLugreLuaBind_Mutex { public:
01585
01586 static mixed DontUseWarning_Client_Sleep (...) {}
01587
01589 static mixed Thread_Sleep (...) {}
01590 };
01591
01592 class cLuaThread_L { public:
01593
01596 static mixed CreateLuaThread (...) {}
01597
01600 static mixed Threads_GetHardwareConcurrency (...) {}
01601
01605 mixed CreateFifoParent2ChildHandle (...) {}
01606
01609 mixed CreateFifoChild2ParentHandle (...) {}
01610
01612 mixed LockMutex (...) {}
01613
01615 mixed UnLockMutex (...) {}
01616
01618 mixed Interrupt (...) {}
01619
01621 mixed WaitForDataFromParent (...) {}
01622
01624 mixed Destroy (...) {}
01625 };
01626
01627 class cBeamFilterComplex_L { public:
01628
01631 mixed Destroy (...) {}
01632
01635 static mixed CreateBeamFilter (...) {}
01636 };
01637
01638 class cCamera_L { public:
01639
01643 mixed Destroy (...) {}
01644
01646 mixed SetFOVy (...) {}
01647
01649 mixed SetNearClipDistance (...) {}
01650
01652 mixed SetFarClipDistance (...) {}
01653
01655 mixed SetAspectRatio (...) {}
01656
01657 mixed Move (...) {}
01658
01659 mixed SetPos (...) {}
01660
01661 mixed SetRot (...) {}
01662
01664 mixed GetPos (...) {}
01665
01667 mixed GetRot (...) {}
01668
01669 mixed LookAt (...) {}
01670
01671 mixed GetNearClipDistance (...) {}
01672
01673 mixed GetFarClipDistance (...) {}
01674
01676 mixed GetPolygonMode (...) {}
01677
01679 mixed SetPolygonMode (...) {}
01680
01682 mixed GetProjectionType (...) {}
01683
01685 mixed SetProjectionType (...) {}
01686
01688 mixed GetOrthoWindow (...) {}
01689
01691 mixed SetOrthoWindow (...) {}
01692
01694 mixed GetEulerAng (...) {}
01695
01698 mixed EnableReflection (...) {}
01699
01701 mixed DisableReflection (...) {}
01702
01704 mixed IsReflecting (...) {}
01705
01708 static mixed CreateCamera (...) {}
01709
01711 static mixed GetMainCam (...) {}
01712 };
01713
01714 class cFIFO_L { public:
01715
01716 static mixed methodName (...) {}
01717
01718 static mixed methodName (...) {}
01719
01720 static mixed methodName (...) {}
01721
01722 static mixed methodName (...) {}
01723
01726 static mixed CreateFIFO (...) {}
01727
01729 mixed Destroy (...) {}
01730
01732 mixed Clear (...) {}
01733
01735 mixed Size (...) {}
01736
01738 mixed GetQuickHandle (...) {}
01739
01740 mixed GetTotalPopped (...) {}
01741
01743 mixed PopRaw (...) {}
01744
01746 mixed HackRestore (...) {}
01747
01750 mixed PushFIFOPartRaw (...) {}
01751
01754 mixed PopFIFO (...) {}
01755
01757 mixed PushC (...) {}
01758
01759 mixed PushI (...) {}
01760
01761 mixed PushU (...) {}
01762
01763 mixed PushF (...) {}
01764
01765 mixed PushS (...) {}
01766
01767 mixed PushFIFO (...) {}
01768
01769 mixed PushPlainText (...) {}
01770
01771 mixed PushFilledString (...) {}
01772
01776 mixed PushFilledUnicodeString (...) {}
01777
01778 mixed PushUint8 (...) {}
01779
01780 mixed PushUint16 (...) {}
01781
01782 mixed PushUint32 (...) {}
01783
01784 mixed PushInt8 (...) {}
01785
01786 mixed PushInt16 (...) {}
01787
01788 mixed PushInt32 (...) {}
01789
01791 mixed PushNetUint8 (...) {}
01792
01793 mixed PushNetUint16 (...) {}
01794
01795 mixed PushNetInt8 (...) {}
01796
01797 mixed PushNetInt16 (...) {}
01798
01799 mixed PushNetUint32 (...) {}
01800
01801 mixed PushNetInt32 (...) {}
01802
01803 mixed PushNetF (...) {}
01804
01806 mixed PopC (...) {}
01807
01808 mixed PopI (...) {}
01809
01810 mixed PopU (...) {}
01811
01812 mixed PopF (...) {}
01813
01814 mixed PopS (...) {}
01815
01816 mixed PopFilledString (...) {}
01817
01820 mixed PopTerminatedString (...) {}
01821
01824 mixed PopUnicodeString (...) {}
01825
01826 mixed PopUnicodeLEString (...) {}
01827
01828 mixed PopUint32 (...) {}
01829
01830 mixed PopUint16 (...) {}
01831
01832 mixed PopUint8 (...) {}
01833
01834 mixed PopInt32 (...) {}
01835
01836 mixed PopInt16 (...) {}
01837
01838 mixed PopInt8 (...) {}
01839
01840 mixed PopNetUint32 (...) {}
01841
01842 mixed PopNetUint16 (...) {}
01843
01844 mixed PopNetUint8 (...) {}
01845
01846 mixed PopNetF (...) {}
01847
01848 mixed PopNetInt32 (...) {}
01849
01850 mixed PopNetInt16 (...) {}
01851
01852 mixed PopNetInt8 (...) {}
01853
01855 mixed PeekDecompressIntoFifo (...) {}
01856
01858 mixed PushCompressFromFifo (...) {}
01859
01861 mixed WriteToFile (...) {}
01862
01864 mixed AppendToFile (...) {}
01865
01867 mixed ReadFromFile (...) {}
01868
01870 mixed PeekFloat (...) {}
01871
01872 mixed PeekNetUint32 (...) {}
01873
01874 mixed PeekNetUint16 (...) {}
01875
01876 mixed PeekNetUint8 (...) {}
01877
01878 mixed PokeNetUint8 (...) {}
01879
01881 mixed CRC (...) {}
01882 };
01883
01884 class cImage_L { public:
01885
01888 mixed Destroy (...) {}
01889
01891 mixed SaveAsFile (...) {}
01892
01894 mixed GetWidth (...) {}
01895
01897 mixed GetHeight (...) {}
01898
01902 mixed MakeTexture (...) {}
01903
01906 mixed LoadToTexture (...) {}
01907
01910 mixed GenerateBitMask (...) {}
01911
01916 static mixed LoadImageFromFile (...) {}
01917
01920 static mixed LoadImageFromTexture (...) {}
01921
01923 static mixed SubImage (...) {}
01924
01926 static mixed ImageScale (...) {}
01927
01930 static mixed ImageBlit (...) {}
01931
01933 static mixed CreateImage (...) {}
01934
01939 static mixed PrepareImage (...) {}
01940
01943 static mixed CreatePreparedImage (...) {}
01944
01947 static mixed SetPixelInPreparedImage (...) {}
01948 };
01949
01950 class cCaduneTreeParameters_L { public:
01951
01952 static mixed CreateCaduneTreeParameters (...) {}
01953
01955 mixed Destroy (...) {}
01956
01958 mixed SetDefault (...) {}
01959
01961 mixed CreateCopy (...) {}
01962
01964 mixed SetShape (...) {}
01965
01967 mixed SetBaseSize (...) {}
01968
01970 mixed SetScale (...) {}
01971
01973 mixed SetScaleV (...) {}
01974
01976 mixed SetNumLevels (...) {}
01977
01979 mixed SetRatio (...) {}
01980
01982 mixed SetRatioPower (...) {}
01983
01985 mixed SetNumLobes (...) {}
01986
01988 mixed SetLobeDepth (...) {}
01989
01991 mixed SetFlare (...) {}
01992
01994 mixed SetScale0 (...) {}
01995
01997 mixed SetScale0V (...) {}
01998
02000 mixed SetBarkMaterial (...) {}
02001
02003 mixed SetLeafScale (...) {}
02004
02006 mixed SetLeafScaleX (...) {}
02007
02009 mixed SetNumLeaves (...) {}
02010
02012 mixed SetLeafQuality (...) {}
02013
02015 mixed SetLeafLayoutExp (...) {}
02016
02018 mixed SetLeafMaterial (...) {}
02019
02021 mixed SetFrondScale (...) {}
02022
02024 mixed SetFrondScaleX (...) {}
02025
02027 mixed SetNumFronds (...) {}
02028
02030 mixed SetFrondQuality (...) {}
02031
02033 mixed SetFrondMaterial (...) {}
02034
02036 mixed SetAttractionUp (...) {}
02037
02039 mixed SetNumVertices (...) {}
02040
02042 mixed SetNumBranches (...) {}
02043
02045 mixed SetDownAngle (...) {}
02046
02048 mixed SetDownAngleV (...) {}
02049
02051 mixed SetRotate (...) {}
02052
02054 mixed SetRotateV (...) {}
02055
02057 mixed SetLength (...) {}
02058
02060 mixed SetLengthV (...) {}
02061
02063 mixed SetCurve (...) {}
02064
02066 mixed SetCurveBack (...) {}
02067
02069 mixed SetCurveV (...) {}
02070
02072 mixed SetCurveRes (...) {}
02073
02075 mixed GetMaxLevels (...) {}
02076
02078 mixed GetShape (...) {}
02079
02081 mixed GetBaseSize (...) {}
02082
02084 mixed GetScale (...) {}
02085
02087 mixed GetScaleV (...) {}
02088
02090 mixed GetNumLevels (...) {}
02091
02093 mixed GetRatio (...) {}
02094
02096 mixed GetRatioPower (...) {}
02097
02099 mixed GetNumLobes (...) {}
02100
02102 mixed GetLobeDepth (...) {}
02103
02105 mixed GetFlare (...) {}
02106
02108 mixed GetScale0 (...) {}
02109
02111 mixed GetScale0V (...) {}
02112
02114 mixed GetBarkMaterial (...) {}
02115
02117 mixed GetLeafScale (...) {}
02118
02120 mixed GetLeafScaleX (...) {}
02121
02123 mixed GetNumLeaves (...) {}
02124
02126 mixed GetLeafQuality (...) {}
02127
02129 mixed GetLeafLayoutExp (...) {}
02130
02132 mixed GetLeafMaterial (...) {}
02133
02135 mixed GetFrondScale (...) {}
02136
02138 mixed GetFrondScaleX (...) {}
02139
02141 mixed GetNumFronds (...) {}
02142
02144 mixed GetFrondQuality (...) {}
02145
02147 mixed GetFrondMaterial (...) {}
02148
02150 mixed GetAttractionUp (...) {}
02151
02153 mixed GetTaper (...) {}
02154
02156 mixed GetNumVertices (...) {}
02157
02159 mixed GetNumBranches (...) {}
02160
02162 mixed GetDownAngle (...) {}
02163
02165 mixed GetDownAngleV (...) {}
02166
02168 mixed GetRotate (...) {}
02169
02171 mixed GetRotateV (...) {}
02172
02174 mixed GetLength (...) {}
02175
02177 mixed GetLengthV (...) {}
02178
02180 mixed GetCurve (...) {}
02181
02183 mixed GetCurveBack (...) {}
02184
02186 mixed GetCurveV (...) {}
02187
02189 mixed GetCurveRes (...) {}
02190 };
02191
02195 class cCaduneTreeStem_L { public:
02196
02198 static mixed CreateCaduneTreeStem (...) {}
02199
02202 mixed Grow (...) {}
02203
02206 mixed CreateGeometry (...) {}
02207
02210 mixed CreateLeaves (...) {}
02211
02213 mixed GetNumVerticesChildren (...) {}
02214
02216 mixed GetNumTrianglesChildren (...) {}
02217
02219 mixed Destroy (...) {}
02220 };
02221
02225 class cCaduneTreeSection_L { public:
02226
02227 static mixed CreateCaduneTreeSection (...) {}
02228
02230 mixed Destroy (...) {}
02231
02233 mixed Create (...) {}
02234
02236 mixed SetOrientation (...) {}
02237
02239 mixed SetGlobalOrigin (...) {}
02240
02242 mixed SetOrigin (...) {}
02243
02245 mixed SetTexVCoord (...) {}
02246
02248 mixed GetOrientation (...) {}
02249
02251 mixed GetOrigin (...) {}
02252
02254 mixed GetGlobalOrigin (...) {}
02255
02257 mixed GetTexVCoord (...) {}
02258 };
02259
02260 class cRandom_L { public:
02261
02265 mixed Destroy (...) {}
02266
02269 mixed GetInt (...) {}
02270
02272 mixed GetFloat (...) {}
02273
02276 static mixed CreateRandom (...) {}
02277 };
02278
02279 class cGrassLayer_L { public:
02280
02282 mixed SetSwayLength (...) {}
02283
02285 mixed SetSwaySpeed (...) {}
02286
02288 mixed SetSwayDistribution (...) {}
02289
02291 mixed SetAnimationEnabled (...) {}
02292
02294 mixed SetRenderTechniqueCrossquads (...) {}
02295
02297 mixed SetFadeTechnique (...) {}
02298
02300 mixed SetMapBounds (...) {}
02301
02303 mixed SetColorMapFileColor (...) {}
02304
02306 mixed SetColorMapTextureColor (...) {}
02307
02309 mixed SetDensityMapFilterBilinear (...) {}
02310
02312 mixed SetColorMapFilterBilinear (...) {}
02313
02315 mixed SetDensityMapTextureColor (...) {}
02316
02318 mixed SetDensityMapTextureAlpha (...) {}
02319
02321 mixed SetDensityMapFileColor (...) {}
02322
02324 mixed SetDensityMapFileAlpha (...) {}
02325
02327 mixed SetMaterialName (...) {}
02328
02330 mixed SetMaximumSize (...) {}
02331
02333 mixed SetHeightRange (...) {}
02334
02336 mixed SetMinimumSize (...) {}
02337
02339 mixed SetDensity (...) {}
02340 };
02341
02342 class cTreeLoader3D_L { public:
02343
02346 mixed AddTree (...) {}
02347
02349 mixed DeleteTrees (...) {}
02350
02352 mixed AssignToPagedGeometry (...) {}
02353
02355 mixed Destroy (...) {}
02356
02359 static mixed CreateTreeLoader3D (...) {}
02360 };
02361
02362 class cGrassLoader_L { public:
02363
02365 mixed SetHeightFunction (...) {}
02366
02368 static mixed UpdateAnimation (...) {}
02369
02371 mixed SetWindDirection (...) {}
02372
02374 mixed AssignToPagedGeometry (...) {}
02375
02377 mixed GetWindDirection (...) {}
02378
02380 mixed SetDensityFactor (...) {}
02381
02383 mixed GetDensityFactor (...) {}
02384
02386 mixed AddLayer (...) {}
02387
02389 mixed GetLayer (...) {}
02390
02392 mixed Destroy (...) {}
02393
02395 static mixed CreateGrassLoader (...) {}
02396 };
02397
02398 class cPagedGeometry_L { public:
02399
02401 static mixed CreatePagedGeometry (...) {}
02402
02404 mixed SetCamera (...) {}
02405
02407 mixed RemoveDetailLevels (...) {}
02408
02409 static mixed SetPageLoader (...) {}
02410
02412 mixed Update (...) {}
02413
02415 mixed AddDetailLevel (...) {}
02416
02418 mixed ReloadGeometry (...) {}
02419
02421 mixed ReloadGeometryPage (...) {}
02422
02424 mixed SetPageSize (...) {}
02425
02427 mixed GetPageSize (...) {}
02428
02430 mixed Destroy (...) {}
02431 };
02432
02433 class cViewport_L { public:
02434
02437 mixed Destroy (...) {}
02438
02440 mixed SetOverlaysEnabled (...) {}
02441
02442 mixed GetActualWidth (...) {}
02443
02444 mixed GetActualHeight (...) {}
02445
02447 mixed SetBackCol (...) {}
02448
02452 static mixed GetMainViewport (...) {}
02453
02455 static mixed CreateRTTViewport (...) {}
02456 };
02457
02463 class cCaelumAstronomy_L { public:
02464
02466 mixed Destroy (...) {}
02467
02469 mixed ConvertEclipticToEquatorialRad (...) {}
02470
02472 mixed ConvertRectangularToSpherical (...) {}
02473
02475 mixed ConvertSphericalToRectangular (...) {}
02476
02478 mixed ConvertEquatorialToHorizontal (...) {}
02479
02481 mixed GetHorizontalSunPosition1 (...) {}
02482
02484 mixed GetHorizontalSunPosition2 (...) {}
02485
02487 mixed GetEclipticMoonPositionRad (...) {}
02488
02490 mixed GetHorizontalMoonPosition1 (...) {}
02491
02493 mixed GetHorizontalMoonPosition2 (...) {}
02494
02496 mixed GetJulianDayFromGregorianDate (...) {}
02497
02499 mixed GetJulianDayFromGregorianDateTime1 (...) {}
02500
02502 mixed GetJulianDayFromGregorianDateTime2 (...) {}
02503
02505 mixed GetGregorianDateFromJulianDay1 (...) {}
02506
02508 mixed GetGregorianDateTimeFromJulianDay (...) {}
02509
02511 mixed GetGregorianDateFromJulianDay2 (...) {}
02512
02514 mixed EnterHighPrecissionFloatingPointMode (...) {}
02515
02517 mixed RestoreFloatingPointMode (...) {}
02518 };
02519
02521 class cCaelumCaelumSystem_L { public:
02522
02524 mixed Destroy (...) {}
02525
02527 static mixed CreateCaelumCaelumSystem (...) {}
02528
02530 mixed Shutdown (...) {}
02531
02533 mixed GetUniversalClock (...) {}
02534
02536 mixed UpdateSubcomponents (...) {}
02537
02539 mixed SetSkyDome (...) {}
02540
02542 mixed SetUpdateTimeout (...) {}
02543
02545 mixed GetUpdateTimeout (...) {}
02546
02548 mixed SetAutoMoveCameraNode (...) {}
02549
02551 mixed GetAutoMoveCameraNode (...) {}
02552
02554 mixed NotifyCameraChanged (...) {}
02555
02557 mixed GetSkyDome (...) {}
02558
02560 mixed SetSun (...) {}
02561
02563 mixed GetSun (...) {}
02564
02566 mixed GetPrecipitationController (...) {}
02567
02569 mixed GetCloudSystem (...) {}
02570
02572 mixed GetCaelumCameraNode (...) {}
02573
02575 mixed GetCaelumGroundNode (...) {}
02576
02578 mixed SetMoon (...) {}
02579
02581 mixed GetMoon (...) {}
02582
02584 mixed SetGroundFog (...) {}
02585
02587 mixed GetGroundFog (...) {}
02588
02590 mixed SetManageSceneFog (...) {}
02591
02593 mixed GetManageSceneFog (...) {}
02594
02596 mixed SetSceneFogDensityMultiplier (...) {}
02597
02599 mixed GetSceneFogDensityMultiplier (...) {}
02600
02602 mixed SetGroundFogDensityMultiplier (...) {}
02603
02605 mixed GetGroundFogDensityMultiplier (...) {}
02606
02608 mixed SetGlobalFogDensityMultiplier (...) {}
02609
02611 mixed GetGlobalFogDensityMultiplier (...) {}
02612
02614 mixed SetManageAmbientLight (...) {}
02615
02617 mixed GetManageAmbientLight (...) {}
02618
02620 mixed SetMinimumAmbientLight (...) {}
02621
02623 mixed GetMinimumAmbientLight (...) {}
02624 };
02625
02627 class cCaelumGroundFog_L { public:
02628
02630 mixed Destroy (...) {}
02631
02633 mixed SetDensity (...) {}
02634
02636 mixed GetDensity (...) {}
02637
02639 mixed SetColour (...) {}
02640
02642 mixed GetColour (...) {}
02643
02645 mixed SetVerticalDecay (...) {}
02646
02648 mixed GetVerticalDecay (...) {}
02649
02651 mixed SetGroundLevel (...) {}
02652
02654 mixed GetGroundLevel (...) {}
02655
02657 mixed ForceUpdate (...) {}
02658 };
02659
02661 class cCaelumMoon_L { public:
02662
02664 mixed Destroy (...) {}
02665
02667 mixed SetMoonTexture (...) {}
02668
02670 mixed SetMoonTextureAngularSize (...) {}
02671
02673 mixed SetBodyColour (...) {}
02674
02676 mixed SetPhase (...) {}
02677 };
02678
02680 class cCaelumSkyDome_L { public:
02681
02683 mixed Destroy (...) {}
02684
02686 mixed SetSunDirection (...) {}
02687
02689 mixed SetHazeColour (...) {}
02690
02719 mixed SetSkyGradientsImage (...) {}
02720
02722 mixed SetAtmosphereDepthImage (...) {}
02723
02725 mixed GetHazeEnabled (...) {}
02726
02728 mixed SetHazeEnabled (...) {}
02729 };
02730
02732 class cCaelumBaseSkyLight_L { public:
02733
02735 mixed Destroy (...) {}
02736
02738 mixed Update (...) {}
02739
02741 mixed GetLightDirection (...) {}
02742
02744 mixed SetLightDirection (...) {}
02745
02747 mixed GetBodyColour (...) {}
02748
02750 mixed SetBodyColour (...) {}
02751
02753 mixed GetLightColour (...) {}
02754
02756 mixed SetLightColour (...) {}
02757
02759 mixed SetDiffuseMultiplier (...) {}
02760
02762 mixed GetDiffuseMultiplier (...) {}
02763
02765 mixed SetSpecularMultiplier (...) {}
02766
02768 mixed GetSpecularMultiplier (...) {}
02769
02771 mixed SetAmbientMultiplier (...) {}
02772
02774 mixed GetAmbientMultiplier (...) {}
02775
02777 mixed GetMainLight (...) {}
02778
02780 mixed GetAutoDisable (...) {}
02781
02783 mixed SetAutoDisable (...) {}
02784
02786 mixed GetAutoDisableThreshold (...) {}
02787
02789 mixed SetAutoDisableThreshold (...) {}
02790
02792 mixed SetForceDisable (...) {}
02793
02795 mixed GetForceDisable (...) {}
02796 };
02797
02799 class cCaelumSphereSun_L { public:
02800
02802 mixed Destroy (...) {}
02803
02805 mixed SetBodyColour (...) {}
02806 };
02807
02809 class cCaelumSpriteSun_L { public:
02810
02812 mixed Destroy (...) {}
02813
02815 mixed SetSunTexture (...) {}
02816
02818 mixed SetSunTextureAngularSize (...) {}
02819
02821 mixed SetBodyColour (...) {}
02822 };
02823
02825 class cCaelumUniversalClock_L { public:
02826
02828 mixed Destroy (...) {}
02829
02831 mixed SetTimeScale (...) {}
02832
02834 mixed GetTimeScale (...) {}
02835
02837 mixed Update (...) {}
02838
02840 mixed SetJulianDay (...) {}
02841
02843 mixed SetGregorianDateTime (...) {}
02844
02846 mixed GetJulianDay (...) {}
02847
02849 mixed GetJulianDayDifference (...) {}
02850
02852 mixed GetJulianSecond (...) {}
02853
02855 mixed GetJulianSecondDifference (...) {}
02856 };
02857
02859 class cCaelumCloudSystem_L { public:
02860
02862 mixed Destroy (...) {}
02863
02865 mixed ClearLayers (...) {}
02866
02868 mixed CreateLayerAtHeight (...) {}
02869
02871 mixed GetLayerCount (...) {}
02872
02874 mixed GetLayer (...) {}
02875 };
02876
02878 class cCaelumFlatCloudLayer_L { public:
02879
02881 mixed Destroy (...) {}
02882
02884 mixed SetHeight (...) {}
02885
02887 mixed GetHeight (...) {}
02888
02890 mixed SetCloudBlendPos (...) {}
02891
02893 mixed GetCloudBlendPos (...) {}
02894
02896 mixed SetCloudBlendTime (...) {}
02897
02899 mixed GetCloudBlendTime (...) {}
02900
02902 mixed SetCloudSpeed (...) {}
02903
02905 mixed GetCloudSpeed (...) {}
02906
02908 mixed SetCloudCover (...) {}
02909
02911 mixed GetCloudCover (...) {}
02912
02914 mixed DisableCloudCoverLookup (...) {}
02915
02917 mixed SetCloudCoverLookup (...) {}
02918 };
02919
02921 class cCaelumPrecipitationController_L { public:
02922
02924 mixed Destroy (...) {}
02925
02927 mixed Update (...) {}
02928
02930 mixed SetAutoCameraSpeed (...) {}
02931
02933 mixed GetMaterialName (...) {}
02934
02936 mixed GetCompositorName (...) {}
02937
02939 mixed SetPresetType (...) {}
02940
02942 mixed GetPresetType (...) {}
02943
02945 mixed SetSpeed (...) {}
02946
02948 mixed GetSpeed (...) {}
02949
02971 mixed SetManualCameraSpeed (...) {}
02972
02974 mixed SetWindSpeed (...) {}
02975
02977 mixed GetWindSpeed (...) {}
02978 };
02979
02980 class cGfx2D_L { public:
02981
02984 static mixed GetGfx2DCount (...) {}
02985
02987 static mixed CreateGfx2D (...) {}
02988
02991 static mixed CreateCursorGfx2D (...) {}
02992
02994 mixed Destroy (...) {}
02995
02998 mixed InitPanel (...) {}
02999
03002 mixed InitCompass (...) {}
03003
03006 mixed InitCCPO (...) {}
03007
03010 mixed InitCCTO (...) {}
03011
03014 mixed InitBCCPO (...) {}
03015
03018 mixed InitSOC (...) {}
03019
03022 mixed InitRROC (...) {}
03023
03026 mixed InitText (...) {}
03027
03030 mixed SetPrepareFrameStep (...) {}
03031
03035 mixed SetVisible (...) {}
03036
03041 mixed SetTransparent (...) {}
03042
03044 mixed GetVisible (...) {}
03045
03048 mixed SetMaterial (...) {}
03049
03052 mixed SetBorderMaterial (...) {}
03053
03056 mixed SetPos (...) {}
03057
03060 mixed GetPos (...) {}
03061
03064 mixed SetDimensions (...) {}
03065
03067 mixed GetDimensions (...) {}
03068
03072 mixed SetAlignment (...) {}
03073
03076 mixed SetTextAlignment (...) {}
03077
03080 mixed SetUV (...) {}
03081
03085 mixed SetPartUV (...) {}
03086
03090 mixed SetClip (...) {}
03091
03094 mixed SetBorder (...) {}
03095
03099 mixed SetCharHeight (...) {}
03100
03104 mixed SetFont (...) {}
03105
03110 mixed SetText (...) {}
03111
03114 mixed SetAutoWrap (...) {}
03115
03119 mixed SetColour (...) {}
03120
03123 mixed SetColours (...) {}
03124
03128 mixed SetPartColours (...) {}
03129
03132 mixed SetRotate (...) {}
03133
03136 mixed GetTextBounds (...) {}
03137
03141 mixed GetGlyphAtPos (...) {}
03142
03146 mixed GetGlyphBounds (...) {}
03147
03150 mixed GetLeft (...) {}
03151
03154 mixed GetTop (...) {}
03155
03158 mixed GetDerivedLeft (...) {}
03159
03162 mixed GetDerivedTop (...) {}
03163
03166 mixed GetWidth (...) {}
03167
03170 mixed GetHeight (...) {}
03171
03174 mixed RenderableBegin (...) {}
03175
03182 mixed RenderableVertex (...) {}
03183
03186 mixed RenderableIndex (...) {}
03187
03190 mixed RenderableIndex3 (...) {}
03191
03193 mixed RenderableSkipVertices (...) {}
03194
03196 mixed RenderableSkipIndices (...) {}
03197
03199 mixed RenderableEnd (...) {}
03200
03203 mixed SOC_ChildBringToFront (...) {}
03204
03206 mixed SOC_ChildSendToBack (...) {}
03207
03209 mixed SOC_ChildInsertAfter (...) {}
03210
03212 mixed SOC_ChildInsertBefore (...) {}
03213
03217 mixed SetUVMid (...) {}
03218
03221 mixed SetUVRad (...) {}
03222
03226 mixed SetAngBias (...) {}
03227
03231 mixed SetRankFactor (...) {}
03232
03235 mixed SetTrackPosSceneNode (...) {}
03236
03239 mixed SetTrackOffset (...) {}
03240
03244 mixed SetTrackMouse (...) {}
03245 };
03246
03247 class cSoundSource_L { public:
03248
03251 mixed SetMinMaxDistance (...) {}
03252
03254 mixed GetMinMaxDistance (...) {}
03255
03257 mixed SetVolume (...) {}
03258
03260 mixed GetVolume (...) {}
03261
03263 mixed SetPosition (...) {}
03264
03266 mixed SetVelocity (...) {}
03267
03269 mixed GetPosition (...) {}
03270
03272 mixed GetVelocity (...) {}
03273
03275 mixed Is3D (...) {}
03276
03278 mixed IsPlaying (...) {}
03279
03281 mixed IsPaused (...) {}
03282
03284 mixed Play (...) {}
03285
03287 mixed Pause (...) {}
03288
03290 mixed Stop (...) {}
03291
03293 mixed Destroy (...) {}
03294 };
03295
03296 class cSoundSystem_L { public:
03297
03300 static mixed CreateSoundSystem (...) {}
03301
03303 mixed SetVolume (...) {}
03304
03306 mixed GetVolume (...) {}
03307
03309 mixed SetDistanceFactor (...) {}
03310
03312 mixed Step (...) {}
03313
03315 mixed GetDistanceFactor (...) {}
03316
03318 mixed SetListenerPosition (...) {}
03319
03321 mixed SetListenerVelocity (...) {}
03322
03324 mixed GetListenerPosition (...) {}
03325
03327 mixed GetListenerVelocity (...) {}
03328
03330 mixed CreateSoundSource (...) {}
03331
03333 mixed CreateSoundSource3D (...) {}
03334
03336 mixed Destroy (...) {}
03337 };
03338
03339 class cTexAtlas_L { public:
03340
03343 mixed Destroy (...) {}
03344
03349 mixed AddImage (...) {}
03350
03352 mixed MakeImage (...) {}
03353
03357 mixed MakeTexture (...) {}
03358
03361 mixed LoadToTexture (...) {}
03362
03366 static mixed CreateTexAtlas (...) {}
03367 };
03368
03369 class cGfx3D_L { public:
03370
03373 static mixed GetGfx3DCount (...) {}
03374
03375 static mixed CreateGfx3D (...) {}
03376
03378 mixed CreateChild (...) {}
03379
03381 mixed CreateTagPoint (...) {}
03382
03384 static mixed CreateRootGfx3D (...) {}
03385
03386 static mixed CreateCamPosGfx3D (...) {}
03387
03388 static mixed CreateCockpitGfx3D (...) {}
03389
03391 mixed SetForcePosCam (...) {}
03392
03397 mixed SetPath (...) {}
03398
03400 mixed SetForceRotCam (...) {}
03401
03403 mixed SetForceLookat (...) {}
03404
03406 mixed Destroy (...) {}
03407
03410 mixed GetWorldAABB (...) {}
03411
03413 mixed GetEntityBounds (...) {}
03414
03416 mixed GetEntityBoundRad (...) {}
03417
03419 mixed GetEntityIndexCount (...) {}
03420
03422 mixed GetEntityVertex (...) {}
03423
03425 mixed GetCustomBoundRad (...) {}
03426
03428 mixed SetCustomBoundRad (...) {}
03429
03431 mixed RayPick (...) {}
03432
03435 mixed RayPickList (...) {}
03436
03438 mixed SetParent (...) {}
03439
03441 mixed SetRootAsParent (...) {}
03442
03444 mixed SetVisible (...) {}
03445
03447 mixed SetDisplaySkeleton (...) {}
03448
03450 mixed SetRenderingDistance (...) {}
03451
03454 mixed SetPrepareFrameStep (...) {}
03455
03457 mixed SetMaterial (...) {}
03458
03460 mixed GetScale (...) {}
03461
03463 mixed GetPosition (...) {}
03464
03466 mixed GetDerivedPosition (...) {}
03467
03469 mixed GetOrientation (...) {}
03470
03472 mixed GetDerivedOrientation (...) {}
03473
03475 mixed SetPosition (...) {}
03476
03478 mixed SetScale (...) {}
03479
03481 mixed SetNormaliseNormals (...) {}
03482
03484 mixed SetOrientation (...) {}
03485
03487 mixed SetBillboard (...) {}
03488
03490 mixed SetRadar (...) {}
03491
03493 mixed SetRadialGrid (...) {}
03494
03496 mixed SetWireBoundingBoxGfx3D (...) {}
03497
03499 mixed SetWireBoundingBoxMinMax (...) {}
03500
03508 mixed SetTrail (...) {}
03509
03511 mixed SetExplosion (...) {}
03512
03515 mixed SetTargetTracker (...) {}
03516
03519 mixed SetBeam (...) {}
03520
03522 mixed BeamCountLines (...) {}
03523
03526 mixed BeamClearLines (...) {}
03527
03529 mixed BeamAddLine (...) {}
03530
03532 mixed BeamDeleteLine (...) {}
03533
03536 mixed BeamClearLine (...) {}
03537
03539 mixed BeamPopFront (...) {}
03540
03542 mixed BeamPopBack (...) {}
03543
03545 mixed BeamAddPoint (...) {}
03546
03548 mixed BeamSetPoint (...) {}
03549
03552 mixed BeamUpdateBounds (...) {}
03553
03556 mixed SetParticleSystem (...) {}
03557
03559 mixed SetParticleSystemBounds (...) {}
03560
03562 mixed ParticleSystem_FastForward (...) {}
03563
03565 mixed ParticleSystem_SetNonVisibleUpdateTimeout (...) {}
03566
03568 mixed ParticleSystem_SetSpeedFactor (...) {}
03569
03571 mixed ParticleSystem_GetNumParticles (...) {}
03572
03574 mixed ParticleSystem_RemoveAllEmitters (...) {}
03575
03577 mixed ParticleSystem_SetEmitterRate (...) {}
03578
03580 mixed ParticleSystem_SetDefaultParticleSize (...) {}
03581
03583 mixed ParticleSystem_SetEmitterVelocityMinMax (...) {}
03584
03587 mixed SetMesh (...) {}
03588
03590 mixed CreateMergedMesh (...) {}
03591
03593 mixed GetMeshSubEntityCount (...) {}
03594
03596 mixed GetMeshSubEntityMaterial (...) {}
03597
03599 mixed SetMeshSubEntityMaterial (...) {}
03600
03602 mixed SetMeshSubEntityCustomParameter (...) {}
03603
03605 mixed SetAnim (...) {}
03606
03608 mixed GetAnimLength (...) {}
03609
03611 mixed GetPathAnimTimePos (...) {}
03612
03614 mixed SetPathAnimTimePos (...) {}
03615
03617 mixed PathAnimAddTime (...) {}
03618
03620 static mixed IsPathAnimLooped (...) {}
03621
03623 mixed GetAnimTimePos (...) {}
03624
03626 mixed SetAnimTimePos (...) {}
03627
03629 mixed AnimAddTime (...) {}
03630
03632 mixed IsAnimLooped (...) {}
03633
03635 mixed HasBone (...) {}
03636
03638 mixed HasSkeleton (...) {}
03639
03641 mixed GetSkeletonName (...) {}
03642
03644 mixed ShareSkeletonInstanceWith (...) {}
03645
03647 static mixed StopSharingSkeletonInstance (...) {}
03648
03651 mixed SetSimpleRenderable (...) {}
03652
03655 mixed RenderableBegin (...) {}
03656
03658 mixed RenderableVertex (...) {}
03659
03662 mixed RenderableIndex (...) {}
03663
03666 mixed RenderableIndex3 (...) {}
03667
03670 mixed RenderableIndex2 (...) {}
03671
03673 mixed RenderableSkipVertices (...) {}
03674
03676 mixed RenderableSkipIndices (...) {}
03677
03679 mixed RenderableEnd (...) {}
03680
03682 mixed RenderableConvertToMesh (...) {}
03683
03685 mixed RenderableAddToMesh (...) {}
03686
03690 mixed SetFastBatch (...) {}
03691
03693 mixed FastBatch_Build (...) {}
03694
03697 mixed FastBatch_AddMeshBuffer (...) {}
03698
03701 mixed FastBatch_SetDisplayRange (...) {}
03702
03705 mixed SetStarfield (...) {}
03706
03708 mixed SetTextFont (...) {}
03709
03711 mixed SetCastShadows (...) {}
03712
03715 mixed SetText (...) {}
03716 };
03717
03718 class cRenderTexture_L { public:
03719
03722 mixed Destroy (...) {}
03723
03726 static mixed GetName (...) {}
03727
03729 mixed SetAutoUpdated (...) {}
03730
03735 mixed SetPrePostFunctions (...) {}
03736
03738 mixed DisablePrePostFunctions (...) {}
03739
03741 mixed EnablePrePostFunctions (...) {}
03742
03744 mixed Update (...) {}
03745
03747 mixed WriteContentsToFile (...) {}
03748
03752 static mixed CreateRenderTexture (...) {}
03753 };
03754
03756 class GLOBAL { public:
03757
03758 mixed AutoPilot_Init (mixed ship) {}
03759
03761 mixed AutoPilot_Approach (mixed ship,mixed target,mixed dist) {}
03762
03764 mixed AutoPilot_Follow (mixed ship,mixed target,mixed dist,mixed stop_on_reached) {}
03765
03766 mixed AutoPilot_GoTo (mixed ship,mixed dist,mixed x,mixed y,mixed z) {}
03767
03769 mixed AutoPilot_Stop (mixed ship) {}
03770
03771 mixed AutoPilot_Cancel (mixed ship) {}
03772
03773 mixed AutoPilot_Step (mixed ship) {}
03774
03775 mixed Combo_SearchPath_ObjImage (mixed typename) {}
03776
03777 mixed Combo_SearchPath_ObjMesh (mixed typename) {}
03778
03779 mixed Combo_SearchPath (mixed folderpath,mixed start,mixed extlist) {}
03780
03781 mixed Combo_ParseFile (mixed path) {}
03782
03784 mixed Combo_ParseParamList (mixed paramlisttext) {}
03785
03786 mixed Combo_ParseLine (mixed linenumber,mixed line) {}
03787
03788 mixed ClientRequestTeleport (mixed x,mixed y,mixed z) {}
03789
03790 mixed ClientRequestTurnFurniture (mixed obj,mixed degree) {}
03791
03792 mixed InteriorSaveToFile (mixed filepath) {}
03793
03794 mixed InteriorLoadFromFile (mixed filepath) {}
03795
03796 mixed ClientRequestPlaceFurnitureRelative (mixed objtype,mixed dx,mixed dy,mixed dz) {}
03797
03798 mixed ClientRequestPlaceFurnitureAbsolute (mixed objtype_or_name_or_id,mixed x,mixed y,mixed z,mixed qw,mixed qx,mixed qy,mixed qz) {}
03799
03800 mixed LobbyChat_Disconnect (mixed reason) {}
03801
03802 mixed LobbyChat_Send (mixed msg) {}
03803
03804 mixed PlayerJoined_SendMissions (mixed newplayer) {}
03805
03808 mixed GetMission (mixed mission_or_id) {}
03809
03812 mixed AcceptMission (mixed mission) {}
03813
03815 mixed CreateTask_Dummy (mixed desc) {}
03816
03817 mixed CreateTask_Timeout (mixed desc,mixed timeout) {}
03818
03819 mixed CreateTask_GotoPosition (mixed desc,mixed x,mixed y,mixed z,mixed dist) {}
03820
03821 mixed CreateTask_Kill (mixed desc,mixed group,mixed x,mixed y,mixed z,mixed radius) {}
03822
03823 mixed MeshEditor_LoadFromFile (mixed filepath) {}
03824
03825 mixed StartMeshEditor (mixed filepath) {}
03826
03827 mixed MeshEditor_AddReferenceModel (mixed meshname,mixed x,mixed y,mixed z,mixed scale) {}
03828
03829 mixed MeshEditor_ScaleUniform (mixed s) {}
03830
03831 mixed MeshEditor_Scale (mixed sx,mixed sy,mixed sz) {}
03832
03833 mixed MeshEditor_Move (mixed x,mixed y,mixed z) {}
03834
03835 mixed MeshEditor_Rot (mixed qw,mixed qx,mixed qy,mixed qz) {}
03836
03837 mixed MeshEditor_Resize (mixed maxsize) {}
03838
03839 mixed MeshEditor_UndoStack_Add (mixed x,mixed y,mixed z,mixed sx,mixed sy,mixed sz,mixed qw,mixed qx,mixed qy,mixed qz ) {}
03840
03841 mixed RegisterServiceType (mixed ...) {}
03842
03843 mixed GetServiceType (mixed servicetype_or_name_or_id) {}
03844
03846 mixed ClientRequestService (mixed obj,mixed servicetype) {}
03847
03849 mixed ServerServiceSendMessage (mixed player,mixed servicetype,mixed obj,mixed msg) {}
03850
03852 mixed ServerServiceSendError (mixed player,mixed servicetype,mixed obj,mixed msg) {}
03853
03856 mixed GetModuleAbsGeom (mixed module) {}
03857
03859 mixed GetModuleAbsBounds (mixed module) {}
03860
03862 mixed GetGeoBounds (mixed geom) {}
03863
03866 mixed GetSidePointPair (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3,mixed x4,mixed y4,mixed z4) {}
03867
03869 mixed TestIfModuleIsBox (mixed module) {}
03870
03871 mixed TestIfGeomIsBox (mixed geom) {}
03872
03873 mixed TestIfAllGeomSidesAreAxisAligned (mixed geom) {}
03874
03876 mixed TestIfPointIsOnGeomLine (mixed x,mixed y,mixed z,mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
03877
03880 mixed TestIfGeomCoversPos (mixed geom,mixed x,mixed y,mixed z) {}
03881
03894 mixed GenerateMeshFromModuleList (mixed modulelist,mixed bInvertFaces,mixed bFixHoles,mixed xoff,mixed yoff,mixed zoff) {}
03895
03896 mixed GetShipOutsideMesh_Cached (mixed filepath) {}
03897
03898 mixed GetShipInsideMesh_Cached (mixed filepath) {}
03899
03900 mixed LoadShipToGfx (mixed gfx,mixed filepath,mixed bInside) {}
03901
03902 mixed RegisterPropType (mixed ...) {}
03903
03904 mixed GetPropType (mixed proptype_or_name_or_id) {}
03905
03906 mixed RegisterGroupAI (mixed name,mixed groupai ) {}
03907
03908 mixed SpawnShip (mixed shiptype,mixed x,mixed y,mixed z) {}
03909
03912 mixed SpawnShipGroup (mixed ships,mixed x,mixed y,mixed z,mixed radius,mixed ai) {}
03913
03917 mixed ShipDeathHandler (mixed ship) {}
03918
03919 mixed ShipDamageHandler (mixed ship,mixed attacker,mixed shielddamage,mixed hulldamage) {}
03920
03922 mixed ClientRequestJettisonCargo (mixed cargotype_or_name_or_id,mixed amount) {}
03923
03930 mixed Projectile_Init (mixed projectile,mixed target,mixed ownerbody,mixed weapontype) {}
03931
03932 mixed Projectile_Explode (mixed projectile) {}
03933
03934 mixed Projectile_Step (mixed projectile) {}
03935
03937 mixed MakePlane (mixed parentgfx,mixed size_xz,mixed size_uv,mixed matname) {}
03938
03939 mixed HF_GetLimit (mixed hf,mixed x,mixed y) {}
03940
03941 mixed HF_GetLimitFloor (mixed hf,mixed x,mixed y) {}
03942
03943 mixed HF_Make (mixed cx,mixed cy,mixed fun) {}
03944
03946 mixed HF_MakeScale (mixed hf_src,mixed s) {}
03947
03949 mixed HF_MakeRandom (mixed cx,mixed cy,mixed h,mixed a) {}
03950
03952 mixed HF_MakeRandomAdd (mixed hf_src,mixed h,mixed a) {}
03953
03955 mixed HF_MakeSmooth (mixed hf_src,mixed f0,mixed f1,mixed f2) {}
03956
03958 mixed HF_ToFIFO_Height (mixed hfdata,mixed fifo) {}
03959
03961 mixed HF_ToFIFO_Vertices (mixed hfdata,mixed fifo) {}
03962
03964 mixed HF_ToFIFO_Triangles (mixed hfdata,mixed fifo) {}
03965
03966 mixed MakeRandomHeightField (mixed parentgfx,mixed matname,mixed triangleFifo) {}
03967
03969 mixed InterpolateTriSquare (mixed z00,mixed z10,mixed z01,mixed z11,mixed fx,mixed fy) {}
03970
03972 mixed InterpolateSquare (mixed z00,mixed z10,mixed z01,mixed z11,mixed fx,mixed fy) {}
03973
03974 mixed MakeHeightField (mixed parentgfx,mixed cx,mixed cy,mixed s,mixed matname,mixed uvscale,mixed fun) {}
03975
03977 mixed MakePlanetGround (mixed loc) {}
03978
03979 mixed MouseEnterHUDElement (mixed uid) {}
03980
03981 mixed MouseLeaveHUDElement (mixed uid) {}
03982
03984 mixed ClientOpenTradeDialog (mixed obj_trader) {}
03985
03986 mixed ClientRequestTrade (mixed obj_trader,mixed offerid,mixed amount) {}
03987
03988 mixed RegisterShipPartType (mixed ...) {}
03989
03991 mixed CorrectGridBounds (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
03992
03995 mixed SpawnShipEditModule (mixed shipparttype_or_name_or_id,mixed shippartskin_or_name_or_id,mixed vPos,mixed qRot,mixed mx,mixed my,mixed mz) {}
03996
03997 mixed RegisterLocationType (mixed ...) {}
03998
03999 mixed GetLocation (mixed location_or_id) {}
04000
04001 mixed GetLocationByID (mixed id) {}
04002
04005 mixed SpawnLocation (mixed loctype_or_name_or_id,mixed id) {}
04006
04008 mixed IsAlive (mixed obj) {}
04009
04010 mixed GetObjectType (mixed objtype_or_name_or_id) {}
04011
04012 mixed GetObjectTypeList (mixed filterfun) {}
04013
04014 mixed RegisterObjectType (mixed ...) {}
04015
04016 mixed GetObject (mixed obj_or_id) {}
04017
04023 mixed SpawnObject (mixed objtype_or_name_or_id,mixed location_or_id,mixed vPos,mixed qRot,mixed id) {}
04024
04026 mixed GetObjTypeListText (mixed objtypelist) {}
04027
04029 mixed GetObjTypeListTextHuman (mixed objtypelist) {}
04030
04031 mixed GetObjTypeListWeight (mixed objtypelist) {}
04032
04033 mixed RegisterEffectType (mixed ...) {}
04034
04035 mixed GetEffect (mixed effect_or_id) {}
04036
04037 mixed SpawnEffect (mixed effecttype_or_name_or_id,mixed parentobj_or_id,mixed vPos,mixed qRot,mixed id,mixed ...) {}
04038
04039 mixed RequestBody (mixed typename) {}
04040
04042 mixed ClientAutoPilot_Approach (mixed obj) {}
04043
04045 mixed ClientGetCustomTargetList (mixed filter) {}
04046
04047 mixed ClientSetTarget (mixed obj) {}
04048
04049 mixed ClientChooseTarget_ByName (mixed pattern) {}
04050
04051 mixed StartClient_JoinRemote (mixed host,mixed port) {}
04052
04053 mixed StartClient (mixed con,mixed bIsRemote) {}
04054
04055 mixed ClientSendNetMessage (mixed iMsgTypeID,mixed ...) {}
04056
04057 mixed ClientSendChat (mixed text) {}
04058
04059 mixed ClientSendActionKey (mixed iActionKeyID) {}
04060
04061 mixed ClientSetCamOrientation (mixed w,mixed x,mixed y,mixed z) {}
04062
04063 mixed StartMultiPlayerHost (mixed bAnnounceOnline) {}
04064
04065 mixed StartMultiPlayerJoin_SpecificGame (mixed host,mixed port) {}
04066
04067 mixed CanWalk (mixed body) {}
04068
04069 mixed PlayerWalk_Turn (mixed player,mixed degrees) {}
04070
04072 mixed PlayerWalk_Step (mixed player,mixed dx,mixed dy) {}
04073
04077 mixed ObjFilter_IsBase (mixed obj) {}
04078
04079 mixed ClientGetNearestObject (mixed filterfun) {}
04080
04081 mixed GetObjectList (mixed filterfun) {}
04082
04083 mixed GetNearestObject (mixed ownbody,mixed filterfun) {}
04084
04086 mixed GetObjectsInRange (mixed object,mixed distance,mixed filterfun) {}
04087
04089 mixed GetRandomObjectInRange (mixed object,mixed distance,mixed filterfun) {}
04090
04092 mixed MapRayPick (mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz,mixed fun) {}
04093
04095 mixed SendNetVersion (mixed con) {}
04096
04098 mixed GetPlayerShipTarget (mixed playership) {}
04099
04100 mixed FirePrimaryWeapons (mixed ship,mixed target) {}
04101
04104 mixed GetWeaponFromSlot (mixed ship,mixed slotnumber) {}
04105
04107 mixed FireCheckEnergyRange (mixed weapon,mixed ship,mixed target) {}
04108
04112 mixed FireAcquireEnergy (mixed weapon,mixed ship) {}
04113
04117 mixed FireWeaponSlot (mixed ship,mixed target,mixed slotnumber) {}
04118
04119 mixed ManualFireLaser (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target) {}
04120
04121 mixed ManualFireTractor (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target) {}
04122
04123 mixed FireWeaponChain (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04124
04129 mixed FireWeaponLaser (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04130
04132 mixed FireWeaponRailgun (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04133
04135 mixed FireWeaponTractor (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04136
04138 mixed ManualFireProjectile (mixed x,mixed y,mixed z,mixed location,mixed ownerbody,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04139
04144 mixed FireWeaponProjectileSplit (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04145
04150 mixed FireWeaponProjectileSplitMultiTarget (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04151
04152 mixed FireWeaponProjectile (mixed sx,mixed sy,mixed sz,mixed ship,mixed weapontype,mixed target,mixed vx,mixed vy,mixed vz) {}
04153
04154 mixed ContainerTypeFilter_ActiveEquipment (mixed t) {}
04155
04156 mixed ClientRequestEquipCargo (mixed cargotype_or_name_or_id,mixed amount) {}
04157
04158 mixed ClientRequestUnequip (mixed iContainerID,mixed iObjTypeID) {}
04159
04160 mixed MasterServer_Get (mixed command,mixed params,mixed bIgnoreReturnForSpeed) {}
04161
04162 mixed MasterServer_KeepAlive (mixed id) {}
04163
04164 mixed MasterServer_AnnounceGame (mixed port,mixed name,mixed flags) {}
04165
04166 mixed MasterServer_BugReport (mixed report,mixed note) {}
04167
04168 mixed Loft_Base_AddVertex (mixed base,mixed x,mixed y,mixed z,mixed u) {}
04169
04170 mixed Loft_Base_MakeLoop (mixed base) {}
04171
04172 mixed Loft_Path_AddVertex (mixed path,mixed x,mixed y,mixed z,mixed ubias,mixed v,mixed scale,mixed r,mixed g,mixed b,mixed a) {}
04173
04175 mixed Loft_Path_AutoRot (mixed path) {}
04176
04190 mixed MakeLoft (mixed gfx,mixed base,mixed path,mixed filter) {}
04191
04193 mixed InterpolateSmooth4 (mixed t,mixed q1,mixed p1,mixed p2,mixed q2) {}
04194
04196 mixed Loft_SmoothPath (mixed path,mixed steps) {}
04197
04198 mixed RegisterSystem (mixed name) {}
04199
04200 mixed GetSystem (mixed systemname) {}
04201
04204 mixed StartServer (mixed system,mixed port,mixed bAnnounceOnline) {}
04205
04207 mixed ServerPlayerJoined (mixed con,mixed bIsLocal) {}
04208
04209 mixed GetPlayerFromRemoteAddr (mixed remoteaddr) {}
04210
04211 mixed ServerPlayerSetBody (mixed player,mixed newbody) {}
04212
04213 mixed SpawnPlayer (mixed player,mixed iBodyObjectTypeId) {}
04214
04216 mixed ServerBroadcastMessage (mixed msgtype,mixed ...) {}
04217
04219 mixed ServerSendChatMessage (mixed player,mixed msg) {}
04220
04221 mixed ServerBroadcastChatMessage (mixed msg) {}
04222
04223 mixed ServerSetPlayerMouseRot (mixed playerid,mixed iMouseResyncTimeStamp,mixed qw,mixed qx,mixed qy,mixed qz) {}
04224
04228 mixed RndNameApplyRule (mixed s,mixed grammar) {}
04229
04231 mixed RndNameGenerate (mixed minsize,mixed maxsize,mixed grammar) {}
04232
04234 mixed CapitalizeName (mixed name) {}
04235
04236 mixed ForceToPoint (mixed o,mixed x,mixed y,mixed z) {}
04237
04238 mixed CommandLineArgument (mixed i,mixed s) {}
04239
04240 mixed SendChat (mixed text) {}
04241
04243 mixed NotifyMainWindowResized (mixed w,mixed h) {}
04244
04245 mixed PrintPath (mixed path) {}
04246
04247 mixed DrawPath (mixed gfx,mixed path) {}
04248
04249 mixed DrawPathLoft (mixed gfx,mixed path,mixed material) {}
04250
04257 mixed GenerateFlowerPaths (mixed rand,mixed parts,mixed steps,mixed d,mixed rd) {}
04258
04265 mixed GeneratePath (mixed rand,mixed base,mixed d,mixed rd,mixed steps) {}
04266
04271 mixed NewPlant (mixed seed,mixed gfx,mixed col,mixed parts,mixed steps,mixed d,mixed rd) {}
04272
04277 mixed GuessNewModulePosMirRot (mixed parttype,mixed oldmodule,mixed oldfacenum,mixed x,mixed y,mixed z) {}
04278
04282 mixed GeomApplyScaleMirRotPosCombo (mixed geom,mixed sx,mixed sy,mixed sz,mixed px,mixed py,mixed pz,mixed qw,mixed qx,mixed qy,mixed qz,mixed mx,mixed my,mixed mz) {}
04283
04284 mixed FindModulesIntersectingBBox (mixed x3,mixed y3,mixed z3,mixed x4,mixed y4,mixed z4,mixed modulelist) {}
04285
04286 mixed FindModuleIntersectingPoint (mixed x,mixed y,mixed z,mixed modulelist,mixed skipmodule) {}
04287
04288 mixed ShipEditGetScoreForOverlappingGeom (mixed absgeom1,mixed nearbymodules) {}
04289
04290 mixed ShipEditGetScoreForOverlappingGeomSides (mixed absgeomside1,mixed absgeomside2) {}
04291
04293 mixed ExpandClickedPos (mixed x,mixed y,mixed z,mixed nx,mixed ny,mixed nz,mixed clickedmodule) {}
04294
04295 mixed ShipEditCenterShipModule (mixed module) {}
04296
04297 mixed SelectShipModule (mixed module) {}
04298
04300 mixed ShipEditGetGridPosInsideClickedModule (mixed module,mixed facenum,mixed x,mixed y,mixed z) {}
04301
04302 mixed ShipEditLoadFromFile (mixed filepath) {}
04303
04304 mixed ShipEditSaveToFile (mixed filepath) {}
04305
04307 mixed LoadShipType (mixed filepath) {}
04308
04310 mixed ShipLoad_Module (mixed typename,mixed skinname,mixed px,mixed py,mixed pz,mixed qw,mixed qx,mixed qy,mixed qz,mixed mx,mixed my,mixed mz) {}
04311
04315 mixed ShipVoxelGrid_CreateFromFilePath (mixed filepath,mixed bFixHoles) {}
04316
04317 mixed ShipVoxelGrid_IsRamp (mixed shipVoxelGrid,mixed x,mixed y,mixed z) {}
04318
04319 mixed ShipVoxelGrid_IsFreeInteriorPos (mixed shipVoxelGrid,mixed x,mixed y,mixed z) {}
04320
04321 mixed ShipVoxelGrid_CanStandAtPos (mixed shipVoxelGrid,mixed x,mixed y,mixed z) {}
04322
04324 mixed ShipVoxelGrid_GetFallenPos (mixed shipVoxelGrid,mixed x,mixed y,mixed z) {}
04325
04327 mixed ShipVoxelGrid_GetInteriorStartPos (mixed shipVoxelGrid) {}
04328
04329 mixed ShipVoxelGrid_GetModuleAtPos (mixed shipVoxelGrid,mixed x,mixed y,mixed z) {}
04330
04331 mixed ShipVoxelGrid_TestIfIsPositionCompletelyFilled (mixed shipVoxelGrid,mixed x,mixed y,mixed z) {}
04332
04333 mixed ShipVoxelGrid_GetCoordName (mixed x,mixed y,mixed z) {}
04334
04337 mixed ShipVoxelGrid_CreateFromModuleList (mixed modulelist,mixed bFixHoles) {}
04338
04340 mixed TestIfSideIsBorder (mixed own_module_absgeom,mixed shipVoxelGrid,mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3,mixed x4,mixed y4,mixed z4) {}
04341
04342 mixed RegisterContainerType (mixed ...) {}
04343
04344 mixed GetContainerType (mixed containertype_or_name_or_id) {}
04345
04346 mixed GetContainer (mixed container_or_id) {}
04347
04348 mixed GetContainerByID (mixed id) {}
04349
04351 mixed SpawnContainer (mixed containertype_or_name_or_id,mixed object_or_id,mixed id) {}
04352
04353 mixed PlayerJoined_SendContainers (mixed newplayer) {}
04354
04355 mixed RegisterCtrlKey (mixed name) {}
04356
04357 mixed RegisterActionKey (mixed name) {}
04358
04359 mixed ClientRequestLandOnPlanet (mixed planet) {}
04360
04361 mixed ClientRequestDockToObject (mixed obj) {}
04362
04366 mixed CanExitObject (mixed obj,mixed owner) {}
04367
04368 mixed CanEnterObject (mixed obj,mixed owner) {}
04369
04370 mixed ClientRequestEnterShip (mixed obj) {}
04371
04373 mixed ServerLoadMap (mixed filepath) {}
04374
04379 mixed ServerSpawnMap (mixed map) {}
04380
04381 mixed ClientChangeToIndexedLocation (mixed i) {}
04382
04383 mixed ClientChangeToLocation (mixed loc) {}
04384
04388 mixed GetCustomTargetList (mixed self,mixed filter) {}
04389
04391 mixed GetTargetList (mixed self) {}
04392
04394 mixed GetTargetByName (mixed pattern) {}
04395
04396 mixed TargetList_GetFirst (mixed targetlist) {}
04397
04398 mixed TargetList_GetLast (mixed targetlist) {}
04399
04400 mixed TargetList_GetNext (mixed targetlist,mixed cur) {}
04401
04402 mixed TargetList_GetPrev (mixed targetlist,mixed cur) {}
04403
04404 mixed TargetList_Nearest (mixed targetlist,mixed self) {}
04405
04407 mixed LoadPlugins (mixed pluginDir,mixed bQuietLoading) {}
04408
04409 mixed LoadPluginOne (mixed path) {}
04410
04411 mixed SetCursor (mixed matname,mixed w,mixed h,mixed offx,mixed offy) {}
04412
04413 mixed SetCursorBaseOffset (mixed offx,mixed offy) {}
04414
04415 mixed SetCursorOffset (mixed offx,mixed offy) {}
04416
04420 mixed GenerateEllipse (mixed segments,mixed xrad,mixed yrad,mixed startang) {}
04421
04425 mixed GetNGonSideCoords (mixed sidenum,mixed n,mixed h,mixed rad1,mixed rad2,mixed circledata) {}
04426
04428 mixed GetNGonSideNormal (mixed sidenum,mixed n,mixed h,mixed rad1,mixed rad2,mixed circledata) {}
04429
04430 mixed GetNGonSideMiddle (mixed sidenum,mixed n,mixed h,mixed rad1,mixed rad2,mixed circledata) {}
04431
04433 mixed GetNGonOppositeSide (mixed sidenum,mixed n) {}
04434
04437 mixed GfxSetNGonPrism (mixed gfx,mixed n,mixed h,mixed rad1,mixed rad2) {}
04438
04440 mixed RayPickFace4 (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3,mixed x4,mixed y4,mixed z4,mixed x,mixed y,mixed z,mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
04441
04442 mixed RayPickNGonSide (mixed sidenum,mixed n,mixed h,mixed rad1,mixed rad2,mixed x,mixed y,mixed z,mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz,mixed circledata) {}
04443
04446 mixed RayPickNGon (mixed n,mixed h,mixed rad1,mixed rad2,mixed x,mixed y,mixed z,mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
04447
04448 mixed GetPlainTextureGUIMat (mixed texname) {}
04449
04450 mixed GetPlainTextureGUIMatCol (mixed texname,mixed r,mixed g,mixed b) {}
04451
04452 mixed SetFocusWidget (mixed widget) {}
04453
04454 mixed SetGuiHidden (mixed bHidden) {}
04455
04456 mixed GUI_GetWidgetDebugInfo (mixed w) {}
04457
04458 mixed GUI_TriggerWidgetEventCallback (mixed widget,mixed sEventName) {}
04459
04460 mixed GUI_TriggerWidgetCallback_BackwardComp (mixed widget,mixed callback_name,mixed dialogparam,mixed ...) {}
04461
04472 mixed GUIMouseEvent (mixed sEventName,mixed widget) {}
04473
04475 mixed PollNextKey (mixed callback) {}
04476
04478 mixed GuiKeyDown (mixed key,mixed char) {}
04479
04480 mixed LoadWidgetsBase (mixed dirpath) {}
04481
04482 mixed LoadWidgets (mixed dirpath) {}
04483
04486 mixed RegisterWidgetClass (mixed classname,mixed baseclassname) {}
04487
04489 mixed WidgetInitBaseClasses (mixed widget,mixed baseclass,mixed parentwidget,mixed params) {}
04490
04492 mixed CreateWidget (mixed classname,mixed parentwidget,mixed params,mixed ...) {}
04493
04494 mixed GuiThemeSetDefaultParam (mixed widgetclass_or_nil,mixed params) {}
04495
04496 mixed GuiThemeSetClassParam (mixed themeclass,mixed widgetclass_or_nil,mixed params) {}
04497
04502 mixed LayoutGetParam (mixed widget,mixed name,mixed default) {}
04503
04505 mixed LayoutSetParam (mixed widget,mixed name,mixed value) {}
04506
04507 mixed LayoutGetPreferredSize (mixed widget) {}
04508
04509 mixed LayoutSetSize (mixed widget,mixed w,mixed h) {}
04510
04511 mixed LayoutSetPos (mixed widget,mixed x,mixed y) {}
04512
04514 mixed LayoutPlaceInArea (mixed widget,mixed l,mixed t,mixed w,mixed h) {}
04515
04516 mixed RegisterListenerOnce (mixed eventname,mixed listenerfunc,mixed keyname) {}
04517
04518 mixed RegisterListener (mixed eventname,mixed listenerfunc) {}
04519
04520 mixed UnregisterListener (mixed eventname,mixed listenerfunc) {}
04521
04524 mixed NotifyListener (mixed eventname,mixed ...) {}
04525
04526 mixed OpenBrowser (mixed url) {}
04527
04528 mixed MyPOpen (mixed ...) {}
04529
04530 mixed lugre_include_libs (mixed basepath,mixed lugrewidgetpath) {}
04531
04536 mixed LugreIsGlobalVarName (mixed name) {}
04537
04538 mixed ActivateEditText (mixed widget) {}
04539
04540 mixed DeactivateEditText (mixed widget) {}
04541
04544 mixed EditTextKeyDown (mixed key,mixed char) {}
04545
04546 mixed CreatePlainEditText (mixed parent,mixed x,mixed y,mixed w,mixed h,mixed textcol,mixed bPassWordStyle,mixed stylesetname) {}
04547
04554 mixed GetMeshPreview (mixed meshname,mixed res,mixed angh,mixed angv,mixed pixelformat,mixed qCustomRotation,mixed vCustomScale) {}
04555
04558 mixed SetLogoVisible (mixed bVisible) {}
04559
04562 mixed SetBottomLine (mixed text,mixed stylesetname,mixed stylename) {}
04563
04564 mixed DisplayFPS (mixed fps,mixed stylename) {}
04565
04566 mixed WrapWidget (mixed udata) {}
04567
04569 mixed WidgetGetLTWH (mixed widget) {}
04570
04572 mixed WidgetGetLTRB (mixed widget) {}
04573
04576 mixed WidgetArrGetLTRB (mixed arr) {}
04577
04579 mixed DialogGetLTRB (mixed dialog) {}
04580
04583 mixed WidgetArrGetLTWH (mixed arr) {}
04584
04586 mixed DialogGetLTWH (mixed dialog) {}
04587
04589 mixed WidgetHelper_Destroy (mixed self) {}
04590
04592 mixed WidgetHelper_CreateChild (mixed self) {}
04593
04595 mixed WidgetHelper_CreateWidget (mixed dialog) {}
04596
04597 mixed WidgetHelper_DestroyDialog (mixed dialog) {}
04598
04601 mixed DialogPrepareResize (mixed dialog) {}
04602
04604 mixed DialogResizeMinimize (mixed dialog) {}
04605
04607 mixed DialogResizeDelta (mixed dialog,mixed dx,mixed dy) {}
04608
04610 mixed WidgetHelper_UpdateClip (mixed self,mixed L,mixed T,mixed R,mixed B) {}
04611
04613 mixed WidgetHelper_SetPartUVTile (mixed self,mixed part,mixed texturesize,mixed x,mixed y,mixed cx,mixed cy) {}
04614
04616 mixed WidgetHelper_SetUVBorderMatrix (mixed self,mixed texturesize,mixed x,mixed y,mixed cx1,mixed cy1,mixed cx2,mixed cy2,mixed cx3,mixed cy3) {}
04617
04619 mixed SetDialogAlpha (mixed dialog,mixed a) {}
04620
04623 mixed PlainMessageBox (mixed text,mixed stylename_window,mixed stylename_button) {}
04624
04625 mixed HTMLMessageBox (mixed text) {}
04626
04628 mixed FadeLinesUpdateAll (mixed useAlpha) {}
04629
04631 mixed FadeLineShowLine (mixed fadeline) {}
04632
04633 mixed AddFadeLines (mixed text,mixed color) {}
04634
04635 mixed AddSingleFadeLine (mixed text,mixed color) {}
04636
04637 mixed FadeLine_MoveDialog (mixed x,mixed y) {}
04638
04639 mixed FadeLine_Widget_Create (mixed dialog,mixed x,mixed y,mixed text,mixed h,mixed color,mixed font) {}
04640
04641 mixed FadeLine_Widget_SetPos (mixed widget,mixed x,mixed y) {}
04642
04643 mixed FadeLine_Widget_SetColor (mixed widget,mixed r,mixed g,mixed b,mixed a) {}
04644
04645 mixed DestroyFadeLine (mixed fadeline) {}
04646
04647 mixed PushUpFadeLine (mixed fadeline) {}
04648
04649 mixed StepFadeLine (mixed fadeline) {}
04650
04652 mixed ChatLine_HistoryUpDown (mixed x) {}
04653
04655 mixed CharLine_SetLast (mixed line) {}
04656
04657 mixed GetMeshBuffer (mixed meshname) {}
04658
04660 mixed TexAtlas_AdjustMeshBufferIfNeeded (mixed meshname,mixed meshbuffer) {}
04661
04662 mixed TexAtlas_RegisterMatTransform (mixed sOldMatName,mixed sNewMatName,mixed u0,mixed v0,mixed u1,mixed v1) {}
04663
04664 mixed CreateAtlasGroup (mixed w,mixed h,mixed iBorderPixels,mixed bWrap) {}
04665
04668 mixed pformat (mixed ...) {}
04669
04670 mixed printf (mixed ...) {}
04671
04672 mixed sprintf (mixed ...) {}
04673
04674 mixed prints (mixed ...) {}
04675
04676 mixed GetOneLineBackTrace (mixed l,mixed d) {}
04677
04678 mixed beginswith (mixed s,mixed begin) {}
04679
04680 mixed StrLeft (mixed str,mixed len) {}
04681
04682 mixed StrRight (mixed str,mixed len) {}
04683
04684 mixed StringContains (mixed haystack,mixed needle) {}
04685
04686 mixed FileGetContents (mixed filepath) {}
04687
04688 mixed FilePutContents (mixed filepath,mixed data) {}
04689
04690 mixed FileAppendContents (mixed filepath,mixed data) {}
04691
04692 mixed CopyFile (mixed src,mixed dst) {}
04693
04694 mixed CopyDir (mixed src,mixed dst,mixed bIncludeSpecial) {}
04695
04697 mixed StrMaxLen (mixed str,mixed maxlen) {}
04698
04700 mixed StringToByteArrayZeroTerm (mixed str) {}
04701
04703 mixed FlipTable (mixed tbl) {}
04704
04707 mixed SortedArrayFromAssocTable (mixed tbl,mixed cmp) {}
04708
04711 mixed OverwriteByteArrayPart (mixed bytes,mixed startpos,mixed bytes_insert) {}
04712
04714 mixed ColFromHex (mixed colhex) {}
04715
04716 mixed IsNumber (mixed txt) {}
04717
04719 mixed CreateClass (mixed parentclass_or_nil) {}
04720
04722 mixed CreateClassInstance (mixed class,mixed ...) {}
04723
04724 mixed MakeCache (mixed loader) {}
04725
04728 mixed UnicodeToPlainText_KeepLength (mixed unicode_string) {}
04729
04730 mixed Array2DGet (mixed arr,mixed x,mixed y) {}
04731
04732 mixed Array2DSet (mixed arr,mixed x,mixed y,mixed value) {}
04733
04734 mixed Array2DRemove (mixed arr,mixed x,mixed y) {}
04735
04736 mixed Array2DGetElementCount (mixed arr) {}
04737
04739 mixed Array2DForAll (mixed arr,mixed fun) {}
04740
04742 mixed FilterArray (mixed arr,mixed fun) {}
04743
04745 mixed FilterTable (mixed t,mixed fun) {}
04746
04747 mixed clone (mixed t) {}
04748
04749 mixed clonemod (mixed t,mixed mods) {}
04750
04751 mixed tablemod (mixed t,mixed mods) {}
04752
04753 mixed sign (mixed x) {}
04754
04755 mixed hypot (mixed dx,mixed dy) {}
04756
04758 mixed ExecGetLines (mixed cmd) {}
04759
04761 mixed unpackex (mixed arr,mixed i,mixed j) {}
04762
04765 mixed GetRenderingDistanceForPixelSize (mixed r,mixed maxpixelsize,mixed viewport,mixed cam) {}
04766
04768 mixed lugrepcall (mixed fun,mixed ...) {}
04769
04770 mixed printdebug (mixed category,mixed ...) {}
04771
04772 mixed TestBit (mixed mask1,mixed mask2) {}
04773
04774 mixed TestMask (mixed mask1,mixed mask2) {}
04775
04776 mixed GetRandomArrayElement (mixed array) {}
04777
04778 mixed GetRandomTableElementValue (mixed t) {}
04779
04780 mixed table_get_values (mixed t) {}
04781
04783 mixed GetRandomTableElement (mixed t) {}
04784
04786 mixed WriteToCache (mixed cachearr,mixed cachename,mixed data) {}
04787
04788 mixed TrimNewLines (mixed line) {}
04789
04790 mixed round (mixed x) {}
04791
04792 mixed roundmultiple (mixed ...) {}
04793
04794 mixed calculate_triangle_normal (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3) {}
04795
04799 mixed DrawQuad (mixed gfx,mixed vc,mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3,mixed x4,mixed y4,mixed z4,mixed u1,mixed v1,mixed u2,mixed v2,mixed u3,mixed v3,mixed u4,mixed v4) {}
04800
04804 mixed DrawTri (mixed gfx,mixed vc,mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed x3,mixed y3,mixed z3,mixed u1,mixed v1,mixed u2,mixed v2,mixed u3,mixed v3) {}
04805
04808 mixed FaceGetVertices (mixed gfx,mixed facenum) {}
04809
04811 mixed FaceGetMiddle (mixed gfx,mixed facenum) {}
04812
04814 mixed FaceGetNormal (mixed gfx,mixed facenum) {}
04815
04818 mixed CalcMeshScaleToRad (mixed meshname,mixed targetrad) {}
04819
04821 mixed ArrayMergeToFirst (mixed first,mixed second) {}
04822
04825 mixed TableMergeToNew (mixed first,mixed second) {}
04826
04828 mixed ArrayOverwrite (mixed first,mixed second) {}
04829
04831 mixed CopyArray (mixed arr) {}
04832
04833 mixed countarr (mixed arr) {}
04834
04835 mixed isempty (mixed arr) {}
04836
04837 mixed notempty (mixed arr) {}
04838
04839 mixed arrfirst (mixed arr) {}
04840
04842 mixed ArrayRepeat (mixed value,mixed n,mixed startindex) {}
04843
04844 mixed MemProfile (mixed part) {}
04845
04846 mixed PointInRect (mixed l,mixed t,mixed r,mixed b,mixed x,mixed y) {}
04847
04849 mixed IntersectRect (mixed la,mixed ta,mixed ra,mixed ba,mixed lb,mixed tb,mixed rb,mixed bb) {}
04850
04851 mixed sqdist2 (mixed ax,mixed ay,mixed bx,mixed by) {}
04852
04853 mixed sqdist3 (mixed ax,mixed ay,mixed az,mixed bx,mixed by,mixed bz) {}
04854
04855 mixed dist3 (mixed ax,mixed ay,mixed az,mixed bx,mixed by,mixed bz) {}
04856
04857 mixed dist2 (mixed ax,mixed ay,mixed bx,mixed by) {}
04858
04859 mixed dist2max (mixed ax,mixed ay,mixed bx,mixed by) {}
04860
04862 mixed in_array (mixed needle,mixed haystack) {}
04863
04865 mixed basename (mixed path) {}
04866
04867 mixed fileextension (mixed path) {}
04868
04870 mixed SmartDump (mixed data,mixed dumptablelevels) {}
04871
04873 mixed vardump (mixed x,mixed aux) {}
04874
04875 mixed ArrElementsToString (mixed arr) {}
04876
04877 mixed arrdump (mixed arr) {}
04878
04880 mixed keys (mixed arr) {}
04881
04883 mixed ksort (mixed arr) {}
04884
04886 mixed vardump_rec (mixed x,mixed aux,mixed maxdepth) {}
04887
04889 mixed vardump2 (mixed x) {}
04890
04892 mixed vardump_aux (mixed x) {}
04893
04895 mixed hex2rgb (mixed hex) {}
04896
04897 mixed hex2num (mixed s) {}
04898
04899 mixed hex (mixed v,mixed digits) {}
04900
04902 mixed bin2num (mixed bin) {}
04903
04904 mixed robmod (mixed a,mixed b) {}
04905
04907 mixed texsize (mixed i) {}
04908
04912 mixed strjoin (mixed delimiter,mixed list) {}
04913
04914 mixed strjoin_assoc (mixed delimiter,mixed list) {}
04915
04919 mixed strsplit (mixed delimiter,mixed text) {}
04920
04921 mixed ParseCSVLine (mixed line,mixed sep) {}
04922
04925 mixed trim (mixed s,mixed pattern) {}
04926
04928 mixed GetRandomPositionAtDist (mixed dist,mixed x,mixed y,mixed z) {}
04929
04930 mixed dot2 (mixed x1,mixed y1,mixed x2,mixed y2) {}
04931
04932 mixed add2 (mixed x1,mixed y1,mixed x2,mixed y2) {}
04933
04934 mixed sub2 (mixed x1,mixed y1,mixed x2,mixed y2) {}
04935
04936 mixed sqlen2 (mixed x,mixed y) {}
04937
04938 mixed len2 (mixed x,mixed y) {}
04939
04940 mixed scale2 (mixed x,mixed y,mixed s) {}
04941
04942 mixed norm2 (mixed x,mixed y) {}
04943
04944 mixed tolen2 (mixed x,mixed y,mixed l) {}
04945
04946 mixed rotate2 (mixed x,mixed y,mixed a) {}
04947
04949 mixed QuaternionFromString (mixed txt) {}
04950
04951 mixed BBoxIntersectPoint (mixed x,mixed y,mixed z,mixed minx,mixed miny,mixed minz,mixed maxx,mixed maxy,mixed maxz) {}
04952
04954 mixed DirToVector (mixed dir) {}
04955
04958 mixed VectorToDir (mixed x,mixed y,mixed z) {}
04959
04961 mixed InverseDir (mixed a) {}
04962
04964 mixed GetRot90 (mixed ang90,mixed axisdir) {}
04965
04967 mixed AxisAlignedNormalToMirror (mixed nx,mixed ny,mixed nz) {}
04968
04969 mixed ScaleToMirror (mixed sx,mixed sy,mixed sz) {}
04970
04974 mixed MirrorPoint (mixed x,mixed y,mixed z,mixed mx,mixed my,mixed mz,mixed ox,mixed oy,mixed oz) {}
04975
04977 mixed CorrectBounds (mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2) {}
04978
04980 mixed NormalIsAxisAligned (mixed nx,mixed ny,mixed nz) {}
04981
04983 mixed ApplyMirRotCombo (mixed x,mixed y,mixed z,mixed qw,mixed qx,mixed qy,mixed qz,mixed mx,mixed my,mixed mz) {}
04984
04986 mixed GetMirRotComboName (mixed qw,mixed qx,mixed qy,mixed qz,mixed mx,mixed my,mixed mz) {}
04987
04989 mixed file_exists (mixed filename) {}
04990
04991 mixed Clamp (mixed x,mixed v1,mixed v2) {}
04992
04994 mixed ColorRGB2HSV (mixed r,mixed g,mixed b) {}
04995
04997 mixed ColorHSV2RGB (mixed h,mixed s,mixed v) {}
04998
04999 mixed DumpGlobalMemTreesizeSize (mixed x,mixed level) {}
05000
05001 mixed DumpGlobalMemTreesize (mixed filename) {}
05002
05005 mixed MD5FromFileList (mixed filelist) {}
05006
05008 mixed IsPointOnPlane (mixed px,mixed py,mixed pz,mixed bx,mixed by,mixed bz,mixed nx,mixed ny,mixed nz) {}
05009
05013 mixed MinDistSphereSphere (mixed ax,mixed ay,mixed az,mixed ar,mixed bx,mixed by,mixed bz,mixed br) {}
05014
05016 mixed DistPointToPoint (mixed ax,mixed ay,mixed az,mixed bx,mixed by,mixed bz) {}
05017
05019 mixed DistPointToPlane (mixed px,mixed py,mixed pz,mixed bx,mixed by,mixed bz,mixed nx,mixed ny,mixed nz) {}
05020
05023 mixed DistPointToLine (mixed px,mixed py,mixed pz,mixed bx,mixed by,mixed bz,mixed dx,mixed dy,mixed dz) {}
05024
05027 mixed DistLineToLine (mixed ax,mixed ay,mixed az,mixed ux,mixed uy,mixed uz,mixed bx,mixed by,mixed bz,mixed vx,mixed vy,mixed vz) {}
05028
05032 mixed IsAlive (mixed obj) {}
05033
05034 mixed DestroyIfAlive (mixed obj) {}
05035
05040 mixed FIFOHexDump_Old (mixed fifo,mixed offset,mixed len) {}
05041
05042 mixed FIFOPushByteArray (mixed fifo,mixed bytes) {}
05043
05046 mixed FIFO_PopZeroTerminatedUnicode (mixed fifo,mixed size) {}
05047
05050 mixed FIFO_PopZeroTerminatedString (mixed fifo,mixed size) {}
05051
05055 mixed FIFOHexDump (mixed fifo,mixed offset,mixed len) {}
05056
05062 mixed FIFOPushNetSimpleTable (mixed tbl,mixed fifo) {}
05063
05065 mixed FIFOPopNetSimpleTable (mixed fifo) {}
05066
05067 mixed RegisterNetMessageType (mixed name,mixed paramformat,mixed forcedid) {}
05068
05070 mixed RegisterNetMessageFormatWrapper (mixed letter_custom,mixed letter_real,mixed custom2real,mixed real2custom) {}
05071
05081 mixed FPop (mixed fifo,mixed paramformat) {}
05082
05084 mixed FPush (mixed fifo,mixed paramformat,mixed ...) {}
05085
05087 mixed CalcNetMessageParamLength (mixed paramformat) {}
05088
05090 mixed IsNetMessageVariableLength (mixed paramformat) {}
05091
05092 mixed IsNetMessageComplete (mixed fifo,mixed paramformat,mixed startoffset) {}
05093
05095 mixed SendNetMessage (mixed con,mixed msgtype,mixed ...) {}
05096
05097 mixed SendNetMessageFifo (mixed fifo,mixed msgtype,mixed ...) {}
05098
05103 mixed RecvNetMessages (mixed fifo,mixed callback) {}
05104
05107 mixed RecvOneNetMessage (mixed fifo,mixed callback) {}
05108
05109 mixed SoundInit (mixed name,mixed frequency) {}
05110
05111 mixed SoundSetListenerPosition (mixed x,mixed y,mixed z) {}
05112
05114 mixed AddSound (mixed effect) {}
05115
05117 mixed RemoveSound (mixed effectkey) {}
05118
05119 mixed SoundPlayOmniEffect (mixed file) {}
05120
05121 mixed SoundPlayEffect (mixed x,mixed y,mixed z,mixed file) {}
05122
05123 mixed SoundPlayMusic (mixed file) {}
05124
05126 mixed SetToolTipSubject (mixed subject) {}
05127
05130 mixed _StartToolTip (mixed subject) {}
05131
05133 mixed CreatePlainToolTip (mixed x,mixed y,mixed text,mixed charh,mixed backcol,mixed textcol,mixed stylesetname) {}
05134
05135 mixed CreatePlainWidgetToolTip (mixed widget,mixed text,mixed charh,mixed backcol,mixed textcol) {}
05136
05139 mixed NewBroadcastSender (mixed ... ) {}
05140
05143 mixed NewBroadcastReceiver (mixed ... ) {}
05144
05145 mixed CreateWidgetFromXMLString (mixed parent,mixed xmlstring) {}
05146
05147 mixed CreateWidgetFromXMLFile (mixed parent,mixed filepath) {}
05148
05149 mixed CreateWidgetFromXMLNode (mixed parent,mixed xmlnode) {}
05150
05154 mixed GeomFaceNumToSideNum (mixed geom,mixed facenum) {}
05155
05157 mixed GeomGetSide (mixed geom,mixed sidenum) {}
05158
05160 mixed GeomSideIsQuad (mixed geomside) {}
05161
05162 mixed GeomSideGetIndexCount (mixed geomside) {}
05163
05164 mixed GeomSideGetVertexCount (mixed geomside) {}
05165
05167 mixed GeomSideGetNormal (mixed geomside) {}
05168
05170 mixed GeomSideIsAxisAligned (mixed geomside) {}
05171
05172 mixed GeomGetAxisAlignedSides (mixed geom) {}
05173
05175 mixed GeomSideCalcDim (mixed geomside) {}
05176
05178 mixed GeomSideCalcArea (mixed geomside) {}
05179
05181 mixed GeomInvert (mixed geom) {}
05182
05183 mixed MakeSphereMesh (mixed steps_h,mixed steps_v,mixed cx,mixed cy,mixed cz,mixed r,mixed g,mixed b) {}
05184
05186 mixed GfxSetCylinderZ (mixed gfx,mixed r,mixed h,mixed steps) {}
05187
05189 mixed GfxSetSphere (mixed gfx,mixed cx,mixed cy,mixed cz,mixed steps_h,mixed steps_v) {}
05190
05192 mixed GfxSetGeom (mixed gfx,mixed geom,mixed texcoords,mixed cx,mixed cy,mixed cz,mixed bDynamic) {}
05193
05195 mixed ContextMenuItemEnterButton (mixed widget) {}
05196
05198 mixed ContextMenuItemSelect (mixed widget) {}
05199
05201 mixed ContextMenu_GetRoot (mixed contextmenudialog) {}
05202
05204 mixed ContextMenu_CloseActiveSubmenu (mixed contextmenudialog) {}
05205
05207 mixed CloseContextMenu (mixed contextmenudialog) {}
05208
05211 mixed ShowMenuBar (mixed menubardata,mixed x,mixed y,mixed stylesetname) {}
05212
05214 mixed MenuBarOpenMenu (mixed widget,mixed menudata,mixed stylesetname) {}
05215
05216 mixed ContextMenu_CloseOnOutside (mixed contextmenudialog) {}
05217
05218 mixed ShowContextMenu (mixed menudata,mixed x,mixed y,mixed stylesetname) {}
05219
05224 mixed VoxelMeshCalcTriIntersectList (mixed ltri,mixed x,mixed y,mixed z,mixed dx,mixed dy,mixed dz) {}
05225
05226 mixed VoxelMeshKeyToPos (mixed key) {}
05227
05228 mixed VoxelMeshKey (mixed x,mixed y,mixed z) {}
05229
05231 mixed VoxelMeshFromTo (mixed grid,mixed minx,mixed miny,mixed minz,mixed maxx,mixed maxy,mixed maxz,mixed cx,mixed cy,mixed cz,mixed ax,mixed ay,mixed az,mixed bx,mixed by,mixed bz,mixed steps) {}
05232
05235 mixed VoxelMeshCalcRay (mixed ltri,mixed grid,mixed minx,mixed miny,mixed minz,mixed maxx,mixed maxy,mixed maxz,mixed cx,mixed cy,mixed cz,mixed x,mixed y,mixed z,mixed dx,mixed dy,mixed dz,mixed steps) {}
05236
05239 mixed VoxelMesh (mixed meshname,mixed cx,mixed cy,mixed cz) {}
05240
05249 mixed CalcVoxelGrid (mixed gfx,mixed cx,mixed cy,mixed cz,mixed gridsize) {}
05250
05253 mixed ForEachVoxel (mixed voxelgrid,mixed fun) {}
05254
05258 mixed TransformVoxelGrid (mixed voxelgrid,mixed px,mixed py,mixed pz,mixed qw,mixed qx,mixed qy,mixed qz,mixed sx,mixed sy,mixed sz,mixed gridsize) {}
05259
05261 mixed VoxelGridIntersection (mixed voxelgrid1,mixed voxelgrid2) {}
05262
05264 mixed DrawVoxelGrid (mixed voxelgrid,mixed parentgfx,mixed gridsize) {}
05265
05268 mixed GfxVoxelLine (mixed gfx,mixed gridsize,mixed numcells,mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
05269
05271 mixed GetBillBoardMat (mixed texpath,mixed bAdditive) {}
05272
05273 mixed GetTexturedMat (mixed base,mixed texpath) {}
05274
05275 mixed GetPlainTextureMat (mixed texpath,mixed bHasAlpha) {}
05276
05277 mixed GetPlainColourMat (mixed r,mixed g,mixed b,mixed a) {}
05278
05279 mixed GetHuedMat (mixed basematname,mixed ar,mixed ag,mixed ab,mixed dr,mixed dg,mixed db,mixed da,mixed texpath) {}
05280
05282 mixed HueMeshEntity (mixed gfx,mixed ar,mixed ag,mixed ab,mixed dr,mixed dg,mixed db,mixed da) {}
05283
05284 mixed UpdateStatsFormatHelper (mixed x) {}
05285
05288 mixed RegisterStepper (mixed fun,mixed param) {}
05289
05291 mixed RegisterIntervalStepper (mixed interval,mixed fun,mixed param) {}
05292
05294 mixed InvokeLater (mixed timeout,mixed fun) {}
05295
05297 mixed GetBoxSideCoords (mixed sidenum,mixed cx,mixed cy,mixed cz,mixed tx,mixed ty,mixed tz) {}
05298
05300 mixed GetBoxSideNormal (mixed sidenum) {}
05301
05302 mixed DrawBoxSide (mixed sidenum,mixed gfx,mixed cx,mixed cy,mixed cz,mixed vc,mixed texcoords,mixed tx,mixed ty,mixed tz) {}
05303
05309 mixed GfxSetBox (mixed gfx,mixed cx,mixed cy,mixed cz,mixed sides,mixed texcoords,mixed tx,mixed ty,mixed tz) {}
05310
05312 mixed RayPickAABoxSide (mixed sidenum,mixed x,mixed y,mixed z,mixed cx,mixed cy,mixed cz,mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
05313
05316 mixed RayPickAABox (mixed x,mixed y,mixed z,mixed cx,mixed cy,mixed cz,mixed rx,mixed ry,mixed rz,mixed rvx,mixed rvy,mixed rvz) {}
05317
05323 mixed Threaded_LoadFullFileToFIFO (mixed sFilePath,mixed callback) {}
05324
05327 mixed Threaded_LoadFileToFIFO (mixed sFilePath,mixed iStart,mixed iLength,mixed callback) {}
05328
05331 mixed Threaded_HTTPRequest (mixed sHost,mixed iPort,mixed sPath,mixed bIgnoreReturnForSpeed,mixed callback) {}
05332
05339 mixed Threaded_NetRequest (mixed sHost,mixed iPort,mixed fifo_SendData,mixed fifo_AnswerBuffer,mixed callback) {}
05340
05343 mixed Threaded_LoadFile (mixed sFilePath,mixed fifo_AnswerBuffer,mixed iStart,mixed iLength,mixed callback) {}
05344
05345 mixed GetKeyName (mixed keycode) {}
05346
05347 mixed BindUp (mixed keyname,mixed fun,mixed arg) {}
05348
05349 mixed BindDown (mixed keyname,mixed fun,mixed arg) {}
05350
05351 mixed BindUpDown (mixed keyname,mixed upfun,mixed uparg,mixed downfun,mixed downarg) {}
05352
05353 mixed BindUpDown (mixed keyname,mixed downfun,mixed downarg,mixed upfun,mixed uparg) {}
05354
05355 mixed Bind (mixed keyname,mixed fun) {}
05356
05357 mixed UnBindArr (mixed arr) {}
05358
05359 mixed UnBind (mixed keyname) {}
05360
05361 mixed LoadBindSet (mixed bindset) {}
05362
05364 mixed WhileKeyDown (mixed keywatch,mixed step_fun,mixed ...) {}
05365
05366 mixed MouseEvent (mixed eventname) {}
05367
05369 mixed KeyDown (mixed key,mixed char) {}
05370
05372 mixed KeyUp (mixed key) {}
05373
05375 mixed CreateGlyphList (mixed font,mixed fontsize,mixed text,mixed param) {}
05376
05377 mixed CamSetZoomLimit (mixed minzoom,mixed maxzoom) {}
05378
05379 mixed CamChangeZoom (mixed add) {}
05380
05381 mixed TurnCam (mixed tw,mixed tx,mixed ty,mixed tz) {}
05382
05385 mixed CamViewDirection (mixed cam) {}
05386
05388 mixed CamGetMouseTurn (mixed speedfactor) {}
05389
05391 mixed CamSetFromTwoAngles (mixed cam,mixed roth,mixed rotv,mixed bFlipUpAxis) {}
05392
05394 mixed StepTableCam (mixed cam,mixed bMoveCam,mixed speedfactor,mixed bFlipUpAxis) {}
05395
05397 mixed StepThirdPersonCam (mixed cam,mixed dist,mixed ox,mixed oy,mixed oz) {}
05398
05401 mixed SetMainMenuCam (mixed roth,mixed rotv) {}
05402
05403 mixed URLEncodeChar (mixed c) {}
05404
05405 mixed URLEncode (mixed s) {}
05406
05407 mixed FIFO_PushPlainText (mixed fifo,mixed s) {}
05408
05409 mixed URLEncodeArr (mixed arr) {}
05410
05412 mixed HTTP_GetResponseContent (mixed response) {}
05413
05414 mixed HTTP_MakeRequest (mixed sHost,mixed sPath) {}
05415
05419 mixed HTTPGetEx (mixed sHost,mixed iPort,mixed sPath,mixed bIgnoreReturnForSpeed) {}
05420
05421 mixed EasyXMLWrap (mixed node) {}
05422
05424 mixed XMLNodeAddChild (mixed node,mixed child) {}
05425
05428 mixed xmlchild (mixed xmlnode,mixed name,mixed index) {}
05429
05432 mixed xmlvalue (mixed xmlnode,mixed name,mixed index) {}
05433
05434 mixed xmldump (mixed o,mixed L) {}
05435
05437 mixed OpenOverwriteConfirmDialog (mixed path,mixed completionfunc) {}
05438
05440 mixed ShortPath (mixed path) {}
05441
05442 mixed FileBrowse_GetStartDir (mixed default_startdir) {}
05443
05444 mixed FileBrowse_SetStartDir (mixed default_startdir,mixed dir) {}
05445
05446 mixed OpenFileBrowseDialog (mixed title,mixed buttontext,mixed default_startdir,mixed defaultfilename,mixed completionfunc,mixed folderpath) {}
05447
05448 mixed FileBrowse_Load (mixed title,mixed default_startdir,mixed loadfun) {}
05449
05450 mixed FileBrowse_Save (mixed title,mixed default_startdir,mixed default_name,mixed savefun) {}
05451
05453 mixed CreateIRCConnection (mixed host,mixed port,mixed nick,mixed password) {}
05454
05457 mixed HTTPGetEx (mixed host,mixed port,mixed file) {}
05458
05459 mixed GlobalProfilerFun (mixed typename) {}
05460
05462 mixed GlobalProfilerOutput (mixed limit,mixed field) {}
05463
05465 mixed MakeProfiler (mixed name,mixed startsectionname_or_nil,mixed bProfileMemory) {}
05466
05467 mixed CreateRoughProfiler (mixed name) {}
05468
05469 mixed RoughProfileEndFrame (mixed iTimeSinceLastFrame) {}
05470
05471 mixed LuaFunctionProfileHook (mixed sEvent) {}
05472
05473 mixed ProfileSubCalls (mixed contextname) {}
05474
05475 mixed GlobalProfiler2Hook (mixed sEvent) {}
05476
05486 mixed MemTreeSizeStringEscape (mixed s) {}
05487
05488 mixed MemTreeSize_DumpMemToFile (mixed fp,mixed obj,mixed name,mixed iAllowGlobals) {}
05489
05490 mixed MemTreeSize_DumpCurrentGlobalMem (mixed filepath) {}
05491
05492 mixed InitOde (mixed secondsByStep) {}
05493
05498 mixed CreateFont_Ogre (mixed sFontName,mixed iFontSize) {}
05499
05501 mixed MakeColourfulBeamCube (mixed e,mixed h) {}
05502
05503 mixed SetBeamBox (mixed gfx,mixed h,mixed cx,mixed cy,mixed cz,mixed r,mixed g,mixed b,mixed a) {}
05504
05505 mixed BeamSingleLine (mixed gfx,mixed x1,mixed y1,mixed z1,mixed x2,mixed y2,mixed z2,mixed h1,mixed h2,mixed h3,mixed h4,mixed u1,mixed u2,mixed u3,mixed u4,mixed v1,mixed v2,mixed v3,mixed v4,mixed r1,mixed g1,mixed b1,mixed a1,mixed r2,mixed g2,mixed b2,mixed a2) {}
05506
05507 mixed BeamSingleLineStep (mixed gfx,mixed ...) {}
05508
05509 mixed SimpleXMLSave (mixed filepath,mixed data) {}
05510
05511 mixed SimpleXMLLoad (mixed filepath) {}
05512
05513 mixed SimpleXMLLoadFromString (mixed xmlstring) {}
05514
05515 mixed SimpleXMLSaveToString (mixed data) {}
05516
05518 mixed SimpleXMLSaveToXMLNode (mixed data,mixed key,mixed keytype) {}
05519
05522 mixed SimpleXMLLoadFromXMLNode (mixed node,mixed debug_source) {}
05523
05525 mixed RegisterUDataType (mixed name,mixed metatable) {}
05526
05528 mixed WrapUData (mixed myudata) {}
05529
05541 mixed UData_index (mixed myinstance,mixed key) {}
05542
05545 mixed UData_newindex (mixed myinstance,mixed key,mixed value) {}
05546
05547 mixed CreateSpritePanel (mixed parent_RenderGroup2D,mixed gfxparam_init,mixed bVertexBufferDynamic,mixed bVertexCol) {}
05548
05551 mixed MakeSpritePanelParam_Mod_TexTransform (mixed x,mixed y,mixed sx,mixed sy,mixed angle) {}
05552
05554 mixed MakeSpritePanelParam_Mod_MatChange (mixed matname) {}
05555
05557 mixed MakeSpritePanelParam_SingleSprite (mixed matname,mixed w,mixed h,mixed xoff,mixed yoff,mixed u0,mixed v0,mixed uvw,mixed uvh,mixed tcx,mixed tcy) {}
05558
05560 mixed MakeSpritePanelParam_TiledSingleSprite (mixed matname,mixed w,mixed h,mixed xoff,mixed yoff,mixed u0,mixed v0,mixed uvw,mixed uvh,mixed tcx,mixed tcy,mixed tilew,mixed tileh) {}
05561
05563 mixed MakeSpritePanelParam_SingleSpriteSimple (mixed matname,mixed w,mixed h) {}
05564
05566 mixed MakeSpritePanelParam_SingleSpritePartSimple (mixed matname,mixed w,mixed h,mixed x,mixed y,mixed tilew,mixed tileh) {}
05567
05573 mixed MakeSpritePanelParam_Mod_AnimSimple (mixed w,mixed h,mixed tilew,mixed tileh,mixed framenumber) {}
05574
05581 mixed MakeSpritePanelParam_BorderPartMatrix (mixed matname,mixed w,mixed h,mixed xoff,mixed yoff,mixed u0,mixed v0,mixed w0,mixed w1,mixed w2,mixed h0,mixed h1,mixed h2,mixed tcx,mixed tcy,mixed scalex,mixed scaley,mixed bBorderTiled,mixed bCenterTiled,mixed bDrawCenter,mixed bDrawBorder) {}
05582
05584 static mixed SaveTextureToFile (...) {}
05585
05587 static mixed CloneMaterial (...) {}
05588
05590 static mixed CreateMaterial (...) {}
05591
05593 static mixed SetAmbient (...) {}
05594
05598 static mixed SetShaderParamByIndex (...) {}
05599
05603 static mixed SetShaderParamByName (...) {}
05604
05606 static mixed SetDiffuse (...) {}
05607
05609 static mixed SetSceneBlend (...) {}
05610
05612 static mixed SetDepthWriteEnabled (...) {}
05613
05624 static mixed SetAlphaRejection (...) {}
05625
05627 static mixed SetMaterialPassParam (...) {}
05628
05630 static mixed SetMaterialTechniqueParam (...) {}
05631
05633 static mixed SetMaterialParam (...) {}
05634
05637 static mixed SetHardwareCulling (...) {}
05638
05641 static mixed SetSoftwareCulling (...) {}
05642
05644 static mixed SetTextureIsAlpha (...) {}
05645
05647 static mixed SetSceneBlending (...) {}
05648
05650 static mixed SetTextureAddressingMode (...) {}
05651
05653 static mixed SetTextureFiltering (...) {}
05654
05657 static mixed SetTexture (...) {}
05658
05661 static mixed GetTexture (...) {}
05662
05664 static mixed SetReceiveShadows (...) {}
05665
05668 static mixed l_MD5FromFile (...) {}
05669
05672 static mixed l_MD5FromString (...) {}
05673
05674 static mixed LugreImage_CreateFromOgreImage (...) {}
05675
05677 static mixed l_OdeGeomSetData (...) {}
05678
05680 static mixed l_OdeGeomGetData (...) {}
05681
05683 static mixed l_OdeGeomSetBody (...) {}
05684
05686 static mixed l_OdeGeomGetBody (...) {}
05687
05689 static mixed l_OdeGeomSetPosition (...) {}
05690
05692 static mixed l_OdeGeomSetQuaternion (...) {}
05693
05695 static mixed l_OdeGeomGetPosition (...) {}
05696
05698 static mixed l_OdeGeomGetQuaternion (...) {}
05699
05701 static mixed l_OdeGeomGetAABB (...) {}
05702
05704 static mixed l_OdeGeomIsSpace (...) {}
05705
05707 static mixed l_OdeGeomGetSpace (...) {}
05708
05710 static mixed l_OdeGeomGetClass (...) {}
05711
05713 static mixed l_OdeGeomSetCategoryBits (...) {}
05714
05716 static mixed l_OdeGeomSetCollideBits (...) {}
05717
05719 static mixed l_OdeGeomGetCategoryBits (...) {}
05720
05722 static mixed l_OdeGeomGetCollideBits (...) {}
05723
05725 static mixed l_OdeGeomEnable (...) {}
05726
05728 static mixed l_OdeGeomDisable (...) {}
05729
05731 static mixed l_OdeGeomIsEnabled (...) {}
05732
05734 static mixed l_OdeGeomSetOffsetPosition (...) {}
05735
05737 static mixed l_OdeGeomSetOffsetQuaternion (...) {}
05738
05740 static mixed l_OdeGeomSetOffsetWorldPosition (...) {}
05741
05743 static mixed l_OdeGeomSetOffsetWorldQuaternion (...) {}
05744
05746 static mixed l_OdeGeomClearOffset (...) {}
05747
05749 static mixed l_OdeGeomIsOffset (...) {}
05750
05752 static mixed l_OdeGeomGetOffsetPosition (...) {}
05753
05755 static mixed l_OdeGeomGetOffsetQuaternion (...) {}
05756
05758 static mixed l_OdeCollide (...) {}
05759
05761 static mixed l_OdeContactGeomGetParams (...) {}
05762
05763 static mixed l_OdeContactGeomCreate (...) {}
05764
05765 static mixed l_OdeContactGeomDestroy (...) {}
05766
05768 static mixed l_OdeCollide (...) {}
05769
05771 static mixed l_OdeGetContactSurface (...) {}
05772
05774 static mixed l_OdeSetContactSurface (...) {}
05775
05777 static mixed l_OdeSetContactGeom (...) {}
05778
05780 static mixed l_OdeGetContactGeom (...) {}
05781
05783 static mixed l_OdeSpaceCollide (...) {}
05784
05791 static mixed l_OdeSpaceCollideWithCallback (...) {}
05792
05794 static mixed l_OdeSpaceCollide2 (...) {}
05795
05797 static mixed l_OdeCreateSphere (...) {}
05798
05800 static mixed l_OdeGeomSphereSetRadius (...) {}
05801
05803 static mixed l_OdeGeomSphereGetRadius (...) {}
05804
05806 static mixed l_OdeGeomSpherePointDepth (...) {}
05807
05810 static mixed l_OdeCreateConvex (...) {}
05811
05813 static mixed l_OdeGeomSetConvex (...) {}
05814
05816 static mixed l_OdeCreateBox (...) {}
05817
05819 static mixed l_OdeGeomBoxSetLengths (...) {}
05820
05822 static mixed l_OdeGeomBoxGetLengths (...) {}
05823
05825 static mixed l_OdeGeomBoxPointDepth (...) {}
05826
05828 static mixed l_OdeCreatePlane (...) {}
05829
05831 static mixed l_OdeGeomPlaneSetParams (...) {}
05832
05834 static mixed l_OdeGeomPlaneGetParams (...) {}
05835
05837 static mixed l_OdeGeomPlanePointDepth (...) {}
05838
05840 static mixed l_OdeCreateCapsule (...) {}
05841
05843 static mixed l_OdeGeomCapsuleSetParams (...) {}
05844
05846 static mixed l_OdeGeomCapsuleGetParams (...) {}
05847
05849 static mixed l_OdeGeomCapsulePointDepth (...) {}
05850
05852 static mixed l_OdeGeomCylinderSetParams (...) {}
05853
05855 static mixed l_OdeGeomCylinderGetParams (...) {}
05856
05858 static mixed l_OdeCreateRay (...) {}
05859
05861 static mixed l_OdeGeomRaySetLength (...) {}
05862
05864 static mixed l_OdeGeomRayGetLength (...) {}
05865
05867 static mixed l_OdeGeomRaySet (...) {}
05868
05870 static mixed l_OdeGeomDestroy (...) {}
05871
05873 static mixed l_OdeGeomRayGet (...) {}
05874
05876 static mixed l_OdeGeomRaySetParams (...) {}
05877
05879 static mixed l_OdeGeomRayGetParams (...) {}
05880
05882 static mixed l_OdeGeomRaySetClosestHit (...) {}
05883
05885 static mixed l_OdeGeomRayGetClosestHit (...) {}
05886
05888 static mixed l_OdeGeomTransformSetGeom (...) {}
05889
05891 static mixed l_OdeGeomTransformGetGeom (...) {}
05892
05894 static mixed l_OdeGeomTransformSetCleanup (...) {}
05895
05897 static mixed l_OdeGeomTransformGetCleanup (...) {}
05898
05900 static mixed l_OdeGeomTransformSetInfo (...) {}
05901
05903 static mixed l_OdeGeomTransformGetInfo (...) {}
05904
05906 static mixed l_OdeCreateHeightfield (...) {}
05907
05909 static mixed l_OdeGeomHeightfieldDataDestroy (...) {}
05910
05912 static mixed l_OdeGeomHeightfieldDataCreate (...) {}
05913
05915 static mixed l_OdeGeomHeightfieldDataBuildCallback (...) {}
05916
05918 static mixed l_OdeGeomHeightfieldDataBuildFromFun (...) {}
05919
05921 static mixed l_OdeGeomHeightfieldDataBuildByte (...) {}
05922
05924 static mixed l_OdeGeomHeightfieldDataBuildShort (...) {}
05925
05927 static mixed l_OdeGeomHeightfieldDataBuildSingle (...) {}
05928
05930 static mixed l_OdeGeomHeightfieldDataBuildDouble (...) {}
05931
05933 static mixed l_OdeGeomHeightfieldDataSetBounds (...) {}
05934
05936 static mixed l_OdeGeomHeightfieldSetHeightfieldData (...) {}
05937
05939 static mixed l_OdeGeomHeightfieldGetHeightfieldData (...) {}
05940
05942 static mixed l_OdeClosestLineSegmentPoints (...) {}
05943
05945 static mixed l_OdeBoxTouchesBox (...) {}
05946
05948 static mixed l_OdeInfiniteAABB (...) {}
05949
05951 static mixed l_OdeInitODE (...) {}
05952
05954 static mixed l_OdeCloseODE (...) {}
05955
05957 static mixed l_OdeCreateGeomClass (...) {}
05958
05960 static mixed l_OdeGeomGetClassData (...) {}
05961
05963 static mixed l_OdeCreateGeom (...) {}
05964
05966 static mixed l_OdeSimpleSpaceCreate (...) {}
05967
05969 static mixed l_OdeHashSpaceCreate (...) {}
05970
05972 static mixed l_OdeQuadTreeSpaceCreate (...) {}
05973
05975 static mixed l_OdeSpaceDestroy (...) {}
05976
05978 static mixed l_OdeHashSpaceSetLevels (...) {}
05979
05981 static mixed l_OdeHashSpaceGetLevels (...) {}
05982
05984 static mixed l_OdeSpaceSetCleanup (...) {}
05985
05987 static mixed l_OdeSpaceGetCleanup (...) {}
05988
05990 static mixed l_OdeSpaceAdd (...) {}
05991
05993 static mixed l_OdeSpaceRemove (...) {}
05994
05996 static mixed l_OdeSpaceQuery (...) {}
05997
05999 static mixed l_OdeSpaceClean (...) {}
06000
06002 static mixed l_OdeSpaceGetNumGeoms (...) {}
06003
06005 static mixed l_OdeSpaceGetGeom (...) {}
06006
06008 static mixed l_OdeTriMeshRawDataCreate (...) {}
06009
06011 static mixed l_OdeTriMeshRawDataDestroy (...) {}
06012
06014 static mixed l_OdeTriMeshRawDataPrint (...) {}
06015
06017 static mixed l_OdeGeomTriMeshDataCreate (...) {}
06018
06020 static mixed l_OdeGeomTriMeshDataDestroy (...) {}
06021
06023 static mixed l_OdeGeomTriMeshDataSet (...) {}
06024
06026 static mixed l_OdeGeomTriMeshDataGet (...) {}
06027
06029 static mixed l_OdeGeomTriMeshSetLastTransform (...) {}
06030
06032 static mixed l_OdeGeomTriMeshGetLastTransform (...) {}
06033
06035 static mixed l_OdeGeomTriMeshDataBuildSingle (...) {}
06036
06038 static mixed l_OdeGeomTriMeshDataBuildSingle1 (...) {}
06039
06041 static mixed l_OdeGeomTriMeshDataBuildDouble (...) {}
06042
06044 static mixed l_OdeGeomTriMeshDataBuildDouble1 (...) {}
06045
06047 static mixed l_OdeGeomTriMeshDataBuildFromRaw (...) {}
06048
06050 static mixed l_OdeGeomTriMeshDataBuildSimple1 (...) {}
06051
06053 static mixed l_OdeGeomTriMeshDataPreprocess (...) {}
06054
06056 static mixed l_OdeGeomTriMeshDataGetBuffer (...) {}
06057
06059 static mixed l_OdeGeomTriMeshDataSetBuffer (...) {}
06060
06062 static mixed l_OdeGeomTriMeshSetCallback (...) {}
06063
06065 static mixed l_OdeGeomTriMeshGetCallback (...) {}
06066
06068 static mixed l_OdeGeomTriMeshSetArrayCallback (...) {}
06069
06071 static mixed l_OdeGeomTriMeshGetArrayCallback (...) {}
06072
06074 static mixed l_OdeGeomTriMeshSetRayCallback (...) {}
06075
06077 static mixed l_OdeGeomTriMeshGetRayCallback (...) {}
06078
06081 static mixed l_OdeCreateTriMesh (...) {}
06082
06084 static mixed l_OdeGeomTriMeshSetData (...) {}
06085
06087 static mixed l_OdeGeomTriMeshGetData (...) {}
06088
06091 static mixed l_OdeGeomTriMeshEnableTC (...) {}
06092
06094 static mixed l_OdeGeomTriMeshIsTCEnabled (...) {}
06095
06097 static mixed l_OdeGeomTriMeshClearTCCache (...) {}
06098
06100 static mixed l_OdeGeomTriMeshGetTriMeshDataID (...) {}
06101
06103 static mixed l_OdeGeomTriMeshGetTriangle (...) {}
06104
06106 static mixed l_OdeGeomTriMeshGetPoint (...) {}
06107
06109 static mixed l_OdeGeomTriMeshGetTriangleCount (...) {}
06110
06112 static mixed l_OdeGeomTriMeshDataUpdate (...) {}
06113
06115 static mixed l_OdeMassCreate (...) {}
06116
06118 static mixed l_OdeMassDestroy (...) {}
06119
06121 static mixed l_OdeMassCheck (...) {}
06122
06124 static mixed l_OdeMassSetZero (...) {}
06125
06127 static mixed l_OdeMassSetParameters (...) {}
06128
06130 static mixed l_OdeMassSetSphere (...) {}
06131
06133 static mixed l_OdeMassSetSphereTotal (...) {}
06134
06136 static mixed l_OdeMassSetCapsule (...) {}
06137
06139 static mixed l_OdeMassSetCapsuleTotal (...) {}
06140
06142 static mixed l_OdeMassSetCylinder (...) {}
06143
06145 static mixed l_OdeMassSetCylinderTotal (...) {}
06146
06148 static mixed l_OdeMassSetBox (...) {}
06149
06151 static mixed l_OdeMassSetBoxTotal (...) {}
06152
06154 static mixed l_OdeMassSetTrimesh (...) {}
06155
06157 static mixed l_OdeMassAdjust (...) {}
06158
06160 static mixed l_OdeMassTranslate (...) {}
06161
06163 static mixed l_OdeMassAdd (...) {}
06164
06166 static mixed l_OdeWorldCreate (...) {}
06167
06169 static mixed l_OdeWorldDestroy (...) {}
06170
06172 static mixed l_OdeWorldSetGravity (...) {}
06173
06175 static mixed l_OdeWorldGetGravity (...) {}
06176
06178 static mixed l_OdeWorldSetERP (...) {}
06179
06181 static mixed l_OdeWorldGetERP (...) {}
06182
06184 static mixed l_OdeWorldSetCFM (...) {}
06185
06187 static mixed l_OdeWorldGetCFM (...) {}
06188
06190 static mixed l_OdeWorldStep (...) {}
06191
06193 static mixed l_OdeWorldImpulseToForce (...) {}
06194
06196 static mixed l_OdeWorldQuickStep (...) {}
06197
06199 static mixed l_OdeWorldSetQuickStepNumIterations (...) {}
06200
06202 static mixed l_OdeWorldGetQuickStepNumIterations (...) {}
06203
06205 static mixed l_OdeWorldSetQuickStepW (...) {}
06206
06208 static mixed l_OdeWorldGetQuickStepW (...) {}
06209
06211 static mixed l_OdeWorldSetContactMaxCorrectingVel (...) {}
06212
06214 static mixed l_OdeWorldGetContactMaxCorrectingVel (...) {}
06215
06217 static mixed l_OdeWorldSetContactSurfaceLayer (...) {}
06218
06220 static mixed l_OdeWorldGetContactSurfaceLayer (...) {}
06221
06223 static mixed l_OdeWorldStepFast1 (...) {}
06224
06226 static mixed l_OdeWorldSetAutoEnableDepthSF1 (...) {}
06227
06229 static mixed l_OdeWorldGetAutoEnableDepthSF1 (...) {}
06230
06232 static mixed l_OdeWorldGetAutoDisableLinearThreshold (...) {}
06233
06235 static mixed l_OdeWorldSetAutoDisableLinearThreshold (...) {}
06236
06238 static mixed l_OdeWorldGetAutoDisableAngularThreshold (...) {}
06239
06241 static mixed l_OdeWorldSetAutoDisableAngularThreshold (...) {}
06242
06244 static mixed l_OdeWorldGetAutoDisableLinearAverageThreshold (...) {}
06245
06247 static mixed l_OdeWorldSetAutoDisableLinearAverageThreshold (...) {}
06248
06250 static mixed l_OdeWorldGetAutoDisableAngularAverageThreshold (...) {}
06251
06253 static mixed l_OdeWorldSetAutoDisableAngularAverageThreshold (...) {}
06254
06256 static mixed l_OdeWorldGetAutoDisableAverageSamplesCount (...) {}
06257
06259 static mixed l_OdeWorldSetAutoDisableAverageSamplesCount (...) {}
06260
06262 static mixed l_OdeWorldGetAutoDisableSteps (...) {}
06263
06265 static mixed l_OdeWorldSetAutoDisableSteps (...) {}
06266
06268 static mixed l_OdeWorldGetAutoDisableTime (...) {}
06269
06271 static mixed l_OdeWorldSetAutoDisableTime (...) {}
06272
06274 static mixed l_OdeWorldGetAutoDisableFlag (...) {}
06275
06277 static mixed l_OdeWorldSetAutoDisableFlag (...) {}
06278
06280 static mixed l_OdeBodyGetAutoDisableLinearThreshold (...) {}
06281
06283 static mixed l_OdeBodySetAutoDisableLinearThreshold (...) {}
06284
06286 static mixed l_OdeBodyGetAutoDisableAngularThreshold (...) {}
06287
06289 static mixed l_OdeBodySetAutoDisableAngularThreshold (...) {}
06290
06292 static mixed l_OdeBodyGetAutoDisableAverageSamplesCount (...) {}
06293
06295 static mixed l_OdeBodySetAutoDisableAverageSamplesCount (...) {}
06296
06298 static mixed l_OdeBodyGetAutoDisableSteps (...) {}
06299
06301 static mixed l_OdeBodySetAutoDisableSteps (...) {}
06302
06304 static mixed l_OdeBodyGetAutoDisableTime (...) {}
06305
06307 static mixed l_OdeBodySetAutoDisableTime (...) {}
06308
06310 static mixed l_OdeBodyGetAutoDisableFlag (...) {}
06311
06313 static mixed l_OdeBodySetAutoDisableFlag (...) {}
06314
06316 static mixed l_OdeBodySetAutoDisableDefaults (...) {}
06317
06319 static mixed l_OdeBodyGetWorld (...) {}
06320
06322 static mixed l_OdeBodyCreate (...) {}
06323
06325 static mixed l_OdeBodyDestroy (...) {}
06326
06328 static mixed l_OdeBodySetData (...) {}
06329
06331 static mixed l_OdeBodyGetData (...) {}
06332
06334 static mixed l_OdeBodySetPosition (...) {}
06335
06337 static mixed l_OdeBodySetQuaternion (...) {}
06338
06340 static mixed l_OdeBodySetLinearVel (...) {}
06341
06343 static mixed l_OdeBodySetAngularVel (...) {}
06344
06346 static mixed l_OdeBodyGetPosition (...) {}
06347
06349 static mixed l_OdeBodyGetQuaternion (...) {}
06350
06352 static mixed l_OdeBodyGetLinearVel (...) {}
06353
06355 static mixed l_OdeBodyGetAngularVel (...) {}
06356
06358 static mixed l_OdeBodySetMass (...) {}
06359
06361 static mixed l_OdeBodyGetMass (...) {}
06362
06364 static mixed l_OdeBodyAddForce (...) {}
06365
06367 static mixed l_OdeBodyAddTorque (...) {}
06368
06370 static mixed l_OdeBodyAddRelForce (...) {}
06371
06373 static mixed l_OdeBodyAddRelTorque (...) {}
06374
06376 static mixed l_OdeBodyAddForceAtPos (...) {}
06377
06379 static mixed l_OdeBodyAddForceAtRelPos (...) {}
06380
06382 static mixed l_OdeBodyAddRelForceAtPos (...) {}
06383
06385 static mixed l_OdeBodyAddRelForceAtRelPos (...) {}
06386
06388 static mixed l_OdeBodyGetForce (...) {}
06389
06391 static mixed l_OdeBodyGetTorque (...) {}
06392
06394 static mixed l_OdeBodySetForce (...) {}
06395
06397 static mixed l_OdeBodySetTorque (...) {}
06398
06400 static mixed l_OdeBodyGetRelPointPos (...) {}
06401
06403 static mixed l_OdeBodyGetRelPointVel (...) {}
06404
06406 static mixed l_OdeBodyGetPointVel (...) {}
06407
06409 static mixed l_OdeBodyGetPosRelPoint (...) {}
06410
06412 static mixed l_OdeBodyVectorToWorld (...) {}
06413
06415 static mixed l_OdeBodyVectorFromWorld (...) {}
06416
06418 static mixed l_OdeBodySetFiniteRotationMode (...) {}
06419
06421 static mixed l_OdeBodySetFiniteRotationAxis (...) {}
06422
06424 static mixed l_OdeBodyGetFiniteRotationMode (...) {}
06425
06427 static mixed l_OdeBodyGetFiniteRotationAxis (...) {}
06428
06430 static mixed l_OdeBodyGetNumJoints (...) {}
06431
06433 static mixed l_OdeBodyGetJoint (...) {}
06434
06436 static mixed l_OdeBodyEnable (...) {}
06437
06439 static mixed l_OdeBodyDisable (...) {}
06440
06442 static mixed l_OdeBodyIsEnabled (...) {}
06443
06445 static mixed l_OdeBodySetGravityMode (...) {}
06446
06448 static mixed l_OdeBodyGetGravityMode (...) {}
06449
06451 static mixed l_OdeJointCreateBall (...) {}
06452
06454 static mixed l_OdeJointCreateHinge (...) {}
06455
06457 static mixed l_OdeJointCreateSlider (...) {}
06458
06460 static mixed l_OdeJointCreateContact (...) {}
06461
06463 static mixed l_OdeJointCreateHinge2 (...) {}
06464
06466 static mixed l_OdeJointCreateUniversal (...) {}
06467
06469 static mixed l_OdeJointCreatePR (...) {}
06470
06472 static mixed l_OdeJointCreateFixed (...) {}
06473
06475 static mixed l_OdeJointCreateNull (...) {}
06476
06478 static mixed l_OdeJointCreateAMotor (...) {}
06479
06481 static mixed l_OdeJointCreateLMotor (...) {}
06482
06484 static mixed l_OdeJointCreatePlane2D (...) {}
06485
06487 static mixed l_OdeJointDestroy (...) {}
06488
06490 static mixed l_OdeJointGroupCreate (...) {}
06491
06493 static mixed l_OdeJointGroupDestroy (...) {}
06494
06496 static mixed l_OdeJointGroupEmpty (...) {}
06497
06499 static mixed l_OdeJointAttach (...) {}
06500
06502 static mixed l_OdeJointSetData (...) {}
06503
06505 static mixed l_OdedJointGetData (...) {}
06506
06508 static mixed l_OdeJointGetType (...) {}
06509
06511 static mixed l_OdeJointGetBody (...) {}
06512
06514 static mixed l_OdeJointFeedbackDestroy (...) {}
06515
06517 static mixed l_OdeJointFeedbackCreate (...) {}
06518
06520 static mixed l_OdeJointSetFeedback (...) {}
06521
06523 static mixed l_OdeJointGetFeedback (...) {}
06524
06526 static mixed l_OdeJointSetBallAnchor (...) {}
06527
06529 static mixed l_OdeJointSetBallAnchor2 (...) {}
06530
06532 static mixed l_OdeJointSetHingeAnchor (...) {}
06533
06535 static mixed l_OdeJointSetHingeAnchorDelta (...) {}
06536
06538 static mixed l_OdeJointSetHingeAxis (...) {}
06539
06541 static mixed l_OdeJointSetHingeParam (...) {}
06542
06544 static mixed l_OdeJointAddHingeTorque (...) {}
06545
06547 static mixed l_OdeJointSetSliderAxis (...) {}
06548
06550 static mixed l_OdeJointSetSliderAxisDelta (...) {}
06551
06553 static mixed l_OdeJointSetSliderParam (...) {}
06554
06556 static mixed l_OdeJointAddSliderForce (...) {}
06557
06559 static mixed l_OdeJointSetHinge2Anchor (...) {}
06560
06562 static mixed l_OdeJointSetHinge2Axis1 (...) {}
06563
06565 static mixed l_OdeJointSetHinge2Axis2 (...) {}
06566
06568 static mixed l_OdeJointSetHinge2Param (...) {}
06569
06571 static mixed l_OdeJointAddHinge2Torques (...) {}
06572
06574 static mixed l_OdeJointSetUniversalAnchor (...) {}
06575
06577 static mixed l_OdeJointSetUniversalAxis1 (...) {}
06578
06580 static mixed l_OdeJointSetUniversalAxis2 (...) {}
06581
06583 static mixed l_OdeJointSetUniversalParam (...) {}
06584
06586 static mixed l_OdeJointAddUniversalTorques (...) {}
06587
06589 static mixed l_OdeJointSetPRAnchor (...) {}
06590
06592 static mixed l_OdeJointSetPRAxis1 (...) {}
06593
06595 static mixed l_OdeJointSetPRAxis2 (...) {}
06596
06598 static mixed l_OdeJointSetPRParam (...) {}
06599
06601 static mixed l_OdeJointAddPRTorque (...) {}
06602
06604 static mixed l_OdeJointSetFixed (...) {}
06605
06607 static mixed l_OdeJointSetAMotorNumAxes (...) {}
06608
06610 static mixed l_OdeJointSetAMotorAxis (...) {}
06611
06613 static mixed l_OdeJointSetAMotorAngle (...) {}
06614
06616 static mixed l_OdeJointSetAMotorParam (...) {}
06617
06619 static mixed l_OdeJointSetAMotorMode (...) {}
06620
06622 static mixed l_OdeJointAddAMotorTorques (...) {}
06623
06625 static mixed l_OdeJointSetLMotorNumAxes (...) {}
06626
06628 static mixed l_OdeJointSetLMotorAxis (...) {}
06629
06631 static mixed l_OdeJointSetLMotorParam (...) {}
06632
06634 static mixed l_OdeJointSetPlane2DXParam (...) {}
06635
06637 static mixed l_OdeJointSetPlane2DYParam (...) {}
06638
06640 static mixed l_OdeJointSetPlane2DAngleParam (...) {}
06641
06643 static mixed l_OdeJointGetBallAnchor (...) {}
06644
06646 static mixed l_OdeJointGetBallAnchor2 (...) {}
06647
06649 static mixed l_OdeJointGetHingeAnchor (...) {}
06650
06652 static mixed l_OdeJointGetHingeAnchor2 (...) {}
06653
06655 static mixed l_OdeJointGetHingeAxis (...) {}
06656
06658 static mixed l_OdeJointGetHingeParam (...) {}
06659
06661 static mixed l_OdeJointGetHingeAngle (...) {}
06662
06664 static mixed l_OdeJointGetHingeAngleRate (...) {}
06665
06667 static mixed l_OdeJointGetSliderPosition (...) {}
06668
06670 static mixed l_OdeJointGetSliderPositionRate (...) {}
06671
06673 static mixed l_OdeJointGetSliderAxis (...) {}
06674
06676 static mixed l_OdeJointGetSliderParam (...) {}
06677
06679 static mixed l_OdeJointGetHinge2Anchor (...) {}
06680
06682 static mixed l_OdeJointGetHinge2Anchor2 (...) {}
06683
06685 static mixed l_OdeJointGetHinge2Axis1 (...) {}
06686
06688 static mixed l_OdeJointGetHinge2Axis2 (...) {}
06689
06691 static mixed l_OdeJointGetHinge2Param (...) {}
06692
06694 static mixed l_OdeJointGetHinge2Angle1 (...) {}
06695
06697 static mixed l_OdeJointGetHinge2Angle1Rate (...) {}
06698
06700 static mixed l_OdeJointGetHinge2Angle2Rate (...) {}
06701
06703 static mixed l_OdeJointGetUniversalAnchor (...) {}
06704
06706 static mixed l_OdeJointGetUniversalAnchor2 (...) {}
06707
06709 static mixed l_OdeJointGetUniversalAxis1 (...) {}
06710
06712 static mixed l_OdeJointGetUniversalAxis2 (...) {}
06713
06715 static mixed l_OdeJointGetUniversalParam (...) {}
06716
06718 static mixed l_OdeJointGetUniversalAngles (...) {}
06719
06721 static mixed l_OdeJointGetUniversalAngle1 (...) {}
06722
06724 static mixed l_OdeJointGetUniversalAngle2 (...) {}
06725
06727 static mixed l_OdeJointGetUniversalAngle1Rate (...) {}
06728
06730 static mixed l_OdeJointGetUniversalAngle2Rate (...) {}
06731
06733 static mixed l_OdeJointGetPRAnchor (...) {}
06734
06736 static mixed l_OdeJointGetPRPosition (...) {}
06737
06739 static mixed l_OdeJointGetPRPositionRate (...) {}
06740
06742 static mixed l_OdeJointGetPRAxis1 (...) {}
06743
06745 static mixed l_OdeJointGetPRAxis2 (...) {}
06746
06748 static mixed l_OdeJointGetPRParam (...) {}
06749
06751 static mixed l_OdeJointGetAMotorNumAxes (...) {}
06752
06754 static mixed l_OdeJointGetAMotorAxis (...) {}
06755
06757 static mixed l_OdeJointGetAMotorAxisRel (...) {}
06758
06760 static mixed l_OdeJointGetAMotorAngle (...) {}
06761
06763 static mixed l_OdeJointGetAMotorAngleRate (...) {}
06764
06766 static mixed l_OdeJointGetAMotorParam (...) {}
06767
06769 static mixed l_OdeJointGetAMotorMode (...) {}
06770
06772 static mixed l_OdeJointGetLMotorNumAxes (...) {}
06773
06775 static mixed l_OdeJointGetLMotorAxis (...) {}
06776
06778 static mixed l_OdeJointGetLMotorParam (...) {}
06779
06781 static mixed l_OdeConnectingJoint (...) {}
06782
06784 static mixed l_OdeConnectingJointList (...) {}
06785
06787 static mixed l_OdeAreConnected (...) {}
06788
06790 static mixed l_OdeAreConnectedExcluding (...) {}
06791
06793 static mixed l_OdeStopwatchCreate (...) {}
06794
06796 static mixed l_OdeStopwatchDestroy (...) {}
06797
06799 static mixed l_OdeStopwatchReset (...) {}
06800
06802 static mixed l_OdeStopwatchStart (...) {}
06803
06805 static mixed l_OdeStopwatchStop (...) {}
06806
06808 static mixed l_OdeStopwatchTime (...) {}
06809
06811 static mixed l_OdeTimerStart (...) {}
06812
06814 static mixed l_OdeTimerNow (...) {}
06815
06817 static mixed l_OdeTimerEnd (...) {}
06818
06820 static mixed l_OdeTimerTicksPerSecond (...) {}
06821
06823 static mixed l_OdeTimerResolution (...) {}
06824
06825 static mixed l_GetDataDir (...) {}
06826
06827 static mixed l_GetLuaDir (...) {}
06828
06829 static mixed l_GetLugreDir (...) {}
06830
06831 static mixed l_UseHomeWritable (...) {}
06832
06833 static mixed luaopen_sqlite3 (...) {}
06834
06835 static mixed l_TRACEBACK (...) {}
06836
06841 static mixed PCallWithErrFuncWrapper (...) {}
06842
06844 static mixed l_FIFO_RayPickTri_Ex (...) {}
06845
06847 static mixed l_ExportOgreFont (...) {}
06848
06850 static mixed l_CloneMesh (...) {}
06851
06853 static mixed l_MeshBuildEdgeList (...) {}
06854
06856 static mixed l_ReloadParticleTemplate (...) {}
06857
06859 static mixed l_ReloadMesh (...) {}
06860
06863 static mixed l_TransformSubMeshTexCoords (...) {}
06864
06866 static mixed l_MeshBuildTangentVectors (...) {}
06867
06869 static mixed l_SetMeshSubMaterial (...) {}
06870
06872 static mixed l_GetMeshSubMeshCount (...) {}
06873
06875 static mixed l_GetMeshSubMaterial (...) {}
06876
06879 static mixed l_OgreCreateWindow (...) {}
06880
06882 static mixed l_InitOgre (...) {}
06883
06884 static mixed MyLuaReturnStringList (...) {}
06885
06887 static mixed l_Ogre_ListRenderSystems (...) {}
06888
06890 static mixed l_Ogre_SetRenderSystemByName (...) {}
06891
06893 static mixed l_Ogre_SetConfigOption (...) {}
06894
06896 static mixed l_Ogre_GetConfigOption (...) {}
06897
06899 static mixed l_Ogre_ListConfigOptionNames (...) {}
06900
06902 static mixed l_Ogre_ListPossibleValuesForConfigOption (...) {}
06903
06905 static mixed l_QuaternionToAngleAxis (...) {}
06906
06908 static mixed l_QuaternionFromAxes (...) {}
06909
06911 static mixed l_QuaternionFromRotationMatrix (...) {}
06912
06914 static mixed l_QuaternionSlerp (...) {}
06915
06917 static mixed l_OgreAddCompositor (...) {}
06918
06920 static mixed l_OgreRemoveCompositor (...) {}
06921
06923 static mixed l_OgreCompositor_AddListener_SSAO (...) {}
06924
06928 static mixed l_OgreMemoryUsage (...) {}
06929
06931 static mixed l_OgreMeshAvailable (...) {}
06932
06936 static mixed l_OgreMaterialNameKnown (...) {}
06937
06939 static mixed l_OgreMaterialAvailable (...) {}
06940
06942 static mixed l_OgreTextureAvailable (...) {}
06943
06944 static mixed l_Client_SetSkybox (...) {}
06945
06946 static mixed l_Client_SetFog (...) {}
06947
06948 static mixed l_Client_RenderOneFrame (...) {}
06949
06951 static mixed l_Client_SetShadowListener (...) {}
06952
06954 static mixed l_Client_SetAmbientLight (...) {}
06955
06957 static mixed l_Client_ClearLights (...) {}
06958
06960 static mixed l_Client_AddPointLight (...) {}
06961
06963 static mixed l_Client_AttachLight (...) {}
06964
06966 static mixed l_Client_DetatchLight (...) {}
06967
06969 static mixed l_Client_AddDirectionalLight (...) {}
06970
06972 static mixed l_Client_SetLightPosition (...) {}
06973
06975 static mixed l_Client_SetLightDirection (...) {}
06976
06978 static mixed l_Client_RemoveLight (...) {}
06979
06980 static mixed l_Client_DeleteLight (...) {}
06981
06983 static mixed l_Client_SetLightSpecularColor (...) {}
06984
06986 static mixed l_Client_SetLightPowerScale (...) {}
06987
06989 static mixed l_Client_SetLightDiffuseColor (...) {}
06990
06992 static mixed l_Client_SetLightAttenuation (...) {}
06993
06995 static mixed l_Client_TakeGridScreenshot (...) {}
06996
06998 static mixed l_Client_TakeScreenshot (...) {}
06999
07001 static mixed l_Client_ShowOgreConfig (...) {}
07002
07005 static mixed l_TriangleRayPick (...) {}
07006
07010 static mixed l_TriangleRayPickEx (...) {}
07011
07013 static mixed l_SphereRayPick (...) {}
07014
07016 static mixed l_PlaneRayPick (...) {}
07017
07018 static mixed l_UnloadMeshName (...) {}
07019
07020 static mixed l_UnloadMaterialName (...) {}
07021
07022 static mixed l_UnloadTextureName (...) {}
07023
07024 static mixed l_CountMeshTriangles (...) {}
07025
07027 static mixed l_MeshGetBounds (...) {}
07028
07030 static mixed l_MeshSetBounds (...) {}
07031
07033 static mixed l_MeshGetBoundRad (...) {}
07034
07036 static mixed l_MeshSetBoundRad (...) {}
07037
07039 static mixed l_ExportMesh (...) {}
07040
07043 static mixed l_TransformMesh (...) {}
07044
07046 static mixed l_MeshReadOutExactBounds (...) {}
07047
07049 static mixed l_GetScreenRay (...) {}
07050
07052 static mixed l_GetMaxZ (...) {}
07053
07055 static mixed l_ProjectPos (...) {}
07056
07058 static mixed l_ProjectSizeAndPos (...) {}
07059
07061 static mixed l_ProjectSizeAndPosEx (...) {}
07062
07064 static mixed l_OgreWrapperSetCustomSceneMgrType (...) {}
07065
07067 static mixed l_OgreWrapperSetEnableUnicode (...) {}
07068
07070 static mixed l_OgreSceneMgr_SetWorldGeometry (...) {}
07071
07074 static mixed l_OgreSceneMgr_GetType (...) {}
07075
07079 static mixed l_OgreSceneMgr_TerrainGetHeightAt (...) {}
07080
07084 static mixed l_OgreSceneMgr_RaySceneQuery (...) {}
07085
07087 static mixed l_CreateSceneManager (...) {}
07088
07090 static mixed l_OgreMeshTextures (...) {}
07091
07092 static mixed l_OgreLoadedMeshTextures (...) {}
07093
07095 static mixed l_OgreShadowTechnique (...) {}
07096
07098 static mixed l_OgreSetShadowTextureSize (...) {}
07099
07101 static mixed l_OgreSetShadowFarDistance (...) {}
07102
07104 static mixed l_OgreSetShadowDirLightTextureOffset (...) {}
07105
07107 static mixed l_OgreSetShadowTextureFadeStart (...) {}
07108
07110 static mixed l_OgreSetShadowTextureFadeEnd (...) {}
07111
07113 static mixed l_OgreSetShadowTexturePixelFormat (...) {}
07114
07116 static mixed l_OgreSetShadowCasterRenderBackFaces (...) {}
07117
07119 static mixed l_OgrePixelFormatList (...) {}
07120
07122 static mixed l_OgreSetShadowTextureSelfShadow (...) {}
07123
07125 static mixed l_OgreSetShadowTextureCasterMaterial (...) {}
07126
07128 static mixed l_OgreSetShadowTextureReceiverMaterial (...) {}
07129
07131 static mixed l_OgreAmbientLight (...) {}
07132
07134 static mixed l_GetUniqueName (...) {}
07135
07137 static mixed l_OgreLastFPS (...) {}
07138
07140 static mixed l_OgreAvgFPS (...) {}
07141
07143 static mixed l_OgreBestFPS (...) {}
07144
07146 static mixed l_OgreWorstFPS (...) {}
07147
07149 static mixed l_OgreBestFrameTime (...) {}
07150
07152 static mixed l_OgreWorstFrameTime (...) {}
07153
07155 static mixed l_OgreTriangleCount (...) {}
07156
07158 static mixed l_OgreBatchCount (...) {}
07159
07160 static mixed l_OgreRenderSystemIsOpenGL (...) {}
07161
07165 static mixed l_OgreAddResLoc (...) {}
07166
07167 static mixed l_OgreInitResLocs (...) {}
07168
07170 static mixed l_IterateOverMeshTriangles (...) {}
07171
07173 static mixed l_FreeOldUnusedParticleSystems (...) {}
07174
07176 static mixed l_RayAABBQuery (...) {}
07177
07179 static mixed l_Light_SetCastShadows (...) {}
07180
07182 static mixed l_OgreSetShadowTextureCount (...) {}
07183
07186 static mixed l_OgreSetShadowTextureSettings (...) {}
07187
07189 static mixed l_MouseGrab (...) {}
07190
07192 static mixed l_MouseHide (...) {}
07193
07195 static mixed l_SetOgreInputOptions (...) {}
07196
07197 static mixed l_Client_SetMouseSensitivity (...) {}
07198
07199 static mixed l_Client_SetInvertMouse (...) {}
07200
07201 static mixed l_Client_SetCamera (...) {}
07202
07203 static mixed l_Client_ForceCamRot (...) {}
07204
07205 static mixed l_Client_CameraLookAt (...) {}
07206
07209 static mixed l_GetOgreVersion (...) {}
07210
07212 static mixed l_GetAllKeyNames (...) {}
07213
07215 static mixed l_GetNamedKey (...) {}
07216
07218 static mixed l_GetKeyName (...) {}
07219
07221 static mixed l_Terminate (...) {}
07222
07223 static mixed l_GetPointerSize (...) {}
07224
07226 static mixed l_Client_IsAlive (...) {}
07227
07229 static mixed l_PollInput (...) {}
07230
07231 static mixed l_ProfileDumpCallCount (...) {}
07232
07233 static mixed l_Client_GetCurFPS (...) {}
07234
07235 static mixed l_Client_GetFrameNum (...) {}
07236
07237 static mixed l_Client_GetTicks (...) {}
07238
07239 static mixed l_Client_GetMemoryUsage (...) {}
07240
07242 static mixed l_Uo16Color2Rgb (...) {}
07243
07245 static mixed l_Client_Sleep (...) {}
07246
07248 static mixed l_Client_USleep (...) {}
07249
07250 static mixed l_Client_GetPhysStepTime (...) {}
07251
07252 static mixed l_file_exists (...) {}
07253
07254 static mixed l_remove_file (...) {}
07255
07256 static mixed l_file_size (...) {}
07257
07264 static mixed l_mkdir (...) {}
07265
07267 static mixed l_rmdir (...) {}
07268
07270 static mixed l_dirlist (...) {}
07271
07273 static mixed l_GetRandomHexString (...) {}
07274
07276 static mixed l_Hex2Num (...) {}
07277
07279 static mixed l_BitwiseAND (...) {}
07280
07281 static mixed l_BitwiseOR (...) {}
07282
07283 static mixed l_BitwiseXOR (...) {}
07284
07286 static mixed l_BitwiseSHL (...) {}
07287
07289 static mixed l_BitwiseSHR (...) {}
07290
07291 static mixed l_TestBit (...) {}
07292
07293 static mixed l_SetBit (...) {}
07294
07295 static mixed l_ClearBit (...) {}
07296
07297 static mixed l_Exit (...) {}
07298
07299 static mixed l_Crash (...) {}
07300
07302 static mixed l_CrashSegFault (...) {}
07303
07304 static mixed l_DisplayNotice (...) {}
07305
07306 static mixed l_FatalErrorMessage (...) {}
07307
07308 static mixed l_GetMainWorkingDir (...) {}
07309
07310 static mixed l_GetLugreLuaPath (...) {}
07311
07313 static mixed l_LugreMessageBox (...) {}
07314
07316 static mixed l_OpenBrowser (...) {}
07317
07319 static mixed l_FileOpenDialog (...) {}
07320
07322 static mixed l_FileSaveDialog (...) {}
07323 };