Games-Axmud
view release on metacpan or search on metacpan
lib/Games/Axmud/Cmd.pm view on Meta::CPAN
# Return values
# 'undef' if GA::Generic::Cmd->new reports an error
# Blessed reference to the new object on success
my ($class, $check) = @_;
# Setup
my $self = Games::Axmud::Generic::Cmd->new('setcagemask', TRUE, FALSE);
if (! $self) {return undef}
$self->{defaultUserCmdList} = ['smk', 'setmask', 'setcagemask'];
$self->{userCmdList} = \@{$self->{defaultUserCmdList}};
$self->{descrip} = 'Manages cage masks';
# Bless the object into existence
bless $self, $class;
return $self;
}
##################
# Methods
share/help/cmd/setcagemask view on Meta::CPAN
within diamond brackets <...>
If <data> is a list or hash, each element that contains a space must also
be enclosed within diamond brackets.
The mask is usually applied to a task by the task itself. To apply the
mask manually, use the '-n' switch and specify the name of a task in
the current tasklist. (This is a debugging tool which is probably not
advisable).
User commands:
smk / setmask / setcagemask
( run in 0.263 second using v1.01-cache-2.11-cpan-cc502c75498 )