Phantasmal Site > Phantasmal API > API Listing > all_mobiles
API Function: all_mobiles
- Summary:
- get a list of all mobiles everywhere
- Defined In LPC Object:
- /usr/common/sys/mobiled.c
- Prototype:
- int *all_mobiles(void)
- Can Be Called By:
- System, Common, Game
- Description:
-
Returns a list of mobile numbers of every mobile in the game.
- Return Value:
-
A list of integer mobile numbers, or nil.
- Errors:
- Normally none.
- See Also:
- add_mobile_number ,
get_mobile_by_num ,
mobiles_in_segment
|