Function add_topic

Source
pub fn add_topic(pid: u16, topic_id: &str)
Expand description

Add a new topic to the topic changes for a player.

pid The player ID whose topic changes should be used.
topic_id The topicId of the topic.

Returns void