Difference between revisions of "Shape:getFilterData"

(Initial Portuguese translation)
(Undo revision 4986 by Minicz (Talk))
Line 1: Line 1:
Obtém o filtro de dados da forma.
+
Gets the filter data of the Shape.
== Função ==
+
== Function ==
=== Sinopse ===
+
=== 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 ==
+
== Other Languages ==
 
{{i18n|Shape:getFilterData}}
 
{{i18n|Shape:getFilterData}}

Revision as of 08:26, 23 January 2011

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