General Information |
Tutorials & References |
- Artists
- Engine
- Reference
- Console Functions
- Console Functions
- OpenAL
- Contents
- OpenAL Wrappers
- OpenAL Functions
- alxGetChannelVolume( channelID )
- alxGetListenerf( ALEnum )
- alGetListener3f( ALEnum )
- alGetListeneri( ALEnum )
- alxGetSourcef( handle , ALEnum )
- alxGetSourcei( handle , ALEnum )
- alxGetSource3f( handle , ALEnum )
- alxGetStreamDuration( handle )
- alxGetStreamPosition( handle )
- alGetString( ALEnum )
- alxGetWaveLen( fileName )
- alListener3f( ALEnum , x , y , z)
- alxListenerf( AlEnum , value )
- alxIsPlaying( handle )
- alxPlay( handle )
- alxPlay( profile )
- alxPlay( profile , x , y , z )
- alxSetChannelVolume( channelD , volume )
- alxSourcef( handle , ALEnum , value )
- alxSourcei( handle , ALEenum , value )
- alxSource3f( handle , ALEnum , x , y , z )
- alxStop( handle )
- alxStopAll()
- OpenALInitDriver()
- OpenALShutdownDriver()
- alxCreateSource( profile )
- alxCreateSource( profile, x, y, z )
- alxCreateSource( description, filename )
- alxCreateSource( description, filename, x, y, z )
- OpenALRegisterExtensions()
- Debugging
- String Manipulation
- Contents
- String Manipulation
- addBadWord( aBadWord )
- containsBadWords( string )
- string filterString( baseString [ , replacementChars ] )
- strcmp( string1 , string2 )
- stricmp( string1 , string2 )
- strlwr( sourceString )
- strupr( sourceString )
- getField( sourceString , index )
- getFieldCount( sourceString )
- getFields( sourceString , index [ , endindex ] )
- removeField( sourceString , index )
- setField( sourceString , index , replace )
- strlen( string
- getRecord( sourceString , index )
- getRecordCount( sourceString )
- getRecords( sourceString , index [ , endindex ] )
- removeRecord( sourceString , index )
- setRecord( sourceString , index , replace )
- strreplace( sourceString , from , to )
- getSubStr( sourceString , start , count )
- strchr( sourceString , char )
- strpos( sourceString , searchString [ , offset ] )
- strstr( sourceString , searchString )
- stripChars( sourceString , chars )
- stripColorCodes( stringtoStrip )
- stripMLControlChars( sourceString )
- stripTrailingSpaces( sourceString )
- ltrim( sourceString )
- rtrim( sourceString )
- trim( sourceString )
- nextToken( tokenList , tokenVar , delimeter )
- firstWord( sourceString )
- getWord( sourceString ,index )
- getWordCount( sourceString )
- getWords( sourceString ,index [,endindex])
- removeWord( sourceString ,index)
- restWords( sourceString )
- setWord( sourceString ,index,replace)
- Networking
- Contents
- Networking
- addTaggedString( string )
- buildTaggedString( format , <arg1, ...arg9> )
- detag( tagID )
- dumpNetStringTable()
- getTag( taggedString )
- getTaggedString( tag )
- removeTaggedString( tag )
- gotoWebPage( address )
- setNetPort( port )
- telnetSetParameters( port, consolePass, listenPass [ , remoteEcho ] )
- commandToClient( client, func [ , arg1, ... , argn ] )
- commandToServer( func [ , arg1, ... , argn ] )
- allowConnections( enable )
- cancelServerQuery()
- getServerCount()
- queryLANServers( port , flags , gametype , missiontype , minplayers , maxplayers , maxbots , regionmask , maxping , mincpu , filterflags )
- queryMasterServer( flags , gametype , missiontype , minplayers , maxplayers , maxbots , regionmask , maxping , mincpu , filterflags )
- querySingleServer( address [ , flags ] )
- setServerInfo( index )
- startHeartbeat()
- stopHeartbeat()
- stopServerQuery()
- getMaxFrameAllocation()
- Console
- Device I/O
- File I/O
- Packages
- Objects
- Event Scheduling
- Datablocks
- Video / Texturing
- Contents
- Video / Texturing
- addMaterialMapping( materialName, map0 [ , ... , map97 ])
- clearTextureHolds()
- dumpTextureStats()
- flushTextureCache()
- getDesktopResolution()
- getDisplayDeviceList()
- getResolutionList( devicename )
- getVideoDriverInfo()
- isDeviceFullScreenOnly( devicename )
- isFullScreen()
- nextResolution()
- png2jpg( pngFilename [ , quality ] )
- prevResolution()
- screenShot( filename , format )
- setDefaultFov( defaultFOV )
- setDisplayDevice( deviceName [, width [ , height [, bpp [, fullScreen] ] ] ] )
- setFov( FOV )
- setOpenGLAnisotropy( 0.0 .. max.f )
- setOpenGLInteriorMipReduction( reductionVal )
- setOpenGLMipReduction( reductionVal )
- setOpenGLSkyMipReduction( reductionVal )
- setOpenGLTextureCompressionHint ( hint )
- setRes( width , height , bpp )
- setScreenMode( width , height , bpp , fullScreen )
- setVerticalSync( enable )
- switchBitDepth()
- toggleFullScreen()
- videoSetGammaCorrection( gamma )
- Special
- Resource Management
- Scene
- Containers and Raycasts
- Contents
- Containers and Raycasts
- ContainerBoxEmpty( mask , location , xRadius [ , yRadius , zRadius ] )
- containerFindFirst( mask , location, , xRadius , yRadius , zRadius )
- containerFindNext()
- ContainerRayCast ( startPos , endPos , mask [ , exempt ] )
- ContainerSearchCurrDist()
- ContainerSearchCurrRadiusDist()
- ContainerSearchNext()
- InitContainerRadiusSearch ( centerPos , radius , mask )
- Editors
- Build
- Time
- GUIs
- Math
- Contents
- Math
- getBoxCenter( box )
- getRandomSeed()
- mAbs( val )
- mAcos( val )
- mAsin( val )
- mAtan( val )
- mathInit( extention )
- matrixCreate( posVec , rotVec )
- MatrixCreateFromEuler ( rotVec )
- MatrixMulPoint( transform , point )
- MatrixMultiply( transformA , transformB )
- MatrixMulVector( vector, transfrom)
- mCeil( val )
- mCos( val )
- mDegToRad( val )
- mFloatLength( val , numDecimals )
- mFloor( val )
- mLog( val )
- mPow( val , power )
- mRadToDeg( val )
- mSin( val )
- mSolveCubic( a , b , c , d )
- mSolveQuadratic( a , b , c )
- mSolveQuartic(a,b,c,d,e)
- mSqrt( val )
- mTan( val )
- setRandomSeed( startSeed )
- VectorAdd( vecA , vecB )
- VectorCross( vecA , vecB )
- VectorDist( vecA , vecB )
- VectorDot( vecA , vecB )
- VectorLen( vec )
- VectorNormalize( vec )
- VectorOrthoBasis( vec )
- VectorScale( vec , scale )
- VectorSub( vecA , vecB )
- Console Objects
- Introduction
- Quick Reference
- Scripters
|