Merge pull request #4 from n00b87/rc4_gfx_physx_integrate
Graphics and Physics Initial Integration
This commit is contained in:
4
doc/files/abs.txt
Normal file
4
doc/files/abs.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Abs [RCBasic Doc]
|
||||
#header function Abs(n)
|
||||
|
||||
|
||||
4
doc/files/accelname.txt
Normal file
4
doc/files/accelname.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AccelName$ [RCBasic Doc]
|
||||
#header function AccelName$(accel_num)
|
||||
|
||||
|
||||
4
doc/files/acos.txt
Normal file
4
doc/files/acos.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Acos [RCBasic Doc]
|
||||
#header function Acos(n)
|
||||
|
||||
|
||||
4
doc/files/activecanvas.txt
Normal file
4
doc/files/activecanvas.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ActiveCanvas [RCBasic Doc]
|
||||
#header function ActiveCanvas()
|
||||
|
||||
|
||||
4
doc/files/actoranimationislooped.txt
Normal file
4
doc/files/actoranimationislooped.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title actorAnimationIsLooped [RCBasic Doc]
|
||||
#header function actorAnimationIsLooped( actor )
|
||||
|
||||
|
||||
4
doc/files/actorisintransition.txt
Normal file
4
doc/files/actorisintransition.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ActorIsInTransition [RCBasic Doc]
|
||||
#header function ActorIsInTransition( actor )
|
||||
|
||||
|
||||
4
doc/files/actorissolid.txt
Normal file
4
doc/files/actorissolid.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ActorIsSolid [RCBasic Doc]
|
||||
#header function ActorIsSolid(actor)
|
||||
|
||||
|
||||
4
doc/files/actorisvisible.txt
Normal file
4
doc/files/actorisvisible.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ActorIsVisible [RCBasic Doc]
|
||||
#header function ActorIsVisible( actor )
|
||||
|
||||
|
||||
4
doc/files/addactorshadow.txt
Normal file
4
doc/files/addactorshadow.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AddActorShadow [RCBasic Doc]
|
||||
#header sub AddActorShadow( actor )
|
||||
|
||||
|
||||
4
doc/files/addmatrix.txt
Normal file
4
doc/files/addmatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AddMatrix [RCBasic Doc]
|
||||
#header function AddMatrix(mA, mB, mC)
|
||||
|
||||
|
||||
4
doc/files/addmeshbuffer.txt
Normal file
4
doc/files/addmeshbuffer.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AddMeshBuffer [RCBasic Doc]
|
||||
#header sub AddMeshBuffer( mesh, vertex_count, ByRef vertex_data, ByRef normal_data, ByRef uv_data, index_count, ByRef index_data )
|
||||
|
||||
|
||||
4
doc/files/addsceneskybox.txt
Normal file
4
doc/files/addsceneskybox.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AddSceneSkyBox [RCBasic Doc]
|
||||
#header sub AddSceneSkyBox( img_top, img_bottom, img_left, img_right, img_front, img_back)
|
||||
|
||||
|
||||
4
doc/files/addsceneskydome.txt
Normal file
4
doc/files/addsceneskydome.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AddSceneSkyDome [RCBasic Doc]
|
||||
#header sub AddSceneSkyDome( img )
|
||||
|
||||
|
||||
4
doc/files/addsceneskydomeex.txt
Normal file
4
doc/files/addsceneskydomeex.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AddSceneSkyDomeEx [RCBasic Doc]
|
||||
#header sub AddSceneSkyDomeEx( img, horiRes, vertRes, txPercentage, spherePercentage, radius)
|
||||
|
||||
|
||||
4
doc/files/adjointmatrix.txt
Normal file
4
doc/files/adjointmatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AdjointMatrix [RCBasic Doc]
|
||||
#header function AdjointMatrix(mA, mB)
|
||||
|
||||
|
||||
4
doc/files/andbit.txt
Normal file
4
doc/files/andbit.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AndBit [RCBasic Doc]
|
||||
#header function AndBit(a,b)
|
||||
|
||||
|
||||
4
doc/files/android_getexternalstoragepath.txt
Normal file
4
doc/files/android_getexternalstoragepath.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Android_GetExternalStoragePath$ [RCBasic Doc]
|
||||
#header function Android_GetExternalStoragePath$()
|
||||
|
||||
|
||||
4
doc/files/android_getexternalstoragestate.txt
Normal file
4
doc/files/android_getexternalstoragestate.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Android_GetExternalStorageState [RCBasic Doc]
|
||||
#header function Android_GetExternalStorageState()
|
||||
|
||||
|
||||
4
doc/files/android_getinternalstoragepath.txt
Normal file
4
doc/files/android_getinternalstoragepath.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Android_GetInternalStoragePath$ [RCBasic Doc]
|
||||
#header function Android_GetInternalStoragePath$()
|
||||
|
||||
|
||||
4
doc/files/android_jni_message.txt
Normal file
4
doc/files/android_jni_message.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Android_JNI_Message$ [RCBasic Doc]
|
||||
#header function Android_JNI_Message$(arg$)
|
||||
|
||||
|
||||
4
doc/files/applyactorcentralforcelocal.txt
Normal file
4
doc/files/applyactorcentralforcelocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorCentralForceLocal [RCBasic Doc]
|
||||
#header sub applyActorCentralForceLocal( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactorcentralforceworld.txt
Normal file
4
doc/files/applyactorcentralforceworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorCentralForceWorld [RCBasic Doc]
|
||||
#header sub applyActorCentralForceWorld( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactorcentralimpulselocal.txt
Normal file
4
doc/files/applyactorcentralimpulselocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorCentralImpulseLocal [RCBasic Doc]
|
||||
#header sub applyActorCentralImpulseLocal( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactorcentralimpulseworld.txt
Normal file
4
doc/files/applyactorcentralimpulseworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorCentralImpulseWorld [RCBasic Doc]
|
||||
#header sub applyActorCentralImpulseWorld( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactordamping.txt
Normal file
4
doc/files/applyactordamping.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorDamping [RCBasic Doc]
|
||||
#header sub applyActorDamping( actor, timeStep)
|
||||
|
||||
|
||||
4
doc/files/applyactorforcelocal.txt
Normal file
4
doc/files/applyactorforcelocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorForceLocal [RCBasic Doc]
|
||||
#header sub applyActorForceLocal( actor, x, y, z, rel_x, rel_y, rel_z)
|
||||
|
||||
|
||||
4
doc/files/applyactorforceworld.txt
Normal file
4
doc/files/applyactorforceworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorForceWorld [RCBasic Doc]
|
||||
#header sub applyActorForceWorld( actor, x, y, z, rel_x, rel_y, rel_z)
|
||||
|
||||
|
||||
4
doc/files/applyactorimpulselocal.txt
Normal file
4
doc/files/applyactorimpulselocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorImpulseLocal [RCBasic Doc]
|
||||
#header sub applyActorImpulseLocal( actor, x, y, z, rel_x, rel_y, rel_z)
|
||||
|
||||
|
||||
4
doc/files/applyactorimpulseworld.txt
Normal file
4
doc/files/applyactorimpulseworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorImpulseWorld [RCBasic Doc]
|
||||
#header sub applyActorImpulseWorld( actor, x, y, z, rel_x, rel_y, rel_z)
|
||||
|
||||
|
||||
4
doc/files/applyactortorqueimpulselocal.txt
Normal file
4
doc/files/applyactortorqueimpulselocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorTorqueImpulseLocal [RCBasic Doc]
|
||||
#header sub applyActorTorqueImpulseLocal( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactortorqueimpulseworld.txt
Normal file
4
doc/files/applyactortorqueimpulseworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorTorqueImpulseWorld [RCBasic Doc]
|
||||
#header sub applyActorTorqueImpulseWorld( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactortorquelocal.txt
Normal file
4
doc/files/applyactortorquelocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorTorqueLocal [RCBasic Doc]
|
||||
#header sub applyActorTorqueLocal( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/applyactortorqueworld.txt
Normal file
4
doc/files/applyactortorqueworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applyActorTorqueWorld [RCBasic Doc]
|
||||
#header sub applyActorTorqueWorld( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/arraycopy.txt
Normal file
4
doc/files/arraycopy.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ArrayCopy [RCBasic Doc]
|
||||
#header sub ArrayCopy(ByRef src, ByRef dst)
|
||||
|
||||
|
||||
4
doc/files/arraydim.txt
Normal file
4
doc/files/arraydim.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ArrayDim [RCBasic Doc]
|
||||
#header function ArrayDim(Byref id)
|
||||
|
||||
|
||||
4
doc/files/arrayfill.txt
Normal file
4
doc/files/arrayfill.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ArrayFill [RCBasic Doc]
|
||||
#header sub ArrayFill(ByRef src, fdata)
|
||||
|
||||
|
||||
4
doc/files/arraysize.txt
Normal file
4
doc/files/arraysize.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ArraySize [RCBasic Doc]
|
||||
#header function ArraySize(Byref id, array_dim)
|
||||
|
||||
|
||||
4
doc/files/asc.txt
Normal file
4
doc/files/asc.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Asc [RCBasic Doc]
|
||||
#header function Asc(c$)
|
||||
|
||||
|
||||
4
doc/files/asin.txt
Normal file
4
doc/files/asin.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Asin [RCBasic Doc]
|
||||
#header function Asin(n)
|
||||
|
||||
|
||||
4
doc/files/atan.txt
Normal file
4
doc/files/atan.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Atan [RCBasic Doc]
|
||||
#header function Atan(n)
|
||||
|
||||
|
||||
4
doc/files/atan2.txt
Normal file
4
doc/files/atan2.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ATan2 [RCBasic Doc]
|
||||
#header Function ATan2(y, x)
|
||||
|
||||
|
||||
4
doc/files/augmentmatrix.txt
Normal file
4
doc/files/augmentmatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title AugmentMatrix [RCBasic Doc]
|
||||
#header function AugmentMatrix(mA, mB, mC)
|
||||
|
||||
|
||||
4
doc/files/bin.txt
Normal file
4
doc/files/bin.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Bin$ [RCBasic Doc]
|
||||
#header function Bin$(n)
|
||||
|
||||
|
||||
4
doc/files/bufferfrommatrix.txt
Normal file
4
doc/files/bufferfrommatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title BufferFromMatrix [RCBasic Doc]
|
||||
#header sub BufferFromMatrix(ByRef buffer, mA)
|
||||
|
||||
|
||||
4
doc/files/bufferfromstring.txt
Normal file
4
doc/files/bufferfromstring.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title BufferFromString [RCBasic Doc]
|
||||
#header function BufferFromString(s$, ByRef buffer)
|
||||
|
||||
|
||||
4
doc/files/canvas.txt
Normal file
4
doc/files/canvas.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Canvas [RCBasic Doc]
|
||||
#header sub Canvas(c_num)
|
||||
|
||||
|
||||
4
doc/files/canvasclip.txt
Normal file
4
doc/files/canvasclip.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CanvasClip [RCBasic Doc]
|
||||
#header sub CanvasClip(slot, x, y, w, h, flag)
|
||||
|
||||
|
||||
4
doc/files/canvasisvisible.txt
Normal file
4
doc/files/canvasisvisible.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CanvasIsVisible [RCBasic Doc]
|
||||
#header function CanvasIsVisible(c_num)
|
||||
|
||||
|
||||
4
doc/files/changedir.txt
Normal file
4
doc/files/changedir.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ChangeDir [RCBasic Doc]
|
||||
#header sub ChangeDir(p$)
|
||||
|
||||
|
||||
4
doc/files/channelispaused.txt
Normal file
4
doc/files/channelispaused.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ChannelIsPaused [RCBasic Doc]
|
||||
#header function ChannelIsPaused(channel)
|
||||
|
||||
|
||||
4
doc/files/channelisplaying.txt
Normal file
4
doc/files/channelisplaying.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ChannelIsPlaying [RCBasic Doc]
|
||||
#header function ChannelIsPlaying(channel)
|
||||
|
||||
|
||||
4
doc/files/checksockets.txt
Normal file
4
doc/files/checksockets.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CheckSockets [RCBasic Doc]
|
||||
#header function CheckSockets(timeout_ms)
|
||||
|
||||
|
||||
4
doc/files/chr.txt
Normal file
4
doc/files/chr.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Chr$ [RCBasic Doc]
|
||||
#header function Chr$(n)
|
||||
|
||||
|
||||
4
doc/files/cint32.txt
Normal file
4
doc/files/cint32.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CInt32 [RCBasic Doc]
|
||||
#header function CInt32(i)
|
||||
|
||||
|
||||
4
doc/files/cint64.txt
Normal file
4
doc/files/cint64.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CInt64 [RCBasic Doc]
|
||||
#header function CInt64(i)
|
||||
|
||||
|
||||
4
doc/files/circle.txt
Normal file
4
doc/files/circle.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Circle [RCBasic Doc]
|
||||
#header sub Circle(x,y,radius)
|
||||
|
||||
|
||||
4
doc/files/circlefill.txt
Normal file
4
doc/files/circlefill.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CircleFill [RCBasic Doc]
|
||||
#header sub CircleFill(x,y,radius)
|
||||
|
||||
|
||||
4
doc/files/clearactorforces.txt
Normal file
4
doc/files/clearactorforces.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title clearActorForces [RCBasic Doc]
|
||||
#header sub clearActorForces( actor)
|
||||
|
||||
|
||||
4
doc/files/clearcanvas.txt
Normal file
4
doc/files/clearcanvas.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearCanvas [RCBasic Doc]
|
||||
#header sub ClearCanvas()
|
||||
|
||||
|
||||
4
doc/files/clearmatrix.txt
Normal file
4
doc/files/clearmatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearMatrix [RCBasic Doc]
|
||||
#header sub ClearMatrix(mA)
|
||||
|
||||
|
||||
4
doc/files/clearmatrixcolumns.txt
Normal file
4
doc/files/clearmatrixcolumns.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearMatrixColumns [RCBasic Doc]
|
||||
#header function ClearMatrixColumns(mA, c, num_cols)
|
||||
|
||||
|
||||
4
doc/files/clearmatrixrows.txt
Normal file
4
doc/files/clearmatrixrows.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearMatrixRows [RCBasic Doc]
|
||||
#header function ClearMatrixRows(mA, r, num_rows)
|
||||
|
||||
|
||||
4
doc/files/clearmousezone.txt
Normal file
4
doc/files/clearmousezone.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearMouseZone [RCBasic Doc]
|
||||
#header sub ClearMouseZone()
|
||||
|
||||
|
||||
4
doc/files/clearstack_n.txt
Normal file
4
doc/files/clearstack_n.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearStack_N [RCBasic Doc]
|
||||
#header sub ClearStack_N( num_stack )
|
||||
|
||||
|
||||
4
doc/files/clearstack_s.txt
Normal file
4
doc/files/clearstack_s.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClearStack_S [RCBasic Doc]
|
||||
#header sub ClearStack_S( str_stack )
|
||||
|
||||
|
||||
4
doc/files/clipmatrix.txt
Normal file
4
doc/files/clipmatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ClipMatrix [RCBasic Doc]
|
||||
#header sub ClipMatrix(mA, r, c, num_rows, num_cols, mB)
|
||||
|
||||
|
||||
4
doc/files/clonecanvas.txt
Normal file
4
doc/files/clonecanvas.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CloneCanvas [RCBasic Doc]
|
||||
#header sub CloneCanvas(src, dst)
|
||||
|
||||
|
||||
4
doc/files/closecanvas.txt
Normal file
4
doc/files/closecanvas.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CloseCanvas [RCBasic Doc]
|
||||
#header sub CanvasClose(c_num)
|
||||
|
||||
|
||||
4
doc/files/closefile.txt
Normal file
4
doc/files/closefile.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CloseFile [RCBasic Doc]
|
||||
#header sub FileClose(stream)
|
||||
|
||||
|
||||
4
doc/files/closewindow.txt
Normal file
4
doc/files/closewindow.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CloseWindow [RCBasic Doc]
|
||||
#header sub WindowClose(win)
|
||||
|
||||
|
||||
4
doc/files/cls.txt
Normal file
4
doc/files/cls.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Cls [RCBasic Doc]
|
||||
#header sub Cls()
|
||||
|
||||
|
||||
4
doc/files/cofactormatrix.txt
Normal file
4
doc/files/cofactormatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CofactorMatrix [RCBasic Doc]
|
||||
#header sub SubMatrix(mA, r, c)
|
||||
|
||||
|
||||
4
doc/files/colorkey.txt
Normal file
4
doc/files/colorkey.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title ColorKey [RCBasic Doc]
|
||||
#header sub ColorKey(slot, c)
|
||||
|
||||
|
||||
4
doc/files/command.txt
Normal file
4
doc/files/command.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Command$ [RCBasic Doc]
|
||||
#header function Command$(arg)
|
||||
|
||||
|
||||
4
doc/files/computeactorangularimpulsedenominator.txt
Normal file
4
doc/files/computeactorangularimpulsedenominator.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title computeActorAngularImpulseDenominator [RCBasic Doc]
|
||||
#header function computeActorAngularImpulseDenominator( actor, x, y, z)
|
||||
|
||||
|
||||
4
doc/files/computeactorgyroimpulselocal.txt
Normal file
4
doc/files/computeactorgyroimpulselocal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title computeActorGyroImpulseLocal [RCBasic Doc]
|
||||
#header sub computeActorGyroImpulseLocal( actor, dt, ByRef x, ByRef y, ByRef z)
|
||||
|
||||
|
||||
4
doc/files/computeactorgyroimpulseworld.txt
Normal file
4
doc/files/computeactorgyroimpulseworld.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title computeActorGyroImpulseWorld [RCBasic Doc]
|
||||
#header sub computeActorGyroImpulseWorld( actor, dt, ByRef x, ByRef y, ByRef z)
|
||||
|
||||
|
||||
4
doc/files/computeactorimpulsedenominator.txt
Normal file
4
doc/files/computeactorimpulsedenominator.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title computeActorImpulseDenominator [RCBasic Doc]
|
||||
#header function computeActorImpulseDenominator( actor, pos_x, pos_y, pos_z, normal_x, normal_y, normal_z)
|
||||
|
||||
|
||||
4
doc/files/copyactormaterial.txt
Normal file
4
doc/files/copyactormaterial.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title copyActorMaterial [RCBasic Doc]
|
||||
#header function copyActorMaterial( actor, material_num)
|
||||
|
||||
|
||||
4
doc/files/copyfile.txt
Normal file
4
doc/files/copyfile.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CopyFile [RCBasic Doc]
|
||||
#header sub CopyFile(src$, dst$)
|
||||
|
||||
|
||||
4
doc/files/copyimage.txt
Normal file
4
doc/files/copyimage.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CopyImage [RCBasic Doc]
|
||||
#header sub CopyImage(src, dst)
|
||||
|
||||
|
||||
4
doc/files/copymaterial.txt
Normal file
4
doc/files/copymaterial.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title copyMaterial [RCBasic Doc]
|
||||
#header function copyMaterial( smaterial_id)
|
||||
|
||||
|
||||
4
doc/files/copymatrix.txt
Normal file
4
doc/files/copymatrix.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CopyMatrix [RCBasic Doc]
|
||||
#header sub CopyMatrix(mA, mB)
|
||||
|
||||
|
||||
4
doc/files/copymatrixcolumns.txt
Normal file
4
doc/files/copymatrixcolumns.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CopyMatrixColumns [RCBasic Doc]
|
||||
#header function CopyMatrixColumns(mA, mB, c, num_cols)
|
||||
|
||||
|
||||
4
doc/files/copymatrixrows.txt
Normal file
4
doc/files/copymatrixrows.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CopyMatrixRows [RCBasic Doc]
|
||||
#header function CopyMatrixRows(mA, mB, r, num_rows)
|
||||
|
||||
|
||||
4
doc/files/cos.txt
Normal file
4
doc/files/cos.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title Cos [RCBasic Doc]
|
||||
#header function Cos(n)
|
||||
|
||||
|
||||
4
doc/files/createbillboardactor.txt
Normal file
4
doc/files/createbillboardactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CreateBillboardActor [RCBasic Doc]
|
||||
#header function CreateBillboardActor( )
|
||||
|
||||
|
||||
4
doc/files/createconeconstraint.txt
Normal file
4
doc/files/createconeconstraint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createConeConstraint [RCBasic Doc]
|
||||
#header function createConeConstraint( actorA, rbAFrame_matrix)
|
||||
|
||||
|
||||
4
doc/files/createconeconstraintex.txt
Normal file
4
doc/files/createconeconstraintex.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createConeConstraintEx [RCBasic Doc]
|
||||
#header function createConeConstraintEx( actorA, actorB, rbAFrame_matrix, rbBFrame_matrix)
|
||||
|
||||
|
||||
4
doc/files/createcubeactor.txt
Normal file
4
doc/files/createcubeactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CreateCubeActor [RCBasic Doc]
|
||||
#header function CreateCubeActor( cube_size )
|
||||
|
||||
|
||||
4
doc/files/createhingeconstraint.txt
Normal file
4
doc/files/createhingeconstraint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createHingeConstraint [RCBasic Doc]
|
||||
#header function createHingeConstraint( actorA, pxA, pyA, pzA, axA, ayA, azA)
|
||||
|
||||
|
||||
4
doc/files/createhingeconstraintex.txt
Normal file
4
doc/files/createhingeconstraintex.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createHingeConstraintEx [RCBasic Doc]
|
||||
#header function createHingeConstraintEx( actorA, actorB, pxA, pyA, pzA, pxB, pyB, pzB, axA, ayA, azA, axB, ayB, azB)
|
||||
|
||||
|
||||
4
doc/files/createimage.txt
Normal file
4
doc/files/createimage.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createImage [RCBasic Doc]
|
||||
#header sub ImageFromBuffer(slot, w, h, byref buffer)
|
||||
|
||||
|
||||
4
doc/files/createimageex.txt
Normal file
4
doc/files/createimageex.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createImageEx [RCBasic Doc]
|
||||
#header sub ImageFromBuffer_Ex(slot, w, h, byref buffer, colkey)
|
||||
|
||||
|
||||
4
doc/files/createlightactor.txt
Normal file
4
doc/files/createlightactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CreateLightActor [RCBasic Doc]
|
||||
#header function CreateLightActor( )
|
||||
|
||||
|
||||
4
doc/files/creatematerial.txt
Normal file
4
doc/files/creatematerial.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createMaterial [RCBasic Doc]
|
||||
#header function createMaterial()
|
||||
|
||||
|
||||
4
doc/files/createmesh.txt
Normal file
4
doc/files/createmesh.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CreateMesh [RCBasic Doc]
|
||||
#header function CreateMesh( )
|
||||
|
||||
|
||||
4
doc/files/createmeshactor.txt
Normal file
4
doc/files/createmeshactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CreateMeshActor [RCBasic Doc]
|
||||
#header function CreateMeshActor( mesh )
|
||||
|
||||
|
||||
4
doc/files/createmeshoctreeactor.txt
Normal file
4
doc/files/createmeshoctreeactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title CreateMeshOctreeActor [RCBasic Doc]
|
||||
#header function CreateMeshOctreeActor( mesh )
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user