Difference between revisions of "ForceActivateQuest (000004BE)"
From SWGANH Wiki
(→Variable Descriptions) |
(→Struct) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{PageHeader|Object Controller| | + | {{PageHeader|Object Controller|ForceActivateQuest (000004BE)}} |
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 13: | Line 13: | ||
|{{int}}|'''Unknown Int''' | |{{int}}|'''Unknown Int''' | ||
|- | |- | ||
− | |{{int}}|''' | + | |{{int}}|'''Waypoint data''' |
− | + | ||
− | + | ||
|- | |- | ||
|} | |} | ||
Line 40: | Line 38: | ||
<pre> | <pre> | ||
− | NGE struct by cAble | + | NGE struct by cAble |
05 00 #Operand | 05 00 #Operand | ||
− | 46 5E CE 80 # | + | 46 5E CE 80 #Obj Controller |
− | 0B 00 00 00 | + | 0B 00 00 00 |
− | + | BE 04 00 00 #forceActivateQuest | |
− | + | 4E C7 80 B7 51 00 00 00 #Character ID | |
− | + | 00 00 00 00 #unknown INT | |
− | 00 00 00 00 # | + | 1D F0 D9 0C #Unknown INT (seems to relate to an INT assigned to the '''QuestWP''' in logs) |
− | + | ||
− | + | ||
</pre> | </pre> |
Latest revision as of 15:24, 27 September 2013
Object Controller - ForceActivateQuest (000004BE)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
NGE struct by cAble 05 00 #Operand 46 5E CE 80 #Obj Controller 0B 00 00 00 BE 04 00 00 #forceActivateQuest 4E C7 80 B7 51 00 00 00 #Character ID 00 00 00 00 #unknown INT 1D F0 D9 0C #Unknown INT (seems to relate to an INT assigned to the '''QuestWP''' in logs) |