2,172
edits
CrystalBen (talk | contribs) m (→Functions) |
CrystalBen (talk | contribs) m (→Functions) |
||
Line 37: | Line 37: | ||
* o7_readData reads a specfic File. | * o7_readData reads a specfic File. | ||
* o5_deleteFile is for deleting a specfic File. | * o5_deleteFile is for deleting a specfic File. | ||
* o2_checkData checks for a specfic File if its exists | * o2_checkData checks for a specfic File if its exists. | ||
* o1_manageDataFile is for using the STK File or loading the next STK File into ScummVM. | * o1_manageDataFile is for using the STK File or loading the next STK File into ScummVM. | ||
* o4_playVmdOrMusic is for playing a specfic VMD File that contains a Movie or Music. | * o4_playVmdOrMusic is for playing a specfic VMD File that contains a Movie or Music. | ||
Line 91: | Line 91: | ||
* o1_blitCursor is for blitting the Cursor. | * o1_blitCursor is for blitting the Cursor. | ||
* o3_getTotTextItemPart is for if you move the Cursor on a Item and the Text is getting displayed. It also used by o1_printTotText in a similar way. | * o3_getTotTextItemPart is for if you move the Cursor on a Item and the Text is getting displayed. It also used by o1_printTotText in a similar way. | ||
* o2_readData is for reading Data from a File, in some cases from a .INF File | * o2_readData is for reading Data from a File, in some cases from a .INF File. | ||
===Geisha Functions=== | ===Geisha Functions=== |
edits