CommandQueueEnqueue (00000116)

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

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


Struct


INT ActionCounter
INT CommandCRC
LONG TargetID
U_STRING CommandOperands

Variable Descriptions


controllerID = 00000116


  • ActionCounter:

A counter for each action, incremented by 1.

  • CommandCRC:
SWGCRC of the lowercase command executed. (CRC List Below)


  • TargetID:
The ObjID of the target.
Will also appear in an Opperand.
  • CommandOpperands:
Unicode String containing the opperands to the command, seperated by spaces.
Ex. "98349834 -255 "
Opperand1:98349834
Oppearnd2:-255

Tags


OCM This header is part of the ObjControllerMessage.

25% This packet has been partially reversed.