Home   Help Search Login Register  

Author Topic: check if a scud is launched or not?  (Read 805 times)

0 Members and 1 Guest are viewing this topic.

Offline Blanco

  • Former Staff
  • ****
check if a scud is launched or not?
« on: 22 Oct 2002, 23:38:56 »
Hi, I wanna know how you can check if a scud launched it warheads or not.

I was thinking ...check his ammo, but I don't know how to this, What is the ammoname of a scud.

plz help
 
Search or search or search before you ask.

Offline DrStrangelove

  • Members
  • *
  • Mr.Creative
Re:check if a scud is launched or not?
« Reply #1 on: 23 Oct 2002, 00:29:35 »
It's in the ComRef 1.85:

scudState scud
Operand types:
    scud: Object
Type of returned value:
    Number
Compatibility:
    Version 1.28 required.

Description:
    Current state of given Scud launcher. Following states are recognized: 0 - No activity, 1 - Launch preparation, 2 - Launch prepared, 3 - Ignition, 4 - Launched. Note: Non-integral values are used to indicate transition between states.

Example:
    scudState scudOne>=4

Offline Blanco

  • Former Staff
  • ****
Re:check if a scud is launched or not?
« Reply #2 on: 23 Oct 2002, 17:55:33 »
Thank you very much !!

 :cheers:
Search or search or search before you ask.