#include <player_command.h>
rcsc::PlayerChangeViewCommandに対する継承グラフ
Public メソッド | |
PlayerChangeViewCommand (const ViewWidth &w, const ViewQuality &q, const double &version=8.0) | |
construct with view mode objects | |
Type | type () const |
get command type | |
std::ostream & | toStr (std::ostream &to) const |
put command string to ostream | |
std::string | name () const |
get command paramter | |
const ViewWidth & | width () const |
get view width of this command ViewWidth of this command | |
const ViewQuality & | quality () const |
get view quality of this command ViewQuality of this command |
Format: <- (change_view <width> <quality>)
<width> :- narrow | normal | wide <quality> :- high | low
rcsc::PlayerChangeViewCommand::PlayerChangeViewCommand | ( | const ViewWidth & | w, | |
const ViewQuality & | q, | |||
const double & | version = 8.0 | |||
) | [inline] |
construct with view mode objects
w | view width object | |
q | view quality object | |
version | client version |
Type rcsc::PlayerChangeViewCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::PlayerChangeViewCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::PlayerSupportCommandを実装しています。
std::string rcsc::PlayerChangeViewCommand::name | ( | ) | const [inline, virtual] |