[][src]Function tes3mp_plugin::plugin::generated::add_topic

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

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