Shared Types
// recommended constructor
CommandData(Operator _sign, GroupID _group, LateralFlag _side = Global)
{
Sign = _sign;
Group = _group;
Side = _side;
}
This structure represents an instruction that is useful for finding the body part to render. It contains the following members:
The structure provides a recommended constructor to initialize the members.
Still stuck? Come to our Discord and we will help you out!