Difference between revisions of "love.thread.getThreads"

m (Other languages template added)
Line 9: Line 9:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|ThreadArray|threads|A table containing all threads index by their names.}}
+
{{param|table|threads|A table containing all threads indexed by their names.}}
  
 
== See Also ==
 
== See Also ==

Revision as of 18:20, 1 February 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Get all threads.

Function

Synopsis

threads = love.thread.getThreads( )

Arguments

None.

Returns

table threads
A table containing all threads indexed by their names.

See Also

Other Languages