Searched refs:chatbot_obj (Results 1 – 1 of 1) sorted by relevance
35 static chatbot_obj_t *chatbot_obj = NULL; variable40 chatbot_obj = m_new_obj(chatbot_obj_t); in chatbot_new()41 if (!chatbot_obj) { in chatbot_new()46 memset(chatbot_obj, 0, sizeof(chatbot_obj)); in chatbot_new()48 chatbot_obj->base.type = &chatbot_type; in chatbot_new()49 chatbot_obj->modName = "chatbot"; in chatbot_new()51 return MP_OBJ_FROM_PTR(chatbot_obj); in chatbot_new()
Completed in 2 milliseconds