Phantasmal Site > Phantasmal API > API Listing > add_unq_text_rooms
API Function: add_unq_text_rooms
- Summary:
- add rooms in textual UNQ format to MapD
- Defined In LPC Object:
- /usr/common/sys/mapd.c
- Prototype:
- void add_unq_text_rooms(mixed *unq, string filename)
- Can Be Called By:
- System, Common, Game
- Description:
-
This function simply parses the textual UNQ supplied using the
standard MapD DTD and passes the result to add_dtd_unq_rooms.
- Return Value:
-
None.
- Errors:
- Bad parameters, bad data and bad MapD state can all cause errors.
- See Also:
- add_room_to_zone ,
add_room_object ,
add_dtd_unq_rooms
|