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

Difference between revisions of "SuperWeaponTypeClass - Virtual Table"

From ModEnc
Jump to: navigation, search
m (>.<)
(categorizing)
 
Line 1: Line 1:
<noinclude>This is the offset table for [[SuperWeaponType]]'s [[Virtual Table]].
+
<noinclude>This is the offset table for [[SuperWeaponTypeClass]]'s [[Virtual Table]].
  
 
{| align="center" width="100%" cellpadding="2" class="table_descrow"
 
{| align="center" width="100%" cellpadding="2" class="table_descrow"
Line 12: Line 12:
 
|0x6C||[[Actions|int]]||GetMousePointer||(1st unused)<br>[[TechnoClass]]* pointed||Determines what mouse cursor to show when this SuperWeaponType is active, depending on the object beneath the mouse pointer.
 
|0x6C||[[Actions|int]]||GetMousePointer||(1st unused)<br>[[TechnoClass]]* pointed||Determines what mouse cursor to show when this SuperWeaponType is active, depending on the object beneath the mouse pointer.
 
<noinclude>|}</noinclude>
 
<noinclude>|}</noinclude>
 +
 +
[[Category:YR Executable Knowledge Database]]

Latest revision as of 20:45, 15 June 2007

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

Offset Return Type Name Arguments Description
SuperWeaponTypeClass:
0x6C int GetMousePointer (1st unused)
TechnoClass* pointed
Determines what mouse cursor to show when this SuperWeaponType is active, depending on the object beneath the mouse pointer.