LobbyInfoData class

Constructors

LobbyInfoData({required int m_aiControlled, required int m_teamId, required int m_nationality, required String m_name, required int m_carNumber, required int m_readyStatus})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
m_aiControlled int
Whether the vehicle is AI (1) or Human (0) controlled
final
m_carNumber int
Car number of the player
final
m_name String
Name of participant in UTF-8 format
final
m_nationality int
Nationalaty of the driver
final
m_readyStatus int
0 = not ready, 1 = ready, 2 = spectating
final
m_teamId int
Team id - see appendix (255 if no team currently selected)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited