vehicle()
No Description Provided
Function Definition
ts
const result = new Vehicle(model: string | number, pos: shared.IVector3, rot: shared.IVector3);
Arguments
- model: string | number
- pos: shared.IVector3
- rot: shared.IVector3
Returns
- self
Documentation
No Documentation Provided Yet