command
Parameters
- self:Mod
- Mod
Source
Implementation
pub fn command(self: Mod) bool {
return self.has(.lcommand) or self.has(.rcommand);
}Source
pub fn command(self: Mod) bool {
return self.has(.lcommand) or self.has(.rcommand);
}