Home
last modified time | relevance | path

Searched defs:SendTextMsg (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/lunny/dingtalk_webhook/
H A Dwebhook.go195 func (w *Webhook) SendTextMsg(content string, isAtAll bool, mobiles ...string) error { func
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/
H A DCSAI.java765 public void SendTextMsg(String text ) in SendTextMsg() method in CSAI
/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DAICallback.cpp144 void CAICallback::SendTextMsg(const char* text, int zone) in SendTextMsg() function in CAICallback
/dports/games/spring/spring_98.0/AI/Wrappers/LegacyCpp/
H A DAIAICallback.cpp1575 void springLegacyAI::CAIAICallback::SendTextMsg(const char* text, int zone) { in SendTextMsg() function in springLegacyAI::CAIAICallback