Difference between revisions of "OPEN CAR DOOR"
Jump to navigation
Jump to search
(New page: {{Native |np=2 |p1t=Handle |p1d=Vehicle handle |p2t=Integer |p2d=Door's ID }} This function open a door of the specified vehicle. '''Doors ID :''' 0 - Left front door 1 - Right front d...) |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 7: | Line 7: | ||
}} | }} | ||
| − | This function open a door of the specified vehicle. | + | This function open a door of the specified vehicle. To close a door call [[SHUT_CAR_DOOR]]. |
| − | + | {| {{Prettytable}} | |
| − | + | !Door`s ID | |
| − | 0 | + | !Description |
| − | + | |- | |
| − | 1 | + | |0 || Left front door |
| − | + | |- | |
| − | 2 | + | |1 || Right front door |
| − | + | |- | |
| − | 3 | + | |2 || Left rear door |
| − | + | |- | |
| − | 4 - | + | |3 || Right rear door |
| − | + | |- | |
| − | + | |4 || Vehicle bonnet | |
| + | |- | ||
| + | |5 || Vehicle trunk | ||
| + | |- | ||
| + | |} | ||
Latest revision as of 11:27, 31 March 2015
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | Handle | Vehicle handle |
| 2. | Integer | Door's ID |
| Return value: | ||
| Type | Description | |
| None | ||
This function open a door of the specified vehicle. To close a door call SHUT_CAR_DOOR.
| Door`s ID | Description |
|---|---|
| 0 | Left front door |
| 1 | Right front door |
| 2 | Left rear door |
| 3 | Right rear door |
| 4 | Vehicle bonnet |
| 5 | Vehicle trunk |