ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "AbstractTypeClass - Virtual Table"

From ModEnc
Jump to: navigation, search
 
(categorizing)
 
Line 15: Line 15:
 
|-
 
|-
 
|0x68||bool||SaveToINI||[[CCINIClass]]* ini||Saves this type to an INI file.
 
|0x68||bool||SaveToINI||[[CCINIClass]]* ini||Saves this type to an INI file.
|-
+
<noinclude>|}</noinclude>
 +
 
 +
[[Category:YR Executable Knowledge Database]]

Latest revision as of 21:36, 15 June 2007

This is the offset table for AbstractTypeClass's Virtual Table.

Offset Return Type Name Arguments Description
AbstractTypeClass:
0x60 unknown unknown unknown
0x64 bool LoadFromINI CCINIClass* ini Initializes the type based on the INI file section ID.
0x68 bool SaveToINI CCINIClass* ini Saves this type to an INI file.