| 108 | } |
| 109 | |
| 110 | void CHalfLife2::OnSourceModAllInitialized() |
| 111 | { |
| 112 | m_MsgTextMsg = g_UserMsgs.GetMessageIndex("TextMsg"); |
| 113 | m_HinTextMsg = g_UserMsgs.GetMessageIndex("HintText"); |
| 114 | m_SayTextMsg = g_UserMsgs.GetMessageIndex("SayText"); |
| 115 | m_VGUIMenu = g_UserMsgs.GetMessageIndex("VGUIMenu"); |
| 116 | sharesys->AddInterface(NULL, this); |
| 117 | } |
| 118 | |
| 119 | void CHalfLife2::OnSourceModAllInitialized_Post() |
| 120 | { |
nothing calls this directly
no test coverage detected