chat_user::local function - overloads

Returns a pointer to the chat_user_local object associated with this user, if the user is local.

Overload list

Name Description
chat_user::local() Returns a pointer to the chat_user_local object associated with this user, if the user is local.
chat_user::local const() Returns a const pointer to the chat_user_local object associated with this user, if the user is local.

See also

Intro to Game Chat 2
chat_user