Difference between revisions of "Shape:getCategoryBits"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the categories as a 16-bit integer.
 +
A set bit indicates membership of that category.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 14:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the categories as a 16-bit integer.
 +
}}

Revision as of 16:17, 14 February 2010

Gets the categories as a 16-bit integer. A set bit indicates membership of that category.

Function

Synopsis

An = Shape:getCategoryBits( )

Arguments

None.

Returns

number An
integer value representing the categories.

See Also