Unofficial list of new commands:
Quote: "
// CORE FUNCTIONS
ClearScreen()
Break()
integer GetResumed()
SetScissor( x, y, x2, y2 )
integer CountStringTokens( str, delimit )
string GetStringToken( str, delimit, token )
float ValFloat( str )
ResetTimer()
SetSortCreated( sort )
// IMAGE FUNCTIONS
integer CopyImage( fromImage, x, y, width, height )
GetImage( imageID, x, y, width, height )
string GetImageFilename( imageID )
PrintImage( image, size )
SaveImage( iImageIndex, filename )
SetImageMask( iDstImage, iSrcImage, dst, src, x, y )
integer GetChosenImage()
integer IsChoosingImage()
integer ShowChooseImageScreen()
integer GetCapturedImage()
integer IsCapturingImage()
integer ShowImageCaptureScreen()
string DecodeQRCode( image )
integer EncodeQRCode( text, errormode )
// SPRITES FUNCTIONS
DrawSprite( iSpriteIndex )
ResetSpriteUV( iSpriteIndex )
SetSpriteScissor( iSpriteIndex, x, y, x2, y2 )
SetSpriteSnap ( iSpriteIndex, snap )
SetSpriteUV ( iSpriteIndex, u1, v1, u2, v2, u3, v3, u4, v4 )
SetTextScissor( iTextIndex, x, y, x2, y2 )
// TEXT FUNCTIONS
string GetTextString( iTextIndex )
SetTextDefaultExtendedFontImage( iImageID )
SetTextDefaultFontImage( iImageID )
SetTextExtendedFontImage( iTextIndex, iImageID )
SetTextMaxWidth( iTextIndex, width )
// PARTICLES FUNCTIONS
integer GetParticlesActive( ID )
UpdateParticles( ID, time )
// INPUT FUNCTIONS
integer GetLastChar()
SetCursorBlinkTime( seconds )
SetTextInputMaxChars( max )
CreateEditBox( index )
DeleteEditBox( index )
FixEditBoxToScreen( index, fix )
integer GetCurrentEditBox()
integer GetEditBoxActive( index )
integer GetEditBoxChanged( index )
integer GetEditBoxExists( index )
integer GetEditBoxHasFocus( index )
float GetEditBoxHeight( index )
integer GetEditBoxLines( index )
string GetEditBoxText( index )
integer GetEditBoxVisible( index )
float GetEditBoxWidth( index )
float GetEditBoxX( index )
float GetEditBoxY( index )
SetEditBoxActive( index, active )
SetEditBoxBackgroundColor( index, red, green, blue, alpha )
SetEditBoxBackgroundImage( index, image )
SetEditBoxBorderColor( index, red, green, blue, alpha )
SetEditBoxBorderImage( index, image )
SetEditBoxBorderSize( index, size )
SetEditBoxCursorBlinkTime( index, time )
SetEditBoxCursorColor( index, red, green, blue )
SetEditBoxCursorWidth( index, width )
SetEditBoxDepth( index, depth )
SetEditBoxFocus( index, focus )
SetEditBoxFontImage( index, image )
SetEditBoxMaxChars( index, max )
SetEditBoxMaxLines( index, max )
SetEditBoxMultiLine( index, multiline )
SetEditBoxPosition( index, x, y )
SetEditBoxScissor( index, x, y, x2, y2 )
SetEditBoxSize( index, width, height )
SetEditBoxText( index, str )
SetEditBoxTextColor( index, red, green, blue )
SetEditBoxTextSize( index, size )
SetEditBoxVisible( index, visible )
integer GetCameraExists()
SetRawMouseVisible( visible )
// FILE FUNCTIONS
string ChooseRawFile( ext )
string GetWritePath()
SetRawWritePath( str )
DeleteFolder( szName )
string GetFolder()
integer MakeFolder( szName )
integer SetFolder( str )
AddZipEntry( zipID, path, zipPath )
CloseZip( zipID )
integer CreateZip( filename )
ExtractZip( zipfilename, path )
// BENCHMARKING FUNCTIONS
integer GetManagedSpriteDrawCalls()
// HTTP FUNCTIONS
CloseHTTPConnection( iHTTP )
integer CreateHTTPConnection()
DeleteHTTPConnection( iHTTP )
integer GetHTTPFile( iHTTP, szServerFile, szLocalFile, szPostData )
integer GetHTTPFileComplete( iHTTP )
float GetHTTPFileProgress( iHTTP )
string GetHTTPResponse( iHTTP )
integer GetHTTPResponseReady( iHTTP )
OpenBrowser( url )
integer SendHTTPFile( iHTTP, szServerFile, szPostData, szLocalFile )
string SendHTTPRequest( iHTTP, szServerFile, szPostData )
integer SendHTTPRequestASync( iHTTP, szServerFile, szPostData )
integer SetHTTPHost( iHTTP, szHost, iSecure )
// TIME FUNCTIONS
string GetCurrentDate()
string GetCurrentTime()
integer GetDayOfWeek()
integer GetDaysFromUnix( unixtime )
integer GetHoursFromUnix( unixtime )
integer GetLeapYear( year )
integer GetMinutesFromUnix( unixtime )
integer GetMonthFromUnix( unixtime )
integer GetSecondsFromUnix( unixtime )
integer GetUnixFromDate( year, month, days, hours, minutes, seconds )
integer GetYearFromUnix( unixtime )
// ADVERT FUNCTIONS
CreateAdvert( type, horz, vert )
DeleteAdvert()
SetAdvertPosition( x, y, width )
SetInneractiveDetails( szCode )
"
Hope it's useful