| 1115 | } |
| 1116 | |
| 1117 | static cell_t SetCommandFlags(IPluginContext *pContext, const cell_t *params) |
| 1118 | { |
| 1119 | char *name; |
| 1120 | pContext->LocalToString(params[1], &name); |
| 1121 | |
| 1122 | return (s_CommandFlagsHelper.SetFlags(name, params[2])) ? 1 : 0; |
| 1123 | } |
| 1124 | |
| 1125 | static cell_t GetCommandFlags(IPluginContext *pContext, const cell_t *params) |
| 1126 | { |