GTAG - Modding - Opcode Database - 04DD
Opcode Database
04DD
| Description | Returns the amount of armour the actor has. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) (Returned) Integer (INT) |
| Games | |
| Category | Actor, Common |
| Command Name (IV) | GET_CHAR_ARMOUR |
| San Andreas | |
| sascm.ini | 04DD=2,get_char_armour %1d% store_to %2d% |
| Example | 04DD: get_char_armour $PLAYER_ACTOR store_to $9594 |
| Command Name | GET_CHAR_ARMOUR |
| Vice City | |
| sascm.ini | 04DD=2,%2d% = actor %1d% armour |
| Example | 04DD: $873 = actor $player_actor armour |
| Command Name | GET_CHAR_ARMOUR |

