Class: Bayonetta::WMB3File::Header

Inherits:
LibBin::Structure
  • Object
show all
Defined in:
lib/bayonetta/wmb3.rb

Class Method Summary collapse

Class Method Details

.info_pair(field, length: nil, count: nil, offset: nil, sequence: false, condition: nil) ⇒ Object



237
238
239
# File 'lib/bayonetta/wmb3.rb', line 237

def self.info_pair(field, length: nil, count: nil, offset: nil, sequence: false, condition: nil)
  register_field(field, InfoPair, length: length, count: count, offset: offset, sequence: sequence, condition: condition)
end