RawFloatTag constructor

__init__(self, tag_id, value)

Initializes a new instance of the RawFloatTag class.


def __init__(self, tag_id, value):
    ...
Parameter Type Description
tag_id int The tag identifier.
value list The value.

See Also