Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > all_socials

API Function: all_socials

Summary:
returns all registered social verbs

Defined In LPC Object:
/usr/common/sys/sould.c

Prototype:
string *all_socials(void)

Can Be Called By:
System, Common, Game

Description:

Returns a list of all currently-registered social verbs the SoulD is tracking. This is simply a list of strings.

Return Value:

The list of verbs, or nil if the query isn't allowed

Errors:
Normally none.

See Also:
num_socials , is_valid , get_social_string