ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/cfperl.xs
(Generate patch)

Comparing deliantra/server/plugins/cfperl/cfperl.xs (file contents):
Revision 1.36 by root, Fri Mar 17 01:04:44 2006 UTC vs.
Revision 1.37 by root, Fri Mar 17 01:23:48 2006 UTC

1589 1589
1590mapstruct *cf_map_get_first () 1590mapstruct *cf_map_get_first ()
1591 PROTOTYPE: 1591 PROTOTYPE:
1592 ALIAS: first = 0 1592 ALIAS: first = 0
1593 1593
1594# whoever "designed" the plug-in api should have wasted
1595# his/her time with staying away form the project - would have
1596# saved others a lot of time, without doubt.
1597void set_path (mapstruct *where, char *path)
1598 CODE:
1599 strcpy (where->path, path);
1600
1601bool unique (mapstruct *map)
1602 CODE:
1603 RETVAL = map->unique;
1604 OUTPUT:
1605 RETVAL
1606
1607void set_unique (mapstruct *map, bool unique)
1608 CODE:
1609 map->unique = unique;
1610
1594object *cf_map_insert_object_there (mapstruct *where, object *op, object *originator, int flags) 1611object *cf_map_insert_object_there (mapstruct *where, object *op, object *originator, int flags)
1595 1612
1596object *cf_map_insert_object (mapstruct *where, object* op, int x, int y) 1613object *cf_map_insert_object (mapstruct *where, object* op, int x, int y)
1597 1614
1598object* cf_map_present_arch_by_name (mapstruct *map, const char* str, int nx, int ny) 1615object* cf_map_present_arch_by_name (mapstruct *map, const char* str, int nx, int ny)
1710 SVptr_cache_set (o, sv); 1727 SVptr_cache_set (o, sv);
1711 } 1728 }
1712 } 1729 }
1713 } 1730 }
1714} 1731}
1732
1715 1733
1716MODULE = cf PACKAGE = cf::arch PREFIX = cf_archetype_ 1734MODULE = cf PACKAGE = cf::arch PREFIX = cf_archetype_
1717 1735
1718archetype *cf_archetype_get_first() 1736archetype *cf_archetype_get_first()
1719 PROTOTYPE: 1737 PROTOTYPE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines