Difference between revisions of "SHUT 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 close a door of the specified vehicle. To open a door call OPEN CAR DOOR. '''Doors ID :'''...) |
|||
Line 9: | Line 9: | ||
This function close a door of the specified vehicle. To open a door call [[OPEN CAR DOOR]]. | This function close a door of the specified vehicle. To open a door call [[OPEN 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:26, 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 close a door of the specified vehicle. To open a door call OPEN 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 |