Blame doc/ru/functions.html

7a004b
7a004b
7a004b
<meta charset="UTF-8">
7a004b
<link href="style.css" rel="stylesheet" type="text/css">
7a004b
<title>Все функции - Helianthus</title>
7a004b
7a004b
7a004b
7a004b
  

Helianthus

7a004b
  

Запуск и общие функции

7a004b
  

Клавиатура и мышь

7a004b
  

Рисование

cece70
  

Шрифты и текст

cece70
  

Текстуры и анимация

cece70
  

Буфер кадра

7a004b
  

Спрайты

7a004b
  

Группы спрайтов

7a004b
  

Звук

7a004b
  
7a004b
  

Все функции

7a004b
7a004b
7a004b

Все функции

7a004b

Запуск и общие функции

7a004b
worldSetInit
7a004b
worldSetDraw
1badb6
worldSetDeinit
7a004b
worldRun
7a004b
worldStop
7a004b
worldGetWidth
7a004b
worldSetWidth
7a004b
worldGetHeight
7a004b
worldSetHeight
cece70
worldSetSize
1badb6
worldGetResizable
1badb6
worldSetResizable
1badb6
worldGetTitle
1badb6
worldSetTitle
7a004b
worldSetFrameRate
cece70
worldSetVariableFrameRate
cece70
worldGetMinFrameRate
cece70
worldGetMaxFrameRate
cece70
worldSetFrameRateEx
cece70
worldGetFrameTime
7a004b
worldGetFrameCount
7a004b
worldGetSeconds
7a004b
randomNumber
7a004b
randomFloat
cece70
rotateVector
1badb6
openDirectory
1badb6
closeDirectory
1badb6
directoryGetCount
1badb6
directoryGet
1badb6
fileExists
1badb6
directoryExists
1badb6
messageBox
cece70
questionBox
cece70
questionBox3
1badb6
askText
1badb6
askTextEx
7a004b

Клавиатура и мышь

7a004b
keyDown
7a004b
keyWentDown
7a004b
keyWentUp
7a004b
mouseDown
7a004b
mouseWentDown
7a004b
mouseWentUp
7a004b
mouseDidMove
7a004b
mouseX
7a004b
mouseY
cece70
transformedMouseX
cece70
transformedMouseY
1badb6
keyEventGetCount
1badb6
keyEventGet
7a004b

Рисование

cece70
colorByName
cece70
colorByNameA
cece70
colorByRGB
cece70
colorByRGBA
cece70
colorByHSV
cece70
colorByHSVA
cece70
colorByYUV
cece70
colorByYUVA
cece70
colorGetRed
cece70
colorGetGreen
cece70
colorBlueRed
cece70
colorGetAlpha
cece70
colorGetHue
cece70
colorGetSaturation
cece70
colorGetValue
cece70
colorGetYLuminance
cece70
colorGetUChromanance
cece70
colorGetVChromanance
7a004b
background
cece70
clear
7a004b
fill
cece70
fillTexture
7a004b
noFill
7a004b
stroke
cece70
strokeTexture
7a004b
noStroke
cece70
strokeWidth
7a004b
moveTo
7a004b
lineTo
7a004b
resetPath
7a004b
closePath
7a004b
strokePath
7a004b
rect
cece70
rectTextured
7a004b
ellipse
788bd9
circle
7a004b
arc
7a004b
arcPath
7a004b
line
7a004b
point
7a004b
regularPolygon
cece70
translate
cece70
rotate
cece70
zoom
cece70
scale
cece70
noTransform
cece70
clipRect
cece70
noClip
cece70
resetState
cece70
resetStateEx
cece70
saveState
cece70
saveStateEx
cece70
restoreState
cece70

Шрифты и текст

cece70
text
cece70
textAlign
cece70
textSize
cece70
createFont
cece70
createFontFromMemory
cece70
fontClone
cece70
fontDestroy
cece70
textFont
cece70
textFontDefault
cece70
createTextLayout
cece70
textLayoutDestroy
cece70
textLayoutDraw
cece70
textLayoutDrawFrom
cece70
textLayoutDrawSubstr
cece70
textLayoutGetWidth
cece70
textLayoutGetHeight
cece70
textLayoutCursorUp
cece70
textLayoutCursorDown
cece70
textLayoutCursorGetX
cece70
textLayoutCursorGetY
cece70
textLayoutCursorGetHeight
cece70

Текстуры и анимация

cece70
createAnimation
cece70
createAnimationEx
cece70
createAnimationFromGLTexId
cece70
createAnimationFromImage
cece70
createAnimationFromImageEx
cece70
createAnimationFromFramebuffer
cece70
createAnimationFromViewport
cece70
createAnimationFromViewportEx
cece70
createAnimationEmpty
cece70
animationDestroy
cece70
animationClone
cece70
animationCloneEx
cece70
animationGetGLTexId
cece70
animationGetFrameGLTexId
cece70
animationGLTexIdSetOwnership
cece70
animationGetFramesCount
cece70
animationInsert
cece70
animationInsertEx
cece70
animationRemove
cece70
animationClear
cece70
animationGetFps
cece70
animationSetFps
cece70
animationIsPlaying
cece70
animationPlay
cece70
animationPause
cece70
animationAddTime
cece70
animationGetLoop
cece70
animationSetLoop
cece70
animationGetPos
cece70
animationSetPos
cece70
animationGetFrame
cece70
animationSetFrame
cece70
animationNextFrame
cece70
imageLoad
cece70
imageLoadFromMemory
cece70
imageSave
cece70
imageToGLTexture
cece70
imageToGLTextureEx
cece70
imageToExistingGLTexture
cece70
imageFromGLTexture
cece70
imageFromViewport
cece70
viewportSave
cece70
pixelGet
cece70
pixelSet
cece70
imageGetPixel
cece70
imageSetPixel
cece70

Буфер кадра

cece70
createFramebuffer
cece70
createFramebufferEx
cece70
createFramebufferFromFile
cece70
framebufferDestroy
cece70
framebufferFlush
cece70
framebufferGetWidth
cece70
framebufferGetHeight
cece70
framebufferGetGLTexId
cece70
framebufferGetGLId
cece70
projectionByViewport
cece70
viewportByFramebuffer
cece70
viewportByWindow
cece70
targetEx
cece70
target
cece70
noTarget
7a004b

Спрайты

7a004b
createSprite
7a004b
createSpriteEx
7a004b
spriteDestroy
7a004b
spriteDestroyTimer
cece70
spriteClone
7a004b
spriteGetX
7a004b
spriteGetY
7a004b
spriteSetX
7a004b
spriteSetY
cece70
spriteSetXY
7a004b
spriteGetVelocityX
7a004b
spriteGetVelocityY
7a004b
spriteSetVelocityX
7a004b
spriteSetVelocityY
7a004b
spriteSetVelocityXY
cece70
spriteGetAccelerationX
cece70
spriteSetAccelerationX
cece70
spriteGetAccelerationY
cece70
spriteSetAccelerationY
cece70
spriteSetAccelerationXY
7a004b
spriteSetSpeedAndDirection
7a004b
spriteGetSpeed
7a004b
spriteGetDirection
7a004b
spriteGetWidth
7a004b
spriteSetWidth
7a004b
spriteGetHeight
7a004b
spriteSetHeight
cece70
spriteSetSize
7a004b
spriteGetScale
7a004b
spriteSetScale
7a004b
spriteGetScaledWidth
7a004b
spriteGetScaledHeight
7a004b
spriteGetRotation
7a004b
spriteSetRotation
7a004b
spriteGetRotateToDirection
7a004b
spriteSetRotateToDirection
7a004b
spriteGetMirrorX
7a004b
spriteSetMirrorX
7a004b
spriteGetMirrorY
7a004b
spriteSetMirrorY
7a004b
spriteGetDepth
7a004b
spriteSetDepth
7a004b
spriteGetVisible
7a004b
spriteSetVisible
cece70
spriteGetFrozen
cece70
spriteSetFrozen
cece70
spriteGetUserTag
cece70
spriteSetUserTag
cece70
spriteGetUserText
cece70
spriteSetUserText
cece70
spriteGetUserData
cece70
spriteSetUserData
7a004b
spriteGetDebug
7a004b
spriteSetDebug
7a004b
spriteOverlap
7a004b
spriteCollide
cece70
spriteIsPointInside
cece70
spriteGetTouchWeight
cece70
spriteGetTouchWeightX
cece70
spriteGetTouchWeightY
cece70
spriteGetTouchFriction
cece70
spriteResetTouch
7a004b
spriteGetBounciness
7a004b
spriteSetBounciness
cece70
spriteGetBouncinessThreshold
cece70
spriteSetBouncinessThreshold
cece70
spriteGetFriction
cece70
spriteSetFriction
cece70
spriteGetAirFriction
cece70
spriteSetAirFriction
cece70
spriteGetMassLevel
cece70
spriteSetMassLevel
cece70
spriteGetColliderSensitiveDistance
cece70
spriteSetColliderSensitiveDistance
7a004b
spriteSetCollider
7a004b
spriteSetColliderCircle
7a004b
spriteSetColliderRectangle
7a004b
spriteSetColliderEx
cece70
spriteGetAnimation
7a004b
spriteSetAnimation
7a004b
spriteSetNoAnimation
cece70
spriteGetShapeColor
7a004b
spriteSetShapeColor
cece70
spriteGetTintColor
7a004b
spriteSetTintColor
7a004b
spritePointTo
cece70
spriteMoveBy
cece70
spriteMoveToDirection
cece70
spriteSetDestroy
cece70
spriteDraw
7a004b
worldGetSpriteCount
7a004b
worldGetSprite
7a004b
drawSprites
7a004b

Группы спрайтов

7a004b
createGroup
7a004b
createEdgesGroup
7a004b
createEdgesGroupEx
7a004b
groupDestroy
7a004b
groupDestroyEx
7a004b
groupAdd
7a004b
groupRemove
7a004b
groupClear
7a004b
groupClearEx
7a004b
groupContains
7a004b
groupGetCount
7a004b
groupGet
cece70
groupSpriteByPoint
7a004b
groupOverlap
7a004b
groupCollide
7a004b
groupOverlapGroup
7a004b
groupCollideGroup
7a004b
groupOverlapBetween
7a004b
groupCollideBetween
7a004b
groupGetMinDepth
7a004b
groupGetMaxDepth
7a004b
groupDestroyEach
7a004b
groupDestroyTimerEach
7a004b
groupSetVisibleEach
cece70
groupSetFrozenEach
cece70
groupSetDebugEach
7a004b
groupSetWidthEach
7a004b
groupSetHeightEach
7a004b
groupSetDepthEach
cece70
groupSetXEach
cece70
groupSetYEach
cece70
groupSetXYEach
7a004b
groupSetVelocityXEach
7a004b
groupSetVelocityYEach
7a004b
groupSetVelocityEach
cece70
groupSetAccelerationXEach
cece70
groupSetAccelerationYEach
cece70
groupSetAccelerationEach
7a004b
groupSetRotateToDirectionEach
7a004b
groupSetRotationEach
7a004b
groupSetRotationSpeedEach
7a004b
groupSetScaleEach
7a004b
groupSetMirrorXEach
7a004b
groupSetMirrorYEach
7a004b
groupPointToEach
7a004b
groupSetSpeedAndDirectionEach
7a004b
groupSetAnimationEach
7a004b
groupSetNoAnimationEach
7a004b
groupSetShapeColorEach
7a004b
groupSetTintColorEach
cece70
groupSetBouncinessEach
cece70
groupSetBouncinessThresholdEach
cece70
groupSetFrictionEach
cece70
groupSetAirFrictionEach
cece70
groupSetMassLevelEach
cece70
groupSetUserTagEach
cece70
groupSetUserTextEach
cece70
groupSetUserDataEach
cece70
groupSetDestroyEach
cece70
groupSetColliderSensitiveDistance
7a004b
groupSetColliderEach
7a004b
groupSetColliderCircleEach
7a004b
groupSetColliderRectangleEach
7a004b
groupSetColliderEachEx
cece70
groupDraw
7a004b

Звук

7a004b
createSound
cece70
createSoundFromMemory
7a004b
soundDestroy
cece70
soundClone
7a004b
soundPlay
7a004b
soundStop
7a004b
7a004b
7a004b
7a004b