arsa  2.7
Public Member Functions | Public Attributes | List of all members
CMDINFO Struct Reference

#include <gamebasetype.h>

Public Member Functions

bool operator== (const CMDINFO &other) const
 

Public Attributes

 Flags = 0
 
irr::core::stringc Name
 
irr::core::stringc Cmd
 
irr::core::stringc Action
 
BYTE Flags
 

Detailed Description

Definition at line 235 of file gamebasetype.h.

Member Function Documentation

◆ operator==()

bool CMDINFO::operator== ( const CMDINFO other) const
inline

Definition at line 243 of file gamebasetype.h.

244  {
245  return Name == other.Name ? true : false;
246  }
irr::core::stringc Name
Definition: gamebasetype.h:248

Member Data Documentation

◆ Action

irr::core::stringc CMDINFO::Action

Definition at line 250 of file gamebasetype.h.

◆ Cmd

irr::core::stringc CMDINFO::Cmd

Definition at line 249 of file gamebasetype.h.

◆ Flags [1/2]

CMDINFO::Flags = 0

Definition at line 240 of file gamebasetype.h.

◆ Flags [2/2]

BYTE CMDINFO::Flags

Definition at line 251 of file gamebasetype.h.

◆ Name

irr::core::stringc CMDINFO::Name

Definition at line 248 of file gamebasetype.h.


The documentation for this struct was generated from the following file: