SetDamageCategory

SUMMARY

Sets the damage category

SYNTAX

SetDamageCategory(<category>)

ARGUMENTS

category (type:string)
The category of the damages to be set.

DESCRIPTION

The job sets the specified category to the property category of a damage class. This property is needed for the job ShowParticularDamages("category").
Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times