{{newin|[[0.8.0]]|080|type=method}}
Sets the categories the fixture belongs to. There can be up to 16 categories represented as a number from 1 to 16.

All fixture's default category is 1.

== Function ==
=== Synopsis ===
<source lang="lua">
Fixture:setCategory( category1, category2, ... )
</source>
=== Arguments ===
{{param|number|category1|The first category.}}
{{param|number|category2|The second category.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Fixture]]
* [[Fixture:getCategory]]
[[Category:Functions]]
{{#set:Description=Sets the categories the fixture belongs to.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Fixture:setCategory}}