8 #include "../../bscript/berror.h" 9 #include "../mobile/charactr.h" 10 #include "../statmsg.h" 11 #include "../uoexhelp.h" 19 using namespace Bscript;
26 return new BError(
"No client attached" );
31 return new BLong( 1 );
34 return new BError(
"Mobile must not be offline" );
37 return new BError(
"Invalid parameter type" );
bool has_active_client() const
bool getCharacterParam(Bscript::Executor &exec, unsigned param, Mobile::Character *&chrptr)
void send_full_statmsg(Network::Client *client, Mobile::Character *chr)
Bscript::BObjectImp * mf_SendStatus()