Difference between revisions of "enet.host:destroy"

(Fixed the page up a bit, also i18n points to correct page now.)
m (stylistic edit.)
 
Line 7: Line 7:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 
=== Returns ===
 
=== Returns ===
None
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Latest revision as of 02:22, 30 October 2016

Destroys the host structure and closes all of its connections. This function is also ran automatically by lua's garbage collector, since it's an alias to host:__gc.

Function

Synopsis

host:destroy()

Arguments

None.

Returns

Nothing.

See Also

Other Languages