Difference between revisions of "Mesh:getInstanceCount"

m
(Blanked page. This isn't actually in 0.10.0...)
 
Line 1: Line 1:
{{newin|[[0.10.0]]|100|type=function}}
 
Gets how many [[Mesh:setInstanceCount|instances]] of this Mesh will be drawn at once.
 
  
== Function ==
 
=== Synopsis ===
 
<source lang="lua">
 
count = Mesh:getInstanceCount( )
 
</source>
 
=== Arguments ===
 
None.
 
=== Returns ===
 
{{param|number|count|The number of individual instances of this Mesh that will be drawn with [[love.graphics.draw]].}}
 
 
== See Also ==
 
* [[parent::Mesh]]
 
* [[Mesh:setInstanceCount]]
 
[[Category:Functions]]
 
{{#set:Description=Gets how many instances of this Mesh will be drawn at once.}}
 
== Other Languages ==
 
{{i18n|Mesh:getInstanceCount}}
 

Latest revision as of 19:28, 27 December 2015