Template:Vehicle functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (add latest vehicle client functions)
m (deprecated)
Line 144: Line 144:
<li>[[getVehicleTowingVehicle]]</li>
<li>[[getVehicleTowingVehicle]]</li>
<li>[[getVehicleTurretPosition]]</li>
<li>[[getVehicleTurretPosition]]</li>
{{Deprecated items|3.0156|1.5.6|
<li>[[getVehicleTurnVelocity]]</li>
}}
<li>[[getVehicleType]]</li>
<li>[[getVehicleType]]</li>
<li>[[getVehicleUpgradeOnSlot]]</li>
<li>[[getVehicleUpgradeOnSlot]]</li>
Line 191: Line 188:
<li>[[setVehicleSirensOn]]</li>
<li>[[setVehicleSirensOn]]</li>
<li>[[setVehicleTaxiLightOn]]</li>
<li>[[setVehicleTaxiLightOn]]</li>
{{Deprecated items|3.0156|1.5.6|
<li>[[setVehicleTurnVelocity]]</li>
}}
<li>[[setVehicleTurretPosition]]</li>
<li>[[setVehicleTurretPosition]]</li>
<li>[[setVehicleVariant]]</li>
<li>[[setVehicleVariant]]</li>

Revision as of 16:36, 1 June 2025


The template contains a list of functions. It accepts 1 parameter, which specifies whether the functions should be displayed for server or client. Regardless of the parameter, a list of shared functions will also be displayed

Example: {{Camera functions|client}} will display a list of client-side functions, and below it a list of shared functions, similarly for the server.