Property | Type | Description | |
---|---|---|---|
entries | List |
||
id | uint | ||
isBE | bool | ||
name | String | ||
sourcePath | String |
Method | Description | |
---|---|---|
LocalsFile ( String p, String n, bool isBE ) : System | ||
LocalsFile ( bool isBE ) : System | ||
parse ( Stream s ) : void | ||
parse ( String filePath ) : void | ||
rebuildAndSave ( string path ) : void |
public LocalsFile ( String p, String n, bool isBE ) : System | ||
p | String | |
n | String | |
isBE | bool | |
return | System |