Difference between revisions of "SET TAXI LIGHTS"
Jump to navigation
Jump to search
(New page: '''SET_TAXI_LIGHTS''' [VEHICLE, VALUE] VEHICLE - represents vehicle handle VALUE - Probably boolean, 0 - of, 1 - on. Explanation: - Set TaxiLight of selected taxi vehicle. ' NOTE TH...) |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Native | |
| − | + | |np=2 | |
| − | + | |p1t=handle | |
| − | + | |p1d=vehicle handle | |
| − | + | |p2t=boolean | |
| − | + | |p2d=taxi light state (0-off, 1-on) | |
| − | + | }} | |
| − | + | This function sets the taxi light state (on/off). | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 20:37, 20 January 2009
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | handle | vehicle handle |
| 2. | boolean | taxi light state (0-off, 1-on) |
| Return value: | ||
| Type | Description | |
| None | ||
This function sets the taxi light state (on/off).