Method | Description | |
---|---|---|
Read ( IUnsafePacketReader reader ) : void |
Reads the flag bits from the specified IUnsafePacketReader.
|
|
Write ( IPacketBuilder builder ) : void |
Writes the flag bits into the specified IPacketBuilder.
|
Method | Description | |
---|---|---|
Flags ( Flags other ) : System |
Initializes a new instance of the Flags class.
|
|
Flags ( int capacity ) : System |
Initializes a new instance of the Flags class.
|
|
this ( int index ) : bool |
Gets or sets the flag value at an index.
|
protected Flags ( Flags other ) : System | ||
other | Flags | The instance to copy from. |
return | System |
protected Flags ( int capacity ) : System | ||
capacity | int | The length of the bit array. |
return | System |
public abstract Read ( IUnsafePacketReader reader ) : void | ||
reader | IUnsafePacketReader | The reader to use. |
return | void |
public abstract Write ( IPacketBuilder builder ) : void | ||
builder | IPacketBuilder | The builder to write the bits into. |
return | void |
protected this ( int index ) : bool | ||
index | int | The index of the flag. |
return | bool |