GetVehiclePropertyValue: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetVehiclePropertyValue(vehicle, PropertyName)}} {{FuncParamet...")
(No difference)

Revision as of 09:35, 11 September 2019

GetVehiclePropertyValue

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Gets a property value for this entity.

Syntax

GetVehiclePropertyValue(vehicle, PropertyName)

Parameters

  • vehicle
    The vehicle identifier
  • PropertyName
    Name of the property variable

Return Value

  • Returns the value.

Example

__EDIT_ME__

See also

__EDIT_ME__