CameraAttachToEntity Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets or sets the state of this instance.
Attaches this instance to the specified Entity at the specified offset.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public void AttachToEntity(
	Entity entity,
	Vector3 offset,
	bool relativeOffset
)

Parameters

entity
Type: RageEntity
The Entity to attach to.
offset
Type: RageVector3
The offset at which to attach.
relativeOffset
Type: SystemBoolean
A value indicating whether the offset is relative to the Entity.
See Also

Reference