first commit

This commit is contained in:
2026-06-22 11:49:35 +02:00
commit d805f2ba86
619 changed files with 126873 additions and 0 deletions

20
description.txt Normal file
View File

@ -0,0 +1,20 @@
socket binding.
Thomas Simonnet
string ip_adress
int socket port
_MEMBER_FUNCTION(SocketScriptBinding, constructor, 1, _SC(".si"))
/*#
Func: PushMessage
Proto: void:string
Desc: send messs
#*/
_MEMBER_FUNCTION(SocketScriptBinding, PushMessage, -1, _SC(".s"))
/*#
Func: UpdateProcess
Proto: string:void
Desc: get messs
#*/
_MEMBER_FUNCTION(SocketScriptBinding, UpdateProcess, -1, _SC("."))