My mistake, ProjectileData is the correct one you should be using. You've got to mistakes:
1) %col.getClassName() & $TypeMasks::VehicleObjectType - it should be %col.getType(), not %col.getClassName()
2) There are no multi-line comments in TorqueScript, so it's causing a syntax error.