Difference between revisions of "Shape:getFilterData"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the filter data of the Shape.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 15: Line 15:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the filter data of the Shape.}}

Revision as of 16:17, 14 February 2010

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