okay i have managed to parse the CHM file to put text from the original dark sdk documentation wherever applicable.
so for example (an unformatted copy paste)
--------------------------------------------------------------------------------
void dbGhostMatrixOn (int iID, int iMode)
--------------------------------------------------------------------------------
This is the dbGhostMatrixOn function of the Matrix module of Dark SDK.The return type is void
This command will ghost a matrix. Ghosted matrices will appear transparent when rendered, creating effects such as a see-through surfaces. A ghosted matrix automatically switches to a higher level of priority when rendered in order to ensure objects above and below the matrix are visible. The Ghost Mode with a range of 0 to 5 specify the type of ghosting to perform.
Parameters
This function has 2 parameters.
int iID - a int for the iID argument.
int iMode - a int for the iMode argument.
Attached find the new documentation zip file with the CHM stuff insereted in it.
In Order To Understand Recursion One Must First Understand Recursion