Changes

Jump to navigation Jump to search
135 bytes added ,  07:54, 8 December 2018
m
Convert DirectoryEntry type into a table. Makes it nicer to scan vertically when reading
Line 746: Line 746:     
= DirectoryEntryType =
 
= DirectoryEntryType =
s8 type: 0 = directory, 1 = file.
+
 
 +
An s8 value indicating a directory entry type. The current values are:
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Value || Description
 +
|-
 +
| 0 || Directory
 +
|-
 +
| 1 || File
 +
|}
    
= IFile =
 
= IFile =
92

edits

Navigation menu