Socket.Delete

From Liberty Unleashed Wiki
Revision as of 09:22, 11 October 2010 by VRocker (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This function deletes the given socket.

Syntax

  1. bool Socket.Delete()

Arguments

  • none

Example

  1.  
  2. function onScriptUnload( )
  3. {
  4. p_Socket.Delete();
  5. }
  6.  

This will delete the socket associated with p_Socket, this was created in the socket Connect function.

Notes

The call onScriptUnload was used in in this example. More info about this in the corresponding page.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox