version 1.107 | | version 1.108 |
---|
| | |
int command_listplugins(object *op, char *params); | | int command_listplugins(object *op, char *params); |
int command_loadplugin(object *op, char *params); | | int command_loadplugin(object *op, char *params); |
int command_unloadplugin(object *op, char *params); | | int command_unloadplugin(object *op, char *params); |
| | int command_diff( object* op, char* params ); |
| | void dm_stack_pop( player* pl ); |
| | object* dm_stack_peek( player* pl ); |
| | void dm_stack_push( player* pl, tag_t item ); |
| | object* get_dm_object( player* pl, char** params, int* from ); |
| | int command_stack_pop( object* op, char* params ); |
| | int command_stack_push( object* op, char* params ); |
| | int command_stack_list( object* op, char* params ); |
/* commands.c */ | | /* commands.c */ |
void init_commands(void); | | void init_commands(void); |
CommFunc find_oldsocket_command(char *cmd); | | CommFunc find_oldsocket_command(char *cmd); |