Difference between revisions of "GRUP03"
From SWGANH Wiki
(→To Do) |
(→BaseLine Struct) |
||
| Line 13: | Line 13: | ||
<pre> | <pre> | ||
| − | SHORT: | + | SHORT: ObjOpperandCount |
| − | FLOAT: | + | FLOAT: ?? |
| − | ASTRING: | + | ASTRING: STFFileName |
| − | INT: | + | INT: ?? |
| − | ASTRING: | + | ASTRING: DefaultName |
| − | USTRING: | + | USTRING: CustomName |
| − | INT: | + | INT: Volume |
| + | INT: GuildIDListSize | ||
| + | INT: UpdateCounter | ||
| + | { | ||
| + | A_STRING: GuildID/Name | ||
| + | } | ||
</pre> | </pre> | ||
Revision as of 01:50, 9 April 2007
|
BaseLine Struct
SHORT: ObjOpperandCount
FLOAT: ??
ASTRING: STFFileName
INT: ??
ASTRING: DefaultName
USTRING: CustomName
INT: Volume
INT: GuildIDListSize
INT: UpdateCounter
{
A_STRING: GuildID/Name
}
Deltas Struct
SHORT: UpdateCount
SHORT: UpdateType
{
00:
FLOAT: Complexity
01:
ASTRING: STFFile
INT: ??
ASTRING: DefaultName
02:
USTRING: CustomName
03:
INT: Volume
}
|
Variable DescriptionsObj_OperandCount = 4
Tags
NotesSTFFile = "string_id_table" for Groups, there is no default name. This is the default base OBJECT that gets inherited into Group, nothing more is added. |