first commit
This commit is contained in:
20
description.txt
Normal file
20
description.txt
Normal 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("."))
|
||||
Reference in New Issue
Block a user