miniworld.utils.ffindex.FFindexEntry

class miniworld.utils.ffindex.FFindexEntry(name, offset, length)
__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

length

Alias for field number 2

name

Alias for field number 0

offset

Alias for field number 1