ShowFlyText (000001BD)

From SWGANH Wiki
Revision as of 00:51, 24 December 2006 by Snow (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Struct


LONG ObjectID
A_STRING FileName
INT Padding
A_STRING Text
INT Padding
BYTE Red
BYTE Green
BYTE Blue
BYTE Unknown

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.

75% This packet has been partially reversed.