ファイル
goatoh_training_android/android/modules/chat.mod.hsp
T
2023-06-30 08:36:07 +09:00

25 行
284 B
Plaintext

#module \
Chat
#define URL ("http://miteruzo.ml/goatoh_training/chat.php")
#defcfunc \
New \
int p_id
id.insNum = p_id
insNum++
Return insNum - 1
#deffunc \
Send \
str p_message
int p_insId
HTTPLoad URL, StrF ("id=%d&text=%s", id.p_insId, p_message)
Return
#global