| Description | Returns true if the character is firing a weapon. |
|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT)
|
|---|
| Games |  |
|---|
| Category | Actor, Conditional |
|---|
| Command Name (IV) | IS_CHAR_SHOOTING |
|---|
| San Andreas |
|---|
| sascm.ini | 02E0=1, is_char_shooting %1d% |
|---|
| Example | 02E0: is_char_shooting $PLAYER_ACTOR |
|---|
| Command Name | IS_CHAR_SHOOTING |
|---|
| Vice City |
|---|
| sascm.ini | 02e0=1, actor %1d% firing_weapon |
|---|
| Example | 02E0: actor $2291 firing_weapon |
|---|
| Command Name | IS_CHAR_SHOOTING |
|---|
| GTA III |
|---|
| gtascm.ini | 02E0=1, actor %1d% firing_weapon |
|---|
| Example | 02E0: actor $hActor firing_weapon |
|---|
| Command Name | IS_CHAR_SHOOTING |
|---|