Click or drag to resize

BaseVehicleFactoryBaseVehicleFactoryInternalAddStaticVehicleEx Method

[Missing <summary> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

Namespace:  SampSharp.GameMode.Factories
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual int AddStaticVehicleEx(
	int modelid,
	float spawnX,
	float spawnY,
	float spawnZ,
	float zAngle,
	int color1,
	int color2,
	int respawnDelay,
	bool addsiren = false
)

Parameters

modelid
Type: SystemInt32

[Missing <param name="modelid"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

spawnX
Type: SystemSingle

[Missing <param name="spawnX"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

spawnY
Type: SystemSingle

[Missing <param name="spawnY"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

spawnZ
Type: SystemSingle

[Missing <param name="spawnZ"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

zAngle
Type: SystemSingle

[Missing <param name="zAngle"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

color1
Type: SystemInt32

[Missing <param name="color1"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

color2
Type: SystemInt32

[Missing <param name="color2"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

respawnDelay
Type: SystemInt32

[Missing <param name="respawnDelay"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

addsiren (Optional)
Type: SystemBoolean

[Missing <param name="addsiren"/> documentation for "M:SampSharp.GameMode.Factories.BaseVehicleFactory.BaseVehicleFactoryInternal.AddStaticVehicleEx(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: Int32
See Also