Difference between revisions of "ShowFlyText (000001BD)"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Struct)
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID'''
+
|{{long}}|'''ObjectID'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''FileName'''
+
|{{short}}|'''STFLoc Size'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Padding'''
+
|{{a_string}}|'''STC Location'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''Text'''
+
|{{int}}|'''Padding'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Padding'''
+
|{{a_string}}|'''Text'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''Red'''
+
|{{int}}|'''Padding'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''Green'''
+
|{{byte}}|'''Red'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''Blue'''
+
|{{byte}}|'''Green'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}|'''Blue'''
 +
|-
 +
|{{byte}}|'''Display Flag'''
 
|-
 
|-
 
|}
 
|}

Revision as of 02:39, 1 April 2007


Struct


LONG ObjectID
SHORT STFLoc Size
A_STRING STC Location
INT Padding
A_STRING Text
INT Padding
BYTE Red
BYTE Green
BYTE Blue
BYTE Display Flag

Variable Descriptions


controllerID = 000001BD


  • ObjectID:
Object which we want fly text to display.
  • File:
Name of string file without extension. EX: combat_effects
  • Text:
Text to display from the file. EX: center_start_fly
  • Red Green Blue:
RGB codification. each one from 0 to 255

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.