| 3840 | } |
| 3841 | |
| 3842 | StringId GetActionNameStringID(uint32_t index) |
| 3843 | { |
| 3844 | if (index < NetworkActions::kActions.size()) |
| 3845 | { |
| 3846 | return NetworkActions::kActions[index].name; |
| 3847 | } |
| 3848 | |
| 3849 | return kStringIdNone; |
| 3850 | } |
| 3851 | |
| 3852 | bool CanPerformAction(uint32_t groupindex, Permission index) |
| 3853 | { |
no test coverage detected