| IMyLargeTurretBaseSetTarget Method (Vector3D) | 
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
            Targets given position
            
 
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxvoid SetTarget(
	Vector3D pos
)
Sub SetTarget ( 
	pos As Vector3D
)
void SetTarget(
	Vector3D pos
)
abstract SetTarget : 
        pos : Vector3D -> unit 
Parameters
- pos
- Type: Vector3D
 
 See Also
See Also