This is an old revision of the document!
Types supported by ACC:
* int
– a signed 32-bit integer, like `1`
* str
– an ACS string, like `“Hello”`
* bool
– a boolean value, either `true` or `false`
Types used in documentation but not supported by ACC:
* fixed
– a fixed-point 16.16 integer, like `1.0`
* num
– any kind of number, either `int` or `fixed`
* angle
– a fixed-point angle, such angles are returned by GetActorAngle() and GetActorPitch() and accepted by sin() and cos(). Not the so called [byte angles](http://zdoom.org/wiki/Definitions#Byte_angles).