Blitz3D Docs Patch for v 1.99

Blitz3D Forums/Blitz3D Tutorials/Blitz3D Docs Patch for v 1.99

I decided to add the undocumented commands to the Blitz3D docs after reading a topic about it. The commands added are:
BufferDirty buffer
GraphicsLost()
MeshCullBox mesh,x#,y#,z#,width#,height#,depth#
DirectInputEnabled()
EnableDirectInput enable
ActiveTextures()
Handle(object)
Object.typename(objecthandle)
RuntimeStats
Stats3D(Type)

Download the b3ddocspatch199.zip here
http://www.geocities.com/blitzmirror
You must extract the files to your main Blitz3D folder.

I couldn't figure out what Stats3D does and I haven't an example for MeshCullBox so if anyone wants to add these feel free. Also feel free to post any improvements.

It would be nice to have this added officially.

Jason.

It's sort of official, many of the commands have text written by mark sibly.

Yeh, some of these are in the new, printed, Blitz3D programming manual - makes sense they should be in the docs.

I forgot to check the b3d manual. The only ones in there are Handle, Object and MeshCullBox. I think I'll edit MeshCullBox now.

Edit: new zip file uploaded.

thanks!!