Click or drag to resize

RacingGameLogicCreateVehicle Method

Creates and initializes a new vehicle at the specified position and rotation.

Namespace: Project
Assembly: Project (in Project.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
protected virtual Vehicle CreateVehicle(
	GameLogicServerUserItem serverUserItem,
	GameLogicSingleUserItem singleUserItem,
	Vector3 position,
	Radian rotation
)

Parameters

serverUserItem  GameLogicServerUserItem
 
singleUserItem  GameLogicSingleUserItem
 
position  Vector3
 
rotation  Radian
 

Return Value

Vehicle
See Also