RwAddChildToClump		RwAddChildToClump (l)	- Makes the second clump a child of the first
RwAddClumpToScene		RwAddClumpToScene (l)	- Adds the clump 
RwAddHint	RwAddHint (l)	- Adds a hint 
RwAddHintToClump		RwAddHintToClump (l)	- Adds a hint 
RwAddLightToScene		RwAddLightToScene (l)	- Adds the light to the scene
RwAddPolygonToClump		RwAddPolygonToClump (l) - Creates a polygon and adds it to the clump
RwAddPolygonsToClump		RwAddPolygonsToClump (l)    - Makes copies of all the polygons 
RwAddTextureModeToMaterial	RwAddTextureModeToMaterial (l)	- Adds the given texture mode 
RwAddTextureModeToPolygon	RwAddTextureModeToPolygon (l)	- Adds the given texture mode 
RwAddTextureModeToSurface	RwAddTextureModeToSurface (l)	- Adds the given texture mode 
RwAddUserDrawToClump		RwAddUserDrawToClump (l)    - Adds the user-draw to the clump
RwAddVector	RwAddVector (l) - Adds two vectors
RwAddVertexToClump		RwAddVertexToClump (l)	- Adds a vertex to the clump
RwBeginCameraUpdate		RwBeginCameraUpdate (l) - Makes camera the current camera 
RwBitmapRaster	RwBitmapRaster (l)  - Converts a platform specific bitmap to a raster
RwBlock		RwBlock (l)	- Adds a block, centered about the origin, to the current clump 
RwCalculateClumpVertexNormal	RwCalculateClumpVertexNormal (l)    - Activates automatic calculation of the unit shading normal 
RwClearCameraViewport		RwClearCameraViewport (l)   - Clears the camera's image buffer
RwClose		RwClose (l)	- Closes the RenderWare library
RwCloseDebugStream		RwCloseDebugStream (l)	- Closes the current debug stream
RwClumpBegin	RwClumpBegin (l)    - Identifies the beginning of a clump definition
RwClumpDistance RwClumpDistance (l) - Calculates the distance from the origin of the clump to the 
RwClumpEnd	RwClumpEnd (l)	- Marks the end of the construction of clump and returns the 
RwCone		RwCone (l)	- Adds a cone to the current clump under construction
RwCopyMaterial	RwCopyMaterial (l)  - Copies material source to material dest
RwCopyMatrix	RwCopyMatrix (l)    - Copies matrix source to matrix dest
RwCreateCamera	RwCreateCamera (l)  - Creates a new camera
RwCreateClump	RwCreateClump (l)   - Creates a new, empty clump
RwCreateLight	RwCreateLight (l)   - Creates a new light
RwCreateMaterial		RwCreateMaterial (l)	- Creates a new material with default values for its attributes
RwCreateMatrix	RwCreateMatrix (l)  - Creates a new transformation matrix
RwCreateRaster	RwCreateRaster (l)  - Creates a new raster
RwCreateScene	RwCreateScene (l)   - Creates a new, empty scene
RwCreateSpline	RwCreateSpline (l)  - Creates a new spline
RwCreateSprite	RwCreateSprite (l)  - Creates a sprite
RwCreateTexture RwCreateTexture (l) - Creates a new texture and sets its raster to raster
RwCreateUserDraw		RwCreateUserDraw (l)	- Creates a user-draw
RwCrossProduct	RwCrossProduct (l)  - Calculates the cross product of two vectors
RwCubicTexturizeClump		RwCubicTexturizeClump (l)   - Sets the texture co-ordinates for every polygon belonging 
RwCurrentMaterial		RwCurrentMaterial (l)	- Retrieves the current material
RwCylinder	RwCylinder (l)	- Adds a cylinder to the current clump under construction
RwDamageCameraViewport		RwDamageCameraViewport (l)  - Damages a rectangular area of the camera's viewport
RwDefaultScene	RwDefaultScene (l)  - Retrieves the default scene
RwDestroyCamera RwDestroyCamera (l) - Destroys the camera
RwDestroyClump	RwDestroyClump (l)  - Destroys the clump
RwDestroyLight	RwDestroyLight (l)  - Destroys the light
RwDestroyMaterial		RwDestroyMaterial (l)	- Destroys the material
RwDestroyMatrix RwDestroyMatrix (l) - Destroys the matrix
RwDestroyPolygon		RwDestroyPolygon (l)	- Destroys the polygon
RwDestroyRaster RwDestroyRaster (l) - Destroys the raster
RwDestroyScene	RwDestroyScene (l)  - Destroys the scene and all its clumps and lights
RwDestroySpline RwDestroySpline (l) - Destroys the spline
RwDestroyTexture		RwDestroyTexture (l)	- Destroys the texture 
RwDestroyUserDraw		RwDestroyUserDraw (l)	- Destroys the user-draw
RwDeviceControl RwDeviceControl (l) - Performs low-level, device dependent actions
RwDisc		RwDisc (l)	- Adds a disc to the current clump under construction
RwDotProduct	RwDotProduct (l)    - Calculates the dot product of two vectors
RwDuplicateCamera		RwDuplicateCamera (l)	- Creates a new camera with the same attributes as camera
RwDuplicateClump		RwDuplicateClump (l)	- Creates a new clump with the same attributes as clump
RwDuplicateLight		RwDuplicateLight (l)	- Creates a new light with the same attributes as light
RwDuplicateMaterial		RwDuplicateMaterial (l) - Creates a new material with the same attributes as material
RwDuplicateMatrix		RwDuplicateMatrix (l)	- Creates a new matrix with the same elements as matrix
RwDuplicateRaster		RwDuplicateRaster (l)	- Creates a new raster with the same attributes as raster
RwDuplicateSpline		RwDuplicateSpline (l)	- Creates a new spline with the same attributes as spline
RwDuplicateUserDraw		RwDuplicateUserDraw (l) - Creates a new user-draw with the same attributes as userdraw
RwEndCameraUpdate		RwEndCameraUpdate (l)	- Performs all necessary housekeeping activities after rendering 
RwEnvMapClump	RwEnvMapClump (l)   - Performs a view dependent projection of an environment map 
RwFindClump	RwFindClump (l) - Finds a particular clump in a hierarchy by applying a boolean 
RwFindNamedTexture		RwFindNamedTexture (l)	- Searches for a texture with the name name
RwFindTaggedClump		RwFindTaggedClump (l)	- Looks for the clump with the specified tag in the hierarchy 
RwFindTaggedPolygon		RwFindTaggedPolygon (l) - Looks for the polygon with the specified tag in the polygon 
RwForAllClumpsInHierarchy	RwForAllClumpsInHierarchy (l)	- Applies a call-back function to all clumps in the hierarchy 
RwForAllClumpsInScene		RwForAllClumpsInScene (l)   - Applies a call-back function to all clumps in the scene
RwForAllLightsInScene		RwForAllLightsInScene (l)   - Applies a call-back function to all lights in the scene
RwForAllNamedTextures		RwForAllNamedTextures (l)   - Applies a call-back function to all named textures
RwForAllPolygonsInClump		RwForAllPolygonsInClump (l) - Applies a call-back function to all polygons belonging to 
RwForAllUserDrawsInClump	RwForAllUserDrawsInClump (l)	- Applies a call-back function to all user-draws belonging to 
RwGetCameraBackColor		RwGetCameraBackColor (l)    - Retrieves the camera's background fill color
RwGetCameraBackdrop		RwGetCameraBackdrop (l) - Retrieves the camera's backdrop raster
RwGetCameraBackdropOffset	RwGetCameraBackdropOffset (l)	- Retrieves the offset 
RwGetCameraBackdropViewportRect RwGetCameraBackdropViewportRect (l) - Retrieves the rectangular area of the viewport into which 
RwGetCameraData RwGetCameraData (l) - Retrieves the camera's user data pointer
RwGetCameraFarClipping		RwGetCameraFarClipping (l)  - Retrieves the distance from the camera's position to the back 
RwGetCameraImage		RwGetCameraImage (l)	- Retrieves a pointer to the camera's image buffer
RwGetCameraLTM	RwGetCameraLTM (l)  - Retrieves the camera's Local Transformation Matrix 
RwGetCameraLookAt		RwGetCameraLookAt (l)	- Retrieves the camera's "Look At" vector 
RwGetCameraLookRight		RwGetCameraLookRight (l)    - Retrieves the camera's "Look Right" 
RwGetCameraLookUp		RwGetCameraLookUp (l)	- Retrieves the camera's "Look Up" 
RwGetCameraNearClipping		RwGetCameraNearClipping (l) - Retrieves the distance from the camera's position to the near 
RwGetCameraPosition		RwGetCameraPosition (l) - Retrieves the camera's position in world space
RwGetCameraProjection		RwGetCameraProjection (l)   - Retrieves the camera's projection type
RwGetCameraViewOffset		RwGetCameraViewOffset (l)   - Retrieves the view offset of the camera
RwGetCameraViewport		RwGetCameraViewport (l) - Retrieves the camera's viewport in device space co-ordinates
RwGetCameraViewportRaster	RwGetCameraViewportRaster (l)	- Copies the camera's viewport to the specified raster
RwGetCameraViewwindow		RwGetCameraViewwindow (l)   - Retrieves the width and height of the camera's view window 
RwGetClumpAxisAlignment		RwGetClumpAxisAlignment (l) - Retrieves the axis alignment type of the clump
RwGetClumpBBox	RwGetClumpBBox (l)  - Retrieves the bounding box of the clump in world space co-ordinates
RwGetClumpData	RwGetClumpData (l)  - Retrieves the clump's user data pointer
RwGetClumpHints RwGetClumpHints (l) - Retrieves the hints associated with the clump
RwGetClumpJointMatrix		RwGetClumpJointMatrix (l)   - Retrieves the clump's joint 
RwGetClumpLTM	RwGetClumpLTM (l)   - Retrieves the clump's Local Transformation Matrix 
RwGetClumpLocalBBox		RwGetClumpLocalBBox (l) - Retrieves the bounding box of the clump in local space co-ordinates
RwGetClumpMatrix		RwGetClumpMatrix (l)	- Retrieves the clump's modeling matrix
RwGetClumpNumChildren		RwGetClumpNumChildren (l)   - Retrieves the number of children of the clump
RwGetClumpNumPolygons		RwGetClumpNumPolygons (l)   - Retrieves the number of polygons in the clump
RwGetClumpNumUserDraws		RwGetClumpNumUserDraws (l)  - Retrieves the number of user-draws owned by the clump
RwGetClumpNumVertices		RwGetClumpNumVertices (l)   - Retrieves the number of vertices in the clump
RwGetClumpOrigin		RwGetClumpOrigin (l)	- Retrieves the origin of the clump's local co-ordinate 
RwGetClumpOwner RwGetClumpOwner (l) - Retrieves the scene that owns the clump
RwGetClumpParent		RwGetClumpParent (l)	- Retrieves the clump's parent
RwGetClumpRoot	RwGetClumpRoot (l)  - Retrieves the root of the clump hierarchy containing the clump
RwGetClumpState RwGetClumpState (l) - Retrieves the clump's on/off state
RwGetClumpTag	RwGetClumpTag (l)   - Retrieves the integer tag associated with the clump
RwGetClumpVertex		RwGetClumpVertex (l)	- Retrieves the object space co-ordinates of the vertex which 
RwGetClumpVertexNormal		RwGetClumpVertexNormal (l)  - Returns the unit shading normal of the vertex which belongs 
RwGetClumpVertexUV		RwGetClumpVertexUV (l)	- Retrieves the texture 
RwGetClumpVertexViewportPosition    RwGetClumpVertexViewportPosition (l)    - Retrieves the viewport space co-ordinates of the vertex belonging 
RwGetClumpViewportRect		RwGetClumpViewportRect (l)  - Retrieves the 2D rectangle that encloses the projection of 
RwGetDebugAssertionState	RwGetDebugAssertionState (l)	- Gets the current state of assertion failure messages
RwGetDebugMessageState		RwGetDebugMessageState (l)  - Gets the current state of miscellaneous messages
RwGetDebugScriptState		RwGetDebugScriptState (l)   - Gets the current state of scripting trace messages
RwGetDebugSeverity		RwGetDebugSeverity (l)	- Gets the current minimum severity level for the reporting 
RwGetDebugTraceState		RwGetDebugTraceState (l)    - Gets the current state of API function trace messages
RwGetDeviceInfo RwGetDeviceInfo (l) - Retrieves information about an aspect of the current RenderWare 
RwGetError	RwGetError (l)	- Gets the value of RenderWare's global error status 
RwGetFirstChildClump		RwGetFirstChildClump (l)    - Retrieves the first child of the clump
RwGetLightBrightness		RwGetLightBrightness (l)    - Retrieves the light's brightness
RwGetLightColor RwGetLightColor (l) - Retrieves the color of a light
RwGetLightConeAngle		RwGetLightConeAngle (l) - Retrieves the cone angle of a conical or point light
RwGetLightData	RwGetLightData (l)  - Retrieves the light's user data pointer
RwGetLightLTM	RwGetLightLTM (l)   - Retrieves the light's Local Transformation Matrix 
RwGetLightOwner RwGetLightOwner (l) - Retrieves the scene that owns the light
RwGetLightPosition		RwGetLightPosition (l)	- Retrieves the position of a point or conical light in world 
RwGetLightState RwGetLightState (l) - Retrieves the light's on/off state
RwGetLightType	RwGetLightType (l)  - Retrieves the type of the light
RwGetLightVector		RwGetLightVector (l)	- Retrieves the illumination vector of a directional or conical 
RwGetMaterialAmbient		RwGetMaterialAmbient (l)    - Retrieves the material's ambient reflection coefficient
RwGetMaterialColor		RwGetMaterialColor (l)	- Retrieves the material's color
RwGetMaterialDiffuse		RwGetMaterialDiffuse (l)    - Retrieves the material's diffuse reflection coefficient
RwGetMaterialGeometrySampling	RwGetMaterialGeometrySampling (l)   - Retrieves the material's geometry sampling type
RwGetMaterialLightSampling	RwGetMaterialLightSampling (l)	- Retrieves the material's light sampling type
RwGetMaterialOpacity		RwGetMaterialOpacity (l)    - Retrieves the material's opacity
RwGetMaterialSpecular		RwGetMaterialSpecular (l)   - Retrieves the material's specular reflection coefficient
RwGetMaterialTexture		RwGetMaterialTexture (l)    - Retrieves the material's texture
RwGetMaterialTextureModes	RwGetMaterialTextureModes (l)	- Retrieves the material's texture mode 
RwGetMatrixElement		RwGetMatrixElement (l)	- Retrieves the value of an individual element of the matrix
RwGetMatrixElements		RwGetMatrixElements (l) - Retrieves the elements of a matrix into a four by four array 
RwGetNamedTexture		RwGetNamedTexture (l)	- Searches for the named texture
RwGetNextClump	RwGetNextClump (l)  - Retrieves the next sibling of the clump
RwGetNumNamedTextures		RwGetNumNamedTextures (l)   - Retrieves the number of named textures in either the current 
RwGetPaletteEntries		RwGetPaletteEntries (l) - Reads length entries from the current RenderWare palette starting 
RwGetPolygonAmbient		RwGetPolygonAmbient (l) - Retrieves the ambient reflection coefficient of the polygon's 
RwGetPolygonCenter		RwGetPolygonCenter (l)	- Retrieves the center of the polygon in object space co-ordinates
RwGetPolygonColor		RwGetPolygonColor (l)	- Retrieves the color of the polygon's material
RwGetPolygonData		RwGetPolygonData (l)	- Retrieves the polygon's user data pointer
RwGetPolygonDiffuse		RwGetPolygonDiffuse (l) - Retrieves the diffuse reflection coefficient of the polygon's 
RwGetPolygonGeometrySampling	RwGetPolygonGeometrySampling (l)    - Retrieves the geometry sampling type of the polygon's material
RwGetPolygonLightSampling	RwGetPolygonLightSampling (l)	- Retrieves the light sampling type of the polygon's material
RwGetPolygonMaterial		RwGetPolygonMaterial (l)    - Retrieves the polygon's material
RwGetPolygonNormal		RwGetPolygonNormal (l)	- Retrieves the polygon's surface normal vector
RwGetPolygonNumSides		RwGetPolygonNumSides (l)    - Retrieves the number of sides of the polygon
RwGetPolygonOpacity		RwGetPolygonOpacity (l) - Retrieves the opacity of the polygon's material
RwGetPolygonOwner		RwGetPolygonOwner (l)	- Retrieves the clump that owns the polygon
RwGetPolygonSpecular		RwGetPolygonSpecular (l)    - Retrieves the specular reflection coefficient of the polygon's 
RwGetPolygonTag RwGetPolygonTag (l) - Retrieves the polygon's tag
RwGetPolygonTexture		RwGetPolygonTexture (l) - Retrieves the texture of the polygon's material
RwGetPolygonTextureModes	RwGetPolygonTextureModes (l)	- Retrieves the texture mode 
RwGetPolygonUV	RwGetPolygonUV (l)  - Retrieves the texture 
RwGetPolygonVertices		RwGetPolygonVertices (l)    - Retrieves the polygon's vertex indices
RwGetRasterData RwGetRasterData (l) - Retrieves the raster's user data pointer
RwGetRasterDepth		RwGetRasterDepth (l)	- Retrieves the depth 
RwGetRasterHeight		RwGetRasterHeight (l)	- Retrieves the height 
RwGetRasterPixels		RwGetRasterPixels (l)	- Retrieves a pointer to the pixels of the raster
RwGetRasterStride		RwGetRasterStride (l)	- Retrieves the stride 
RwGetRasterWidth		RwGetRasterWidth (l)	- Retrieves the width 
RwGetSceneData	RwGetSceneData (l)  - Retrieves the scene's user data pointer
RwGetSceneNumClumps		RwGetSceneNumClumps (l) - Retrieves the number of clumps in the scene
RwGetSceneNumLights		RwGetSceneNumLights (l) - Retrieves the number of lights in the scene
RwGetShapePath	RwGetShapePath (l)  - Retrieves the current shape path
RwGetSplineData RwGetSplineData (l) - Retrieves the spline's user data pointer
RwGetSplineNumPoints		RwGetSplineNumPoints (l)    - Retrieves the number of control points of the spline
RwGetSplinePoint		RwGetSplinePoint (l)	- Retrieves the specified control point of the spline
RwGetSystemInfo RwGetSystemInfo (l) - Retrieves information about an aspect of the RenderWare system
RwGetTextureData		RwGetTextureData (l)	- Retrieves the texture's user data pointer
RwGetTextureDictSearchMode	RwGetTextureDictSearchMode (l)	- Retrieves the texture dictionary stack's current search mode
RwGetTextureDithering		RwGetTextureDithering (l)   - Retrieves the current global texture dithering mode applied 
RwGetTextureFrame		RwGetTextureFrame (l)	- Gets the texture's current frame index
RwGetTextureFrameStep		RwGetTextureFrameStep (l)   - Retrieves the texture's frame step size
RwGetTextureGammaCorrection	RwGetTextureGammaCorrection (l) - Retrieves the current global texture gamma correction mode 
RwGetTextureName		RwGetTextureName (l)	- Retrieves the texture's name
RwGetTextureNumFrames		RwGetTextureNumFrames (l)   - Retrieves the number of frames in the texture
RwGetTextureRaster		RwGetTextureRaster (l)	- Retrieves a pointer to the texture's raster
RwGetUserDrawAlignment		RwGetUserDrawAlignment (l)  - Retrieves the alignment flag 
RwGetUserDrawData		RwGetUserDrawData (l)	- Retrieves the user-draw's user data pointer
RwGetUserDrawOffset		RwGetUserDrawOffset (l) - Retrieves the user-draw's offset 
RwGetUserDrawOwner		RwGetUserDrawOwner (l)	- Retrieves the clump that owns the user-draw
RwGetUserDrawParentAlignment	RwGetUserDrawParentAlignment (l)    - Retrieves the alignment flag 
RwGetUserDrawSize		RwGetUserDrawSize (l)	- Retrieves the width and height 
RwGetUserDrawType		RwGetUserDrawType (l)	- Retrieves the user-draw's type
RwGetUserDrawVertexIndex	RwGetUserDrawVertexIndex (l)	- Retrieves the index of the clump vertex with which the user-draw 
RwHemisphere	RwHemisphere (l)    - Adds a hemisphere to the current clump
RwIdentityCTM	RwIdentityCTM (l)   - Sets the CTM to the identity matrix
RwIdentityJointTM		RwIdentityJointTM (l)	- Sets the current joint transformation matrix to the identity 
RwIdentityMatrix		RwIdentityMatrix (l)	- Sets the matrix to the identity matrix
RwInclude	RwInclude (l)	- Inserts copies of the polygons and vertices of clump into 
RwIncludeGeometry		RwIncludeGeometry (l)	- Inserts copies of the polygons and vertices of the clump into 
RwInvalidateCameraViewport	RwInvalidateCameraViewport (l)	- Marks the whole of the camera's viewport as damaged
RwInvertMatrix	RwInvertMatrix (l)  - Inverts matrix source and stores the result in matrix dest
RwJointTransformBegin		RwJointTransformBegin (l)   - Pushes a copy of the current joint transformation matrix onto 
RwJointTransformEnd		RwJointTransformEnd (l) - Restores the previous value of the joint transformation matrix
RwMaskTexture	RwMaskTexture (l)   - Masks the texture with the mask raster mask
RwMaterialBegin RwMaterialBegin (l) - Pushes a copy of the current material onto the material stack
RwMaterialEnd	RwMaterialEnd (l)   - Restores the previous state of the current material
RwModelBegin	RwModelBegin (l)    - Sets up a modeling context for prototype declaration and clump 
RwModelEnd	RwModelEnd (l)	- Marks the end of a model definition
RwMultiplyMatrix		RwMultiplyMatrix (l)	- Multiplies two matrices together
RwNormalize	RwNormalize (l) - Normalizes a vector to unit length while retaining the ratio 
RwNormalizeClump		RwNormalizeClump (l)	- Transforms the clump so that all the clump's vertices lie 
RwOpen		RwOpen (l)	- Initializes the RenderWare library
RwOpenDebugStream		RwOpenDebugStream (l)	- Opens the named file as the current debugging stream
RwOpenExt	RwOpenExt (l)	- Initializes the RenderWare library with a number of optional 
RwOrthoNormalizeMatrix		RwOrthoNormalizeMatrix (l)  - Ortho-normalizes the source matrix and places the result in 
RwPanCamera	RwPanCamera (l) - Rotates the camera about its Y axis
RwPickClump	RwPickClump (l) - Finds the frontmost polygon of the clump whose projection 
RwPickScene	RwPickScene (l) - Finds the frontmost clump of the scene whose projection on 
RwPointCamera	RwPointCamera (l)   - Re-orients the camera to point at the given point, while keeping 
RwPolygon	RwPolygon (l)	- Adds a polygon to the current clump under construction
RwPolygonExt	RwPolygonExt (l)    - Adds a polygon with the given integer tag to the current clump 
RwPopCurrentMaterial		RwPopCurrentMaterial (l)    - Pops the current material from the material stack, restoring 
RwPopScratchMatrix		RwPopScratchMatrix (l)	- Pops the current scratch matrix from the scratch matrix stack, 
RwProtoBegin	RwProtoBegin (l)    - Identifies the beginning of a prototype clump declaration
RwProtoEnd	RwProtoEnd (l)	- Marks the end of a prototype clump declaration
RwProtoInstance RwProtoInstance (l) - Creates an instance of the named prototype and copies its 
RwProtoInstanceGeometry		RwProtoInstanceGeometry (l) - Creates an instance of the named prototype and copies its 
RwPushCurrentMaterial		RwPushCurrentMaterial (l)   - Pushes a copy of the current material onto the material stack
RwPushScratchMatrix		RwPushScratchMatrix (l) - Pushes a copy of the scratch matrix onto the scratch matrix 
RwQuad		RwQuad (l)	- Adds a quadrilateral to the current clump under construction
RwQuadExt	RwQuadExt (l)	- Adds a quadrilateral with the given integer tag to the current 
RwQueryRotateMatrix		RwQueryRotateMatrix (l) - Retrieves the rotation component from a matrix comprising 
RwRandom	RwRandom (l)	- Generates a pseudo random number
RwReadMaskRaster		RwReadMaskRaster (l)	- Reads a mask raster from the specified file
RwReadNamedTexture		RwReadNamedTexture (l)	- Reads a texture with the specified name and stores it into 
RwReadRaster	RwReadRaster (l)    - Reads a raster from the specified file
RwReadShape	RwReadShape (l) - Loads a clump from a script 
RwReadTexture	RwReadTexture (l)   - Reads a texture from the specified file
RwReleaseRasterPixels		RwReleaseRasterPixels (l)   - Releases a pointer to the pixels of a raster previously obtained 
RwRemoveChildFromClump		RwRemoveChildFromClump (l)  - Removes the clump from its parent's list of children
RwRemoveClumpFromScene		RwRemoveClumpFromScene (l)  - Removes the clump from its scene
RwRemoveHint	RwRemoveHint (l)    - Removes a hint 
RwRemoveHintFromClump		RwRemoveHintFromClump (l)   - Removes a hint 
RwRemoveLightFromScene		RwRemoveLightFromScene (l)  - Removes the light from its scene
RwRemoveTextureModeFromMaterial RwRemoveTextureModeFromMaterial (l) - Removes a texture mode 
RwRemoveTextureModeFromPolygon	RwRemoveTextureModeFromPolygon (l)  - Removes a texture mode 
RwRemoveTextureModeFromSurface	RwRemoveTextureModeFromSurface (l)  - Removes a texture mode 
RwRemoveUserDrawFromClump	RwRemoveUserDrawFromClump (l)	- Removes the user-draw from its clump
RwRenderClump	RwRenderClump (l)   - Renders the clump into the current camera's image buffer
RwRenderScene	RwRenderScene (l)   - Renders the scene into the current camera's image buffer
RwResetCamera	RwResetCamera (l)   - Resets the camera to its initial position and orientation, 
RwReversePolygonFace		RwReversePolygonFace (l)    - Reverses the vertex ordering of the polygon
RwRevolveCamera RwRevolveCamera (l) - Rotates the camera about its Z axis
RwRotateCTM	RwRotateCTM (l) - Pre-concatenates a rotation matrix onto the CTM
RwRotateJointTM RwRotateJointTM (l) - Pre-concatenates a rotation matrix onto the current joint 
RwRotateMatrix	RwRotateMatrix (l)  - Builds a rotation matrix and applies it to matrix
RwRotateMatrixCos		RwRotateMatrixCos (l)	- Builds a rotation matrix and applies it to matrix
RwSRandom	RwSRandom (l)	- Sets pseudo random number sequence start for RwRandom
RwScaleCTM	RwScaleCTM (l)	- Pre-concatenates a scaling matrix onto the CTM
RwScaleMatrix	RwScaleMatrix (l)   - Builds a scaling matrix and applies it to matrix
RwScaleVector	RwScaleVector (l)   - Scales a vector
RwScratchMatrix RwScratchMatrix (l) - Retrieves the current scratch matrix 
RwSetAxisAlignment		RwSetAxisAlignment (l)	- Sets the axis alignment type of the current clump under construction
RwSetCameraBackColor		RwSetCameraBackColor (l)    - Sets the camera's background fill color
RwSetCameraBackColorStruct	RwSetCameraBackColorStruct (l)	- Sets the camera's background fill color
RwSetCameraBackdrop		RwSetCameraBackdrop (l) - Sets the camera's backdrop raster
RwSetCameraBackdropOffset	RwSetCameraBackdropOffset (l)	- Sets the offset 
RwSetCameraBackdropViewportRect RwSetCameraBackdropViewportRect (l) - Sets the rectangular area of the viewport into which the camera's 
RwSetCameraData RwSetCameraData (l) - Sets the camera's user data pointer
RwSetCameraFarClipping		RwSetCameraFarClipping (l)  - Sets the distance from the camera position to the far 
RwSetCameraLookAt		RwSetCameraLookAt (l)	- Sets the camera's "Look At" vector, while maintaining its 
RwSetCameraLookUp		RwSetCameraLookUp (l)	- Sets the camera's "Look Up" 
RwSetCameraNearClipping		RwSetCameraNearClipping (l) - Sets the distance from the camera position to the near 
RwSetCameraPosition		RwSetCameraPosition (l) - Sets the camera's position in world space co-ordinates
RwSetCameraProjection		RwSetCameraProjection (l)   - Sets the camera's projection model
RwSetCameraViewOffset		RwSetCameraViewOffset (l)   - Sets the camera's view offset, thereby shearing the view volume
RwSetCameraViewport		RwSetCameraViewport (l) - Defines a rectangular area of the display 
RwSetCameraViewwindow		RwSetCameraViewwindow (l)   - Sets the relative size of the view window in the view plane
RwSetClumpAxisAlignment		RwSetClumpAxisAlignment (l) - Sets the axis alignment type of the clump
RwSetClumpData	RwSetClumpData (l)  - Sets the clump's user data pointer
RwSetClumpHints RwSetClumpHints (l) - Sets the hints of the clump to those given
RwSetClumpState RwSetClumpState (l) - Sets the clump's on/off state
RwSetClumpTag	RwSetClumpTag (l)   - Assigns the integer tag to the clump
RwSetClumpVertex		RwSetClumpVertex (l)	- Sets the object space position of the vertex which belongs 
RwSetClumpVertexNormal		RwSetClumpVertexNormal (l)  - Sets the unit shading normal at the vertex which belongs to 
RwSetClumpVertexUV		RwSetClumpVertexUV (l)	- Sets the texture 
RwSetClumpVertices		RwSetClumpVertices (l)	- Sets the object space co-ordinates of one or more vertices 
RwSetDebugAssertionState	RwSetDebugAssertionState (l)	- Enables or disables the generation of assertion messages
RwSetDebugMessageState		RwSetDebugMessageState (l)  - Enables or disables the generation of miscellaneous messages
RwSetDebugOutputState		RwSetDebugOutputState (l)   - Enables or disables the generation of all types of debugging 
RwSetDebugScriptState		RwSetDebugScriptState (l)   - Enables or disables the generation of script trace messages
RwSetDebugSeverity		RwSetDebugSeverity (l)	- Sets the minimum severity level for the reporting of debugging 
RwSetDebugStream		RwSetDebugStream (l)	- Sets the current debugging stream
RwSetDebugTraceState		RwSetDebugTraceState (l)    - Enables or disables the generation of API function trace messages
RwSetHints	RwSetHints (l)	- Sets the hints of the current clump under construction to 
RwSetLightBrightness		RwSetLightBrightness (l)    - Sets the light's brightness
RwSetLightColor RwSetLightColor (l) - Sets the color of a light
RwSetLightColorStruct		RwSetLightColorStruct (l)   - Sets the color of a light
RwSetLightConeAngle		RwSetLightConeAngle (l) - Sets the angle at which a conical light illuminates objects 
RwSetLightData	RwSetLightData (l)  - Sets the light's user data pointer
RwSetLightPosition		RwSetLightPosition (l)	- Sets the position of a point or conical light source in world 
RwSetLightState RwSetLightState (l) - Turns the light on or off
RwSetLightVector		RwSetLightVector (l)	- Sets the illumination vector of a directional or conical light 
RwSetMaterialAmbient		RwSetMaterialAmbient (l)    - Sets the material's ambient reflection coefficient
RwSetMaterialColor		RwSetMaterialColor (l)	- Sets the material's color
RwSetMaterialColorStruct	RwSetMaterialColorStruct (l)	- Sets the material's color
RwSetMaterialDiffuse		RwSetMaterialDiffuse (l)    - Sets the material's diffuse reflection coefficient
RwSetMaterialGeometrySampling	RwSetMaterialGeometrySampling (l)   - Sets the material's geometry sampling type
RwSetMaterialLightSampling	RwSetMaterialLightSampling (l)	- Sets the material's light sampling type
RwSetMaterialOpacity		RwSetMaterialOpacity (l)    - Sets the material's opacity
RwSetMaterialSpecular		RwSetMaterialSpecular (l)   - Sets the material's specular reflection coefficient
RwSetMaterialSurface		RwSetMaterialSurface (l)    - Sets the material's surface attributes 
RwSetMaterialTexture		RwSetMaterialTexture (l)    - Sets the material's texture
RwSetMaterialTextureModes	RwSetMaterialTextureModes (l)	- Sets the texture modes of the material
RwSetMatrixElement		RwSetMatrixElement (l)	- Sets an individual element of the matrix
RwSetMatrixElements		RwSetMatrixElements (l) - Sets the elements of a matrix from a four by four array of 
RwSetPaletteEntries		RwSetPaletteEntries (l) - Sets length palette entries of the current RenderWare palette 
RwSetPolygonAmbient		RwSetPolygonAmbient (l) - Sets the ambient reflection coefficient of the polygon's material
RwSetPolygonColor		RwSetPolygonColor (l)	- Sets the color of the polygon's material
RwSetPolygonColorStruct		RwSetPolygonColorStruct (l) - Sets the color of the polygon's material
RwSetPolygonData		RwSetPolygonData (l)	- Sets the polygon's user data pointer
RwSetPolygonDiffuse		RwSetPolygonDiffuse (l) - Sets the diffuse reflection coefficient of the polygon's material
RwSetPolygonGeometrySampling	RwSetPolygonGeometrySampling (l)    - Sets the geometry sampling type of the polygon's material
RwSetPolygonLightSampling	RwSetPolygonLightSampling (l)	- Sets the light sampling type of the polygon's material
RwSetPolygonMaterial		RwSetPolygonMaterial (l)    - Sets the polygon's material to a reference to material material
RwSetPolygonOpacity		RwSetPolygonOpacity (l) - Sets the opacity of the polygon's material
RwSetPolygonSpecular		RwSetPolygonSpecular (l)    - Sets the specular reflection coefficient of the polygon's 
RwSetPolygonSurface		RwSetPolygonSurface (l) - Sets the surface attributes 
RwSetPolygonTag RwSetPolygonTag (l) - Sets the polygon's tag
RwSetPolygonTexture		RwSetPolygonTexture (l) - Sets the texture of the polygon's material
RwSetPolygonTextureModes	RwSetPolygonTextureModes (l)	- Sets the texture modes of a polygon's material
RwSetPolygonUV	RwSetPolygonUV (l)  - Sets the texture 
RwSetRasterData RwSetRasterData (l) - Sets the raster's user data pointer
RwSetSceneData	RwSetSceneData (l)  - Sets the scene's user data pointer
RwSetShapePath	RwSetShapePath (l)  - Modifies the shape path
RwSetSplineData RwSetSplineData (l) - Sets the spline's user data pointer
RwSetSplinePoint		RwSetSplinePoint (l)	- Sets the specified control point of the spline
RwSetSurface	RwSetSurface (l)    - Sets the surface attributes 
RwSetSurfaceAmbient		RwSetSurfaceAmbient (l) - Sets the ambient reflection coefficient of the current material
RwSetSurfaceColor		RwSetSurfaceColor (l)	- Sets the current material's color
RwSetSurfaceDiffuse		RwSetSurfaceDiffuse (l) - Sets the current material's diffuse reflection coefficient
RwSetSurfaceGeometrySampling	RwSetSurfaceGeometrySampling (l)    - Sets the geometry sampling type of the current material
RwSetSurfaceLightSampling	RwSetSurfaceLightSampling (l)	- Sets the light sampling type of the current material
RwSetSurfaceOpacity		RwSetSurfaceOpacity (l) - Sets the opacity of the current material
RwSetSurfaceSpecular		RwSetSurfaceSpecular (l)    - Sets the current material's specular reflection coefficient
RwSetSurfaceTexture		RwSetSurfaceTexture (l) - Sets the current material's texture to the texture with the 
RwSetSurfaceTextureExt		RwSetSurfaceTextureExt (l)  - Sets the current material's texture to the texture with the 
RwSetSurfaceTextureModes	RwSetSurfaceTextureModes (l)	- Sets the texture mode 
RwSetTag	RwSetTag (l)	- Assigns an integer tag to the current clump under construction
RwSetTextureData		RwSetTextureData (l)	- Sets the texture's user data pointer
RwSetTextureDictSearchMode	RwSetTextureDictSearchMode (l)	- Sets the mode for searching the texture dictionary stack
RwSetTextureDithering		RwSetTextureDithering (l)   - Sets the current global texture dithering mode to be applied 
RwSetTextureFrame		RwSetTextureFrame (l)	- Sets the current frame of the texture
RwSetTextureFrameStep		RwSetTextureFrameStep (l)   - Sets the texture's current frame step size
RwSetTextureGammaCorrection	RwSetTextureGammaCorrection (l) - Sets the current global texture gamma correction mode applied 
RwSetTextureRaster		RwSetTextureRaster (l)	- Sets the raster of the specified texture to raster
RwSetUserDrawAlignment		RwSetUserDrawAlignment (l)  - Sets the user-draw's alignment flags
RwSetUserDrawCallback		RwSetUserDrawCallback (l)   - Sets the call-back function that renders the user-draw
RwSetUserDrawData		RwSetUserDrawData (l)	- Sets the user-draw's user data pointer
RwSetUserDrawOffset		RwSetUserDrawOffset (l) - Sets the X and Y offset in viewport space units relative to 
RwSetUserDrawParentAlignment	RwSetUserDrawParentAlignment (l)    - Sets the alignment flags of the user-draw's parent
RwSetUserDrawSize		RwSetUserDrawSize (l)	- Sets the width and height 
RwSetUserDrawType		RwSetUserDrawType (l)	- Sets the user-draw's type
RwSetUserDrawVertexIndex	RwSetUserDrawVertexIndex (l)	- Sets the index of the clump vertex with which the user-draw 
RwSetUserError	RwSetUserError (l)  - Sets the error status to E_RW_USER
RwShowCameraImage		RwShowCameraImage (l)	- Copies the damaged regions of the camera's image buffer to 
RwSphere	RwSphere (l)	- Adds a sphere to the current clump under construction
RwSphericalTexturizeClump	RwSphericalTexturizeClump (l)	- Sets the texture co-ordinates for every polygon belonging 
RwSplinePoint	RwSplinePoint (l)   - Calculates a point and vector for a position on the spline 
RwSplineTransform		RwSplineTransform (l)	- Calculates a Frenet transform matrix at a specified parameter 
RwTextureDictBegin		RwTextureDictBegin (l)	- Creates a new, empty texture dictionary and pushes it on the 
RwTextureDictEnd		RwTextureDictEnd (l)	- Destroys the current texture dictionary and all the textures 
RwTextureNextFrame		RwTextureNextFrame (l)	- Increments or decrements the current frame index by the current 
RwTiltCamera	RwTiltCamera (l)    - Rotates the camera about its X axis
RwTransformBegin		RwTransformBegin (l)	- Pushes a copy of the CTM onto the transformation stack
RwTransformCTM	RwTransformCTM (l)  - Replaces the CTM with the specified matrix
RwTransformCamera		RwTransformCamera (l)	- Applies a transformation matrix to the camera's current position 
RwTransformCameraOrientation	RwTransformCameraOrientation (l)    - Applies a transformation matrix to the camera's current orientation 
RwTransformClump		RwTransformClump (l)	- Applies a transformation matrix to the clump's modeling matrix
RwTransformClumpJoint		RwTransformClumpJoint (l)   - Applies a transformation matrix to the clump's joint 
RwTransformEnd	RwTransformEnd (l)  - Restores the previous value of the CTM
RwTransformJointTM		RwTransformJointTM (l)	- Replaces the current joint transformation matrix with the 
RwTransformLight		RwTransformLight (l)	- Applies a transformation matrix to the light's current position 
RwTransformMatrix		RwTransformMatrix (l)	- Applies the transformation matrix source to matrix dest
RwTransformPoint		RwTransformPoint (l)	- Applies a transformation matrix to a point
RwTransformVector		RwTransformVector (l)	- Applies a transformation matrix to a vector
RwTranslateCTM	RwTranslateCTM (l)  - Pre-concatenates a translation matrix onto the CTM
RwTranslateMatrix		RwTranslateMatrix (l)	- Builds a translation matrix and applies it to matrix
RwTriangle	RwTriangle (l)	- Adds a triangle to the current clump under construction
RwTriangleExt	RwTriangleExt (l)   - Adds a triangle with the specified integer tag to the clump 
RwUndamageCameraViewport	RwUndamageCameraViewport (l)	- Marks a rectangular area of the viewport as "undamaged" 
RwVCMoveCamera	RwVCMoveCamera (l)  - Moves the camera position by the given delta 
RwVertex	RwVertex (l)	- Adds a vertex, transformed by the CTM, to the current clump 
RwVertexExt	RwVertexExt (l) - Adds a vertex, transformed by the CTM, to the clump under 
RwWCMoveCamera	RwWCMoveCamera (l)  - Moves the camera position by the given delta 
RwWriteShape	RwWriteShape (l)    - Writes the clump as a script 
