Difference between revisions of "Shape:getFilterData"
m (1 revision: Importing from potato (again).) |
(Initial Portuguese translation) |
||
Line 1: | Line 1: | ||
− | + | Obtém o filtro de dados da forma. | |
− | + | == Função == | |
− | == | + | === Sinopse === |
− | === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | categoriaBits, mascaraBits, indiceGrupo = Shape:getFilterData( ) | |
</source> | </source> | ||
− | === | + | === Argumentos === |
− | + | Nenhum. | |
− | === | + | === Retornos === |
− | {{param|number| | + | {{param|number (Português)|categoriaBits|Um inteiro de 16-bit representando as categorias a qual a forma é membro.}} |
− | {{param|number| | + | {{param|number (Português)|mascaraBits|Um inteiro de 16-bit representando as categorias mascaradas.}} |
− | {{param|number| | + | {{param|number (Português)|indiceGrupo|Um inteiro representando o índice de grupo.}} |
− | == | + | == Veja Também == |
− | * [[parent::Shape]] | + | * [[parent::Shape (Português)]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Obtém o filtro de dados da forma.}} |
+ | == Outros Idiomas == | ||
+ | {{i18n|Shape:getFilterData}} |
Revision as of 08:24, 23 January 2011
Obtém o filtro de dados da forma.
Função
Sinopse
categoriaBits, mascaraBits, indiceGrupo = Shape:getFilterData( )
Argumentos
Nenhum.
Retornos
number (Português) categoriaBits
- Um inteiro de 16-bit representando as categorias a qual a forma é membro.
number (Português) mascaraBits
- Um inteiro de 16-bit representando as categorias mascaradas.
number (Português) indiceGrupo
- Um inteiro representando o índice de grupo.
Veja Também
Outros Idiomas
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info