Difference between revisions of "Shape:getFilterData"

(Initial Portuguese translation)
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Obtém o filtro de dados da forma.
+
{{oldin|[[0.8.0]]|080|type=function}}
== Função ==
+
Gets the filter data of the Shape.
=== Sinopse ===
+
== Function ==
 +
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
categoriaBits, mascaraBits, indiceGrupo = Shape:getFilterData( )
+
categoryBits, maskBits, groupIndex = Shape:getFilterData( )
 
</source>
 
</source>
=== Argumentos ===
+
=== Arguments ===
Nenhum.
+
None.
=== Retornos ===
+
=== Returns ===
{{param|number (Português)|categoriaBits|Um inteiro de 16-bit representando as categorias a qual a forma é membro.}}
+
{{param|number|categoryBits|A 16-bit integer representing category membership.}}
{{param|number (Português)|mascaraBits|Um inteiro de 16-bit representando as categorias mascaradas.}}
+
{{param|number|maskBits|A 16-bit integer representing masked categories.}}
{{param|number (Português)|indiceGrupo|Um inteiro representando o índice de grupo.}}
+
{{param|number|groupIndex|An integer representing the group index.}}
== Veja Também ==
+
== See Also ==
* [[parent::Shape (Português)]]
+
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Obtém o filtro de dados da forma.}}
+
{{#set:Description=Gets the filter data of the Shape.}}
== Outros Idiomas ==
+
{{#set:Since=000}}
 +
== Other Languages ==
 
{{i18n|Shape:getFilterData}}
 
{{i18n|Shape:getFilterData}}

Latest revision as of 17:46, 29 May 2013

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

Gets the filter data of the Shape.

Function

Synopsis

categoryBits, maskBits, groupIndex = Shape:getFilterData( )

Arguments

None.

Returns

number categoryBits
A 16-bit integer representing category membership.
number maskBits
A 16-bit integer representing masked categories.
number groupIndex
An integer representing the group index.

See Also


Other Languages