Package pyffi :: Package formats :: Package bsa :: Class BsaFormat :: Class ArchiveFlags
[hide private]
[frames] | no frames]

Class ArchiveFlags

source code

                            object --+        
                                     |        
                utils.graph.DetailNode --+    
                                         |    
object_models.xml.bit_struct.BitStructBase --+
                                             |
                                            BsaFormat.ArchiveFlags

Nested Classes [hide private]

Inherited from object_models.xml.bit_struct.BitStructBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.bit_struct.BitStructBase: __init__, __str__, deepcopy, fix_links, from_int, get_attribute, get_detail_child_names, get_detail_child_nodes, get_hash, get_links, get_refs, get_size, get_strings, read, set_attribute, to_int, tree, write

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_display, get_detail_iterator, replace_global_node

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from object_models.xml.bit_struct.BitStructBase: get_games, get_versions

Class Variables [hide private]
  _attribute_list = [<pyffi.object_models.xml.BitStructAttribute...
  _attrs = [<pyffi.object_models.xml.BitStructAttribute object a...
  _names = ['has_folder_records', 'has_file_records', 'is_compre...
  _numbytes = 4
  _struct = 'I'

Inherited from object_models.xml.bit_struct.BitStructBase: arg

Properties [hide private]
  has_file_records
  has_folder_records
  is_compressed
  unknown_10
Unknown, but observed being set in official BSA files.
  unknown_11
Unknown, but observed being set in official BSA files.
  unknown_4
  unknown_5
Unknown.
  unknown_6
  unknown_7
  unknown_8
Unknown.
  unknown_9
Unknown, but observed being set in official BSA files.

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.BitStructAttribute object at 0x2b80c10>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80cd0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80d10>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80d50>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80d90>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80dd0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80e10>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80e50>,
...

_attrs

Value:
[<pyffi.object_models.xml.BitStructAttribute object at 0x2b80c10>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80cd0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80d10>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80d50>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80d90>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80dd0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80e10>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2b80e50>,
...

_names

Value:
['has_folder_records',
 'has_file_records',
 'is_compressed',
 'unknown_4',
 'unknown_5',
 'unknown_6',
 'unknown_7',
 'unknown_8',
...

Property Details [hide private]

has_file_records

Get Method:
<functools.partial object at 0x2b66f70>
Set Method:
<functools.partial object at 0x2b66fc8>

has_folder_records

Get Method:
<functools.partial object at 0x2b66e68>
Set Method:
<functools.partial object at 0x2b66ec0>

is_compressed

Get Method:
<functools.partial object at 0x2b870a8>
Set Method:
<functools.partial object at 0x2b87100>

unknown_10

Unknown, but observed being set in official BSA files.
Get Method:
<functools.partial object at 0x2b877e0>
Set Method:
<functools.partial object at 0x2b87838>

unknown_11

Unknown, but observed being set in official BSA files.
Get Method:
<functools.partial object at 0x2b878e8>
Set Method:
<functools.partial object at 0x2b87940>

unknown_4

Get Method:
<functools.partial object at 0x2b871b0>
Set Method:
<functools.partial object at 0x2b87208>

unknown_5

Unknown. Observed being set in official BSA files containingsounds (but not voices).
Get Method:
<functools.partial object at 0x2b872b8>
Set Method:
<functools.partial object at 0x2b87310>

unknown_6

Get Method:
<functools.partial object at 0x2b873c0>
Set Method:
<functools.partial object at 0x2b87418>

unknown_7

Get Method:
<functools.partial object at 0x2b874c8>
Set Method:
<functools.partial object at 0x2b87520>

unknown_8

Unknown. Related to the bInvalidateOlderFiles andbCheckRuntimeCollisions INI settings in Oblivion.ini.Also somehow related to is_compressed.
Get Method:
<functools.partial object at 0x2b875d0>
Set Method:
<functools.partial object at 0x2b87628>

unknown_9

Unknown, but observed being set in official BSA files.
Get Method:
<functools.partial object at 0x2b876d8>
Set Method:
<functools.partial object at 0x2b87730>