Click or drag to resize

VehiclePutObjectToSeat Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void PutObjectToSeat(
	GameMode gameMode,
	int seatIndex,
	ObjectInSpace obj
)

Parameters

gameMode
Type: NeoAxisGameMode
seatIndex
Type: SystemInt32
obj
Type: NeoAxisObjectInSpace
See Also