Phantasmal Site > Phantasmal API > API Listing > string_to_channel
API Function: string_to_channel
- Summary:
- send a string to a channel
- Defined In LPC Object:
- /usr/common/sys/channeld.c
- Prototype:
- void string_to_channel(int channel, string str, varargs int modifiers)
- Can Be Called By:
- System, Common, Game
- Description:
-
Send a text string to a channel by number.
- Return Value:
-
None.
- Errors:
- Normally none.
- See Also:
- channel_list ,
get_channel_by_name ,
subscribe_user
|