Difference between revisions of "RCNO03"
(→Variable Descriptions) |
(→Deltas Struct) |
||
Line 46: | Line 46: | ||
01: | 01: | ||
A_STRING: STFName | A_STRING: STFName | ||
− | INT: | + | INT: spacer |
A_STRING: DefaultName | A_STRING: DefaultName | ||
02: | 02: | ||
Line 76: | Line 76: | ||
INT: MaxCondition | INT: MaxCondition | ||
0A: | 0A: | ||
− | BYTE: | + | BYTE: Static Flag |
0B: | 0B: | ||
INT: CurrentUnits | INT: CurrentUnits |
Latest revision as of 03:19, 18 September 2011
This article or section needs additional data. Please add a sample packet! |
Baseline - RCNO03
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine StructSHORT: ObjOpperandCount INT: Opcode FLOAT: Complexity ASTRING: STFFileName INT: ?? ASTRING: STFString USTRING: CustomName INT: Volume CSTRING: CustomizationString INT: ??List INT: UpdateCounter { INT: ?? } INT: OptionsBitmask INT: Timer(Incap/Prototype) INT: ConditionDamage INT: MaxCondition BYTE: ?? INT: CurrentUnits LONG: GlobalResourceID Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: FLOAT: Complexity 01: A_STRING: STFName INT: spacer A_STRING: DefaultName 02: U_STRING: CustomName 03: INT: Volume 04: A_STRING: Customization 05: INT: ??ListSize INT: UpdateCount { BYTE: SubType { 00:(remove) INT: ?? 01:(add) INT: ?? 02:(clearall) } } 06: INT: OptionsBitmask 07: INT: Timer(Incap/Proto) 08: INT: ConditionDamage 09: INT: MaxCondition 0A: BYTE: Static Flag 0B: INT: CurrentUnits 0C: LONG: GlobalResourceID |
Variable DescriptionsObj_OperandCount = 13 STFName: The STF File name for information on the containers name and default description. DefaultName: The STF string reference for the containers name. CustomName: The override name of the container. Use to display Custom Names. Customization: This is the CSTRING used to contain customization variables for this object. OptionsBitmask: This bitmask contains flags to set various option aspects. Note: The same flags are shared among all tangible objects and inherited. Timer: Not really needed for Resource Containers. ConditionDamage: This is the current damage taken by an object. MaxCondition: This is the maximum HP(condition) of an object. CurrentUnits: The current number of resource units inside this container. GlobalResourceID: A refernece to the ResourceID of the specific type contained inside this container. It is used to reference the resources specific data. Tags
|