Skip to content

Conversation

@znvjder
Copy link
Contributor

@znvjder znvjder commented Aug 23, 2018

modified setVehicleRespawnPosition to:

  • setVehicleRespawnPosition( vehicle theVehicle, x, y, z )
  • setVehicleRespawnRotation( vehicle theVehicle, rx, ry, rz )
  • getVehicleRespawnPosition( vehicle theVehicle )
  • getVehicleRespawnRotation( vehicle theVehicle )

adapted under OOP

  • vehicle:setRespawnPosition( x, y, z )
  • vehicle:setRespawnRotation( rx, ry, rz )
  • vehicle:getRespawnPosition( )
  • vehicle:getRespawnRotation( )

available Lua class variable for current vehicle element

  • vehicle.respawnPosition
  • vehicle.respawnRotation

Edit:

znvjder and others added 4 commits August 23, 2018 14:26
modified setVehicleRespawnPositon to:
- setVehicleRespawnPosition( vehicle theVehicle, x, y, z )
- setVehicleRespawnRotation( vehicle theVehicle, rx, ry, rz )
- getVehicleRespawnPosition( vehicle theVehicle )
- getVehicleRespawnRotation( vehicle theVehicle )

- adapted under OOP
- vehicle:setRespawnPosition( x, y, z )
- vehicle:setRespawnRotation( rx, ry, rz )
- vehicle:getRespawnPosition( )
- vehicle:getRespawnRotation( )

- available Lua class variable
- vehicle.respawnPosition
- vehicle.respawnRotation
@patrikjuvonen patrikjuvonen added the enhancement New feature or request label Aug 23, 2018
@patrikjuvonen patrikjuvonen added this to the 1.5.6 milestone Aug 23, 2018
@znvjder znvjder closed this Aug 23, 2018
@znvjder znvjder deleted the vehicleFeatures branch August 23, 2018 17:40
@qaisjp qaisjp removed this from the 1.5.6 milestone Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants