• Console IO
    • Fprint
    • Input$
  • Arrays
    • ArrayDim
    • StringArrayDim
    • NumberArrayDim
    • ArraySize
    • StringArraySize
    • NumberArraySize
    • NumberArrayCopy
    • StringArrayCopy
    • ArrayCopy
    • NumberArrayFill
    • StringArrayFill
    • ArrayFill
    • TypeArrayDim
    • TypeArraySize
    • TypeArrayCopy
    • TypeArrayFill
  • Math
    • Abs
    • Acos
    • AndBit
    • Asin
    • Atan
    • Bin$
    • CInt32
    • CInt64
    • Cos
    • Degrees
    • Exp
    • Frac
    • Hex$
    • HexVal
    • Int
    • Log
    • Max
    • Min
    • OrBit
    • Radians
    • Randomize
    • Rand
    • Round
    • Sign
    • Sin
    • Sqrt
    • Tan
    • XOrBit
    • GetLineIntersection
    • Interpolate
    • ATan2
    • PointInQuad
    • PointInTri
    • Distance2D
    • Distance3D
    • GetCircleLineIntersection
    • GetLinePlaneIntersection
  • Strings
    • Asc
    • Chr$
    • Insert$
    • InStr
    • Lcase$
    • Left$
    • Length
    • Len
    • Ltrim$
    • Mid$
    • ReplaceSubstr$
    • Replace$
    • Reverse$
    • Right$
    • Rtrim$
    • StringFill$
    • Str$
    • Str_F$
    • Str_S$
    • Tally
    • Trim$
    • Ucase$
    • Val
    • Size
    • BufferFromString
    • StringFromBuffer$
  • Stacks
    • CreateStack_N
    • CreateStack_S
    • ClearStack_N
    • ClearStack_S
    • DeleteStack_N
    • DeleteStack_S
    • Push_N
    • Pop_N
    • Push_S
    • Pop_S$
    • Stack_Size_N
    • Stack_Size_S
  • Files
    • OpenFile
    • CloseFile
    • ReadByte
    • WriteByte
    • ReadLine$
    • Write
    • WriteLine
    • CopyFile
    • RemoveFile
    • FileExists
    • MoveFile
    • RenameFile
    • FileLength
    • Tell
    • Seek
    • EOF
    • WriteByteBuffer
    • ReadByteBuffer
  • Directories
    • ChangeDir
    • DirExists
    • DirFirst$
    • Dir$
    • DirNext$
    • MakeDir
    • RemoveDir
  • Date and Time
    • Date$
    • Easter$
    • Ticks
    • Time$
    • Timer
    • Wait
  • Window Management
    • OpenWindow
    • OpenWindowEx
    • CloseWindow
    • RaiseWindow
    • Update
    • Cls
    • SetClearColor
    • ShowWindow
    • HideWindow
    • SetWindowTitle
    • WindowTitle$
    • SetWindowPosition
    • GetWindowPosition
    • SetWindowSize
    • GetWindowSize
    • SetWindowMinSize
    • GetWindowMinSize
    • SetWindowMaxSize
    • GetWindowMaxSize
    • WindowIsFullscreen
    • WindowIsVisible
    • WindowIsBordered
    • WindowIsResizable
    • WindowIsMinimized
    • WindowIsMaximized
    • WindowHasInputFocus
    • WindowHasMouseFocus
    • SetWindowFullscreen
    • MaximizeWindow
    • MinimizeWindow
    • SetWindowBordered
    • WindowClip
    • WindowExists
    • WindowEvent_Close
    • WindowEvent_Maximize
    • WindowEvent_Minimize
    • FPS
    • SetWindowIcon
    • WindowEvent_Resize
    • SetWindowAutoClose
    • SetWindowResizable
    • WindowMode
    • getWindowMode
    • RestoreWindow
    • GrabInput
    • SetWindowAlwaysOnTop
    • SetMouseRelative
    • FlashWindow
    • WindowIsGrabbed
    • PreUpdate
  • Canvases
    • OpenCanvas
    • CloseCanvas
    • OpenCanvas3D
    • SetCanvasVisible
    • CanvasIsVisible
    • SetCanvasViewport
    • GetCanvasViewport
    • Canvas
    • SetCanvasOffset
    • GetCanvasOffset
    • GetCanvasSize
    • ClearCanvas
    • SetCanvasAlpha
    • GetCanvasAlpha
    • SetCanvasColorMod
    • GetCanvasColorMod
    • CloneCanvas
    • SetCanvasZ
    • CanvasZ
    • CanvasClip
    • ActiveCanvas
    • SetCanvasPhysics2D
    • OpenCanvasSpriteLayer
  • GFX Primitives
    • Circle
    • CircleFill
    • Ellipse
    • EllipseFill
    • FloodFill
    • GetPixel
    • SetColor
    • Line
    • Poly
    • Rect
    • RectFill
    • RGB
    • RGBA
    • Pset
  • Images
    • LoadImage
    • LoadImageEx
    • createImage
    • createImageEx
    • BufferFromImage
    • ImageExists
    • ColorKey
    • setBilinearFilter
    • getBilinearFilter
    • CopyImage
    • DeleteImage
    • SetImageAlpha
    • GetImageAlpha
    • GetImageSize
    • SetBlendMode
    • GetBlendMode
    • SetImageColorMod
    • GetImageColorMod
    • DrawImage
    • DrawImage_Blit
    • DrawImage_BlitEx
    • DrawImage_Rotate
    • DrawImage_RotateEx
    • DrawImage_Zoom
    • DrawImage_ZoomEx
    • DrawImage_Rotozoom
    • DrawImage_RotozoomEx
    • DrawImage_Flip
    • DrawImage_FlipEx
  • Keyboard and Mouse
    • InKey
    • Key
    • WaitKey
    • HideMouse
    • ShowMouse
    • MouseIsVisible
    • GetMouse
    • MouseX
    • MouseY
    • MouseButton
    • GetMouseWheel
    • MouseWheelX
    • MouseWheelY
    • GetGlobalMouse
    • GlobalMouseX
    • GlobalMouseY
    • WarpMouse
    • WarpMouseGlobal
    • SetMouseZone
    • ClearMouseZone
  • Sound and Music
    • CreateSound
    • LoadSound
    • LoadMusic
    • PlaySound
    • PlaySoundTimed
    • PlayMusic
    • PauseSound
    • ResumeSound
    • PauseMusic
    • ResumeMusic
    • DeleteSound
    • DeleteMusic
    • FadeMusicIn
    • FadeMusicOut
    • MusicExists
    • SetMusicVolume
    • GetMusicVolume
    • SetMusicPosition
    • GetMusicPosition
    • RewindMusic
    • SetSoundChannels
    • NumSoundChannels
    • SoundIsEnabled
    • SoundExists
    • SetChannelVolume
    • GetChannelVolume
    • SetSoundVolume
    • GetSoundVolume
    • StopMusic
    • StopSound
    • SetChannelPanning
    • SetChannelDistance
    • ChannelIsPlaying
    • ChannelIsPaused
    • QueryAudioSpec
    • MusicIsPlaying
    • SetChannelSpacePosition
  • Joystick
    • NumJoysticks
    • NumJoyAxes
    • NumJoyButtons
    • NumJoyHats
    • NumJoyTrackBalls
    • JoyAxis
    • JoyButton
    • JoyHat
    • GetJoyTrackBall
    • JoyName$
    • JoystickIsConnected
    • JoyRumblePlay
    • JoyRumbleStop
    • JoystickIsHaptic
  • Text Drawing
    • LoadFont
    • DeleteFont
    • FontExists
    • SetFont
    • DrawText
    • GetTextSize
    • TextWidth
    • TextHeight
  • Touch and Sensors
    • TouchPressure
    • GetTouch
    • GetMultiTouch
    • GetTouchFinger
    • NumFingers
    • GetAccel
    • AccelName$
    • NumAccels
    • GetGyro
    • GyroName$
    • NumGyros
  • Networking
    • CheckSockets
    • TCP_SocketReady
    • UDP_SocketReady
    • TCP_OpenSocket
    • TCP_CloseSocket
    • TCP_RemoteHost
    • TCP_RemotePort
    • TCP_GetData
    • TCP_SendData
    • TCP_AcceptSocket
    • UDP_OpenSocket
    • UDP_CloseSocket
    • UDP_GetData
    • UDP_Length
    • UDP_MaxLength
    • UDP_RemoteHost$
    • UDP_RemotePort
    • UDP_SendData
  • Video Playback
    • LoadVideo
    • PlayVideo
    • PauseVideo
    • StopVideo
    • SetVideoPosition
    • ResumeVideo
    • GetVideoPosition
    • DeleteVideo
    • VideoIsPlaying
    • VideoEnd
    • GetVideoStats
    • SetVideoDrawRect
    • GetVideoDrawRect
    • GetVideoSize
    • VideoExists
    • SetVideoVolume
    • GetVideoVolume
  • System
    • System
    • OS$
    • Command$
    • NumCommands
    • Env$
    • SetEnv
    • PrefPath$
    • Android_GetExternalStoragePath$
    • Android_GetExternalStorageState
    • Android_GetInternalStoragePath$
    • Android_JNI_Message$
    • Runtime_Utility_Message$
    • GetDesktopDisplayMode
    • GetPowerInfo
    • EvalJS$
    • SystemReturnStdOut$
    • OpenURL
    • MessageBox
    • Runtime$
    • NumCPUs
    • SystemRam
  • Matrices
    • DimMatrix
    • DeleteMatrix
    • AddMatrix
    • AugmentMatrix
    • CopyMatrix
    • InsertMatrixColumns
    • InsertMatrixRows
    • MultiplyMatrix
    • CubeMatrix
    • DeleteMatrixColumns
    • DeleteMatrixRows
    • ClearMatrix
    • ClearMatrixColumns
    • ClearMatrixRows
    • FillMatrix
    • FillMatrixColumns
    • FillMatrixRows
    • CopyMatrixColumns
    • CopyMatrixRows
    • SetIdentityMatrix
    • SolveMatrix
    • IsEqualMatrix
    • Determinant
    • AdjointMatrix
    • InvertMatrix
    • MatrixFromBuffer
    • BufferFromMatrix
    • RandomizeMatrix
    • MatrixValue
    • SetMatrixValue
    • ScalarMatrix
    • ScalarMatrixColumns
    • ScalarMatrixRows
    • SquareMatrix
    • CofactorMatrix
    • SubtractMatrix
    • SwapMatrix
    • SwapMatrixColumn
    • SwapMatrixRow
    • TransposeMatrix
    • UnAugmentMatrix
    • ZeroMatrix
    • GetMatrixSize
    • IncrementMatrixRows
    • IncrementMatrixColumns
    • JoinMatrixRows
    • JoinMatrixColumns
    • ClipMatrix
    • SetMatrixTranslation
    • SetMatrixRotation
    • SetMatrixScale
    • GetMatrixTranslation
    • GetMatrixRotation
    • GetMatrixScale
  • Clipboard
    • GetClipboardText$
    • SetClipboardText
    • HasClipboardText
  • Text Editing
    • ReadInput_Start
    • ReadInput_Stop
    • ReadInput_GetText$
    • ReadInput_SetText
    • ReadInput_ToggleBackspace
  • Sprites
    • CreateSprite
    • DeleteSprite
    • SetSpritePosition
    • TranslateSprite
    • GetSpritePosition
    • SpriteX
    • SpriteY
    • SetSpriteRotation
    • RotateSprite
    • GetSpriteRotation
    • SetSpriteScale
    • ScaleSprite
    • GetSpriteScale
    • SetSpriteZ
    • SpriteZ
    • GetSpriteSize
    • SpriteWidth
    • SpriteHeight
    • SetSpriteVisible
    • SpriteIsVisible
    • SetSpriteSolid
    • SpriteIsSolid
    • SetSpriteType
    • GetSpriteType
    • SetSpriteSource
    • GetSpriteSource
  • Sprite Animation
    • CreateSpriteAnimation
    • SetSpriteFrame
    • GetSpriteFrame
    • SetSpriteAnimationFrame
    • GetSpriteAnimationFrame
    • SetSpriteAnimationLength
    • GetSpriteAnimationLength
    • SetSpriteAnimationSpeed
    • GetSpriteAnimationSpeed
    • SetSpriteAnimation
    • GetSpriteAnimation
    • GetSpriteCurrentAnimationFrame
    • NumSpriteAnimationLoops
    • SpriteAnimationIsPlaying
    • DeleteSpriteAnimation
  • Sprite Physics
    • getSpriteCenter
    • setSpriteLinearVelocity
    • getSpriteLinearVelocity
    • setSpriteAngularVelocity
    • getSpriteAngularVelocity
    • applySpriteForce
    • applySpriteCentralForce
    • applySpriteTorque
    • applySpriteLinearImpulse
    • applySpriteAngularImpulse
    • getSpriteMass
    • getSpriteInertia
    • getSpriteWorldPoint
    • getSpriteWorldVector
    • getSpriteLocalPoint
    • getSpriteLocalVector
    • getSpriteLinearVelocityFromLocalPoint
    • getSpriteLinearVelocityFromWorldPoint
    • getSpriteLinearDamping
    • setSpriteLinearDamping
    • getSpriteAngularDamping
    • setSpriteAngularDamping
    • getSpriteGravityScale
    • setSpriteGravityScale
    • setSpriteBullet
    • spriteIsBullet
    • setSpriteSleepAllowed
    • spriteSleepAllowed
    • setSpriteAwake
    • spriteIsAwake
    • setSpriteFixedRotation
    • spriteIsFixedRotation
    • SetSpriteDensity
    • GetSpriteDensity
    • SetSpriteFriction
    • GetSpriteFriction
    • SetSpriteRestitution
    • GetSpriteRestitution
    • SetSpriteRestitutionThreshold
    • GetSpriteRestitutionThreshold
    • GetSpriteAABB
    • SetGravity2D
    • GetGravity2D
    • SetWorld2DTimeStep
    • SetWorld2DVelocityIterations
    • SetWorld2DPositionIterations
    • GetWorld2DTimeStep
    • GetWorld2DVelocityIterations
    • GetWorld2DPositionIterations
    • SetWorld2DAutoClearForces
    • GetWorld2DAutoClearForces
  • 2D Constraints
    • createDistanceJoint
    • createFrictionJoint
    • createGearJoint
    • createMotorJoint
    • createPrismaticJoint
    • createPulleyJoint
    • createRevoluteJoint
    • createWeldJoint
    • createWheelJoint
    • getJointWorldAnchorA
    • getJointWorldAnchorB
    • getJointReactionForce
    • getJointReactionTorque
    • getJointLocalAnchorA
    • getJointLocalAnchorB
    • setJointLength
    • getJointLength
    • setJointMinLength
    • getJointMinLength
    • setJointMaxLength
    • getJointMaxLength
    • getJointCurrentLength
    • setJointStiffness
    • getJointStiffness
    • setJointDamping
    • getJointDamping
    • setJointMaxForce
    • getJointMaxForce
    • setJointMaxTorque
    • getJointMaxTorque
    • setJointCorrectionFactor
    • getJointCorrectionFactor
    • setJointRatio
    • getJointRatio
    • setJointLinearOffset
    • getJointLinearOffset
    • setJointAngularOffset
    • getJointAngularOffset
    • getJointLocalAxisA
    • getJointReferenceAngle
    • getJointTranslation
    • getJointSpeed
    • jointIsLimitEnabled
    • enableJointLimit
    • getJointLowerLimit
    • getJointUpperLimit
    • setJointLimits
    • jointMotorIsEnabled
    • enableJointMotor
    • setJointMotorSpeed
    • getJointMotorSpeed
    • setJointMaxMotorForce
    • getJointMaxMotorForce
    • getJointMotorForce
    • setJointMaxMotorTorque
    • getJointMaxMotorTorque
    • getJointMotorTorque
    • getJointGroundAnchorA
    • getJointGroundAnchorB
    • getJointLengthA
    • getJointLengthB
    • getJointCurrentLengthA
    • getJointCurrentLengthB
    • setJointOrigin
    • getJointAngle
    • getJointLinearSpeed
    • getJointAngularSpeed
    • DeleteJoint
  • Tile Maps
    • CreateTileSet
    • SetTileAnimationLength
    • GetTileAnimationLength
    • SetTileAnimationFrame
    • GetTileAnimationFrame
    • SetTileAnimationSpeed
    • GetTileAnimationSpeed
    • CreateTileMap
    • SetTileMapSize
    • GetTileMapSize
    • SetTile
    • GetTile
    • FillTile
    • DrawTileMap
    • DeleteTileSet
    • DeleteTileMap
  • Meshes
    • LoadMesh
    • DeleteMesh
    • CreateMesh
    • AddMeshBuffer
    • LoadMeshFromArchive
    • CreatePlaneMesh
    • LoadAN8
    • LoadMeshFromAN8
    • GetNumAN8Scenes
    • GetAN8SceneName$
  • Actors
    • CreateAnimatedActor
    • CreateOctreeActor
    • CreateCubeActor
    • CreateSphereActor
    • CreateWaterActor
    • CreateLightActor
    • CreateBillboardActor
    • CreateTerrainActor
    • CreateParticleActor
    • DeleteActor
    • GetActorTransform
    • SetActorPosition
    • TranslateActorLocal
    • TranslateActorWorld
    • GetActorPosition
    • SetActorScale
    • ScaleActor
    • GetActorScale
    • SetActorRotation
    • RotateActor
    • GetActorRotation
    • SetActorVisible
    • ActorIsVisible
    • SetActorAutoCulling
    • GetActorAutoCulling
    • AddActorShadow
    • RemoveActorShadow
    • ActorExists
  • Actor Animation
    • CreateActorAnimation
    • SetActorAnimation
    • SetActorAnimationSpeed
    • SetActorAnimationFrames
    • GetActorCurrentAnimation
    • GetActorAnimationSpeed
    • GetActorAnimationStartFrame
    • GetActorAnimationEndFrame
    • SetActorFrame
    • GetActorFrame
    • ActorAnimationIsPlaying
    • NumActorAnimationLoops
    • SetActorMD2Animation
    • SetActorMD2AnimationByName
    • DeleteActorAnimation
  • Actor Physics
    • SetGravity3D
    • GetGravity3D
    • SetActorCollisionShape
    • GetActorCollisionShape
    • SetActorSolid
    • ActorIsSolid
    • GetActorCollision
    • SetActorGravity
    • GetActorGravity
    • setActorDamping
    • getActorLinearDamping
    • getActorAngularDamping
    • getActorLinearSleepThreshold
    • getActorAngularSleepThreshold
    • applyActorDamping
    • setActorMassProperties
    • getActorLinearFactor
    • setActorLinearFactor
    • getActorInverseMass
    • integrateActorVelocities
    • applyActorCentralForceLocal
    • applyActorCentralForceWorld
    • getActorTotalForce
    • getActorTotalTorque
    • getActorInverseInertiaDiagLocal
    • setActorInverseInertiaDiagLocal
    • setActorSleepThresholds
    • applyActorTorqueLocal
    • applyActorTorqueWorld
    • applyActorForceLocal
    • applyActorForceWorld
    • applyActorCentralImpulseLocal
    • applyActorCentralImpulseWorld
    • applyActorTorqueImpulseLocal
    • applyActorTorqueImpulseWorld
    • applyActorImpulseLocal
    • applyActorImpulseWorld
    • clearActorForces
    • updateActorInertiaTensor
    • getActorCenter
    • getActorRotationQ
    • getActorLinearVelocityWorld
    • getActorAngularVelocityWorld
    • setActorLinearVelocityLocal
    • setActorLinearVelocityWorld
    • setActorAngularVelocityLocal
    • setActorAngularVelocityWorld
    • getActorVelocityInLocalPoint
    • getActorLinearVelocityLocal
    • getActorAngularVelocityLocal
    • getActorAABB
    • computeActorImpulseDenominator
    • computeActorAngularImpulseDenominator
    • setActorAngularFactor
    • getActorAngularFactor
    • computeActorGyroImpulseLocal
    • computeActorGyroImpulseWorld
    • getActorLocalInertia
    • SetActorSleepState
  • 3D Constraints
    • createPointConstraint
    • createPointConstraintEx
    • setPointPivotA
    • setPointPivotB
    • createHingeConstraint
    • createHingeConstraintEx
    • createSlideConstraint
    • createSlideConstraintEx
    • createConeConstraint
    • createConeConstraintEx
    • deleteConstraint
    • getConstraintFrameOffsetA
    • getConstraintFrameOffsetB
    • useConstraintFrameOffset
    • getHingeAngle
    • getHingeAngleEx
    • getConstraintBreakingImpulseThreshold
    • getConstraintAFrame
    • getConstraintBFrame
    • setHingeAxis
    • setConstraintBreakingImpulseThreshold
    • setConstraintFrames
    • setHingeLimit
    • setConeLimit
    • getHingeLimitBiasFactor
    • getHingeLimitRelaxationFactor
    • getHingeLimitSign
    • getHingeSolveLimit
    • useHingeReferenceFrameA
    • getConstraintAppliedImpulse
    • getConstraintFixedActor
    • getPointPivotA
    • getPointPivotB
    • getConstraintActorA
    • getConstraintActorB
    • setConstraintSolverIterations
    • getConeBiasFactor
    • getConeDamping
    • getConeFixThresh
    • getConeLimit
    • getConstraintLimitSoftness
    • getConstraintSolverIterations
    • getConeAnglePoint
    • getConstraintAngularOnly
    • getConeSolveSwingLimit
    • getConeSolveTwistLimit
    • getConeSwingSpan1
    • getConeSwingSpan2
    • getConeTwistAngle
    • getConeTwistLimitSign
    • getConeTwistSpan
    • setConstraintAngularOnly
    • setConeDamping
    • setConeFixThresh
    • getSlideAnchorA
    • getSlideAnchorB
    • getSlideAngDepth
    • getSlideAngularPos
    • getSlideDampingDirAng
    • getSlideDampingDirLin
    • getSlideDampingLimAng
    • getSlideDampingLimLin
    • getSlideDampingOrthoAng
    • getSlideDampingOrthoLin
    • getSlideLinearPos
    • getSlideLinDepth
    • getSlideLowerAngLimit
    • getSlideLowerLinLimit
    • getSlideRestitutionDirAng
    • getSlideRestitutionDirLin
    • getSlideRestitutionLimAng
    • getSlideRestitutionLimLin
    • getSlideRestitutionOrthoAng
    • getSlideRestitutionOrthoLin
    • getSlideSoftnessDirAng
    • getSlideSoftnessDirLin
    • getSlideSoftnessLimAng
    • getSlideSoftnessLimLin
    • getSlideSoftnessOrthoAng
    • getSlideSoftnessOrthoLin
    • getSlideSolveAngLimit
    • getSlideSolveLinLimit
    • getSlideUpperAngLimit
    • getSlideUpperLinLimit
    • getSlideUseFrameOffset
    • setSlideDampingDirAng
    • setSlideDampingDirLin
    • setSlideDampingLimAng
    • setSlideDampingLimLin
    • setSlideDampingOrthoAng
    • setSlideDampingOrthoLin
    • setSlideLowerAngLimit
    • setSlideLowerLinLimit
    • setSlideRestitutionDirAng
    • setSlideRestitutionDirLin
    • setSlideRestitutionLimAng
    • setSlideRestitutionLimLin
    • setSlideRestitutionOrthoAng
    • setSlideRestitutionOrthoLin
    • setSlideSoftnessDirAng
    • setSlideSoftnessDirLin
    • setSlideSoftnessLimAng
    • setSlideSoftnessLimLin
    • setSlideSoftnessOrthoAng
    • setSlideSoftnessOrthoLin
    • setSlideUpperAngLimit
    • setSlideUpperLinLimit
    • ConstraintExists
  • Camera
    • SetCameraPosition
    • GetCameraPosition
    • TranslateCamera
    • SetCameraRotation
    • GetCameraRotation
    • RotateCamera
    • SetCameraFOV
    • GetCameraFOV
    • SetCameraAspectRatio
    • GetCameraAspectRatio
    • SetCameraFarValue
    • GetCameraFarValue
    • SetCameraNearValue
    • GetCameraNearValue
    • SetProjectionMatrix
    • GetProjectionMatrix
    • GetWorldToViewportPosition
  • Scene
    • AddSceneSkyBox
    • AddSceneSkyDome
    • AddSceneSkyDomeEx
    • RemoveSceneSky
    • SetWorld3DMaxSubSteps
    • SetWorld3DTimeStep
    • GetWorld3DMaxSubSteps
    • GetWorld3DTimeStep
    • SetSceneFog
    • GetSceneFog
    • ClearScene
  • Particles
    • startParticleEmitter
    • stopParticleEmitter
    • setParticleDirection
    • getParticleDirection
    • useParticleEveryMeshVertex
    • particleIsUsingEveryMeshVertex
    • setParticleNormalDirectionMod
    • getParticleNormalDirectionMod
    • useParticleNormalDirection
    • particleIsUsingNormalDirection
    • setParticleMesh
    • setMinParticlesPerSecond
    • getMinParticlesPerSecond
    • setMaxParticlesPerSecond
    • getMaxParticlesPerSecond
    • setParticleMinStartColor
    • getParticleMinStartColor
    • setParticleMaxStartColor
    • getParticleMaxStartColor
    • setParticleMinLife
    • getParticleMinLife
    • setParticleMaxLife
    • getParticleMaxLife
    • setParticleMaxAngle
    • getParticleMaxAngle
    • setParticleMinStartSize
    • getParticleMinStartSize
    • setParticleMaxStartSize
    • getParticleMaxStartSize
    • setParticleCenter
    • getParticleCenter
    • setParticleRadius
    • getParticleRadius
    • setParticleRingThickness
    • getParticleRingThickness
    • setParticleBox
    • getParticleBox
    • setParticleNormal
    • getParticleNormal
    • setParticleLength
    • getParticleLength
    • useParticleOutlineOnly
    • particleIsUsingOutlineOnly
    • getParticleType
  • Lights
    • lightIsCastingShadow
    • getLightType
    • getLightRadius
    • setLightType
    • setLightRadius
    • setLightShadowCast
    • SetLightAmbientColor
    • GetLightAmbientColor
    • SetLightAttenuation
    • GetLightAttenuation
    • SetLightDiffuseColor
    • GetLightDiffuseColor
    • SetLightFalloff
    • GetLightFalloff
    • SetLightInnerCone
    • GetLightInnerCone
    • SetLightOuterCone
    • GetLightOuterCone
    • SetLightSpecularColor
    • GetLightSpecularColor
  • Terrain
    • GetTerrainPatchAABB
    • GetTerrainPatchLOD
    • GetTerrainHeight
    • GetTerrainCenter
    • SetTerrainLODDistance
    • ScaleTerrainTexture
    • SetTerrainCameraMovementDelta
    • SetTerrainCameraRotationDelta
    • SetTerrainPatchLOD
  • Materials
    • createMaterial
    • deleteMaterial
    • setActorMaterial
    • getActorMaterial
    • copyActorMaterial
    • copyMaterial
    • setMaterialTextureCanvas
    • setMaterialAmbientColor
    • getMaterialAmbientColor
    • setMaterialAntiAliasing
    • getMaterialAntiAliasing
    • setMaterialBackfaceCulling
    • getMaterialBackfaceCulling
    • setMaterialBlendFactor
    • getMaterialBlendFactor
    • setMaterialBlendMode
    • getMaterialBlendMode
    • setMaterialColorMask
    • getMaterialColorMask
    • setMaterialColorMode
    • getMaterialColorMode
    • setMaterialDiffuseColor
    • getMaterialDiffuseColor
    • setMaterialEmissiveColor
    • getMaterialEmissiveColor
    • setMaterialFog
    • getMaterialFog
    • setMaterialFrontfaceCulling
    • getMaterialFrontfaceCulling
    • setMaterialGouraudShading
    • materialIsGouraudShaded
    • materialIsAplhaBlend
    • materialIsTransparent
    • setMaterialLighting
    • materialIsLit
    • setMaterialType
    • getMaterialType
    • setMaterialNormalize
    • materialIsNormalized
    • setMaterialPointCloud
    • materialIsPointCloud
    • setMaterialFlag
    • getMaterialFlag
    • setMaterialTexture
    • setMaterialShininess
    • getMaterialShininess
    • setMaterialSpecularColor
    • getMaterialSpecularColor
    • setMaterialThickness
    • getMaterialThickness
    • setMaterialWireframe
    • materialIsWireframe
    • setActorTexture
    • getActorMaterialCount
    • setActorMaterialFlag
    • getActorMaterialFlag
    • setActorMaterialType
    • getActorMaterialType
    • MaterialExists