PWAD hosted on a server. More...
#include <serverstructs.h>
Public Member Functions | |
PWad (const QString &name, bool optional=false) | |
bool | isOptional () const |
Is this WAD required to join the server? More... | |
const QString & | name () const |
File name of the WAD. More... | |
PWAD hosted on a server.
Some ports support optional wads.
This object is safe to copy.
Definition at line 470 of file serverstructs.h.
bool PWad::isOptional | ( | ) | const |
Is this WAD required to join the server?
Definition at line 424 of file serverstructs.cpp.
const QString & PWad::name | ( | ) | const |
File name of the WAD.
Definition at line 429 of file serverstructs.cpp.