mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-14 20:08:06 +01:00
The basis for 'oset'
This commit is contained in:
parent
870bb8ef38
commit
2939a3d507
7 changed files with 221 additions and 0 deletions
|
|
@ -23,5 +23,9 @@ obj_rnum index_object(struct obj_data *obj, obj_vnum ovnum, obj_rnum ornum);
|
|||
obj_rnum add_object(struct obj_data *, obj_vnum ovnum);
|
||||
int copy_object_main(struct obj_data *to, struct obj_data *from, int free_object);
|
||||
int delete_object(obj_rnum);
|
||||
bool oset_alias(struct obj_data *obj, char * argument);
|
||||
bool oset_apply(struct obj_data *obj, char * argument);
|
||||
bool oset_short_description(struct obj_data *obj, char * argument);
|
||||
bool oset_long_description(struct obj_data *obj, char * argument);
|
||||
|
||||
#endif /* _GENOBJ_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue